/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

:root {
  --request-color: #00b2ff;
  --progress-color: #00b01c;
  --feedback-color: #fd7900;
  --complete-color: #402a9d;
  --hold-color: #777777;
}

*:focus {
  outline: unset;
}

button:focus,
div[contenteditable="true"]:focus,
textarea:focus,
input:focus {
  outline: 0;
}

input[type="text"]::-ms-clear,
input[type="password"]::-ms-reveal,
input[type="password"]::-ms-clear {
  display: none;
}

html {
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

body {
  overflow-x: auto;
  overflow-y: hidden;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*
** 로고영역 플로우/모닝메이트 서비스별 노출 코드 - 운영
** Trigger
*/
.logo-display-wrap img {
  display: none;
  width: 100%;
}

[data-product="flow"] .logo-display-wrap .logo-flow,
[data-product="flow"] .logo-display-wrap .symbol-flow,
[data-product="MORNINGMATE"] .logo-display-wrap .logo-morning,
[data-product="MORNINGMATE"] .logo-display-wrap .symbol-morning {
  display: block;
}

.logo-display-wrap .symbol-flow,
.logo-display-wrap .symbol-morning {
  max-width: 100px;
  margin: 0 auto;
}

/* 로고 위치 조정 - 운영 */
.flow-download-page .logo-display-wrap {
  position: absolute;
  top: 26px;
  left: 50px;
  width: 128px;
}

.flow-download-page .page-footer .mb-app {
  display: none;
}

[data-product="flow"] .flow-download-page .page-footer .mb-app.flow,
[data-product="MORNINGMATE"] .flow-download-page .page-footer .mb-app.morning {
  display: block;
}

[data-product="MORNINGMATE"] .mini-body .logo-display-wrap {
  width: 238px;
}

.ie-block-wrapper .logo-display-wrap {
  width: 180px;
  margin: 0 auto;
}

.project-invite-wrap-1 .logo-display-wrap {
  width: 140px;
  margin: 0 auto;
}

.left-task .logo-display-wrap .logo-morning {
  max-width: 132px;
  max-height: 30px;
}

/* 심볼 위치 조정 */
.logo-display-wrap.error-page img {
  margin: 180px auto 40px;
}

/*
** 컴포넌트 - 드롭다운메뉴
*/
.dropdown-menu {
  display: none;
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  /*width or min-width 상위요소 걸어서 커스텀하셔용*/
  min-width: 100px;
  padding: 10px 14px;
  border: 1px solid #777;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
  background: #fff;
  border-radius: 4px;
}

.dropdown-menu.on { /*클릭시 .on클래스로 노출제어*/
  display: block;
}

.dropdown-menu li {
  color: #555;
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
}

.dropdown-menu li:hover,
.dropdown-menu li:active {
  color: #6449FC;;
}

.dropdown-menu li + li {
  margin-top: 8px;
}

/*
** 컴포넌트 - 드롭다운메뉴 - 셀렉트박스형
*/
.dropdown-border-type {
  height: 36px;
  position: relative;
  padding: 8px 14px;
  border: 1px solid #ddd;
  border-radius: 4px;
  cursor: pointer;
  background: url("/flow-renewal/assets/images/icons/icon_select_arrow.svg") no-repeat 95% center / 10px;
}

html[lang="en"] body {
  font-family: "Roboto", "Noto Sans KR", helvetica, "Apple SD Gothic Neo", sans-serif, "Apple Color Emoji", "Twemoji Country Flags" !important;
}

.dropdown-border-type .placeholder {
  position: absolute;
  color: #999;
}

.dropdown-border-type .item-text {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: calc(100% - 20px);
  z-index: 1;
  color: #555;
  background: #fff;
}

.dropdown-border-type .dropdown-menu {
  width: 100%;
}

/*
** 컴포넌트 - 체크박스 - 점선형(방해금지 요일타입)
*/
.checkbox-dashed-wrap .tit {
  font-size: 13px;
  font-weight: 500;
  color: #555;
  margin-bottom: 10px;
}

.checkbox-dashed-wrap ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.checkbox-dashed-wrap li {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 28px;
  border: 1px dotted #555;
  border-radius: 16px;
  font-size: 12px;
  letter-spacing: -0.04em;
  color: #555;
  cursor: pointer;
}

.checkbox-dashed-wrap li:hover {
  border: 1px solid #6449FC;
  color: #6449FC;
}

.checkbox-dashed-wrap li:hover {
  border: 1px solid #6449FC;
  color: #6449FC;
}

/*.checkbox-dashed-wrap li:has(input:checked), ie지원시 :has 사용불가*/
.checkbox-dashed-wrap li.checked {
  border-color: #6449FC;
  background: #6449FC;
  color: #fff;
}

.checkbox-dashed-wrap li + li {
  margin-left: 6px;
}

.checkbox-dashed-wrap input {
  display: none;
}

.checkbox-dashed-wrap label {
  padding: 4px 9px;
  cursor: pointer;
}

/*
** 컴포넌트 - 라디오 체크
*/
.radio-wrap {
  font-size: 13px;
  color: #333;
}

.radio-wrap .tit {
  font-weight: 700;
  color: #555;
}

.btn-radio,
.btn-radio-label {
  display: inline-block;
  line-height: 1.6em;
  vertical-align: middle;
  cursor: pointer;
}

.btn-radio {
  position: absolute;
  opacity: 0;
}

.btn-radio-label {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 12px 0;
  z-index: 2;
}

.btn-radio + .btn-radio-label:before {
  content: '';
  background: #fff;
  border: 1px solid #bbb;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  border-radius: 50%;
  text-align: center;
}

.btn-radio:checked + .btn-radio-label:before {
  background: #6449FC;
  border-color: #6449FC;
  box-shadow: inset 0px 0px 0px 4px #fff;
}

.btn-radio:disabled + .btn-radio-label:before {
  background: #eee;
  border-color: #bbb
}

.btn-radio:disabled + .tit {
  color: #999;
  cursor: default;
}

.btn-radio + .tit .caution-txt {
  display: none;
}

.btn-radio:disabled + .tit .caution-txt {
  display: inline-block;
  margin-left: 8px;
  font-size: 12px;
  font-weight: 400;
  color: #FF6B6B;
}

/*
** 컴포넌트 끝
*/


/* 얇은 스크롤바 */
.scroll-mask.thin::-webkit-scrollbar {
  width: 12px;
  background-color: transparent;
}

.scroll-mask.thin::-webkit-scrollbar-thumb {
  /*width: 6px;*/
  background-color: #999;
  border-radius: 10px;
  background-clip: padding-box;
  border: 5px solid transparent;
}

.scroll-mask.thin::-webkit-scrollbar-track {
  width: 10px;
  border-radius: 10px;
  background-color: transparent;
}

.reserve-hidden {
  position: absolute;
  left: -9999px;
  font-size: 0;
  width: 0;
  height: 0;
  text-indent: -9999px;
  overflow: hidden;
}

section.dimmed {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

#chatThemeDimd.dimmed {
  z-index: 13;
}

article.popup-layer {
  background: #fff;
  border: 1px solid #777777;
  box-sizing: border-box;
  box-shadow: 20px 20px 30px rgb(0 0 0 / 20%);
  border-radius: 10px;
}

article.popup-layer header {
  margin: 15px 30px;
}

article.popup-layer header h1 {
  margin: 0;
  color: #333333;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
}

article.popup-layer footer {
  margin: 20px 30px 15px;
}

article.popup-layer footer .popup-button-wrap {
  display: flex;
}

article.popup-layer footer .popup-button-wrap button.button-light-popup {
  padding: 9px 0;
  line-height: 19px;
  color: #555;
  background: #FFFFFF;
  box-sizing: border-box;
  border: 1px solid #DDDDDD;
  border-radius: 4px;
}

article.popup-layer footer .popup-button-wrap button.button-confirm-popup {
  padding: 9px 0;
  line-height: 19px;
  color: #fff;
  background: #6449FC;
  border-radius: 4px;
}

/* 비밀번호 90일 변경팝업 */

/* 미니에서 작게 나오게 */
@media screen and (max-width: 500px) {
  .mini-body .popup-layer.popup-pass-change {
    width: 350px;
  }

  .mini-body .popup-layer.popup-pass-change .popup-main > ul li dl dd {
    width: 180px;
  }
}

article.popup-layer.popup-pass-change {
  width: 434px;
}

article.popup-layer.popup-pass-change .popup-main {
  margin: 0 30px;
}

article.popup-layer.popup-pass-change .popup-main > p {
  font-size: 13px;
  line-height: 19px;
  color: #F96464;
}

article.popup-layer.popup-pass-change .popup-main > ul {
  margin: 27px 0 0;
}

article.popup-layer.popup-pass-change .popup-main > ul li {
  margin-bottom: 12px;
}

article.popup-layer.popup-pass-change .popup-main > ul li dl {
  display: flex;
}

article.popup-layer.popup-pass-change .popup-main > ul li dl dt {
  flex: 1;
  font-weight: bold;
  font-size: 13px;
  line-height: 19px;
  color: #555;
}

article.popup-layer.popup-pass-change .popup-main > ul li dl dd {
  width: 264px;
}

article.popup-layer.popup-pass-change .popup-main > ul li dl dd input {
  width: 100%;
  border-bottom: 1px solid #EEEEEE;
  padding-bottom: 12px;
}

article.popup-layer.popup-pass-change .popup-main > ul li p {
  margin-top: 12px;
  font-size: 12px;
  line-height: 18px;
  color: #555;
}

article.popup-layer.popup-pass-change footer .popup-button-wrap button {
  flex: 1;
}

article.popup-layer.popup-pass-change footer .popup-button-wrap button:last-child {
  margin-left: 10px;
}

/* 뒤로가기 버튼 */
.button-go-back {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.button-go-back .ico-return {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url("/flow-renewal/assets/images/icon-return.svg") no-repeat center center / contain;
}

.button-go-back span {
  margin-left: 6px;
  font-weight: 500;
  font-size: 16px;
  color: #999;
}

.flow-download-page {
  display: flex;
  width: 100%;
  min-width: 1280px;
  height: 100vh;
  position: absolute;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  z-index: 16; /* @유민호 : 유저가이딩 이슈 */
}

/*.flow-download-page .logo{*/
/*  position: absolute;*/
/*  top: 26px;*/
/*  left: 50px;*/
/*  width: 128px;*/
/*}*/

.flow-download-page .download-page-close {
  position: absolute;
  top: 30px;
  right: 30px;
}

.flow-download-page .page-contents {
  display: flex;
  width: 1280px;
  justify-content: space-between;
  position: relative;
  top: -70px;
}

.flow-download-page .page-contents .text-box b {
  display: inline-block;
  margin: 130px 0 20px 0;
  color: #333;
  font-size: 40px;
  font-weight: 700;
}

.flow-download-page .page-contents .text-box p {
  color: #333;
  font-size: 18px;
  line-height: 27px;
}

.flow-download-page .page-contents .text-box a {
  display: inline-block;
  margin-top: 40px;
  padding: 12px 28px 14px 28px;
  font-size: 16px;
  cursor: pointer;
}

.flow-download-page .page-contents .text-box a:first-of-type {
  background: #623AD6;
  border-radius: 25px;
  color: #fff;
}

.flow-download-page .page-contents .text-box a:first-of-type:hover {
  background: #452996;
  text-decoration: underline;
}

.flow-download-page .page-contents .text-box a:last-of-type {
  padding: 12px 28px 14px 18px;
  color: #999;
  text-decoration: underline;
}

.flow-download-page .page-contents .text-box a:last-of-type:hover {
  color: #623AD6;
}

.flow-download-page .page-contents img {
  display: inline-block;
  width: 658px;
  height: 490px;
  margin-left: 190px;
}

.flow-download-page .page-footer {
  width: 100%;
  height: 184px;
  position: absolute;
  background: #F5F4F9;
  left: 0;
  bottom: 0;
}

.flow-download-page .page-footer .page-footer-wrap {
  display: flex;
  width: 1280px;
  height: 100%;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
}

.flow-download-page .page-footer p {
  height: 42px;
  color: #555;
  font-size: 18px;
  font-weight: 500;
}

.flow-download-page .page-footer p i {
  display: inline-block;
  width: 42px;
  height: 42px;
  margin-right: 14px;
  background: url(/flow-renewal/assets/images/download-mb.svg) no-repeat;
  background-size: contain;
}

.flow-download-page .page-footer p span {
  position: relative;
  top: -13px;
}

.flow-download-page .page-footer .mb-app {
  width: 275px;
}

.flow-download-page .page-footer .mb-app div {
  display: inline-block;
  width: 160px;
}

.flow-download-page .page-footer .mb-app a {
  display: inline-block;
  margin: 10px 0 0 25px;
}

.flow-download-page .page-footer .mb-app a img {
  width: 100%;
}

.imaginary-place {
  overflow: auto;
  display: flex;
  align-items: center;
  z-index: 10;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.scroll-mask {
  overflow-y: scroll;
  mask-size: 100% 20000px;
  mask-position: left bottom;
  -webkit-mask-size: 100% 20000px;
  -webkit-mask-position: left bottom;
  transition: mask-position .3s, -webkit-mask-position .3s;
}

.scroll-mask:hover {
  -webkit-mask-position: left top;
}

.dropdown-menu {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  /*width or min-width 상위요소 걸어서 커스텀하셔용*/
  min-width: 100px;
  padding: 10px 14px;
  border: 1px solid #777;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
  background: #fff;
  border-radius: 4px;
}

/*  드롭다운메뉴  */
.dropdown-menu li {
  color: #555;
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
}

.dropdown-menu li:hover,
.dropdown-menu li:active {
  color: #6449FC;;
}

.dropdown-menu li + li {
  margin-top: 8px;
}

.arrow-full-dwn:after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: url('/flow-renewal/assets/images/icons/arrow-full-dwn-55.svg') no-repeat center center / contain;
}

.project-invite-popup .scroll-mask {
  mask-image: none;
  -webkit-mask-image: none;
  overflow-y: auto;
}

.scroll-mask_v2 {
  overflow: hidden;
}

.scroll-mask_v2:hover {
  overflow: overlay;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .scroll-for-ie {
    padding-right: 20px !important;
  }

  /* 하위업무 수정 시에는 padding값 들어가고, 일반 게시글 상태일 경우에는 padding값 없애줘야함 */
  .content-fold .subtask-list.scroll-for-ie {
    padding-right: 0 !important;
  }

  .project-invite-popup .scroll-mask {
    overflow-y: auto;
  }
}


.alarm-banner {
  display: flex;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  align-items: center;
  height: 60px;
  padding: 0 20px;
  background: #6449fc;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
}

.alarm-banner.ie-banner {
  display: none;
}

.icons-alarm-wrapper {
  width: 36px;
  height: 36px;
  padding: 8px 0;
  margin-right: 14px;
  background: #402a9d;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.04);
  border-radius: 10px;
  text-align: center;
}

.icons-alarm-wrapper .icons-alarm:before {
  color: #fff;
  font-size: 20px;
}

.alarm-banner .top-banner-close-button {
  right: 27px;
}

.alarm-banner .top-banner-button {
  padding: 3px 15px;
}

.alarm-banner.type2 {
  background: #7163c4;
}

.alarm-banner .alarm-more-link {
  margin: 0 44px 0 auto;
  font-weight: normal;
  font-size: 14px;
  text-decoration-line: underline;
  color: #f8f7ff;
}

.alarm-banner-button:first-child {
  margin-left: 20px;
}

.alarm-banner-button {
  text-decoration: underline;
  color: #f8f7ff;
  margin-left: 14px;
}

.alarm-banner-button + .alarm-banner-button {
  margin-left: 14px;
}

.menu-group,
.menu-accordion-list {
  color: #ccc;
  font-size: 13px;
}

.light .menu-group,
.light .menu-accordion-list {
  color: #333;
}

.menu-accordion-list .left-menu-item .icon-calendar-calendar-staff {
  display: inline-block;
  width: 15px;
  height: 16px;
  position: relative;
  top: 1px;
  margin: 0px 14px 0 0;
  line-height: 14px;
  font-size: 16px;
}

.menu-accordion-list .left-menu-item:hover .icon-calendar-calendar-staff:before {
  color: #36cfbd;
}

.left-more-menu {
  position: absolute;
  top: 28px;
  left: 30px;
  z-index: 1;
}

.left-more-menu button {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.menu-group [class^=ico-] {
  height: initial;
  margin: 0 14px 0 0;
}

.left-more-menu button:hover {
  color: #6449fc;
}

.left-more-menu li {
  height: 19px;
  margin: 8px 0;
  line-height: 19px;
}

.light .left-more-menu li {
  color: #555;
}

.menu-group .left-more-menu [class^="ico-"] {
  margin-right: 7px;
}

.menu-group.admin {
  width: 234px;
  margin-top: auto;
  /*margin-bottom: 46px;*/
  /*padding-top: 10px;*/
  /*padding-bottom: 8px;*/
  padding: 10px 0 8px;
  border-top: solid 1px #434149;
}

.light .menu-group.admin {
  border-top: solid 1px #EBDFED;
}

.menu-group.admin li:first-child {
  /*padding-top: 10px;*/
}

.menu-group {
  width: 234px;
}

.menu-group > li {
  position: relative;
}

.menu-group > li.active {
  background: rgba(255, 255, 255, 0.1);
  color: #36cfbd;
}

.menu-group > li > a {
  display: flex;
  align-items: center;
  min-height: 33px;
  padding-left: 30px;
}

.menu-group > li i.ico-report {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(/flow-renewal/assets/images/report/report-left-menu-gray.svg) no-repeat center center / cover;
}

.menu-group > li:hover i.ico-report,
.menu-group > li.flow-active i.ico-report,
#allMainContent[mode=dashboard-dark] .menu-group > li:hover i.ico-report {
  background: url(/flow-renewal/assets/images/report/report-left-menu-green.svg) no-repeat center center / cover;
}

#allMainContent[mode=dashboard-light] .menu-group > li i.ico-report {
  background: url(/flow-renewal/assets/images/report/report-left-menu.svg) no-repeat center center / cover;
}

#allMainContent[mode=dashboard-light] .menu-group > li:hover i.ico-report {
  background: url(/flow-renewal/assets/images/report/report-left-menu-p.svg) no-repeat center center / cover;
}

#allMainContent[mode=dashboard-dark] .menu-group > li i.ico-report {
  background: url(/flow-renewal/assets/images/report/report-left-menu-white.svg) no-repeat center center / cover;
}

.menu-accordion {
  overflow: auto;
}

.menu-accordion-list {
  margin: 0 0 12px 0;
}

.menu-accordion-list li {
  position: relative;

  /*
    [엔터] SECO : 리뉴얼 관련 작업 - 01
    white-space: nowrap;
  */
}

.left-filter-ul .menu-accordion-list li {
  height: auto;
}

.menu-accordion-list a:not(.flow-dash-three) {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 33px;
  padding-left: 30px;
}

.menu-accordion-list > li > span {
  display: inline-block;
  max-width: 125px;
  vertical-align: top;
  margin-top: 2px;
}

@-moz-document url-prefix() {
  .menu-accordion-list > li > span {
    max-width: 107px;
  }
}

.menu-group > li:hover,
.menu-accordion-list > li:hover,
.menu-group > li a:hover .icon-left-home:before {
  color: #36cfbd;
  cursor: pointer;
}

.light .menu-group > li:hover,
.light .menu-accordion-list > li:hover,
.light .menu-group > li a:hover .icon-left-home:before {
  color: #6449FC;
}

.menu-accordion-list > li:hover .ico-temp-write {
  color: #36cfbd;
  cursor: pointer;
  background: url('/flow-renewal/assets/images/icons/icon_refresh_hover.svg') center no-repeat;
}

.menu-accordion-list .ico-post-temp {
  cursor: pointer;
  background: url('/flow-renewal/assets/images/icons/icon_temp_save.svg') no-repeat center center/cover;
}

.menu-accordion-list > li:hover .ico-post-temp,
.flow-active .ico-post-temp {
  background: url('/flow-renewal/assets/images/icons/icon_temp_save_hover.svg') no-repeat center center/cover;
}

.menu-accordion-list > li:hover .flow-dash-three {
  opacity: 1;
}

.menu-accordion-button {
  position: relative;
  padding: 12px 30px;
  font-weight: 700;
  font-size: 13px;
  color: #ccc;
  cursor: pointer;
}

.light .menu-accordion-button {
  color: #333;
}

.light .menu-accordion-button:hover {
  color: #6449FC;
}

.menu-accordion-button .ico-arrow:before {
  font-size: 16px;
  font-weight: 700;
}

.menu-accordion-button .ico-arrow {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-180deg);
  -ms-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}

.menu-accordion-button.active .ico-arrow {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* 콜센터 아이콘 */
.left-menu-item .ico-ask {
  background: url('/flow-renewal/assets/images/icons/ico-ask.svg') no-repeat center / contain;
}

.left-menu-item:hover .ico-ask {
  background-image: url('/flow-renewal/assets/images/icons/ico-ask-hover.svg');
}

.light .left-menu-item .ico-ask,
.light .left-menu-item:hover .ico-ask {
  background-image: url('/flow-renewal/assets/images/icons/ico-ask-pp.svg');
}

.menu-accordion .ico-ask {
  background: url('/flow-renewal/assets/images/icons/ico-ask.svg') no-repeat center / contain;
}

.menu-accordion:hover .ico-ask {
  background-image: url('/flow-renewal/assets/images/icons/ico-ask-hover.svg');
}

.light .menu-accordion .ico-ask,
.light .menu-accordion:hover .ico-ask {
  background-image: url('/flow-renewal/assets/images/icons/ico-ask-pp.svg');
}

.menu-accordion-group {
  overflow-y: scroll;
  -ms-overflow-y: auto;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  /*margin-bottom: 58px;  바우처배너 종료 후 여백 삭제 */
}

.menu-accordion-group::-webkit-scrollbar {
  width: 2px;
}

.main-header-1 #leftMenuUl {
  border-bottom: solid 1px #434149;
  padding-bottom: 13px;
  margin-bottom: 0;
}

.light .main-header-1 #leftMenuUl {
  border-bottom: 1px solid #EBDFED;
}

#leftMenuUl .check-menu-popup {
  padding: 10px 14px;
}

#leftMenuUl .left-more-menu [class^="ico-"] {
  margin-top: 2px;
}

.main-header-1 #leftScroll {
  width: 234px;
}

.menu-accordion-group > li {
  border-top: solid 1px #434149;
}

.light .menu-accordion-group > li {
  border-top: 1px solid #EBDFED;
}

.menu-group.admin li:first-child {
  /*padding-top: 10px;*/
}

/*.menu-group.admin li:last-child {*/
/*  padding-bottom: 8px;*/
/*}*/

.menu-accordion-group > li:first-child {
  border: 0;
}

.calendar-plus-popup .project-invite-popup .project-invite-popup-body .group-tree-wrap-1 {
  height: 546px;
}

.calendar-plus-popup .project-invite-popup .project-invite-popup-body .project-invite-memberList {
  max-height: 546px;
}

.calendar-post-add-popup .create-post-header.calendar-post .create-post-title:after,
.post-card-content .repetition-content .repetition-txt.set:after {
  display: inline-block;
  width: 1px;
  height: 12px;
  margin: 0 10px;
  content: '';
  border-left: 1px solid #bbb;
}

.calendar-post-add-popup .create-post-header.calendar-post .calendar-post-title-name {
  display: inline-block;
  position: relative;
  top: 2px;
  cursor: pointer;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 420px;
}

.calendar-post-add-popup .create-post-header.calendar-post .calendar-post-title-name:not(.js-ews-calendar-selected):hover {
  color: #6449FC;
}

.calendar-post-add-popup .create-post-header.calendar-post .calendar-post-title-name .name-circle {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 3px;
  border-radius: 5px;
}

.calendar-post-add-popup .create-post-header.calendar-post .calendar-post-title-name-box {
  width: 256px;
  height: 250px;
  position: absolute;
  top: 30px;
  left: 115px;
  background-color: #fff;
  border: 1px solid #777;
  border-radius: 6px;
  overflow-y: scroll;
  z-index: 1;
}

.repetition-set {
  display: inline-block;
  margin-left: 7px;
  padding: 0 10px;
  background-color: #eee;
  border: 1px solid #ddd;
  border-radius: 4px;
  color: #555;
  font-size: 12px;
  cursor: pointer;
}

.repetition-set:hover,
.repetition-set:active {
  background-color: #fff;
  border-color: #6449FC;
  color: #6449FC;
}

.repetition-set .icon-calendar-repetition {
  margin-right: 2px;
}

.repetition-set:hover .icon-calendar-repetition:before {
  color: #6449FC;
}

.calendar-post-add-popup .create-post-header.calendar-post .calendar-post-title-name-box::-webkit-scrollbar {
  width: 3px;
}

.calendar-post-add-popup .create-post-header.calendar-post .calendar-post-title-name-box .calendar-post-title-name {
  display: block;
  padding: 10px;
  border-bottom: 1px solid #eee;
}

.calendar-post-add-popup .create-post-header.calendar-post .calendar-post-title-name-box .calendar-post-title-name:hover,
.calendar-post-add-popup .create-post-header.calendar-post .calendar-post-title-name-box .calendar-post-title-name:active {
  background-color: #EFEBFF;
  color: #6449FC;
}

.calendar-post-add-popup .create-post-header.calendar-post .calendar-post-title-name-box .calendar-post-title-name:last-of-type {
  border-bottom: none;
}

.calendar-post-add-popup .create-post-header.calendar-post .calendar-post-title-name .ico-arrow {
  display: inline-block;
  margin-left: 5px;
  transform: rotate(-180deg);
}

/* 일정 작성 색 */
.calendar-post-add-popup .create-post-header.calendar-post .name-circle.green-light {
  background-color: #00B19C;
}

.calendar-post-add-popup .create-post-header.calendar-post .name-circle.yellow {
  background-color: #FFB800;
}

.calendar-post-add-popup .create-post-header.calendar-post .name-circle.blue {
  background-color: #0066FF;
}

.calendar-post-add-popup .create-post-header.calendar-post .name-circle.blue-light {
  background-color: #00B3FF;
}

.calendar-post-add-popup .create-post-header.calendar-post .name-circle.red {
  background-color: #FF3434;
}

.calendar-post-add-popup .create-post-header.calendar-post .name-circle.pink {
  background-color: #FF5CAA;
}

.calendar-post-add-popup .create-post-header.calendar-post .name-circle.green {
  background-color: #00B01C;
}

.calendar-post-add-popup .create-post-header.calendar-post .name-circle.purple {
  background-color: #8B00EA;
}

.calendar-post-add-popup .create-post-header.calendar-post .name-circle.orange {
  background-color: #FD7900;
}

.calendar-post-add-popup .create-post-header.calendar-post .name-circle.gray-dark {
  background-color: #999;
}

.calendar-post-add-popup .create-post-header.calendar-post .name-circle.black {
  background-color: #111;
}

.calendar-post-add-popup .create-post-header.calendar-post .name-circle.gray {
  background-color: #999;
}

.calendar-post-add-popup .repetition-content .icon-calendar-repetition:before {
  position: relative;
  top: 2px;
  color: #333;
}

.post-card-content .repetition-content .repetition-txt {
  display: inline-block;
  color: #777;
  font-size: 13px;
}

.post-card-content .repetition-content .repetition-txt.set:after {
  vertical-align: middle;
}

.post-card-content .repetition-content .repetition-txt.fix {
  color: #6449FC;
}


.calendar-post-add-popup .icons-calendar:before {
  position: relative;
  top: 2px;
  left: -1px;
  color: #333;
  font-size: 16px;
}

.calendar-post-add-popup i.icon-lock-public {
  position: relative;
  top: 2px;
}

.js-popup-before .js-post-nav.ews-schedule i.icon-lock-public:before,
.calendar-post-add-popup i.icon-lock-public:before {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(/flow-renewal/assets/images/icon-lock.svg) no-repeat;
  background-size: contain;
  content: '';
}

.banner-notice-wrap .calendar-add-popup .flow-content-input-1 input {
  color: #6449FC;
  font-weight: bold;
}

.flow-project-popup-4.repetition-contents-popup {
  width: 530px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #fff;
  border: 1px solid #777;
  box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  transform: translate(-50%, -50%);
  z-index: 5;
}

.flow-project-popup-4.repetition-contents-popup .create-content-cell {
  height: auto;
  display: block;
}

.flow-project-popup-4.repetition-contents-popup .create-content-cell i + span {
  display: inline-block;
  width: 52px;
  margin-right: 10px;
  color: #555;
}

.flow-project-popup-4.repetition-contents-popup .repetition-setting {
  display: flex;
  /*margin-bottom: 25px;*/
  clear: both;
}

.flow-project-popup-4.repetition-contents-popup .set-day-wrap + .set-day-wrap {
  margin: 10px 0;
}

.flow-project-popup-4.repetition-contents-popup .repetition-setting:nth-child(2) .search-check-text {
  margin-bottom: 10px;
}

.flow-project-popup-4.repetition-contents-popup .set-repeat-day {
  margin: 20px 0;
}

.repetition-setting + .set-day-wrap {
  margin-top: 10px;
  padding-top: 24px;
  border-top: 1px solid #eee;
}

.repetition-setting + .set-day-wrap + .set-day-wrap {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

.flow-project-popup-4.repetition-contents-popup .repetition-setting > b {
  min-width: 90px;
  color: #333;
  font-size: 13px;
  line-height: 30px;
}

.flow-project-popup-4.repetition-contents-popup .input-wrap-box {
  display: flex;
}

.flow-project-popup-4.repetition-contents-popup .input-wrap-box > span,
.flow-project-popup-4.repetition-contents-popup .input-wrap-box > select {
  display: flex;
  align-items: center;
  margin-right: 5px;
  flex: 1;
  width: 80px;
  max-width: 80px;
}

.flow-project-popup-4.repetition-contents-popup .repetition-setting.info {
  width: 100%;
  padding: 10px 0;
  background-color: #FAF9F9;
  border: 1px solid #eee;
  border-radius: 4px;
  color: #FF6B6B;
  font-size: 12px;
  text-align: center;
}

.flow-project-popup-4.repetition-contents-popup .repetition-setting .alarm-select {
  max-width: 80px;
  margin-right: 5px;
  padding: 8px 14px;
  background-position: 90% 50%;
  border: 1px solid #ddd;
  border-radius: 4px;
  appearance: none;
}

.flow-project-popup-4.repetition-contents-popup .repetition-setting .alarm-select option {
  text-align: center;
}

.flow-project-popup-4.repetition-contents-popup .repetition-setting input {
  width: 100%;
  height: auto;
  padding: 7px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  color: #333;
  text-align: center;
}

.flow-project-popup-4.repetition-contents-popup .repetition-setting input::placeholder {
  font-size: 14px;
  line-height: normal;
}

.flow-project-popup-4.repetition-contents-popup .repetition-setting input[type="number"]::-webkit-outer-spin-button,
.flow-project-popup-4.repetition-contents-popup .repetition-setting input[type="number"]::-webkit-inner-spin-button {
  appearance: none;
}

.flow-project-popup-4.repetition-contents-popup .repetition-setting input[type="number"] {
  -moz-appearance: textfield;
  width: 100%;
}

.flow-project-popup-4.repetition-contents-popup .repetition-setting input::placeholder,
.flow-project-popup-4.repetition-contents-popup .repetition-setting input::-webkit-input-placeholder,
.flow-project-popup-4.repetition-contents-popup .repetition-setting input::-ms-input-placeholder {
  color: #555 !important;
}

.flow-project-popup-4.repetition-contents-popup .repetition-setting .alarm-select:focus {
  outline: none;
}

.flow-project-popup-4.repetition-contents-popup .repetition-setting .arrow-box {
  display: inline-block;
  position: relative;
}

.flow-project-popup-4.repetition-contents-popup .repetition-setting .ico-arrow {
  display: inline-block;
  position: absolute;
  top: 4px;
  right: 10px;
  cursor: pointer;
}

.flow-project-popup-4.repetition-contents-popup .repetition-setting .ico-arrow:before {
  color: #555;
}

.flow-project-popup-4.repetition-contents-popup .set-end-wrap .search-check-text {

}

.flow-project-popup-4.repetition-contents-popup .js-common-radio {
  display: inline-block;
  margin-right: 6px;
  background: url(/flow-renewal/assets/images/icons/icon-radio-off.svg) center no-repeat;
  width: 16px;
  min-width: 16px;
  max-width: 16px;
  height: 17px;
  position: relative;
  vertical-align: middle;
  top: 0;
}

.flow-project-popup-4.repetition-contents-popup .js-common-radio:hover {
  background: url(/flow-renewal/assets/images/icons/icon-radio-hover.svg) center no-repeat;

}

.flow-project-popup-4.repetition-contents-popup .js-common-radio.active {
  background: url(/flow-renewal/assets/images/icons/icon-radio-on.svg) center no-repeat;
}

.flow-project-popup-4.repetition-contents-popup .js-common-radio.all-checked {
  background: url(/flow-renewal/assets/images/icons/icon-radio-on.svg) center no-repeat;
}

.flow-project-popup-4.repetition-contents-popup .repetition-setting .end-count-box .arrow-box .ico-arrow,
.flow-project-popup-4.repetition-contents-popup .repetition-setting .end-date-box .arrow-box .ico-arrow {
  right: 10px;
}

.flow-project-popup-4.repetition-contents-popup .repetition-setting .ico-arrow.down-arrow {
  top: 18px;
  transform: rotate(-180deg);
}

.flow-project-popup-4.repetition-contents-popup .repetition-setting .repetition-setting-ul {
  flex: 1;
}

.repetition-setting-ul .calendar-box,
.repetition-setting-ul .arrow-box {
  flex: 1;
}

.flow-project-popup-4.repetition-contents-popup .repetition-setting .repetition-setting-ul li {
  margin-bottom: 7px;
}

.flow-project-popup-4.repetition-contents-popup .repetition-setting .repetition-setting-ul li:last-child p {
  height: 36px;
}

.flow-project-popup-4.repetition-contents-popup .repetition-setting .repetition-setting-ul li p span {
  display: inline-block;
  min-width: 55px;
  margin-right: 10px;
  color: #555;
}

.flow-project-popup-4.repetition-contents-popup .repetition-setting .repetition-setting-ul li.repetition-edit {
  margin-bottom: 16px;
  color: #555;
}

.flow-project-popup-4.repetition-contents-popup .repetition-setting .repetition-setting-ul li.repetition-edit i {
  margin-right: 9px !important;
}

.flow-project-popup-4.repetition-contents-popup .repetition-setting .repetition-setting-ul li.repetition-edit.checked span,
.flow-project-popup-4.repetition-contents-popup .repetition-setting .repetition-setting-ul li.repetition-edit .all-checked + span {
  color: #6449FC;
}

.flow-project-popup-4.repetition-contents-popup .repetition-setting .repetition-setting-ul li.disable input {
  background-color: #eee;
  color: #999;
}

.flow-project-popup-4.repetition-contents-popup .repetition-setting .repetition-setting-ul li.disable input::placeholder,
.flow-project-popup-4.repetition-contents-popup .repetition-setting .repetition-setting-ul li.disable input::-webkit-input-placeholder,
.flow-project-popup-4.repetition-contents-popup .repetition-setting .repetition-setting-ul li.disable ::-ms-input-placeholder,
.flow-project-popup-4.repetition-contents-popup .repetition-setting .repetition-setting-ul li.disable .ico-arrow:before {
  color: #999 !important;
}

.flow-project-popup-4.repetition-contents-popup .repetition-setting .repetition-setting-ul li p {
  position: relative;
  display: flex;
  align-items: center;
}

.flow-project-popup-4.repetition-contents-popup .repetition-setting .end-count-box .arrow-box,
.flow-project-popup-4.repetition-contents-popup .repetition-setting .end-date-box .arrow-box,
.flow-project-popup-4.repetition-contents-popup .repetition-setting .repetition-setting-ul li p > .calendar-box {
  position: relative;
  display: inline-block;
}

.flow-project-popup-4.repetition-contents-popup .repetition-setting .repetition-setting-ul li p > .calendar-box .icons-calendar {
  position: absolute;
  top: 11px;
  right: 10px;
}

.flow-project-popup-4.repetition-contents-popup .repetition-setting .repetition-setting-ul li p > .calendar-box .icons-calendar:before {
  color: #777;
}

.flow-project-popup-4.repetition-contents-popup .repetition-setting .repetition-setting-ul li p > input {
  position: absolute;
  right: 80px;
}

.flow-project-popup-4.repetition-contents-popup .my-dayby-w-1 {
  float: none;
}

.flow-project-popup-4.repetition-contents-popup .my-dayby-1,
.flow-project-popup-4.repetition-contents-popup .my-dayby-2 {
  width: 44px;
  height: 28px;
}

.flatpickr-calendar.calendar-staff-flat {
  position: relative;
  margin: 8px auto 0 auto;
  background-color: transparent;
  border: none;
  box-shadow: none;
}

.flatpickr-calendar.calendar-staff-flat .flatpickr-months .flatpickr-next-month,
.flatpickr-calendar.calendar-staff-flat .flatpickr-months .flatpickr-prev-month {
  width: 20px;
  height: 20px;
  background-color: #fff;
}

.flatpickr-calendar.calendar-staff-flat .flatpickr-months .flatpickr-next-month span.fc-icon,
.flatpickr-calendar.calendar-staff-flat .flatpickr-months .flatpickr-prev-month span.fc-icon {
  position: relative;
  top: -12px;
  right: 2px;
  font-size: 12px;
}

.flatpickr-calendar.calendar-staff-flat .flatpickr-months .flatpickr-next-month:hover span.fc-icon:after,
.flatpickr-calendar.calendar-staff-flat .flatpickr-months .flatpickr-prev-month:hover span.fc-icon:after {
  color: #6449fc;
}

.flatpickr-calendar.calendar-staff-flat .flatpickr-current-month .numInputWrapper b {
  position: relative;
  top: 3px;
  left: -8px;
}

.flatpickr-calendar.calendar-staff-flat .flatpickr-current-month .numInputWrapper {
  left: 6px;
}

.flatpickr-calendar.calendar-staff-flat .flatpickr-current-month .numInputWrapper::after {
  top: 62%;
  right: -6px;
}

.flatpickr-calendar.calendar-staff-flat .flatpickr-current-month input.cur-year {
  color: #333;
  font-weight: bold;
}

.flatpickr-calendar.calendar-staff-flat .flatpickr-day {
  width: 22.5px;
  height: 22.5px;
}

.flatpickr-calendar.calendar-staff-flat .flatpickr-day.today {
  background-color: #624DE4;
  border-color: #624DE4;
  color: #fff;
}

ul.calendar-staff .js-search-staff-box {
  margin-bottom: 12px;
}

ul.calendar-staff .js-search-staff-box .search-staff {
  width: calc(100% - 40px);
  position: relative;
  margin: 0 20px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
}

ul.calendar-staff .js-search-staff-box .search-result-staff {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 20px;
}

ul.calendar-staff .js-search-staff-box .search-result-staff .manager-item {
  margin: 5px 0 0 0;
  background: #fff;
  border-color: #ddd;
  font-size: 12px;
}

ul.calendar-staff .js-search-staff-box .search-result-staff .manager-item.green-light {
  border-color: #00B19C;
}

ul.calendar-staff .js-search-staff-box .search-result-staff .manager-item.green {
  border-color: #00B01C;
}

ul.calendar-staff .js-search-staff-box .search-result-staff .manager-item.yellow {
  border-color: #FFB800;
}

ul.calendar-staff .js-search-staff-box .search-result-staff .manager-item.orange {
  border-color: #FD7900;
}

ul.calendar-staff .js-search-staff-box .search-result-staff .manager-item.red {
  border-color: #FF3434;
}

ul.calendar-staff .js-search-staff-box .search-result-staff .manager-item.pink {
  border-color: #FF5CAA;
}

ul.calendar-staff .js-search-staff-box .search-result-staff .manager-item.blue-light {
  border-color: #00B3FF;
}

ul.calendar-staff .js-search-staff-box .search-result-staff .manager-item.blue {
  border-color: #0066FF;
}

ul.calendar-staff .js-search-staff-box .search-result-staff .manager-item.purple {
  border-color: #8B00EA;
}

ul.calendar-staff .js-search-staff-box .search-result-staff .manager-item.gray-dark {
  border-color: #999;
}

ul.calendar-staff .js-search-staff-box .search-result-staff .manager-item.black {
  border-color: #111;
}

ul.calendar-staff .js-search-staff-box .search-result-staff .manager-item.gray {
  border-color: #ddd;
}


/*ul.calendar-staff .js-search-staff-box .search-result-staff .manager-item:hover{*/
/*  border-color: #6449fc;*/
/*}*/

ul.calendar-staff .js-search-staff-box .search-result-staff .manager-item .js-worker-profile.thumbnail {
  border: none;
}

ul.calendar-staff .js-search-staff-box .search-result-staff .manager-item .js-registration-name {
  position: relative;
  top: 2px;
}

ul.calendar-staff li:nth-of-type(2) {
  border: none;
}

ul.calendar-staff .js-ews-search .ews-search-staff-div {
  position: relative;
  padding: 11px 20px;
  font-weight: 700;
  font-size: 13px;
  cursor: pointer;
}

ul.calendar-staff .js-ews-search .ews-search-staff-div span.all-delete {
  position: absolute;
  right: 20px;
  color: #6449FC;
  font-size: 12px;
  font-weight: normal;
  cursor: pointer;
}

ul.calendar-staff .js-search-staff-box .search-staff:hover,
ul.calendar-staff .js-search-staff-box .search-staff:active {
  border-color: #777;
  filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.15));
}

ul.calendar-staff .js-search-staff-box .search-staff-box:before {
  display: inline-block;
  content: '';
  width: 14px;
  height: 14px;
  margin: 0 8px 0 12px;
  background: url(/flow-renewal/assets/images/icon-search.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
}

ul.calendar-staff .js-search-staff-box .search-staff-box input::placeholder {
  color: #999;
}

ul.calendar-staff .js-search-staff-box .search-staff-box input {
  width: 142px;
  padding: 5px 12px 5px 0;
  color: #6449FC;
  font-size: 13px;
  font-weight: bold;
}

ul.calendar-staff .menu-accordion .left-menu-item p {
  display: flex;
  align-items: center;
  top: 0;
}

.calendar-group .js-left-filter-item > p {
  position: absolute;
}

ul.calendar-staff .menu-accordion .left-menu-item p > span {
  margin-left: 6px;
}

ul.calendar-staff .menu-accordion .left-menu-item p:hover {
  color: #6449FC;
}

ul.calendar-staff .menu-accordion .left-menu-item .flow-dash-three {
  height: 20px;
  padding-top: 10px;
}

ul.calendar-staff .menu-accordion .left-menu-item .flow-dash-three div {
  background: #6449FC;
}

ul.calendar-staff .menu-accordion .left-menu-item i {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  font-size: 16px;
}

/* EWS캘린더 좌측 필터 체크박스 */
ul.calendar-staff .menu-accordion .left-menu-item .icon-calendar-Checkbox-checked span {
  display: inline;
}

ul.calendar-staff .menu-accordion .left-menu-item i span {
  display: none;
}

/* 체크 된 상자 */
ul.calendar-staff .menu-accordion .left-menu-item .icon-calendar-Checkbox {
  top: -2px;
}

ul.calendar-staff .menu-accordion .left-menu-item .icon-calendar-Checkbox + span {
  position: relative;
  top: 0px;
}

.subscription-popup .color-box i.green-light .path1:before,
ul.calendar-staff .menu-accordion .left-menu-item i.green-light .path1:before {
  color: #00B19C;
}

.subscription-popup .color-box i.yellow .path1:before,
ul.calendar-staff .menu-accordion .left-menu-item i.yellow .path1:before {
  color: #FFB800;
}

.subscription-popup .color-box i.blue .path1:before,
ul.calendar-staff .menu-accordion .left-menu-item i.blue .path1:before {
  color: #0066FF;
}

.subscription-popup .color-box i.blue-light .path1:before,
ul.calendar-staff .menu-accordion .left-menu-item i.blue-light .path1:before {
  color: #00B3FF;
}

.subscription-popup .color-box i.red .path1:before,
ul.calendar-staff .menu-accordion .left-menu-item i.red .path1:before {
  color: #FF3434;
}

.subscription-popup .color-box i.pink .path1:before,
ul.calendar-staff .menu-accordion .left-menu-item i.pink .path1:before {
  color: #FF5CAA;
}

.subscription-popup .color-box i.green .path1:before,
ul.calendar-staff .menu-accordion .left-menu-item i.green .path1:before {
  color: #00B01C;
}

.subscription-popup .color-box i.purple .path1:before,
ul.calendar-staff .menu-accordion .left-menu-item i.purple .path1:before {
  color: #8B00EA;
}

.subscription-popup .color-box i.orange .path1:before,
ul.calendar-staff .menu-accordion .left-menu-item i.orange .path1:before {
  color: #FD7900;
}

.subscription-popup .color-box i.gray-dark .path1:before,
ul.calendar-staff .menu-accordion .left-menu-item i.gray-dark .path1:before {
  color: #999;
}

.subscription-popup .color-box i.black .path1:before,
ul.calendar-staff .menu-accordion .left-menu-item i.black .path1:before {
  color: #111;
}

.subscription-popup .color-box i.gray .path1:before,
ul.calendar-staff .menu-accordion .left-menu-item i.gray .path1:before {
  color: #ddd;
}

/* 빈 체크 상자 */
ul.calendar-staff .menu-accordion .icon-calendar-Checkbox.green-light:before {
  border-color: #00B19C;
}

ul.calendar-staff .menu-accordion .icon-calendar-Checkbox.yellow:before {
  border-color: #FFB800;
}

ul.calendar-staff .menu-accordion .icon-calendar-Checkbox.blue:before {
  border-color: #0066FF;
}

ul.calendar-staff .menu-accordion .icon-calendar-Checkbox.blue-light:before {
  border-color: #00B3FF;
}

ul.calendar-staff .menu-accordion .icon-calendar-Checkbox.red:before {
  border-color: #FF3434;
}

ul.calendar-staff .menu-accordion .icon-calendar-Checkbox.pink:before {
  border-color: #FF5CAA;
}

ul.calendar-staff .menu-accordion .icon-calendar-Checkbox.green:before {
  border-color: #00B01C;
}

ul.calendar-staff .menu-accordion .icon-calendar-Checkbox.purple:before {
  border-color: #8B00EA;
}

ul.calendar-staff .menu-accordion .icon-calendar-Checkbox.orange:before {
  border-color: #FD7900;
}

ul.calendar-staff .menu-accordion .icon-calendar-Checkbox.gray-dark:before {
  border-color: #999;
}

ul.calendar-staff .menu-accordion .icon-calendar-Checkbox.black:before {
  border-color: #111;
}

ul.calendar-staff .menu-accordion .icon-calendar-Checkbox.gray:before {
  border-color: #999;
}

ul.calendar-staff .menu-accordion-button .icons-plus-3 {
  position: absolute;
  right: 45px;
  top: 37%;
}

ul.calendar-staff .menu-accordion-button:hover .icons-plus-3:before,
ul.calendar-staff .menu-accordion-button:hover .ico-arrow:before,
ul.calendar-staff .menu-accordion-button:hover {
  color: #6449FC;
}

ul.calendar-staff .menu-accordion-button span.all-select {
  display: none;
  margin-left: 3px;
  color: #777;
  text-decoration: underline;
  font-size: 13px;
  font-weight: normal;
}

ul.calendar-staff .menu-accordion-button:hover span.all-select {
  display: inline-block;
}

ul.calendar-staff .menu-accordion.calendar-group .menu-accordion-button {
  font-weight: normal;
}

ul.calendar-staff .menu-accordion.calendar-group .icon-calendar-arrow-down {
  position: absolute;
  top: 0;
  left: -3px;
  color: #bbb;
  transform: rotate(-180deg);
}

ul.calendar-staff .menu-accordion-button.active .icon-calendar-arrow-down {
  top: 0;
  left: 0;
  color: #333;
  transform: rotate(-360deg);
}

/*ul.calendar-staff .menu-accordion.calendar-group .menu-accordion-button i:first-of-type{*/
/*  top: 1px;*/
/*}*/

ul.calendar-staff .menu-accordion.calendar-group .menu-accordion-button .flow-dash-three {
  top: 5px;
  right: -20px;
}

ul.calendar-staff .menu-accordion.calendar-group .menu-accordion-list > li:hover .flow-dash-three {
  opacity: 0;
}

ul.calendar-staff .menu-accordion.calendar-group .menu-accordion-list > li > .menu-accordion-button:hover .flow-dash-three,
ul.calendar-staff .menu-accordion.calendar-group .menu-accordion-list > li > .menu-accordion li:hover .flow-dash-three {
  opacity: 1;
}

ul.calendar-staff .menu-accordion.calendar-group .menu-accordion-list > li > .menu-accordion li:hover .flow-dash-three {
  right: -20px;
}

ul.calendar-staff .menu-accordion.calendar-group > .menu-accordion-list > li .menu-accordion-button {
  padding: 0 20px;
  line-height: 21px;
}

ul.calendar-staff .menu-accordion.calendar-group > .menu-accordion-list > li .menu-accordion-button > i {
  top: 2px;
}

ul.calendar-staff .menu-accordion.calendar-group > .menu-accordion-list > li .menu-accordion-button:hover .flow-dash-three {
  top: -5px;
  right: -20px;
}

ul.calendar-staff .menu-accordion.calendar-group .menu-accordion {
  padding-left: 20px;
}

.subscription-popup {
  width: 178px;
  height: 140px;
  position: absolute;
  top: 40%;
  left: 220px;
  padding: 12px 0;
  background-color: #fff;
  border: 1px solid #777;
  border-radius: 4px;
  z-index: 1;
}

.js-ews-calendar-menu-layer {
  max-height: 140px;
  height: auto;
}

.subscription-popup > p {
  color: #555;
  font-size: 13px;
  cursor: pointer;
}

.subscription-popup > p:hover,
.subscription-popup > p:active {
  color: #6449FC;
}

.subscription-popup > p:first-of-type {
  margin-bottom: 8px;
  padding: 0 14px;
}

.subscription-popup > p:last-of-type {
  padding: 0 14px 12px 14px;
  border-bottom: 1px solid #777;
}

.subscription-popup.group-popup {
  width: 94px;
  height: 96px;
  top: 57%;
}

.subscription-popup.group-popup > p {
  margin-bottom: 6px;
  padding: 0 14px;
  border: none;
}

.subscription-popup.group-popup > p:last-of-type {
  margin-bottom: 0;
}

.subscription-popup .color-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 66px;
  padding: 12px 14px;
}

.subscription-popup .color-box i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  position: relative;
  margin: 0 2px;
  cursor: pointer;
}

.subscription-popup .color-box i:nth-of-type(n+7) {
  margin-top: 4px;
}

.subscription-popup .color-box i:hover {
  border: 3px double #ddd;
  border-radius: 4px;
}

.subscription-popup .color-box i:hover .path1:before,
.subscription-popup .color-box i:hover .path2:before {
  font-size: 14px;
}

.subscription-popup .color-box i .path2 {
  display: none;
}

.subscription-popup .color-box i .path1:before {
  background-color: transparent;
}

.subscription-popup .color-box i.icon-Checkbox-checked.active .path2,
.subscription-popup .color-box i:hover .path2 {
  display: inline-block;
}

/* 직원 구독 캘린더 색 변경 */
.subscription-popup .color-box i.green-light:hover .path1:before {
  background-color: #00b19c;
}

.subscription-popup .color-box i.green-light:hover {
  border-color: #00b19c;
}

.subscription-popup .color-box i.green:hover .path1:before {
  background-color: #00b01c;
}

.subscription-popup .color-box i.green:hover {
  border-color: #00b01c;
}

.subscription-popup .color-box i.yellow:hover .path1:before {
  background-color: #ffb800;
}

.subscription-popup .color-box i.yellow:hover {
  border-color: #ffb800;
}

.subscription-popup .color-box i.orange:hover .path1:before {
  background-color: #fd7900;
}

.subscription-popup .color-box i.orange:hover {
  border-color: #fd7900;
}

.subscription-popup .color-box i.red:hover .path1:before {
  background-color: #ff3434;
}

.subscription-popup .color-box i.red:hover {
  border-color: #ff3434;
}

.subscription-popup .color-box i.pink:hover .path1:before {
  background-color: #ff5caa;
}

.subscription-popup .color-box i.pink:hover {
  border-color: #ff5caa;
}

.subscription-popup .color-box i.blue-light:hover .path1:before {
  background-color: #00b3ff;
}

.subscription-popup .color-box i.blue-light:hover {
  border-color: #00b3ff;
}

.subscription-popup .color-box i.blue:hover .path1:before {
  background-color: #0066FF;
}

.subscription-popup .color-box i.blue:hover {
  border-color: #0066FF;
}

.subscription-popup .color-box i.purple:hover .path1:before {
  background-color: #8b00ea;
}

.subscription-popup .color-box i.purple:hover {
  border-color: #8b00ea;
}

.subscription-popup .color-box i.gray-dark:hover .path1:before {
  background-color: #999;
}

.subscription-popup .color-box i.gray-dark:hover {
  border-color: #999;
}

.subscription-popup .color-box i.black:hover .path1:before {
  background-color: #111;
}

.subscription-popup .color-box i.black:hover {
  border-color: #111;
}

.subscription-popup .color-box i.gary:hover .path1:before {
  background-color: #ddd;
}

.subscription-popup .color-box i.gray:hover {
  border-color: #ddd;
}

.calendar-staff-box {
  width: 256px;
  position: absolute;
  top: 29%;
  left: 20px;
  background-color: #fff;
  border: 1px solid #777;
  border-radius: 6px;
  z-index: 1;
}

.calendar-staff-box .calendar-staff-search-contents {
  height: 250px;
  overflow-y: scroll;
}

.calendar-staff-box .calendar-staff-search-contents::-webkit-scrollbar {
  width: 3px;
}

.calendar-staff-box .calendar-staff-search-contents .search-contents-staff {
  display: flex;
  flex-wrap: wrap;
  padding: 10.5px 10px;
  border-bottom: 1px solid #eee;
}

.calendar-staff-box .calendar-staff-search-contents .search-contents-staff:hover,
.calendar-staff-box .calendar-staff-search-contents .search-contents-staff:active {
  background-color: #EFEBFF;
  cursor: pointer;
}

.calendar-staff-box .calendar-staff-search-contents .search-contents-staff:first-of-type:hover,
.calendar-staff-box .calendar-staff-search-contents .search-contents-staff:first-of-type:active {
  border-radius: 6px 6px 0 0;
}

.calendar-staff-box .calendar-staff-search-contents .search-contents-staff:last-of-type:hover,
.calendar-staff-box .calendar-staff-search-contents .search-contents-staff:last-of-type:active {
  border-radius: 0 0 6px 6px;
}

.calendar-staff-box .calendar-staff-search-contents .search-contents-staff:hover .search-contents-txt p:first-of-type b {
  color: #6449FC;
}

.calendar-staff-box .calendar-staff-search-contents .search-contents-staff:last-of-type {
  border-bottom: none;
}

.calendar-staff-box .calendar-staff-search-contents .search-contents-staff.select {
  background: #f0f8ff;
  border-radius: 5px;
}

.calendar-staff-box .calendar-staff-search-contents .search-contents-staff img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border: 1px solid #eee;
  border-radius: 16px;
}

.search-contents-txt {
  width: calc(100% - 50px);
}

.calendar-staff-box .calendar-staff-search-contents .search-contents-staff .search-contents-txt p:first-of-type {
  width: 100%;
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  line-height: 18px;
  color: #555;
  font-size: 14px;
}

.calendar-staff-box .calendar-staff-search-contents .search-contents-staff .search-contents-txt p:first-of-type b,
.calendar-staff-box .calendar-staff-search-contents .search-contents-staff .search-contents-txt p:last-of-type b {
  margin-right: 4px;
}

.calendar-staff-box .calendar-staff-search-contents .search-contents-staff .search-contents-txt p:first-of-type b {
  width: 100%;
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.calendar-staff-box .calendar-staff-search-contents .search-contents-staff .search-contents-txt p:last-of-type {
  width: 100%;
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 12px;
  color: #999;
  font-size: 12px;
}

.calendar-staff-box .calendar-staff-search-contents .search-contents-staff .search-contents-txt p:last-of-type b {
  max-width: 50%;
  position: relative;
  top: 1px;
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.project-total-count {
  display: inline-block;
  margin-left: 6px;
  font-size: 13px;
  color: #ff6b6b;
}

.check-menu-popup .project-total-count {
  font-weight: 700;
}

.menu-accordion-group .project-more-button {
  padding: 6px 10px 6px 5px;
  color: #ccc;
  border: 1px solid #555;
  border-radius: 900px;
  margin: 0 0 10px 30px;
  font-size: 12px;
  font-weight: 500;
}

.light .menu-accordion-group .project-more-button {
  border-color: #ccc;
  color: #333;
}

.light .menu-accordion-group .project-more-button:hover {
  border-color: #6449FC;
  color: #6449FC;
}

.light .project-more-button:hover.ico-arrow::before {
  color: #6449FC;
}

.project-more-button.ico-arrow::before {
  display: inline-block;
  width: 14px;
  color: #fff;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  vertical-align: top;
  margin-right: 2px;
}

.light .project-more-button.ico-arrow::before {
  color: #333;
}

.project-more-button.active.ico-arrow::before {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.project-more-button span {
  display: inline-block;
  margin-left: 2px;
  vertical-align: middle;
}

.project-more-button:hover,
.project-more-button:hover:before {
  color: #36cfbd;
  border-color: #36cfbd;
}

.project-detail-inner {
  display: block;
  overflow: auto;
  height: calc(100% - 40px);
}

/* .layer-scroll.padding-zero {
  padding: 0;
}

.layer-scroll.type2 {
  height: calc(100vh - 149px);
}
.layer-scroll.type3 {
  height: calc(100vh - 100px);
}
.layer-scroll.type4 {
  height: calc(100vh - 245px);
}  */
/* 사용자 관련 공통  */
/* thumbnail */
.thumbnail {
  display: inline-block;
  background-image: url("/flow-renewal/assets/images/profile-default.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: white;
  border: 1px solid #eee;
  border-radius: 10px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
}

.thumbnail.size36 {
  min-width: 36px;
  height: 36px;
}

.thumbnail.size38 {
  min-width: 38px;
  height: 38px;
}

.thumbnail.size40 {
  min-width: 40px;
  height: 40px;
}

.chat-menu .thumbnail {
  position: relative;
}

.radius14,
.thumbnail.radius14 {
  border-radius: 14px;
}

.radius16 {
  border-radius: 16px;
}

.opacity50 {
  opacity: 50%;
}

.post-author .thumbnail.size40.radius16,
.comment-thumbnail .thumbnail.size40.radius16,
.unidentified-item .thumbnail.size40.radius16 {
  border-radius: 16px;
}

/* tumbnail */
.user-name,
.user-position {
  font-size: 14px;
  color: #555;
}

.ellipsis {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

button {
  cursor: pointer;
}

.user-name,
.user-company {
  font-weight: 700;
  cursor: pointer;
}

.user-company,
.user-team {
  font-size: 12px;
  color: #999;
}

.record-date {
  margin: 0 2px;
  font-size: 14px;
  color: #999;
}

.no-data-content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 188px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.no-data-text {
  margin-top: 10px;
  font-size: 13px;
  color: #999;
}

.clearfix::after {
  display: block;
  content: "";
  clear: both;
}

.home-menu a {
  display: inline-block;
  position: relative;
  z-index: 1;
  color: #555;
  vertical-align: top;
}

.home-menu-right,
.home-menu-left {
  float: right;
}

.home-menu-right {
  margin-right: 13px;
}

.home-menu-right a {
  margin-left: 20px;
}

.home-menu-left a {
  margin-left: 7px;
}

.home-menu a:hover {
  color: #6449fc;
}

.project-order-button:hover .menu-select-icon-type-3 {
  background-position: -459px -19px;
}

.project-edit-button:hover .menu-select-icon-type-4 {
  background-position: -309px -23px;
}

.tag {
  font-weight: 700;
  color: #6449fc;
  cursor: pointer;
}

.commt-hstr-span {
  text-decoration: underline;
  margin-right: 0px;
  cursor: pointer;
}

.commt-hstr-span {
  text-decoration: underline;
  margin-right: 0px;
  cursor: pointer;
}

.commt-hstr-span {
  text-decoration: underline;
  margin-right: 0px;
  cursor: pointer;
}

.commt-hstr-span {
  text-decoration: underline;
  margin-right: 0px;
  cursor: pointer;
}

.tag.mention-span {
  color: #6449fc;
  margin-right: 0px;
}

.tag.hashtag-span {
  font-weight: 700;
  color: #00b19c;
  cursor: pointer;
  margin-right: 0px;
}

.flow-active {
  background: rgba(255, 255, 255, 0.1);
}

.flow-active a {
  color: #36cfbd;
}

.light .flow-active a {
  color: #6449FC;
}

.light .flow-active a:hover {
  color: #6449FC;
}

.light .flow-active {
  background: rgba(198, 190, 239, 0.3);
}

.left-task .menu-group:not(.admin) .left-menu-item:first-of-type a {
  /*font-weight: bold;*/
}

.main-menu .flow-active a .menu-icon-type-1 {
  background-position: -18px -1px;
}

.main-menu .flow-active .menu-icon-type-2 {
  background-position: -72px -2px;
}

.main-menu .flow-active .menu-icon-type-3 {
  background-position: -127px 0;
}

.main-menu .flow-active .menu-icon-type-4 {
  background-position: -181px 0px;
}

.main-menu .flow-active .menu-icon-type-5 {
  background-position: -235px 0px;
}

.main-menu .flow-active .menu-icon-type-6 {
  background-position: -288px 0px;
}

.main-menu .flow-active .menu-icon-type-7 {
  background-position: -343px 0;
}

.main-menu .flow-active .menu-icon-type-8 {
  background-position: -397px -1px;
}

.header-type-2 .flow-active {
  background: rgba(198, 190, 239, 0.3);
}

.header-type-2 .flow-active a {
  color: #6449fc;
}

.header-type-2 a .button-suport-1 {
  background: url("/flow-renewal/assets/images/main-sprite-type-1.png") no-repeat -23px -21px;
  background-size: 540px auto;
  width: 19px;
  height: 16px;
}

.header-type-2 a:hover .button-suport-1,
.header-type-2 a:focus .button-suport-1 {
  background-position: -1px -21px;
}

.main-wrap {
  min-width: 1280px;
  height: 100vh; /*  삼전전용코드 수정작업함  */
}

.subscreen-wrap {
  height: calc(100vh - 40px);
}

/* START : 별도 window를 통해 나오는 레이어팝업 반응형 코드 */
/* .popup-window 라는 클래스를 붙여준다.(.subscreen-wrap 에다가) */
.popup-window.subscreen-wrap {
  height: 100vh;
}

.popup-window.subscreen-wrap .main-body-wrap,
.popup-window.subscreen-wrap .flow-project-make-2,
.popup-window.subscreen-wrap .forward-pop,
.popup-window.subscreen-wrap .share-wr .share-contents {
  height: 100%;
  width: 100%;
}

.popup-window.subscreen-wrap .create-post-wrap {
  width: 100%;
  height: 100%;
  margin-top: 0;
}

.popup-window.subscreen-wrap .share-wr .share-contents {
  max-height: calc(100% - 120px);
}

.popup-window.subscreen-wrap .flow-project-make-1 {
  display: flex;
}

/* END : 별도 window를 통해 나오는 레이어팝업 반응형 코드 */


.main-wrap .header {
  display: flex;
  height: 40px;
  position: relative;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 11;
  background: #2c2a34;
  border-bottom: 1px solid #484654;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.light.main-wrap .header {
  background: -o-linear-gradient(left, #e2dff4 -4.23%, #fff4f6 103.88%);
  background: -webkit-gradient(linear, left top, right top, color-stop(-4.23%, #e2dff4), color-stop(103.88%, #fff4f6));
  background: linear-gradient(90deg, #e2dff4 -4.23%, #fff4f6 103.88%);
  border-bottom: 1px solid #e4dde0;
}

.top-btns {
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 0;
}

.top-btns button + button {
  margin-left: 30px;
}

.top-btns button {
  overflow: visible;
  min-width: 20px;
  position: relative;
  vertical-align: middle;
}

.top-btns button i.portal-new-badge {
  display: inline-block;
  width: 6px;
  height: 6px;
  position: absolute;
  background: #FF3532;
  border-radius: 3px;
  top: -2px;
  right: -3px;
}

.business-version-free {
  position: absolute;
  top: 50%;
  left: 30px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
}

.tooltip-square strong {
  font-weight: 400;
  color: #ff6b6b;
}

.admin-voucher-banner-wrap {
  border-top: 0 !important;
}

.business-version-free .gov-voucher-banner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #914C9C;
  border: 1px solid #CFB7D3;
  background-color: #fff;
}

.gov-voucher-banner {
  display: inline-block;
  text-align: center;
  height: 26px;
  padding: 0 12px;
  /*margin-left: 10px;*/
  border-radius: 4px;
  background: #C7E7FA;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: -0.04em;
  color: #003668;
  cursor: pointer;
  white-space: nowrap;
}

.gov-voucher-banner a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 12px;
}

.gov-voucher-banner img {
  height: 18px;
  margin-right: 4px;
}

.icon-portal {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(/flow-renewal/assets/images/icon-portal-default.svg) no-repeat;
  background-size: contain;
}

.icon-portal:hover,
.icon-portal:active {
  background-image: url(/flow-renewal/assets/images/icon-portal-active.svg);
}

.light .icon-portal {
  background-image: url(/flow-renewal/assets/images/icon-portal-light.svg);
}

.light .icon-portal:hover,
.light .icon-portal:active {
  background-image: url(/flow-renewal/assets/images/icon-portal-light-active.svg);
}

/*  아이콘 폰트로 교체  */
.icon-iconpop {
  width: 22px;
  height: 22px;
  display: inline-block;
  background: url(/flow-renewal/assets/images/icon_sso.svg) no-repeat;
}

/*.icon-organization {*/
/*  width: 22px;*/
/*  height: 20px;*/
/*  display: inline-block;*/
/*  background: url(/flow-renewal/assets/images/icon-group-dark.png) no-repeat;*/
/*}*/

/*.icon-chatting {*/
/*  width: 22px;*/
/*  height: 21px;*/
/*  display: inline-block;*/
/*  background: url(/flow-renewal/assets/images/icon-chat-dark.png) no-repeat;*/
/*}*/

/*.icon-alarm {*/
/*  width: 22px;*/
/*  height: 22px;*/
/*  display: inline-block;*/
/*  position: relative;*/
/*  background: url(/flow-renewal/assets/images/icon-alarm-dark.png) no-repeat;*/
/*}*/

.label-alarm,
.label-chat {
  width: auto;
  height: 18px;
  padding: 0 6px;
  position: absolute;
  top: 2px;
  left: 10px;
  background: #ff3532;
  border-radius: 200px;
  color: #fff;
  line-height: 18px;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  white-space: nowrap;
}

.btn-profile .profile-area {
  display: block;
  width: 30px;
  height: 30px;
  border: 1px solid #ccc;
  border-radius: 8px;
  background-size: cover;
  background-color: white;
  filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.15));
}

/*.btn-profile.active .profile-area,*/
.btn-profile .profile-area:hover {
  border-color: #36CFBD;
  filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.15));
}

.light .btn-profile .profile-area:hover {
  border-color: #6449fc;
}

.main-search-area {
  position: relative;
}

.main-search {
  position: relative;
  display: flex;
  align-items: center;
  width: auto;
  min-width: 300px;
  height: 27px;
  padding: 0 10px;
  border: 1px solid #555;
  background: #3f3c49;
  border-radius: 900px;
  color: #eee;
  font-size: 12px;
  margin: 0 auto;
}

.main-search-box::before {
  display: inline-block;
  content: "";
  width: 14px;
  height: 14px;
  margin: 0px 11px 0 0;
  background: url(/flow-renewal/assets/images/icon-search-wh.svg) no-repeat;
  vertical-align: middle;
}

.light .header .main-search {
  background: #fff;
  border-color: #e8dce4;
}

.light .header .main-search-box::before {
  background: url(/flow-renewal/assets/images/icon-search-bk.svg) no-repeat;
}

.light .header .detail-search-button {
  color: #777;
}

.light .header .detail-search-button::before {
  background: #ddd;
}

.main-search input {
  padding-right: 10px;
  /*padding-right: 25px;*/
  color: #fff;
  font-size: 14px;
  background: transparent;
  vertical-align: middle;
  max-width: 200px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.light .main-search input {
  color: #555;
}

/*.business-free-text,*/
/*.free-payment-button{*/
/*  color: #ccc;*/
/*}*/
/*.light .business-free-text,*/
/*.light .free-payment-button{*/
/*  color: #555;*/
/*}*/
/*.free-payment-button:hover{*/
/*  border-color: #36cfbd;*/
/*}*/

.main-search input::-webkit-input-placeholder {
  color: #999;
}

.main-search input::-moz-placeholder {
  color: #999;
}

.main-search input:-ms-input-placeholder {
  color: #999;
}

.main-search input::-ms-input-placeholder {
  color: #999;
}

.main-search input::placeholder {
  color: #999;
}

.search-delete-button {
  width: 16px;
  height: 16px;
  background: url(/flow-renewal/assets/images/icons/icon-search-delete.png);
  background-size: cover;
  vertical-align: middle;
}

.light .search-delete-button {
  background: url(/flow-renewal/assets/images/icons/icon-search-delete-gr.svg);
}

.detail-search-button {
  float: right;
  padding: 4px 10px;
  font-size: 12px;
  color: #ddd;
  font-weight: bold;
  line-height: 1rem;
}

.detail-search-button::before {
  display: inline-block;
  content: "";
  width: 1px;
  height: 14px;
  margin: 0 14px 0 0;
  background: #555;
  vertical-align: middle;
}

.main-search-box {
  display: flex;
  align-items: center;
  position: relative;
  width: 231px;
  flex: 1;
}

.search-delete-button {
  display: none;
}

.search-delete-button.active {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.header.light .main-search input {
  background: #fff;
  border-color: #e8dce4;
  color: #555555;
}

.header.light .main-search input::-webkit-input-placeholder {
  color: #555;
}

.header.light .main-search input::-moz-placeholder {
  color: #555;
}

.header.light .main-search input:-ms-input-placeholder {
  color: #555;
}

.header.light .main-search input::-ms-input-placeholder {
  color: #555;
}

.header.light .main-search input::placeholder {
  color: #555;
}

.modal-portal {
  width: 440px;
  height: 650px;
  position: absolute;
  top: 44px;
  right: 30px;
  padding: 15px 0;
  background-color: #fff;
  border: 1px solid #777;
  border-radius: 8px;
}

.modal-portal .modal-portal-wrap .title {
  display: block;
  margin-bottom: 12px;
  padding: 0 20px;
  font-size: 15px;
}

.modal-portal .modal-portal-wrap {
  display: block;
  height: 585px;
  margin-right: 3px;
}

.modal-portal ul.portal-contents {
  padding: 0 14px 0 20px;
}

.modal-portal ul.portal-contents.using {
  margin: 10px 0 15px 0;
  border-bottom: 1px solid #eee;
}

.modal-portal ul.portal-contents.using li {
  display: inline-block;
  width: 86px;
  margin-bottom: 15px;
  text-align: center;
  cursor: pointer;
}

.modal-portal ul.portal-contents.using li > div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  margin: auto;
  background-color: #eeeeee;
  border-radius: 14px;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
}

.modal-portal ul.portal-contents.using li > div > img {
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 4px;
}

.modal-portal ul.portal-contents.using li > p {
  margin-top: 6px;
  font-size: 13px;
  word-break: keep-all;
}

.modal-portal .modal-portal-wrap::-webkit-scrollbar {
  width: 3px;
}

.modal-portal li.portal-apps {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  padding: 10px 15px;
  border: 1px solid #eee;
  border-radius: 6px;
  cursor: pointer;
}

.modal-portal li.portal-apps > img {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  box-shadow: 0px 0px 2px rgb(0 0 0 / 25%);
}

.modal-portal ul.portal-contents.using li:hover div,
.modal-portal ul.portal-contents.using li:hover div {
  border: 1px solid #6549FD;
}

.modal-portal li.portal-apps:hover,
.modal-portal li.portal-apps:active {
  background-color: #EFEBFF;
  border: 1px solid #6549FD;
}

.modal-portal ul.portal-contents.using li:hover p,
.modal-portal ul.portal-contents.using li:active p,
.modal-portal li.portal-apps:hover > div > b,
.modal-portal li.portal-apps:active > div > b,
.modal-portal li.portal-apps:hover > div > p,
.modal-portal li.portal-apps:active > div > p {
  color: #6549FD;
}

.modal-portal li.portal-apps.disable {
  background-color: #fff;
  border: 1px solid #eee;
  cursor: default;
}

.modal-portal li.portal-apps.disable > div > b,
.modal-portal li.portal-apps.disable > div > p {
  color: #999;
}

.modal-portal li.portal-apps > div {
  margin-left: 10px;
}

.modal-portal li.portal-apps > div > b {
  color: #555;
  font-size: 13px;
}

.modal-portal li.portal-apps > div > p {
  color: #999;
  font-size: 12px;
}

.modal-portal > button {
  width: calc(100% - 40px);
  margin: 0 20px;
  padding: 10px;
  background-color: #6449FC;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  text-align: center;
}

.modal-portal > button:hover {
  background-color: #7163c3;
}

.modal-account {
  min-width: 218px;
  padding: 14px;
  position: absolute;
  top: 46px;
  right: 30px;
  z-index: 13;
  background: #fff;
  border: 1px solid #777;
  border-radius: 8px;
  font-size: 13px;
  text-align: left;
  color: #555;
}

.modal-account li {
  position: relative;
  min-height: 19px;
  margin-top: 10px;
  cursor: pointer;
}

.modal-account li:hover,
.modal-account li:focus {
  color: #6449fc;
}

/*.flow-switch i {*/
/*  position: relative;*/
/*  top: 2px;*/
/*  display: inline-block;*/
/*  width: 14px;*/
/*  height: 14px;*/
/*  background: url("/flow-renewal/assets/images/icons/icon_flow.png");*/
/*  background-size: cover;*/
/*}*/
.flow-switch button {
  width: 100%;
  height: 31px;
  line-height: 31px;
  text-align: center;
  background: #6449fc;
  border-radius: 4px;
  color: #fff;
}

.download-desktop .tooltip-square {
  display: none;
  position: absolute;
  top: 27px;
  left: -60px;
  min-width: 194px;
  padding: 8px 13px;
  z-index: 2;
}

/* .download-desktop:hover .tooltip-square{
  display: block;
} */
.modal-account li i {
  margin: 0 4px 0 0;
}

.modal-account li i::before {
  font-size: 15px;
  color: #555;
}

.modal-account li:hover i::before {
  color: #6449fc;
}

.modal-account .free-count-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 32px;
  margin-bottom: 10px;
  background: #F4F2FF;
  font-size: 13px;
  color: #6449FC;
}

.modal-account .free-count-wrap .emoji-smile {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("/flow-renewal/assets/images/icons/emoji-smile.svg") no-repeat center;
}

.modal-account .free-count-wrap span {
  margin: 0 6px 0 10px;
}

.modal-account .free-count-wrap strong {
  font-weight: bold;
}

.modal-account .user-area {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: unset;
}

.modal-account .user-img {
  width: 40px;
  height: 40px;
  margin: 0 10px 0 0;
  display: inline-block;
  border: 1px solid #eee;
  border-radius: 16px;
  background-size: cover;
}

.modal-account .user-info {
  display: inline-block;
}

.modal-account .user-info strong {
  display: block;
  line-height: 21px;
  color: #555;
  max-width: 140px;
  font-size: 14px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.modal-account .user-info span {
  line-height: 18px;
  color: #999;
  font-size: 12px;
  letter-spacing: -0.02em;
}

.modal-account .user-status {
  height: 36px;
  line-height: 36px;
  border: 1px solid #ddd;
  border-radius: 4px;
  text-align: center;
}

.modal-account .user-profile {
  background: none;
}

/* .modal-account .user-status:hover,
.modal-account .user-status:focus {
  border-color: #6449fc;
} */

.icon-status {
  width: 16px;
  height: 17px;
  display: inline-block;
  position: relative;
  top: 4px;
  background: url(/flow-renewal/assets/images/icon-status.png) no-repeat;
}

.icon-profile {
  width: 16px;
  height: 14px;
  display: inline-block;
  background: url(/flow-renewal/assets/images/icon-profile.png) no-repeat;
  vertical-align: top;
}

.ico-calc {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url('/flow-renewal/assets/images/icons/ico-calc.svg') no-repeat center center / contain;
  margin-right: 6px;
}

.calculator-button:hover .ico-calc {
  background-image: url('/flow-renewal/assets/images/icons/ico-calc-pp.svg');
}

.main-header-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 234px;
  height: 100%;
  background: #2c2a34;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  border-right: 1px solid #555;
}

.light .main-header-1 {
  background: linear-gradient(180deg, #F0EEFB 0%, #FBEEF0 47.59%);
}

.main-body-wrap {
  position: relative;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: calc(100% - 40px);
}

.main-body-wrap.tour {
  height: 100%;
}

.main-body-wrap.banner {
  height: calc(100% - 80px);
}

.main-body-wrap.banner_v2 {
  height: calc(100% - 120px);
}

.main-body-wrap.calendar-plus,
.main-body-wrap.calendar-plus .main-content {
  height: 100%;
}

.main-container {
  overflow: auto;
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  /* height: calc(100% - 100px); for IE9*/
}

.main-content {
  overflow: auto;
  height: calc(100% - 80px);
}

.main-content .project-detail-wrap.js-white-bg {
  overflow-x: auto;
  background: #fff;
  padding: 0;
}

.main-scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.project-home-wrap,
.project-detail-inner {
  padding: 0 30px;
}

.title-1 {
  font-size: 20px;
  font-weight: bold;
  line-height: 80px;
  float: left;
  color: #333;
}

.title-1:has(.icons-exclamation) > div {
  display: flex;
  align-items: center;
  gap: 4px;
}

.main-header {
  position: relative;
  min-width: 750px;
  height: 80px;
  padding: 0 30px;
  background: #fff;
  z-index: 12;
}

.main-content .history-container .project-null-t-1 {
  height: 100%;
}

.main-content #openProjectLayer .project-null-t-1 {
  height: 80vh;
}

.main-content .project-null-t-1 {
  height: 76vh;
}

.sub-work-wrap .project-null-t-1 {
  height: 100%;
}

#projectHomeTop {
  position: relative;
  float: right;
}

.logo-area {
  margin-bottom: 20px;
  padding: 12px 0;
  text-align: center;
  border-bottom: 1px solid #484654;
}

.light .logo-area {
  border-bottom: 1px solid #EBDFED;
}

.main-header-1.header-type-2 .logo-area {
  border-color: #e4dde0;
}

.logo-box {
  display: inline-block;
  min-width: 50px;
  /*height: 36px;*/
  padding: 10px 14px;
  border-radius: 900px;
  font-size: 0;
  background: #fff;
  cursor: pointer;
}

.logo-box:before {
  display: inline-block;
  content: "";
  width: 0;
  height: 100%;
  vertical-align: middle;
}

.main-wrap .logo-1 {
  display: inline-block;
  margin: 0;
  font-size: 0;
  vertical-align: middle;
}

.main-wrap .logo-1 img {
  max-width: 110px;
  max-height: 22px;
  width: auto;
  object-fit: cover;
}

.header-type-2 .logo-1 {
  background: url("/flow-renewal/assets/images/main-sprite-type-1.png") no-repeat 0px -97px;
  background-size: 540px auto;
  width: 50px;
  height: 50px;
  margin: 25px auto;
}

.new-project-1 {
  width: 176px;
  height: 40px;
  line-height: 40px;
  background: #6449fc;
  border-radius: 4px;
  margin: 0 auto;
  color: white;
  font-weight: 500;
  text-align: center;
}

.light .new-project-1 {
  background: #fff;
  color: #6449FC;
  border: 1px solid #6449FC;
}

.main-header-1 a:hover .new-project-1,
.main-header-1 a:focus .new-project-1 {
  background: #7163c3;
}

.light .main-header-1 a:hover .new-project-1,
.light .main-header-1 a:focus .new-project-1 {
  background: #6449FC;
  color: #fff;
}

.header-type-2 .new-project-1 {
  width: 176px;
  height: 40px;
  line-height: 40px;
  background: #6449fc;
  border-radius: 4px;
  margin: 0 auto;
  color: white;
  text-align: center;
}

.header-type-2 a:hover .new-project-1,
.header-type-2 a:focus .new-project-1 {
  width: 176px;
  height: 40px;
  line-height: 40px;
  background: #6449fc;
  border-radius: 4px;
  margin: 0 auto;
  color: white;
  text-align: center;
}

.main-menu {
}

.main-menu li {
  font-size: 13px;
  color: #ccc;
  height: 33px;
  line-height: 33px;
}

.main-menu li a {
  display: block;
}

.main-menu li a div {
  background: url("/flow-renewal/assets/images/main-sprite-type-1.png") no-repeat;
  background-size: 540px auto;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-left: 30px;
  margin-right: 14px;
  position: relative;
  top: 4px;
}

.section-2 p {
  margin: 0 0 10px 10px;
  color: #333;
  font-size: 16px;
  font-weight: bold;
}

ul.section-list-1 li.project-item + .section-2.middle-line > p.project-class,
ul.project-group li.project-item + .section-2.middle-line > p.project-class {
  margin: 30px 0 10px 10px;
}

.project-group {
  margin-left: -10px;
}

.section-1 ul li {
  width: 23%;
  min-width: 223px;
  max-width: 274px;
  height: 180px;
  padding: 15px 15px 15px 32px;
  position: relative;
  z-index: 1;
  display: block;
  border: 1px solid #ddd;
  background: #fafafa;
  border-radius: 6px;
}

.section-1 ul li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #333;
}


/* 스켈레톤 */
/* .skeleton-load */
.skeleton-load ul.project-group {
  display: flex;
  justify-content: flex-start;
}

.skeleton-load .project-board-wr ul.project-group {
  flex-wrap: wrap;
}

.skeleton-load .section-1.js-project-section {
  display: block;
  width: 100%;
}

.skeleton-load .project-item {
  border-bottom: 1px solid #eee;
  cursor: default;
}

.skeleton-load .project-board-wr .project-item {
  margin: 9px;
}

.skeleton-title,
  /*.skeleton-load .project-class,*/
.skeleton-load .project-item .rectangle,
.skeleton-load .project-board-wr .project-item.rectangle,
.skeleton-load .project-item .line,
.skeleton-load .project-item .line-long,
.skeleton-load .project-item .line-long-long {
  display: inline-block;
  background-image: linear-gradient(to right, #eee 0%, #ddd 20%, #eee 40%, #eee 100%);
  background-size: 800px;
}

.skeleton-load .project-item .rectangle {
  width: 30px;
  height: 30px;
  margin: 11px;
  border-radius: 6px;
  animation: skeleton-rectangle 1s ease-in-out infinite;
  animation-duration: 1s;
}

.skeleton-load .project-board-wr .project-item.rectangle {
  width: 23%;
  min-width: 223px;
  max-width: 274px;
  height: 180px;
  border: none;
  border-radius: 6px;
  animation: skeleton-rectangle-big 1s ease-in-out infinite;
  animation-duration: 1s;
}

.skeleton-load .project-board-wr .project-item.rectangle.r-a {
  animation-delay: 0.1s;
}

.skeleton-load .project-board-wr .project-item.rectangle.r-b {
  animation-delay: 0.3s;
}

.skeleton-load .project-board-wr .project-item.rectangle.r-c {
  animation-delay: 0.55s;
}

.skeleton-load .project-board-wr .project-item.rectangle.r-d {
  animation-delay: 0.8s;
}

.skeleton-title,
.skeleton-load .project-class,
.skeleton-load .project-item .line,
.skeleton-load .project-item .line-long,
.skeleton-load .project-item .line-long-long {
  width: 392px;
  height: 21px;
  margin: 15px 9px;
  border-radius: 4px;
  animation: skeleton-lines 1.5s ease-in-out infinite;
  animation-delay: 0.1s;
  animation-duration: 1s;
}

.skeleton-title {
  width: 130px;
  margin: 30px 0;
  animation: skeleton-title 1.5s ease-in-out infinite;
  animation-duration: 1s;
}

.skeleton-load .section-1 .project-class {
  width: 88px;
  margin: 3px 0 13px 10px;
}

.skeleton-load .project-item .line-long {
  width: 345px;
}

.skeleton-load .project-item .line-long-long {
  width: 462px;
}

@keyframes skeleton-title {
  0% {
    background-position: -30px;
  }
  40%, 100% {
    background-position: 150px;
  }
}

@keyframes skeleton-rectangle {
  0% {
    background-position: -100px;
  }
  40%, 100% {
    background-position: 160px;
  }
}

@keyframes skeleton-rectangle-big {
  0% {
    background-position: -100px;
  }
  40%, 100% {
    background-position: 300px;
  }
}

@keyframes skeleton-lines {
  0% {
    background-position: -100px;
  }
  40%, 100% {
    background-position: 492px;
  }
}

/* 스켈레톤개선  _skeleton.scss 분리 */

/* 스켈레톤 - 뺑뺑이 spinner */
.modal-portal .loading-wrap .loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.chat-wr .loading-messenger-li {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.chat-wr .loading-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  /*height: 750px;*/
}


#BoardArea .project-item {
  float: left;
  margin: 9px;
}

.section-2 ul li a {
  display: block;
  width: 260px;
  height: 160px;
  position: relative;
  border: 1px solid #ddd;
  background: #fafafa;
  border-radius: 6px;
}

.section-2 ul li {
  float: left;
}

.section-1 ul li .chk-on {
  border: 1px solid #6449fc;
}

.project-item:nth-child(odd) {
}

.project-group li.active {
  color: #6449fc;
}

.project-group li.active {
  border-color: #6449fc;
  color: #6449fc;
}

.chk-on .flow-content-chk {
  background-position: -538px -20px;
}

.left-menu-type-1 {
  width: 10px;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  background: #999;
  border-radius: 6px 0 0 6px;
}

.color-code-0 {
  background: #dddddd;
  border: solid 1px #ddd;
}

.color-code-0.project-invite-button,
.color-code-0.project-invite-button i:before {
  color: #555;
}

.color-code-1 {
  background: #ffb800;
  border: solid 1px #ffb800;
}

.color-code-2 {
  background: #ff5454;
  border: solid 1px #ff5454;
}

.color-code-3 {
  background: #8b00ea;
  border: solid 1px #8b00ea;
}

.color-code-4 {
  background: #999999;
  border: solid 1px #999;
}

.color-code-5 {
  background: #00b19c;
  border: solid 1px #00b19c;
}

.color-code-6 {
  background: #0066ff;
  border: solid 1px #0066ff;
}

.color-code-7 {
  background: #ff5caa;
  border: solid 1px #ff5caa;
}

.color-code-8 {
  background: #111;
  border: solid 1px #111;
}

.color-code-9 {
  background: #00b2ff;
  border: solid 1px #00b2ff;
}

.color-code-10 {
  background: #fd7900;
  border: solid 1px #fd7900;
}

.color-code-11 {
  background: #00b01c;
  border: solid 1px #00b01c;
}

.main-menu li a .menu-icon-type-1 {
  background-position: 0 -1px;
}

.main-menu li a .menu-icon-type-2 {
  background-position: -54px -2px;
}

.main-menu li a .menu-icon-type-3 {
  background-position: -109px 0px;
  height: 16px;
}

.main-menu li a .menu-icon-type-4 {
  background-position: -163px 0px;
}

.main-menu li a .menu-icon-type-5 {
  background-position: -217px 0px;
}

.main-menu li a .menu-icon-type-6 {
  background-position: -270px 0px;
}

.main-menu li a .menu-icon-type-7 {
  background-position: -325px 0px;
}

.main-menu li a .menu-icon-type-8 {
  background-position: -379px -1px;
}

.menu-icon-eye {
  background: url("/flow-renewal/assets/images/main-sprite-type-1.png") no-repeat -432px -3px;
  background-size: 540px auto;
  width: 16px;
  height: 12px;
  display: inline-block;
  margin-left: 30px;
  margin-right: 14px;
  position: relative;
  top: 3px;
}

.main-menu li a:hover .menu-icon-type-1,
.main-menu li a:focus .menu-icon-type-1 {
  background-position: -18px -1px;
}

.main-menu li a:hover .menu-icon-type-2,
.main-menu li a:focus .menu-icon-type-2 {
  background-position: -72px -2px;
}

.main-menu li a:hover .menu-icon-type-3,
.main-menu li a:focus .menu-icon-type-3 {
  background-position: -127px 0px;
}

.main-menu li a:hover .menu-icon-type-4,
.main-menu li a:focus .menu-icon-type-4 {
  background-position: -181px 0px;
}

.main-menu li a:hover .menu-icon-type-5,
.main-menu li a:focus .menu-icon-type-5 {
  background-position: -235px 0px;
}

.main-menu li a:hover .menu-icon-type-6,
.main-menu li a:focus .menu-icon-type-6 {
  background-position: -288px 0px;
}

.main-menu li a:hover .menu-icon-type-7,
.main-menu li a:focus .menu-icon-type-7 {
  background-position: -343px 0;
}

.main-menu li a:hover .menu-icon-type-8,
.main-menu li a:focus .menu-icon-type-8 {
  background-position: -397px -1px;
}

.header-type-2 .main-menu .flow-active .menu-icon-type-1 {
  background-position: -36px -1px;
}

.header-type-2 .main-menu .menu-icon-type-1 {
  background-position: -36px -3px;
}

.header-type-2 .main-menu .menu-icon-type-2 {
  background-position: -90px -1px;
}

.header-type-2 .main-menu .menu-icon-type-3 {
  background-position: -145px -2px;
}

.header-type-2 .main-menu .menu-icon-type-4 {
  background-position: -199px 0px;
}

.header-type-2 .main-menu .menu-icon-type-5 {
  background-position: -253px 0px;
}

.header-type-2 .main-menu .menu-icon-type-6 {
  background-position: -306px -1px;
}

.header-type-2 .main-menu .menu-icon-type-7 {
  background-position: -361px 0px;
}

.header-type-2 .main-menu .menu-icon-type-8 {
  background-position: -415px -1px;
}

.header-type-2 .active-hide-project .menu-icon-eye {
  background-position: -468px -3px;
}

.header-type-2 .main-menu a:hover .menu-icon-type-1,
.header-type-2 .main-menu a:focus .menu-icon-type-1 {
  background-position: -36px -1px;
}

.header-type-2 .main-menu a:hover .menu-icon-type-2,
.header-type-2 .main-menu a:focus .menu-icon-type-2 {
  background-position: -90px -1px;
}

.header-type-2 .main-menu a:hover .menu-icon-type-3,
.header-type-2 .main-menu a:focus .menu-icon-type-3 {
  background-position: -145px -2px;
}

.header-type-2 .main-menu a:hover .menu-icon-type-4,
.header-type-2 .main-menu a:focus .menu-icon-type-4 {
  background-position: -199px 0px;
}

.header-type-2 .main-menu a:hover .menu-icon-type-5,
.header-type-2 .main-menu a:focus .menu-icon-type-5 {
  background-position: -253px 0px;
}

.header-type-2 .main-menu a:hover .menu-icon-type-6,
.header-type-2 .main-menu a:focus .menu-icon-type-6 {
  background-position: -306px -1px;
}

.header-type-2 .main-menu a:hover .menu-icon-type-7,
.header-type-2 .main-menu a:focus .menu-icon-type-7 {
  background-position: -361px 0px;
}

.header-type-2 .main-menu a:hover .menu-icon-type-8,
.header-type-2 .main-menu a:focus .menu-icon-type-8 {
  background-position: -415px -1px;
}

.header-type-2 .main-menu a:hover .menu-icon-eye,
.header-type-2 .main-menu a:focus .menu-icon-eye {
  background-position: -468px -5px;
}

.header-type-2 a:hover .active-hide-project span,
.header-type-2 a:focus .active-hide-project span {
  color: #36cfbd;
}

.flow-content-star {
  background: url("/flow-renewal/assets/images/icons/icon_star_on.png") no-repeat;
  background-size: 24px;
  width: 24px;
  height: 24px;
  margin-top: 15px;
  margin-left: 20px;
}

.flow-content-star-un {
  background: url("/flow-renewal/assets/images/icons/icon_star.png") no-repeat;
  background-size: 24px;
  width: 24px;
  height: 24px;
  margin-top: 15px;
  margin-left: 20px;
}

.flow-content-star-un:focus,
.flow-content-star-un:hover,
.flow-content-star-2-un:focus,
.flow-content-star-2-un:hover {
  background-image: url("/flow-renewal/assets/images/icons/icon_star_hover.png");
}

.flow-content-star-2 {
  background: url("/flow-renewal/assets/images/icons/icon_star_on.png") no-repeat;
  background-size: 22px;
  width: 22px;
  height: 22px;
  margin: 0 20px 0 26px;
  display: inline-block;
  vertical-align: middle;
}

.flow-content-star-2-un {
  background: url("/flow-renewal/assets/images/icons/icon_star.png") no-repeat;
  background-size: 22px;
  width: 22px;
  height: 22px;
  margin: 0 20px 0 26px;
  display: inline-block;
  vertical-align: middle;
}

.left-menu-type-con {
  float: left;
}

.project-item .flow-content-star {
  margin: 0;
}

.flow-content-txt {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  min-width: 190px;
  max-width: 248px;
  padding: 25px 0 0 0;
  max-height: 74px;
  overflow: hidden;
}

.project-group .flow-content-txt {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 1.2;
  height: 4em;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.flow-content-b-c {
  position: absolute;
  bottom: 13px;
  left: 34px;
  right: 20px;
}

/*변경지점start*/
.main-menu-1 dd {
  background: #36343f;
  height: 40px;
  line-height: 40px;
  color: #ccc;
  font-size: 13px;
}

.main-menu-1 dd a {
  display: block;
}

.main-menu-1 dd:first-of-type {
  padding-top: 10px;
}

.main-menu-1 dd a:hover,
.main-menu-1 dd a:focus {
  color: #36cfbd;
}

.main-menu-1 dd .list-more {
  display: inline-block;
  margin: 0 16px 0 27px;
  font-size: 12px;
  font-weight: 500;
}

.main-menu-1 dd .list-more em {
  width: 20px;
  display: inline-block;
  text-align: center;
}

.main-menu-1 .list-more {
  display: inline-block;
  margin: 0 16px 0 27px;
  font-size: 12px;
  font-weight: 500;
}

.main-menu-1 .list-more em {
  width: 20px;
  display: inline-block;
  text-align: center;
}

.main-menu-1 li {
  background: #36343f;
  height: 40px;
  line-height: 40px;
  color: #ccc;
  font-size: 13px;
}

.main-menu-1 li a {
  display: block;
}

.main-menu-1 li a:hover,
.main-menu-1 li a:focus {
  color: #36cfbd;
}

.main-menu-1 li .list-more {
  display: inline-block;
  margin: 0 16px 0 27px;
  font-size: 12px;
  font-weight: 500;
}

.main-menu-1 li .list-more em {
  width: 20px;
  display: inline-block;
  text-align: center;
}

.header-type-2 .main-menu-1 li a:hover,
.header-type-2 .main-menu-1 li a:focus {
  color: #6449fc;
}

.main-menu-2 li {
  background: #36343f;
  height: 40px;
  line-height: 40px;
  color: #ccc;
  font-size: 13px;
  position: relative;
}

.main-menu-2 li:last-of-type {
  padding-bottom: 10px;
}

.header-type-2 .main-menu-2 .flow-icon-plus:hover,
.header-type-2 .main-menu-2 .flow-icon-plus:focus {
  background-position: -36px -40px;
}

.main-menu-2 .flow-icon-plus:hover,
.main-menu-2 .flow-icon-plus:focus {
  background-position: -18px -40px;
}

.main-menu-2 li span {
  height: 19px;
  display: inline-block;
  float: left;
}

/*변경지점end*/

.squre-type {
  width: 14px;
  height: 14px;
  border-radius: 3px;
  position: relative;
  display: inline-block;
  margin-right: 16px;
  vertical-align: middle;
}

.squre-type > div {
  width: 14px;
}

/*.menu-accordion-list li.recent-project-item,*/
/*.menu-accordion-list li.label-item{*/
/*  display: flex;*/
/*  align-items: center;*/
/*}*/
/*.menu-accordion-list li.label-item i.ico-label{*/
/*  margin: 0 14px 0 0;*/
/*}*/
.squre-type.new::after {
  position: absolute;
  top: -3px;
  right: -3px;
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ff0000;
  -webkit-box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.2);
}

.squre-type-1 {
  width: 14px;
  height: 14px;
  border-radius: 3px;
  background: #5adbd5;
  position: relative;
  top: 3px;
  display: inline-block;
  margin-right: 16px;
}

.squre-type-2 {
  width: 14px;
  height: 14px;
  border-radius: 3px;
  background: #fdc500;
  position: relative;
  top: 3px;
  display: inline-block;
  margin-right: 16px;
}

.squre-type-3 {
  width: 14px;
  height: 14px;
  border-radius: 3px;
  background: #ff5454;
  position: relative;
  top: 3px;
  display: inline-block;
  margin-right: 16px;
}

.squre-type-4 {
  width: 14px;
  height: 14px;
  border-radius: 3px;
  background: #af66e8;
  position: relative;
  top: 3px;
  display: inline-block;
  margin-right: 16px;
}

.squre-type-5 {
  width: 14px;
  height: 14px;
  border-radius: 3px;
  background: #ff55c1;
  position: relative;
  top: 3px;
  display: inline-block;
  margin-right: 16px;
}

.squre-type-6 {
  width: 14px;
  height: 14px;
  border-radius: 3px;
  background: #aaaaaa;
  position: relative;
  top: 3px;
  display: inline-block;
  margin-right: 16px;
}

.squre-type-7 {
  width: 14px;
  height: 14px;
  border-radius: 3px;
  background: #666666;
  position: relative;
  top: 3px;
  display: inline-block;
  margin-right: 16px;
}

.squre-type-8 {
  width: 14px;
  height: 14px;
  border-radius: 3px;
  background: #7cc861;
  position: relative;
  top: 3px;
  display: inline-block;
  margin-right: 16px;
}

.squre-round-s {
  width: 6px;
  height: 6px;
  position: absolute;
  top: -3px;
  right: -3px;
  background: #ff0000;
  border-radius: 6px;
}

.flow-arrow {
  background: url("/flow-renewal/assets/images/main-sprite-type-1.png") no-repeat -139px -45px;
  background-size: 540px auto;
  width: 10px;
  height: 6px;
  display: inline-block;
  margin-left: 30px;
  margin-right: 14px;
  position: relative;
}

a:hover .flow-arrow,
a:focus .flow-arrow {
  background-position: -157px -45px;
}

.main-menu-1 a:hover,
.main-menu-1 a:focus {
  color: #36cfbd;
}

.main-menu-2 a:hover,
.main-menu-2 a:focus {
  color: #36cfbd;
}

.main-menu-2 a:hover,
.main-menu-2 a:focus {
  color: #36cfbd;
}

.main-menu-2 a:hover .squre-line-1,
.main-menu-2 a:focus .squre-line-1 {
  background-position: -504px -1px;
}

.flow-dashboard:hover ~ .flow-dash-three,
.flow-dashboard:focus ~ .flow-dash-three {
  display: block;
}

.header-type-3 a .squre-line-1 {
  background-position: -522px -1px;
}

.header-type-3 a:hover .squre-line-1,
.header-type-3 a:focus .squre-line-1 {
  background-position: -522px -1px;
}

.header-type-3 a:hover,
.header-type-3 a:focus {
  color: #6449fc;
}

.flow-dash-three {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 20px;
  top: -6px;
  right: 0;
  z-index: 1;
  opacity: 0;
}

.flow-dash-three div {
  width: 2px;
  height: 2px;
  margin: 0 auto;
  margin-bottom: 2px;
  border-radius: 2px;
  background: #777;
}

.main-menu-1 dt {
  font-weight: 700;
  color: #999;
  font-size: 13px;
  height: 43px;
  line-height: 43px;
  margin-top: 12px;
  cursor: pointer;
  position: relative;
}

.main-menu-2 dt {
  font-weight: 700;
  color: #999;
  font-size: 13px;
  height: 43px;
  line-height: 43px;
  cursor: pointer;
  position: relative;
}

.squre-line-1 {
  background: url("/flow-renewal/assets/images/main-sprite-type-1.png") no-repeat -486px -1px;
  background-size: 540px auto;
  width: 16px;
  height: 16px;
  margin-top: 10px;
  position: relative;
  display: inline-block;
  margin-left: 30px;
  margin-right: 11px;
  float: left;
  top: 2px;
}

.flow-small-layer-1 {
  width: auto;
  padding: 5px 12px;
  position: absolute;
  top: 18px;
  left: 85px;
  border: 1px solid #777777;
  background: #fff;
  z-index: 1;
  display: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  font-size: 13px;
}

.flow-small-layer-1 div span {
  margin-left: 4px;
  color: #555;
}

.flow-small-layer-1 div:hover i:before {
  color: #6449fc;
}

.flow-dash-three:hover,
.flow-dash-three:focus {
  opacity: 1;
}

.f-s-ly-2 {
  width: 121px;
  height: 64px;
  padding: 8px 12px;
  position: absolute;
  top: 18px;
  left: 85px;
  border: 1px solid #777777;
  background: #fff;
  z-index: 1;
  display: none;
}

.f-s-ly-3 {
  width: 121px;
  height: 64px;
  position: absolute;
  top: 18px;
  left: 85px;
  border: 1px solid #777777;
  background: #fff;
  z-index: 1;
  display: none;
}

.main-menu-3 {
  padding: 10px 0;
}

.main-menu-3 li {
  height: 33px;
  line-height: 33px;
}

.main-menu-3 li i {
  width: 16px;
  height: 16px;
  margin: 9px 11px 0 30px;
  float: left;
  background-size: 540px;
}

.main-menu-3 li span {
  font-size: 13px;
  color: #ccc;
}

.active-hide-project i {
  background: url("/flow-renewal/assets/images/main-sprite-type-1.png") no-repeat -432px -1px;
}

.invite-coworkers i {
  background: url("/flow-renewal/assets/images/main-sprite-type-1.png") no-repeat -246px -18px;
}

.master-setting i {
  background: url("/flow-renewal/assets/images/main-sprite-type-1.png") no-repeat -300px -18px;
}

.active-hide-project:hover i,
.active-hide-project:focus i,
.active-hide-project.on i {
  background-position: -450px -1px;
}

.invite-coworkers:hover i,
.invite-coworkers:focus i,
.invite-coworkers.on i {
  background-position: -264px -18px;
}

.master-setting:hover i,
.master-setting:focus i,
.master-setting.on i {
  background-position: -318px -18px;
}

.main-menu-3 li:hover span,
.main-menu-3 li:focus span {
  color: #36cfbd;
}

/* light version */
.light .active-hide-project:hover i,
.light .active-hide-project:focus i,
.light .active-hide-project.on i {
  background-position: -468px -3px;
}

.light .invite-coworkers:hover i,
.light .invite-coworkers:focus i,
.light .invite-coworkers.on i {
  background-position: -282px -18px;
}

.light .master-setting:hover i,
.light .master-setting:focus i,
.light .master-setting.on i {
  background-position: -336px -18px;
}

.main-menu-3 li:hover span,
.main-menu-3 li:focus span {
  color: #36cfbd;
}

.section-1:after {
  display: block;
  content: "";
  clear: both;
}

.section-1 .project-class {
  margin: 0 0 10px 10px;
  font-weight: bold;
  font-size: 16px;
  color: #333;
}

.section-1 .project-class.join {
  margin: 22px 0 10px 10px;
}

.section-2 {
  overflow: hidden;
}

.flow-icon-plus {
  position: absolute;
  right: 21px;
  top: 13px;
  background: url(/flow-renewal/assets/images/main-sprite-type-1.png) no-repeat 0px -40px;
  background-size: 540px auto;
  width: 15px;
  height: 15px;
}

.name-ride-style {
  float: right;
  padding-left: 20px;
}

.name-ride-sc-1 {
  float: left;
  background: url("/flow-renewal/assets/images/main-sprite-type-1.png") no-repeat 1px -58px;
  background-size: 540px auto;
  width: 38px;
  height: 38px;
  margin-top: 30px;
  position: relative;
  z-index: 1;
  cursor: pointer;
}

.name-ride-sc-2 {
  background: url(/flow-renewal/assets/images/icon-search.png);
  width: 16px;
  height: 16px;
  z-index: 1;
  cursor: pointer;
}

.all-search-section {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  z-index: 2;
}

.all-search-section.temp-result {
  top: 50px;
}

/* START : KSH : 220412 : safari에서 전체 검색결과 틀어짐 현상 수정을 위한 css 코드 */
#searchResult .title-1 {
  /*display: inline-block !important;*/
  float: none;
  width: auto;
}

#searchResult .project-detail-menu {
  float: none;
  display: flex;
}

#searchResult .project-detail-menu li {
  float: none;
}

/* END : KSH : 220412 : safari에서 전체 검색결과 틀어짐 현상 수정을 위한 css 코드 */

.all-search-section .close-button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 40px;
  width: 14px;
  height: 14px;
  background: url("/flow-renewal/assets/images/icons/icon_close_size14.png") no-repeat;
  background-size: cover;
}

.all-search-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: calc(100% - 120px);
}

.temp-result .all-search-container {
  height: 100%;
}

.all-search-content {
  min-width: 674px;
  overflow: auto;
  padding: 0 30px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
}

.all-search-filter {
  overflow: auto;
  width: 312px;
  height: 100%;
  padding: 20px;
  background: #faf9f9;
  border-left: solid 1px #ddd;
}

.light .all-search-filter {
  background: #FDFCFC;
}

.search-filter-group {
  color: #555;
}

.search-filter-group dt {
  color: #333;
  font-weight: bold;
  font-size: 15px;
}

.search-filter-item {
  margin-top: 20px;
}

.search-filter-item p {
  color: #333;
  font-weight: 500;
  font-size: 13px;
}

.search-filter-item .target-select-group {
  max-width: 286px;
  margin: 10px 0 0 0;
}

.search-filter-item.status-search-filter input {
  display: none;
}

.search-filter-item.status-search-filter input + label:before {
  display: inline-block;
  content: "";
  width: 14px;
  height: 14px;
  margin-top: -2px;
  margin-right: 12px;
  background: url(/flow-renewal/assets/images/allseach-sprite-type-4.png) no-repeat -96px 0;
  background-size: 560px auto;
  vertical-align: middle;
}

.search-filter-item.status-search-filter input:checked + label:before {
  background-position: -128px 0;
}

.filter-input-box {
  position: relative;
  height: 40px;
  margin-top: 10px;
  padding: 10px 15px 10px 15px;
  background: #fff;
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  width: 100%; /*검색필터*/
  font-size: 13px;
}

.filter-input-box.flatpickr-input[readonly]{
  display: inline-block;
  height: 40px;
  cursor: pointer;
}

.flatpickr-input[readonly],
.create-content-cell .flatpickr-input[readonly] {
  display: inline-block;
  height: 30px;
  cursor: pointer;
}

.create-content-cell .flatpickr-input[readonly]::placeholder {
  font-size: 14px;
  font-weight: 500;
  color: #999;
  text-decoration: underline;
  text-underline-position: under;
}

:lang(en) .create-content-cell .flatpickr-input[readonly]::placeholder {
  text-underline-offset: -1.2px;
}

.ie-pickr {
  width: 100px;
}

html:lang(vi) .ie-pickr {
  width: 130px;
}

.schedule-time .flatpickr-input[readonly] {
  display: inline-block;
}

.filter-input-box input {
  width: 100%;
  color: #555;
  font-size: 13px;
}

.filter-input-box input::-webkit-input-placeholder {
  color: #999;
}

.filter-input-box input::-moz-placeholder {
  color: #999;
}

.filter-input-box input:-ms-input-placeholder {
  color: #999;
}

.filter-input-box input::-ms-input-placeholder {
  color: #999;
}

.filter-input-box input::placeholder {
  color: #999;
}

.filter-date-label {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}

.icon-date {
  display: block;
  width: 20px;
  height: 20px;
  background: url(/flow-renewal/assets/images/icons/icon-post-date.svg) no-repeat center/contain;
}

.filter-date-label:hover .icon-date {
  background-image: url(/flow-renewal/assets/images/icons/icon-post-date-hover.svg)
}

.search-condition-button {
  margin-top: 12px;
  padding: 4px 8px;
  background: #fff;
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  font-size: 12px;
}

.flatpickr-input[readonly] {
  display: inline-block;
}

.flatpickr-input[readonly], #editDisableLayer {
  display: block;
}


.search-condition-button:hover,
.search-condition-button:focus {
  color: #6449fc;
  border-color: #6449fc;
}

.search-result-more {
  margin-top: 10px;
  padding: 6px 13px 6px 13px;
  border: 1px solid #999;
  border-radius: 100px;
  font-weight: 500;
  font-size: 12px;
  color: #555;
}

.icon-search {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background: url("/flow-renewal/assets/images/allseach-sprite-type-1.png") no-repeat -139px -1px;
  background-size: 607px 30px;
}

.name-ride-sc-3 {
  background: url("/flow-renewal/assets/images/main-sprite-type-2.png") no-repeat -230px -48px;
  background-size: 656px auto;
  width: 37px;
  height: 37px;
  float: left;
  margin-top: 50px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  top: -8px;
}

.name-ride-ch {
  float: left;
  background: url("/flow-renewal/assets/images/main-sprite-type-1.png") no-repeat -222px -59px;
  background-size: 540px auto;
  width: 22px;
  height: 20px;
  margin-top: 41px;
  margin-left: 24px;
  position: relative;
}

.name-ride-ar {
  background: url("/flow-renewal/assets/images/main-sprite-type-1.png") no-repeat -273px -61px;
  background-size: 540px auto;
  width: 17px;
  height: 21px;
  float: left;
  margin-top: 41px;
  margin-left: 24px;
  position: relative;
}

.name-ride-pr {
  float: left;
  padding: 4px;
  border: 1px solid #ddd;
  border-radius: 200px;
  margin-top: 30px;
  margin-left: 24px;
  margin-right: 24px;
}

.name-ride-sj {
  background: url("/flow-renewal/assets/images/main-sprite-type-1.png") no-repeat -319px -58px;
  background-size: 540px auto;
  width: 19px;
  height: 20px;
  float: left;
  margin-top: 40px;
  margin-right: 24px;
}

.name-ride-qt {
  float: left;
  background: url("/flow-renewal/assets/images/main-sprite-type-1.png") no-repeat -362px -58px;
  background-size: 540px auto;
  width: 25px;
  height: 25px;
  margin-top: 38px;
  margin-right: 39px;
}

.arrow-content {
  width: auto;
  height: 18px;
  line-height: 17px;
  padding: 0 6px;
  background: #ff3532;
  color: white;
  border-radius: 10px;
  font-size: 12px;
  text-align: center;
  position: absolute;
  top: -10px;
  right: -10px;
}

.section-list-1 .flow-content-hm-txt {
  margin: 0 3px 0 6px;
}

.member-cnt {
  display: inline-block;
  margin: 2px 0 0 0;
  font-size: 14px;
  color: #999;
  vertical-align: middle;
}

.flow-content-hm-txt {
  display: inline-block;
  position: relative;
  top: -1px;
  margin-right: 3px;
  vertical-align: middle;
}

.flow-content-hm-txt i::before {
  font-size: 11px;
  font-weight: bold;
  color: #999;
}

.flow-content-jms-ico {
  background: url("/flow-renewal/assets/images/main-sprite-type-2.png") no-repeat -16px 0;
  background-size: 656px auto;
  width: 16px;
  height: 16px;
  display: inline-block;
  position: relative;
}

.icon-open-project {
  background: url("/flow-renewal/assets/images/icons/icon-open-project.svg") center no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
  position: relative;
}

.icon-company {
  background: url("/flow-renewal/assets/images/icons/icon-company.svg") no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
}

.icon-unknown {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("/flow-renewal/assets/images/icons/icon-unknown.svg") no-repeat;
}

.icon-sinmungo {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("/flow-renewal/assets/images/icons/icon-sinmungo.svg");
}

.icon-opinion {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("/flow-renewal/assets/css/enterprise/poscoict/images/icon-opinion.svg");
}

.flow-content-bl-ico {
  background: url("/flow-renewal/assets/images/main-sprite-type-2.png") no-repeat -88px 0;
  background-size: 656px auto;
  width: 16px;
  height: 16px;
  display: inline-block;
  position: relative;
}

.menu-select-icon-type-1 {
  display: inline-block;
  background: url("/flow-renewal/assets/images/main-sprite-type-2.png") no-repeat -334px -20px;
  background-size: 656px auto;
  width: 24px;
  height: 24px;
}

.menu-select-icon-type-1.on {
  background-position: -360px -20px;
}

a:hover .menu-select-icon-type-1 {
  background-position: -360px -20px;
}

.menu-select-icon-type-1-1 {
  background: url("/flow-renewal/assets/images/main-sprite-type-2.png") no-repeat -335px -22px;
  background-size: 656px auto;
  width: 24px;
  height: 24px;
  float: left;
  margin-right: 11px;
}

a:hover .menu-select-icon-type-1-1 {
  background-position: -361px -22px;
  float: left;
  margin-right: 11px;
}

a:hover .menu-select-icon-type-1-1 {
  background-position: -361px -22px;
}

a:hover .menu-select-icon-type-2 {
  background-position: -412px -20px;
}

.menu-select-icon-type-2.on {
  background-position: -412px -20px;
}

.menu-select-icon-type-2 {
  background: url("/flow-renewal/assets/images/main-sprite-type-2.png") no-repeat -386px -20px;
  background-size: 656px auto;
  width: 24px;
  height: 24px;
}

.menu-select-icon-type-3 {
  display: inline-block;
  position: relative;
  background: url("/flow-renewal/assets/images/main-sprite-type-2.png") no-repeat -439px -19px;
  background-size: 656px auto;
  width: 17px;
  height: 22px;
  margin-right: 5px;
}

.active .menu-select-icon-type-4 {
  background-position: -309px -23px;
}

.active .menu-select-icon-type-4-text {
  color: #6449fc;
}

.active .menu-select-icon-type-3 {
  background-position: -459px -19px;
}

.menu-select-icon-type-4 {
  background: url("/flow-renewal/assets/images/main-sprite-type-2.png") no-repeat -283px -23px;
  background-size: 656px auto;
  width: 22px;
  height: 21px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}

.menu-select-icon-type-4-text {
  display: inline-block;
  font-size: 12px;
  vertical-align: top;
}

.home-menu {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-select-icon-type-5 {
  width: 24px;
  height: 24px;
  background: url(/flow-renewal/assets/images/f-ico-t-9.svg);
  float: left;
}

.menu-select-icon-type-6 {
  width: 24px;
  height: 24px;
  background: url(/flow-renewal/assets/images/mn-s-ico-5.svg);
  float: left;
  margin-right: 11px;
}

.menu-select-icon-type-7 {
  background: url("/flow-renewal/assets/images/main-sprite-type-2.png") no-repeat -413px -22px;
  background-size: 656px auto;
  width: 24px;
  height: 24px;
  float: left;
}

.mgl-0 {
  margin-left: 0;
}

.mn-s-a-1 {
  background-position: -459px -19px;
}

.mn-s-sj {
  margin-top: 5px;
  display: inline-block;
}

.ov-h {
  margin: 0 auto;
  height: 24px;
  position: relative;
}

.ov-h a {
  display: block;
}

.mgl-10p {
  margin-left: 10%;
  width: 80%;
  margin-top: 100px;
}

.margin-top-100 {
  margin-top: 100px;
}

.header-type-2 {
  background: -o-linear-gradient(top, #f0eefb 0%, #fbeef0 47.59%);
  background: -webkit-gradient(linear, left top, left bottom, from(#f0eefb), color-stop(47.59%, #fbeef0));
  background: linear-gradient(180deg, #f0eefb 0%, #fbeef0 47.59%);
}

.header-type-2 ul li {
  color: #333;
}

.header-type-2 .main-menu-3 li span {
  color: #333;
}

/* light version */
.header-type-2 .main-menu-3 li:hover span,
.header-type-2 .main-menu-3 li:focus span {
  color: #6449fc;
}

.header-type-2 .active-hide-project i,
.header-type-2 .active-hide-project:hover i,
.header-type-2 .active-hide-project:focus i,
.header-type-2 .active-hide-project.on i {
  background-position: -468px -1px;
}

.header-type-2 .invite-coworkers i,
.header-type-2 .invite-coworkers:hover i,
.header-type-2 .invite-coworkers:focus i,
.header-type-2 .invite-coworkers.on i {
  background-position: -282px -18px;
}

.header-type-2 .master-setting i,
.header-type-2 .master-setting:hover i,
.header-type-2 .master-setting:focus i,
.header-type-2 .master-setting.on i {
  background-position: -336px -18px;
}

/*
 .header-type-2 .active-hide-project span {
  color: #333;
}

.header-type-2 .active-hide-project a:hover span,
.header-type-2 .active-hide-project a:focus span {
  color: #555;
} */

.header-type-2 .new-project-1 {
  color: #6449fc;
  background: #fff;
  border: 1px solid #6449fc;
}

.header-type-3 dt {
  color: #333;
}

.header-type-3 dd {
  background: rgba(255, 255, 255, 0.5);
  color: #333;
}

.header-type-3 li {
  background: rgba(255, 255, 255, 0.5);
  color: #333;
}

.theme-1 {
  color: white;
  margin: 10px;
  cursor: pointer;
}

.header-type-2 .theme-1 {
  color: black;
}

.on .flow-arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* .header-type-3 a .flow-arrow {
} */
.header-type-3 a:hover .flow-arrow,
.header-type-3 a:focus .flow-arrow {
  background: url("/flow-renewal/assets/images/main-sprite-type-1.png") no-repeat -211px -45px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  background-size: 540px auto;
  width: 10px;
  height: 6px;
}

.header-type-3 .on a:hover .flow-arrow,
.header-type-3 .on a:focus .flow-arrow {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.header-type-3 .list-more {
  color: #777;
}

.project-board-wr .flow-official-badge,
.project-list-wr .flow-official-badge {
  display: inline-block;
  width: 32px;
  height: 23px;
  background: url(/flow-renewal/assets/images/icons/flow-official-badge.svg) no-repeat;
  background-size: cover;
}

.project-board-wr .flow-official-badge {
  position: absolute;
  top: -6px;
  left: -6px;
  z-index: 1;
}

.project-list-wr .flow-official-badge {
  position: relative;
  top: 2px;
  margin-left: 8px;
}

.flow-content-ct {
  width: auto;
  height: 28px;
  line-height: 29px;
  padding: 0 10px;
  position: absolute;
  top: -11px;
  right: -10px;
  border-radius: 200px;
  background: #ff3532;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.name-ride-s-lg {
  display: inline-block;
  background-image: url(/flow-renewal/assets/images/h-n-ico.png);
  background-size: cover;
  width: 80px;
  height: 20px;
  margin: 0 7px 0 14px;
  vertical-align: middle;
}

.name-ride-s-pt {
  background-size: cover;
  /*background-image: url(/flow-renewal/assets/images/img-t-1.png)*/
  border: 1px solid #ddd;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}

.name-ride-s-ico {
  background: url(/flow-renewal/assets/images/ca-ico-1.png);
  width: 15px;
  height: 15px;
  display: inline-block;
  margin: 0 10px 0 7px;
  vertical-align: middle;
  background-size: cover;
}

.flow-content-list-t-1 {
  width: 30px;
  height: 30px;
  border-radius: 6px;
  background: #af66e8;
  float: left;
  margin-top: 10px;
  margin-left: 10px;
}

.flow-content-list-t-2 {
  width: 30px;
  height: 30px;
  border-radius: 6px;
  background: #5adbd5;
  float: left;
  margin-top: 10px;
  margin-left: 10px;
}

.flow-content-list {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 6px;
  vertical-align: middle;
}

.section-list-1 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}

.section-list-1 li.active a {
  background: #f8f7ff;
  color: #6449fc;
}

.section-list-1 li a:hover {
  background: #f8f7ff;
}

.section-list-1 li a:hover .project-ttl {
  color: #6449fc;
}

.section-list-1 li a:hover .member-cnt {
  color: #999;
}

.section-list-1 li a:hover .flow-content-chk {
  background-position: -562px -20px;
}

.section-list-1.non-hover-wrap li a:hover{
  background: inherit;
  color: inherit;
  cursor: default;
}
.section-list-1.non-hover-wrap li a:hover .project-ttl{
  color: #000;
}

#openProjectList .project-item {
  width: 100%;
  margin: 0;
}

#openProjectList .project-wr {
  width: 100%;
  margin: 0;
}

#openProjectList .project-wr .icon-locked {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url("/flow-renewal/assets/images/icons/icon-lock-rd.svg") no-repeat center center/cover;
  margin-right: 5px;
}

.project-item .this-project {
  display: inline-block;
  margin: 0 -12px 0 20px;
  padding: 2px 8px;
  border: 1px solid #555;
  border-radius: 12px;
  color: #555;
  font-size: 12px;
  font-weight: 500;
}

.section-list-1 li a {
  min-height: 52px;
  padding: 10px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #eee;
}

#openProjectLayer li a {
  min-height: 62px;
  padding: 9px 20px;
  margin: 5px 0;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #F9F9F9;
  border-bottom: 0;
}

.section-list-1 li span {
  display: inline-block;
  vertical-align: middle;
  max-width: 490px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.project-wr {
  margin: 0 0 0 20px;
}

.project-wr .project-wr-top {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.project-wr-top .participant-count {
  margin-right: 6px;
}

.project-ttl {
  font-weight: 700;
  vertical-align: middle;
}

.share-project-ttl {
  font-weight: 700;
  margin-left: 20px;
}

.mini-project-ttl {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 220px;
  vertical-align: middle;
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.popup-group-1 li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #eee;
  height: 54px;
  line-height: 54px;
  width: 95%;
  margin: 0 2.5%;
  padding: 0 10px;
}

.popup-group-1 .color-code {
  display: none;
}

.popup-group-1 ul {
  overflow-y: scroll;
  max-height: 360px;
}

.popup-group-1 .flow-content-fl-r {
  display: none;
}

.popup-group-1 .project-star {
  display: none;
}

.popup-group-1 li a:hover,
.popup-group-1 li a:focus {
  background: #f8f7ff;
}

.popup-group-1 li a:hover span,
.popup-group-1 li a:focus span {
  color: #6449fc;
}

.popup-group-1 li span {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  color: #555;
}

.flow-content-check-type-1 {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("/flow-renewal/assets/images/allfile-sprite-type-1.png") no-repeat -257px 0;
  background-size: 1438px auto;
  width: 23px;
  height: 22px;
}

.flow-content-check-type-2 {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("/flow-renewal/assets/images/allfile-sprite-type-1.png") no-repeat -305px 0;
  background-size: 1438px auto;
  width: 23px;
  height: 22px;
}

.flow-content-check-type-1:hover {
  background-position: -281px 0;
}

.flow-content-circle-type-1 {
  display: inline-block;
  position: relative;
  top: 3px;
  margin-right: 6px;
  width: 16px;
  height: 16px;
  border-radius: 3px;
}

.flow-content-check-type-3 {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(/flow-renewal/assets/images/icon-minus.png) no-repeat;
  width: 23px;
  height: 22px;
}

.popup-group-1 ul li .flow-content-list-t-1 {
  margin-left: 10px;
}

.flow-content-type-2 {
  width: 374px;
  margin: 0 auto;
}

.flow-content-type-2 > ul {
  overflow: auto;
  height: 400px;
}

.service-map-pop {
  width: 100%;
  /*height: calc(100vh - 40px);*/
  height: 100vh;
  min-height: 630px;
  background: #fff;
}

.service-map-pop .header {
  padding: 15px 30px;
}

.service-map-pop .header h2 {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

.service-map-pop .all-setup-type-2 {
  margin: 0 36px 10px 30px;
}

.service-map-pop .cont {
  padding: 0 30px;
  height: calc(100% - 104px);
  overflow-y: scroll;
}

.service-map-pop .cont .list-wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 30px;
}

.service-map-pop .cont ul {
  /*width: calc(50% - 3px);*/
  width: calc(33.3% - 3px);
  min-width: 320px;
  margin-right: 10px;
}

.service-map-pop .cont ul:last-child {
  margin-right: 0;
}

/*@media screen and (max-width: 1000px) {*/
/*  .service-map-pop .cont ul {*/
/*    width: calc(50% - 3px);*/
/*  }*/
/*  .service-map-pop .cont ul:nth-child(3) {*/
/*    display: none;*/
/*  }*/
/*}*/
/*@media screen and (max-width: 800px) {*/
/*  .service-map-pop .cont ul {*/
/*    width: 100%*/
/*  }*/
/*  .service-map-pop .cont ul:nth-child(2) {*/
/*    display: none;*/
/*  }*/
/*}*/
.service-map-pop .cont li {
  /*width: calc(33.3% - 12px);*/
  margin: 3px 0;
  padding: 12px 20px;
  background: #F9F9F9;
  border: 1px solid #E5E5E5;
  border-radius: 4px;
  cursor: pointer;
}

.service-map-pop .cont .tit {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.service-map-pop .cont .tit h3 {
  width: 100%;
  margin: 0 20px 0 10px;
  font-size: 14px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.service-map-pop .icon-arrow-dwn-99 {
  width: 16px;
  height: 16px;
  background: url("/flow-renewal/assets/images/icons/icon-arrow-dwn-99.svg") no-repeat center center/cover;
}

.service-map-pop .cont li:hover .tit {
  color: #6449FC;
}

.service-map-pop li:hover .icon-arrow-dwn-99 {
  background-image: url("/flow-renewal/assets/images/icons/icon-arrow-dwn-pp.svg");
}

.service-map-pop li:hover .flow-content-star-un {
  background-image: url("/flow-renewal/assets/images/icons/icon_star_hover.png");
}

.service-map-pop .flow-content-star,
.service-map-pop .flow-content-star-un {
  flex-shrink: 0;
  margin: 0;
}

.service-map-pop .cont .txt {
  display: none;
  padding: 14px 0 8px;
  font-size: 13px;
  color: #555;
}

.service-map-pop .txt div {
  margin-top: 14px;
}

.service-map-pop .txt h4 {
  margin-bottom: 5px;
  font-weight: bold;
}

.service-map-pop .txt div {
  font-size: 12px;
}

.service-map-pop .txt p {
  display: flex;
  align-items: center;
  color: #777;
}

.service-map-pop .upload-document > div,
.service-map-pop .upload-video > div {
  margin-top: 0;
}

.service-map-pop .upload-document .document-item-info,
.service-map-pop .upload-video .document-item-info {
  margin: 0;
}

.service-map-pop .txt i + p {
  margin-left: 3px;
}

.service-map-pop .txt div p + p {
  margin-top: 2px;
}

.service-map-pop .txt strong {
  margin-right: 6px;
  font-weight: bold;
}

.service-map-pop .cont .on .txt {
  display: block;
}

.popContList {
  padding: 30px;
}

.popContList > div + div {
  margin-top: 22px;
}

.popContList .tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  font-size: 13px;
  font-weight: bold;
  color: #555;
}

.popContList .tit button {
  font-weight: normal;
}

.bdBox {
  border: 1px solid #DDDDDD;
  border-radius: 4px;
  background: #fff;
}

.popContList .fileListWrap {
  height: 165px;
  overflow-y: scroll;
  overflow-y: overlay;
}

.popContList .fileListWrap::-webkit-scrollbar {
  width: 14px;
  background-color: transparent;
}

.popContList .fileListWrap::-webkit-scrollbar-thumb {
  width: 12px;
  background-color: #cfcfcf;
  border-radius: 12px;
  background-clip: padding-box;
  border: 6px solid transparent;
}

.popContList .fileListWrap::-webkit-scrollbar-track {
  width: 30px;
  border-radius: 15px;
  background-color: transparent;
}

.popContList .fileListWrap .list li {
  padding: 8px 12px;
  font-size: 12px;
  color: #555;
}

.popContList .fileListWrap .list li:hover {
  background: #EFEBFF;
  color: #6449FC;
  font-weight: bold;
}

.fileListWrap .list a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.fileListWrap .file {
  display: flex;
  align-items: center;
}

.popContList .fileListWrap .file {
  width: 100%;
}

.fileListWrap .file:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.fileListWrap .file.on:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background: url("/flow-renewal/homepage/flow/ko/assets/images/icon-check5.svg") no-repeat center center / contain;
}

.fileListWrap .file.all:before {
  background-image: url("/flow-renewal/assets/images/icons/icon-file-all.svg");
}

.fileListWrap .file.cad:before {
  background-image: url("/flow-renewal/assets/images/icons/icon-file-cad.svg");
}

.fileListWrap .file.cloud:before {
  background-image: url("/flow-renewal/assets/images/icons/icon-file-cloud.svg");
}

.fileListWrap .file.doc:before {
  background-image: url("/flow-renewal/assets/images/icons/icon-file-doc.svg");
}

.fileListWrap .file.html:before {
  background-image: url("/flow-renewal/assets/images/icons/icon-file-html.svg");
}

.fileListWrap .file.hwp:before {
  background-image: url("/flow-renewal/assets/images/icons/icon-file-hwp.svg");
}

.fileListWrap .file.img:before {
  background-image: url("/flow-renewal/assets/images/icons/icon-file-img.svg");
}

.fileListWrap .file.media:before {
  background-image: url("/flow-renewal/assets/images/icons/icon-file-media.svg");
}

.fileListWrap .file.pdf:before {
  background-image: url("/flow-renewal/assets/images/icons/icon-file-pdf.svg");
}

.fileListWrap .file.ppt:before {
  background-image: url("/flow-renewal/assets/images/icons/icon-file-ppt.svg");
}

.fileListWrap .file.xls:before {
  background-image: url("/flow-renewal/assets/images/icons/icon-file-xls.svg");
}

.fileListWrap .file.zip:before {
  background-image: url("/flow-renewal/assets/images/icons/icon-file-zip.svg");
}

.popContList .fileListWrap .file span {
  margin-left: 20px;
}

.fileListWrap .vol {
  margin-right: 32px;
}

.fileListWrap li .close {
  position: absolute;
  top: 0;
  right: 0px;
}

.fileListWrap li:hover .close:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("/flow-renewal/assets/images/icons/icon-btn-close.png") no-repeat center center/cover;
}

.fileListWrap .beforeAdd {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 13px;
  color: #999;
}

.popContList .textareaWrap {
  height: 80px;
  padding: 10px 20px;
}

.popContList .textareaWrap textarea {
  width: 100%;
  height: 100%;
  resize: none;
}

.popContList .create-submit-option.full,
.popContList .create-post-option.full {
  width: 100%;
}

.popContList .create-submit-option {
  height: 40px;
}

.popContList .create-submit-option::after {
  top: 16px;
}

.popContList .create-post-option {
  bottom: 42px;
  left: 30px;
  right: 30px;
  width: calc(100% - 60px);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
}

.popContList .create-post-option .option-item i {
  margin-right: 4px;
}

.popBtnWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 30px;
}

.popBtnWrap a {
  display: block;
}

.file-folder-div {
  border-bottom: 1px solid #eee;
  position: relative;
}

.file-folder .file-folder-div {
  border-bottom: none;
}

.file-folder.depth1 .file-folder-div {
  padding-left: 0px;
}

.file-folder.depth2 .file-folder-div {
  padding-left: 20px;
}

.file-folder.depth3 .file-folder-div {
  padding-left: 40px;
}

.file-folder.depth4 .file-folder-div {
  padding-left: 60px;
}

.file-folder.depth5 .file-folder-div {
  padding-left: 80px;
}

.file-folder-div > span:last-child {
  word-break: break-all;
}

/*  파일함 개선 2022.04 */
.fileProjectList {
  position: relative;
  height: 100%;
  /*overflow: hidden;*/
}

.fileProjectList .menu-accordion-group > li {
  /*border-bottom: 1px solid #ddd;*/
  border-top: none;
}

.fileProjectList .fileSortList:before {
  content: "";
  display: inline-block;
  width: calc(100% - 18px);
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #ddd;
}

.light .fileProjectList .fileSortList:before {
  background: #EBDFED;
}

.left-filter .menu-accordion-group > li {
  border: none
}

.fileProjectList .fileListWrap {
  position: relative;
  width: 185px;
}

.fileProjectList .fileListWrap.active .list {
  display: block;
}

.fileProjectList .fileListWrap .list {
  display: none;
  position: absolute;
  top: 44px;
  z-index: 4;
  width: 100%;
  padding: 10px 16px;
  border: 1px solid #777777;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  background: #fff;
}

.fileProjectList .fileListWrap .list li {
  padding: 5px 0;
}

.fileProjectList .fileListWrap > .file {
  padding: 10px;
  position: relative;
  cursor: pointer;
}

.fileProjectList .fileListWrap > .file:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  width: 8px;
  height: 4px;
  background: url("/flow-renewal/assets/images/icon-arrow.png") no-repeat center center/cover;
}

.fileProjectList .tit {
  margin-bottom: 12px;
  font-size: 13px;
  font-weight: bold;
}

.fileProjectList .fileSortList {
  /*position: fixed;*/
  position: absolute;
  width: 234px;
  /*top: 100px;*/
  top: 0;
  padding: 14px 20px 20px;
  /*border-bottom: 1px solid #ddd !important;*/
  /*background: #eee;*/
  z-index: 3;
}

.fileProjectList .fileListWrap .list li a:hover span {
  color: #6449FC;
}

.fileProjectList .fileListWrap .file span {
  margin-left: 6px;
  font-weight: normal;
  font-size: 13px;
  height: 20px;
  color: #555;
}

.fileProjectList .fileListWrap ul li:hover {
  color: #6449FC;
}

fileProjectList .depth1 > div {
  line-height: 24px;
}

.fileProjectList .menu-accordion {
  line-height: 24px;
  margin: 0;
}

.fileProjectList .menu-accordion-button + .menu-accordion {
  padding-left: 14px;
}

.fileProjectList .projectTree {
  position: relative;
  /*z-index: 0;*/
  z-index: 2;
  margin-top: 108px;
}

.fileProjectList ul .file-folder {
  line-height: 23px;
}

.fileProjectList .file-folder-div:hover,
.fileProjectList .file-folder-div:focus {
  background: none;
  color: #333;
}

.fileProjectList .file-folder-div a span:hover,
.fileProjectList .file-folder-div a span:focus {
  color: #6449FC;
  font-weight: bold;
}

.fileProjectList .file-folder-div > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}

.fileProjectList .file-folder-div .squre-type {
  flex-shrink: 0;
  margin-right: 6px;
}

/*.js-more-folder.js-file-folder-arrow {*/
/*  width: 26px;*/
/*}*/
.fileProjectList .file-folder.depthTop {
  /*padding: 0 10px 20px 15px;*/
  padding: 0 0 20px 15px;
}

.fileProjectList .file-folder.depth1 {
  padding-left: 10px;
}

.fileProjectList .file-folder.depth1 > li > a > i.js-not-folder {
  width: 10px;
}

.fileProjectList .file-folder.depth2 .file-folder-div {
  padding-left: 18px;
}

.fileProjectList .file-folder.depth3 .file-folder-div {
  padding-left: calc(18px + 16px);
}

.fileProjectList .file-folder.depth4 .file-folder-div {
  padding-left: calc(18px + 16px * 2);
}

.fileProjectList .file-folder.depth5 .file-folder-div {
  padding-left: calc(18px + 16px * 3);
}

.fileProjectList .file-folder.depth6 .file-folder-div {
  padding-left: calc(18px + 16px * 4);
}


.flow-content-type-2 > ul > li:first-child {
  height: 45px;
  line-height: 45px;
}

.flow-content-type-2 > ul > li:first-child .file-folder-div {
  padding-left: 12px;
  font-weight: 500;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.flow-content-type-2 > li {
  padding-left: 8px;
  position: relative;
  height: 35px;
  line-height: 35px;
}

.flow-content-text-type-1 {
  display: inline-block;
  margin-left: 10px;
}

.flow-content-picture-type-1 {
  display: inline-block;
  margin-top: 5px;
  background: url("/flow-renewal/assets/images/allfile-sprite-type-1.png") no-repeat -490px -106px;
  background-size: 1438px auto;
  width: 30px;
  height: 30px;
}

.flow-content-downarrow-type-1 {
  float: right;
  margin-top: 5px;
  margin-right: 5px;
  display: inline-block;
  background: url("/flow-renewal/assets/images/allfile-sprite-type-1.png") no-repeat -563px 0;
  background-size: 1438px auto;
  width: 31px;
  height: 30px;
  cursor: pointer;
}

.flow-content-downarrow-type-1:hover {
  background: url("/flow-renewal/assets/images/allfile-sprite-type-1.png") no-repeat -595px 0;
  background-size: 1438px auto;
}

.file-move-project {
}

.popup-group-1 ul li strong {
  margin-left: 6px;
  color: #777;
}

/* //index */
.name-type-seach-popup {
  width: 600px;
  background: #fff;
  -webkit-box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.2);
  box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  position: absolute;
  right: 50%;
  top: 95px;
  z-index: 12;
  border: 1px solid #555555;
  padding-bottom: 15px;
  text-align: left;
}

.name-setup-type-1 {
  width: 434px;
  height: 600px;
  background: #fff;
  -webkit-box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.2);
  box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  position: absolute;
  right: 140px;
  top: 95px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
  border: 1px solid #555555;
}

.name-setup-type-2 {
  margin: 20px 5px 0 30px;
}

/* coperate */
.search-organization {
  margin: 20px auto 0;
  text-align: center;
}

.coperate-input-type-1 {
  width: 100%;
  height: 40px;
  background: #ffffff;
  border: 1px solid #dddddd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  padding-left: 45px;
  color: #6449fc;
  font-size: 13px;
  font-weight: bold;
}

.coperate-input-type-1:hover,
.coperate-input-type-1:focus {
  border-color: #777;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
}

input::-webkit-input-placeholder {
  font-weight: normal;
  color: #999 !important;
}

input::-webkit-input-placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder,
input::placeholder {
  font-weight: normal;
  color: #999 !important;
}

.coperate-input-type-2 {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding-left: 44px;
  color: #6449fc;
  font-weight: normal;
  background: #ffffff;
  border: 1px solid #dddddd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  font-size: 13px;
}

.coperate-input-type-2::-webkit-input-placeholder {
  font-weight: normal;
  color: #999;
}

.coperate-input-type-2::-webkit-input-placeholder,
.coperate-input-type-2::-moz-placeholder,
.coperate-input-type-2:-ms-input-placeholder,
.coperate-input-type-2::placeholder {
  font-weight: normal;
  color: #999;
}

.flow-email-bottom-section-1 {
  flex-shrink: 0;
  width: 100%;
  /*height: 165px;*/
  height: 194px;
  background: #faf9f9;
}

.flow-email-bottom-text-1 {
  overflow: auto;
  max-width: 580px;
  padding: 20px;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid #eee;
}

.flow-email-bottom-text-1::-webkit-scrollbar {
  width: 2px;
}

.name-type-seach-popup-header-type-1 {
  position: relative;
  color: #777;
  font-size: 14px;
  text-align: left;
}

.task-view-popup .flow-close-type-1 {
  right: 0;
}

.name-type-seach-popup-header-type-1.margin-bottom-20 {
  margin-bottom: 15px;
}

.flow-email-bottom-text-1 p {
  color: #777;
  line-height: 25px;
}

.send-invite-email {
  padding: 0;
}

.send-invite-email.name-type-seach-popup-type-1 {
  width: 640px;
  height: 670px;
}

.send-invite-email .cont-wrap {
  margin-right: -30px;
}

.send-invite-email .cont-wrap::-webkit-scrollbar {
  width: 2px;
}

.send-invite-email.name-type-seach-popup-type-1 {
  overflow-y: scroll;
  padding-bottom: 0;
}

.send-invite-email .name-type-seach-popup-header-type-1 .btn-close {
  /*right: 10px;*/
}

.send-invite-email .invite-email-area {
  height: auto;
}

.send-invite-email .invite-email-area .invite-email-list > div:first-child {
  margin-top: 0;
}

/*.send-invite-email .invite-email-area{*/
/*  padding: 0 30px;*/
/*}*/
.send-invite-email .flow-pop-button-type-1 {
  padding: 10px 0;
  background-color: #fff;
}

.name-type-seach-popup-header-type-1 span {
  font-size: 16px;
  color: #333;
  font-weight: bold;
}

.search-organization {
  position: relative;
}

.name-type-seach-popup .btn-search-delete,
.name-type-seach-popup .btn-search-delete i {
  width: 20px;
  height: 20px;
}

.btn-search-delete.absolute-r {
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  margin: 0 0 0 10px;
}

.project-search-input + .btn-search-delete.absolute-r {
  margin: 0 10px;
}

.absolute-r.r-28 {
  right: 28px;
}

.x-option-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 28px;
  transform: translateY(-50%);
}

.x-option-wrap .btn-search-delete {
  position: relative;
  top: 0;
  margin: 0;
}

.btn-search-delete {
  width: 16px;
  height: 16px;
  display: none;
  margin: 0 10px;
  background: #333;
  border-radius: 50%;
}

.btn-search-delete i {
  width: 16px;
  height: 16px;
  display: block;
  background: url(/flow-renewal/assets/images/icons/icon-x.svg) no-repeat center center;
}

.btn-search-delete:hover,
.btn-search-delete:focus {
  background: #6449fc;
}

.project-blue-button.on .btn-search-delete {
  display: block;
}

.name-type-seach-popup .search-set-button {
  transform: none;
  right: 0;
  padding: 8px;
  margin: -8px;
  color: #555;
  font-weight: 500;
  font-size: 14px;
  position: relative;
  top: 0;
}

.name-type-seach-popup .search-set-button::before {
  display: inline-block;
  content: "";
  width: 1px;
  height: 20px;
  margin: -1px 10px 0 0;
  background: #ddd;
  vertical-align: middle;
}

.search-set-button.active,
.search-set-button:hover {
  color: #6449fc;
}

.coperate-input-position-fix-1 {
  position: absolute;
  left: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.coperate-icon-list-type-1 {
  width: 374px;
  max-height: 83px;
  overflow: auto;
  margin: 0 auto;
  /*height: 75px;
  margin: 20px auto;
  overflow: auto;*/
}

.coperate-icon-list-type-1 ul li {
  width: auto;
  height: 32px;
  padding: 0 30px 0 34px;
  margin: 5px 10px 5px 0;
  position: relative;
  float: left;
  line-height: 29px;
  background: #eeeeee;
  border: 1px solid #eee;
  border-radius: 500px;
  color: #555;
  text-align: center;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.coperate-icon-list-type-1 ul li.on {
  border-color: #6449fc;
}

.coperate-icon-list-type-1 ul li i {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background-size: cover;
  background-color: white;
}

.coperate-icon-list-type-1 ul li .person div {
  background: url(/flow-renewal/assets/images/project-detail-type-1.png) no-repeat -145px -27px;
  background-size: 404px 66px;
  width: 13px;
  height: 13px;
}

.coperate-icon-list-type-1 ul li .person {
  background: #b7b1da;
  padding: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.coperate-icon-list-type-1 ul li .group {
  background: #999999;
  padding: 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.coperate-icon-list-type-1 ul li .group div {
  background: url(/flow-renewal/assets/images/project-detail-type-1.png) no-repeat -122px -25px;
  background-size: 404px 66px;
  width: 17px;
  height: 16px;
}

.coperate-icon-list-type-1 ul li a:hover em,
.coperate-icon-list-type-1 ul li a:focus em {
  background: url("/flow-renewal/assets/images/coperate-sprite-type-1.png") no-repeat -235px 0;
  background-size: 256px 84px;
  width: 20px;
  height: 20px;
}

.coperate-icon-list-type-1 ul li em {
  background: url("/flow-renewal/assets/images/coperate-sprite-type-1.png") no-repeat -213px -0;
  background-size: 256px 84px;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 8px;
  top: 5px;
}

.coperate-icon-list-type-1 a:hover span,
.coperate-icon-list-type-1 a:focus span {
  color: #6449fc;
}

.member-name {
  display: inline-block;
  max-width: 66px;
}

.coperate-input-position-fix-2 {
  position: absolute;
  bottom: 15px;
  left: 0;
}

.name-type-seach-popup-type-1 {
  width: 434px;
  min-height: 450px;
  max-height: 670px;
  height: 64vh;
  padding: 20px 30px;
  background: #fff;
  overflow: hidden;
  -webkit-box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.2);
  box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  position: absolute;
  z-index: 4;
  border: 1px solid #555555;
  padding-bottom: 20px;
}

.subscreen .name-type-seach-popup-type-1 {
  border-radius: 0;
}

.name-type-seach-popup-type-1 .project-search {
  margin: 15px 0 10px;
}

.employee-invitation-area {
  margin: 0 0 20px 0;
}

.employee-invitation-area .link-text {
  overflow: hidden;
  max-width: 300px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  text-align: left;
}

.employee-invitation-area .link-area {
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  background: #f8f7ff;
  border-radius: 4px;
  background: url(/flow-renewal/assets/images/icons/icon_link_copy.png) no-repeat;
  background-position: 97% 13px;
  background-color: #f8f7ff;
  font-size: 13px;
  color: #6449fc;
  cursor: pointer;
}

.invitation-description {
  margin-bottom: 10px;
  font-size: 14px;
  color: #555;
}

.project-blue-button {
  margin-right: 10px;
}

.project-blue-button a {
  display: flex;
  align-items: center;
  height: 30px;
  line-height: 30px;
  background: #6449fc;
  border-radius: 4px;
  padding: 0 6px 0 12px;
  color: #fff;
  z-index: 1;
}

.project-blue-button a:hover i,
.project-blue-button a:focus i {
  background: url("/flow-renewal/assets/images/allseach-sprite-type-1.png") no-repeat -571px 0;
  background-size: 607px 30px;
}

.project-blue-button em {
  display: inline-block;
  background: url("/flow-renewal/assets/images/allseach-sprite-type-1.png") no-repeat;
  background-size: 607px 30px;
  width: 14px;
  height: 11px;
  margin-right: 5px;
  position: relative;
  font-size: 12px;
  top: 0;
}

.project-blue-button.project em {
  background-position: -346px -1px;
  width: 14px;
  height: 12px;
  margin-right: 5px;
}

.project-blue-button.post em {
  background-position: -427px -1px;
  width: 14px;
  height: 11px;
  margin-right: 5px;
}

.project-blue-button.chat em {
  background-position: -378px -1px;
  width: 14px;
  height: 13px;
  margin-right: 5px;
  vertical-align: middle;
}

.project-blue-button.file em {
  background-position: -517px 0px;
  width: 14px;
  height: 13px;
  margin-right: 5px;
  vertical-align: middle;
}

.project-blue-button.comment em {
  background-position: -475px -1px;
  width: 14px;
  height: 13px;
  margin-right: 5px;
  vertical-align: middle;
}

.project-blue-button i {
  display: grid;
  margin-left: 5px;
  background: url("/flow-renewal/assets/images/allseach-sprite-type-1.png") no-repeat -535px 0;
  background-size: 593px 31px;
  width: 20px;
  height: 20px;
  position: relative;
  /*top: 4px;*/
}

.search-popup-header {
  padding: 0 20px;
}

.search-popup-input {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 17px 0 8px 0px;
  border-bottom: 1px solid #555;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.search-popup-input .icon-search {
  margin: 4px 10px 0 0;
}

/*.search-popup-input .icon-search.on {*/
/*  background-position: -163px -1px;*/
/*}*/

.name-type-shift-txt {
  border: 0;
  flex: 1;
  -webkit-box-flex: 1; /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1; /* OLD - Firefox 19- */
  -webkit-flex: 1; /* Chrome */
  -ms-flex: 1; /* IE 10 */
  width: calc(100% - 20px);
  padding: 0;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.name-type-shift-txt::-webkit-input-placeholder {
  font-size: 16px;
  color: #999;
  font-weight: 400;
}

.name-type-shift-txt::-moz-placeholder {
  font-size: 16px;
  color: #999;
  font-weight: 400;
}

.name-type-shift-txt:-ms-input-placeholder {
  font-size: 16px;
  color: #999;
  font-weight: 400;
}

.name-type-shift-txt::-ms-input-placeholder {
  font-size: 16px;
  color: #999;
  font-weight: 400;
}

.name-type-shift-txt::placeholder {
  font-size: 16px;
  color: #999;
  font-weight: 400;
}

.name-type-shift-txt-1 {
  border: 0;
  border-bottom: 1px solid #555;
  width: 577px;
  height: 37px;
  margin-top: 18px;
  padding: 0 60px 10px 160px;
  position: relative;
  left: 30px;
  display: block;
  font-size: 18px;
  color: #6449fc;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.name-type-shift-txt-1.off {
  padding: 0;
}

.name-type-shift-txt-1:focus + .bar-type-1 {
  display: none;
}

.bar-type-1 {
  display: block;
  position: absolute;
  left: 153px;
  top: 20px;
  height: 20px;
  width: 2px;
  background: #999;
  opacity: 1;
  z-index: 1;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: keymove;
  animation-name: keymove;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes keymove {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes keymove {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.position-bar-fix-1 {
  position: absolute;
  left: 35px;
}

#upgradeTopBanner + .js-step-section + .js-step-section {
  height: 100vh;
  overflow-y: scroll;
}

/* // all-common */
.name-type-seach-popup p {
  margin-left: 20px;
  font-size: 13px;
  font-weight: bold;
  margin-top: 15px;
  color: #333;
}

.section-name-list {
  overflow: hidden;
}

.section-name-list li:first-child a {
  display: inline-block;
  padding: 0 12px;
  height: 30px;
  font-size: 12px;
  float: left;
  background: #eee;
  border-radius: 4px;
  margin-left: 0;
  margin-top: 10px;
  line-height: 30px;
  text-align: center;
}

.section-name-list li a {
  display: inline-block;
  padding: 0 12px;
  height: 30px;
  font-size: 12px;
  float: left;
  background: #eee;
  border: 1px solid #eee;
  border-radius: 4px;
  float: left;
  margin-left: 10px;
  margin-top: 10px;
  line-height: 30px;
  text-align: center;
}

.section-name-list li a:hover,
.section-name-list li a:focus {
  border: 1px solid #6449fc;
  background: #f8f7ff;
  color: #6449fc;
}

.section-name-list li:first-child {
  margin-left: 20px;
}

.section-name-type-1 a:hover div {
  background-position: -330px -2px;
}

.section-name-type-2 a:hover div {
  background-position: -411px -2px;
}

.section-name-type-3 a:hover div {
  background-position: -459px -1px;
}

.section-name-type-4 a:hover div {
  background-position: -504px 0px;
}

.section-name-type-5 a:hover div {
  background-position: -533px -1px;
}

.section-name-list-2 {
  width: 627px;
}

.section-name-list-2 li strong {
  font-weight: normal;
  color: #6449fc;
}

.section-name-list-2 li {
  font-size: 13px;
  width: 577px;
  height: 38px;
  line-height: 38px;
  margin: 0 25px;
}

.section-name-list-2 li:hover {
  background: rgba(248, 246, 255, 1);
}

.section-project-seach-result-1:hover {
  background: rgba(248, 246, 255, 1);
  color: #6449fc;
}

.section-name-list-2 li:first-child {
  margin-top: 11px;
}

.seach-control-1 {
  width: 14px;
  height: 14px;
  background: #ff5caa;
  display: inline-block;
  margin-right: 10px;
  border-radius: 3px;
  position: relative;
  top: 2px;
}

.seach-control-2 {
  width: 14px;
  height: 14px;
  background: #00b2ff;
  display: inline-block;
  margin-right: 10px;
  border-radius: 3px;
  position: relative;
  top: 2px;
}

.seach-control-3 {
  width: 14px;
  height: 14px;
  background: #00b19c;
  display: inline-block;
  margin-right: 10px;
  border-radius: 3px;
  position: relative;
  top: 2px;
}

.seach-control-4 {
  width: 14px;
  height: 14px;
  background: #fd7900;
  display: inline-block;
  margin-right: 10px;
  border-radius: 3px;
  position: relative;
  top: 2px;
}

.seach-control-5 {
  width: 14px;
  height: 14px;
  background: #fd7900;
  display: inline-block;
  margin-right: 10px;
  border-radius: 3px;
  position: relative;
  top: 2px;
}

.sch-act {
  background: #6449fc !important;
  color: white;
}

.chanel-dart-1 {
  position: absolute;
  left: 30px;
  top: -28px;
}

.test {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}

.project-group .flow-content-fl-r {
  right: 0;
}

.flow-content-fl-r {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 0;
}

.flow-content-fl-r div + div {
  margin-left: 6px;
}

.flow-content-fl-r div {
  vertical-align: middle;
}

.flow-content-po-t {
  position: relative;
}

.section-list-1 li strong.project-badge {
  color: #fff;
}

.section-list-1 li strong {
  padding: 2px 6px;
  background: #ff3532;
  font-size: 12px;
  color: #fff;
  border-radius: 20px;
  margin-left: 8px;
  vertical-align: middle;
}

.section-list-1 .flow-content-chk,
.section-list-1 .flow-content-chk-1 {
  position: relative;
  right: initial;
  left: 0;
  top: 0;
  float: left;
  margin-right: 20px;
}

.content-group {
  display: block;
  height: 50px;
  border: 1px solid #ddd;
  background: #fafafa;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.04);
  line-height: 50px;
  margin-bottom: 20px;
}

.content-group:hover {
  border-color: #6449fc;
}

.content-group:hover span {
  color: #6449fc;
}

.content-group span {
  margin-left: 13px;
  font-weight: 700;
}

.content-group strong {
  font-size: 12px;
  color: #ff3532;
  margin-left: 6px;
}

.content-group-1 {
  width: 100%;
  height: 50px;
  background: #fafafa;
  line-height: 50px;
  border-radius: 6px;
}

.content-group-1 span {
  margin-left: 20px;
  color: #333;
  font-weight: bold;
  font-size: 16px;
}

.content-group-1 strong {
  font-size: 17px;
  color: #FF3532;
  margin-left: 6px;
}

.content-group {
  /*margin-top: 150px;*/
  height: 50px;
  background: #fafafa;
  border: 1px solid #dddddd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* ê°•ë„00 */

  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.04);

  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.04);
  border-radius: 6px;
}

.content-group span {
  margin-left: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

.content-group strong {
  font-size: 17px;
  font-weight: bold;
  color: #ff3532;
  margin-left: 6px;
}

.section-name-icon-1 {
  background: url("/flow-renewal/assets/images/allseach-sprite-type-1.png") no-repeat -314px -2px;
  background-size: 607px 30px;
  width: 14px;
  height: 11px;
  position: relative;
  top: 1px;
  margin-right: 5px;
  display: inline-block;
}

.section-name-icon-2 {
  background: url("/flow-renewal/assets/images/allseach-sprite-type-1.png") no-repeat -395px -2px;
  background-size: 607px 30px;
  width: 12px;
  height: 10px;
  position: relative;
  top: 1px;
  margin-right: 5px;
  display: inline-block;
}

.section-name-icon-3 {
  background: url("/flow-renewal/assets/images/allseach-sprite-type-1.png") no-repeat -443px -1px;
  background-size: 607px 30px;
  width: 12px;
  height: 13px;
  position: relative;
  top: 3px;
  margin-right: 5px;
  display: inline-block;
}

.section-name-icon-4 {
  background: url("/flow-renewal/assets/images/allseach-sprite-type-1.png") no-repeat -490px 0px;
  background-size: 607px 30px;
  position: relative;
  width: 13px;
  height: 14px;
  top: 3px;
  margin-right: 5px;
  display: inline-block;
}

.section-name-icon-5 {
  background: url("/flow-renewal/assets/images/allseach-sprite-type-1.png") no-repeat -362px -1px;
  background-size: 607px 30px;
  width: 14px;
  height: 13px;
  position: relative;
  top: 2px;
  margin-right: 5px;
  display: inline-block;
}

.givc-ico-1 {
  float: right;
  background: url("/flow-renewal/assets/images/main-sprite-type-2.png") no-repeat -38px -24px;
  background-size: 656px auto;
  width: 15px;
  height: 9px;
  margin-right: 22px;
  margin-top: 17px;
  cursor: pointer;
}

.givc-ico-1.down {
  background-position: -2px -24px;
}

.join-list-wr {
  max-width: 1388px;
  margin: 0 auto 30px;
}

.popup-group-1 {
  width: 100%;
  max-width: 1388px;
  max-height: 500px;
  border-radius: 6px;
  border: 1px solid #ddd;
  background: #fafafa;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.2);
  box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.2);
  line-height: 50px;
  margin-bottom: 20px;
}

.main-container .small-style-wrap {
  position: relative;
  /* max-width: 1170px; */
  /* margin: 0 auto; */
}

.project-detail-inner .small-style-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1151px;
  margin: 0 auto;
}

.project-board-wr {
  position: relative;
  max-width: 1170px;
  margin: 0 auto;
}

.project-list-wr {
  position: relative;
  max-width: 1170px;
  margin: 0 auto;
}

.main-container .small-style-wrap#openProjectLayer .section-wrap {
  position: relative;
  max-width: 1151px;
  margin: 0 auto;
  width: calc(100% - 60px);
}

.main-container .small-style-wrap#openProjectLayer {
  max-width: 100%;
}

.small-style-wrap-2 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  overflow: auto;
  min-width: 986px;
}

.detail-collect-view .allTaskLayer.small-style-wrap-2 .btns-area {
  position: absolute;
  right: 20px;
}

.background-type-1 {
  display: table;
  position: absolute;
  width: 100%;
  height: 100%;
}

.background-type-2 {
  display: table-cell;
  vertical-align: middle;
  background: rgba(255, 255, 255, 1);
}

.my-layer-type-1 {
  width: 1100px;
  height: 600px;
  margin: 0 auto;
  border-radius: 20px;
  background: #fff;
  overflow: hidden;
  border: 1px solid #777777;
  -webkit-box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.2);
  box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.2);
}

.my-type-wrap-1 {
  width: 200px;
  padding: 20px;
  height: 150px;
}

.my-layer-type-2 {
  width: 1100px;
  height: 671px;
  margin: 0 auto;
  border-radius: 20px;
  background: #fff;
  overflow: hidden;
  position: relative;
  border: 1px solid #777777;
  -webkit-box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.2);
  box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.2);
}

.my-layer-type-3 {
  width: 850px;
  height: 55.5vh;
  min-height: 490px;
  max-height: 600px;
  margin: 0 auto;
  border-radius: 20px;
  background: #fff;
  overflow: hidden;
  position: relative;
  border: 1px solid #777777;
  -webkit-box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.2);
  box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.2);
}

.my-upgrade-button-1 {
  position: absolute;
  right: 20px;
  top: 53px;
  width: 120px;
  height: 34px;
  background: -o-linear-gradient(134.08deg, #5924fc 14.19%, #ee25da 101.8%);
  background: linear-gradient(315.92deg, #5924fc 14.19%, #ee25da 101.8%);
  border: 1px solid #dddddd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 200px;
  line-height: 34px;
  text-align: center;
  color: #fff;
}

.btn-credit {
  width: 120px;
  height: 34px;
  line-height: 32px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 200px;
  font-size: 13px;
  color: #555;
}

.btn-credit:hover,
.btn-credit:focus {
  border-color: #6449fc;
  color: #6449fc;
}

.group-tree-wrap-1 ul li {
  position: relative;
  width: 100%;
  height: 32px;
  font-size: 13px;
  font-weight: 500;
  color: #555;
  line-height: 32px;
  cursor: pointer;
}

.group-tree-wrap-1 ul li:hover,
.group-tree-wrap-1 ul li:focus,
.group-tree-wrap-1 ul li.on,
.group-tree-wrap-1 ul li.active {
  background: #EFEBFF;
  color: #6449fc;
}

.group-tree-wrap-1 ul li:hover:before,
.group-tree-wrap-1 ul#organizationChart li.active:before,
.group-tree-wrap-1 ul#inviteOrgChart li.active:before {
  width: 20px;
  height: 100%;
  position: absolute;
  left: -20px;
  background: #EFEBFF;
  content: '';
}

.group-tree-wrap-1 ul#inviteOrgChart li:hover:after {
  content: '';
  position: absolute;
  right: -50px;
  width: 50px;
  height: 100%;
  background: #EFEBFF;
}

.group-tree-position-fix-type-1 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  top: 0;
  left: -5px;
  max-width: 70%;
  margin-left: 10px;
  vertical-align: middle;
  font-weight: 500;
}
#miniOrganization .department-item {
  display: flex;
  align-items: center;
  width: 100%;
}
#miniOrganization .department-item span{
  white-space: nowrap;
}

.department-item[depth="0"] .group-tree-position-fix-type-1 {
  max-width: 224px;
}

.department-item[depth="1"] .group-tree-position-fix-type-1 {
  max-width: 206px;
}

.department-item[depth="2"] .group-tree-position-fix-type-1 {
  max-width: 188px;
}

.department-item[depth="2"] .group-tree-position-fix-type-2 {
  max-width: 200px;
}

.department-item[depth="3"] .group-tree-position-fix-type-1 {
  max-width: 170px;
}

.department-item[depth="3"] .group-tree-position-fix-type-2 {
  max-width: 182px;
}

.side-wr .department-item[depth="0"] .group-tree-position-fix-type-1 {
  max-width: 284px;
}

.side-wr .department-item[depth="1"] .group-tree-position-fix-type-1 {
  max-width: 266px;
}

.side-wr .department-item[depth="2"] .group-tree-position-fix-type-1 {
  max-width: 248px;
}

.side-wr .department-item[depth="2"] .group-tree-position-fix-type-2 {
  max-width: 260px;
}

.side-wr .department-item[depth="3"] .group-tree-position-fix-type-1 {
  max-width: 130px;
}

.side-wr .department-item[depth="3"] .group-tree-position-fix-type-2 {
  max-width: 242px;
}

.group-tree-position-fix-type-2 {
  margin-left: 10px;
  position: relative;
}

.flow-color-type-1 {
  color: #6449fc;
  font-weight: 500;
}

.group-sub-list-type-1 {
  margin-left: 18px;
}

.group-sub-list-type-2 {
  margin-left: 36px;
}

.group-sub-list-type-3 {
  margin-left: 54px;
}

.group-line-type-1 {
  position: absolute;
  top: 26px;
  left: 8px;
  background: url("/flow-renewal/assets/images/line-sprite-type-1.png") no-repeat -638px -94px;
  background-size: 648px auto;
  width: 2px;
  height: 7px;
}

.group-line-type-2 {
  position: absolute;
  top: 0px;
  left: -10px;
  background: url("/flow-renewal/assets/images/line-sprite-type-1.png") no-repeat -506px -69px;
  background-size: 648px auto;
  width: 11px;
  height: 32px;
}

.group-line-type-3 {
  position: absolute;
  top: 0;
  left: -10px;
  background: url("/flow-renewal/assets/images/line-sprite-type-1.png") no-repeat -544px -69px;
  background-size: 648px auto;
  width: 12px;
  height: 17px;
}

/* 조직도 - 박스 플러스 */
.group-line-type-4 {
  /*background: url("/flow-renewal/assets/images/line-sprite-type-1.png") no-repeat -392px -23px;*/
  /*background-size: 648px auto;*/
  background: url("/flow-renewal/assets/images/icons/orga-box-plus.svg") no-repeat center / contain;
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 2px;
}

.group-tree-wrap-1 ul li:hover .group-line-type-4,
.group-tree-wrap-1 ul li:focus .group-line-type-4 {
  background-image: url("/flow-renewal/assets/images/icons/orga-box-plus-hover.svg");
}

.group-tree-wrap-1 ul li.on .group-line-type-4,
#organizationChart .department-item.active em.group-line-type-4 {
  background-image: url("/flow-renewal/assets/images/icons/orga-box-plus-active.svg");
}

/* 조직도 - 박스 마이너스  */

.group-line-type-10 {
  background: url("/flow-renewal/assets/images/line-sprite-type-1.png") no-repeat -372px -23px;
  background-size: 648px auto;
  width: 19px;
  height: 18px;
  display: inline-block;
}

.group-line-type-11 {
  background: url("/flow-renewal/assets/images/icons/orga-box-minus.svg") no-repeat center / contain;
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 2px;
}

.group-line-type-10,
.group-tree-wrap-1 ul li.on .group-line-type-11,
#organizationChart .department-item.active em.group-line-type-11 {
  background: url("/flow-renewal/assets/images/icons/orga-box-minus-active.svg") no-repeat center / contain;
  width: 18px;
  height: 18px;
  display: inline-block;
}

.group-line-type-10,
.group-tree-wrap-1 ul li.on .group-line-type-11,
#organizationChart .department-item.active em.group-line-type-11 {
  background: url("/flow-renewal/assets/images/icons/orga-box-minus-active.svg") no-repeat center / contain;
  width: 18px;
  height: 18px;
  display: inline-block;
}

.group-line-type-10,
.group-tree-wrap-1 ul li.on .group-line-type-11,
#organizationChart .department-item.active em.group-line-type-11 {
  background: url("/flow-renewal/assets/images/icons/orga-box-minus-active.svg") no-repeat center / contain;
  width: 18px;
  height: 18px;
  display: inline-block;
}

.group-line-type-10,
.group-tree-wrap-1 ul li.on .group-line-type-11,
#organizationChart .department-item.active em.group-line-type-11 {
  background: url("/flow-renewal/assets/images/icons/orga-box-minus-active.svg") no-repeat center / contain;
  width: 18px;
  height: 18px;
  display: inline-block;
}

.group-tree-wrap-1 ul li:hover .group-line-type-11,
.group-tree-wrap-1 ul li:focus .group-line-type-11 {
  background-image: url("/flow-renewal/assets/images/icons/orga-box-minus-hover.svg");
}

.group-tree-wrap-1 ul li .empl-cnt {
  color: #999;
  margin-left: 0;
}

.group-tree-wrap-1 ul li:hover .empl-cnt
.group-tree-wrap-1 ul li:focus .empl-cnt {
  /*color: #ffffff;*/
}

.group-tree-wrap-1 ul li.active .empl-cnt {
  color: #6449fc;
  font-weight: bold;
}

.all-file-round-section-wrap-1,
.all-file-area.board {
  overflow: hidden;
  height: 100%;
  z-index: 10;
}

.all-file-round-section-wrap-1 ul li,
.all-file-area.board ul li {
  width: 188px;
  height: 188px;
  display: inline-block;
  background: #fafafa;
  border: 1px solid #dddddd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  margin: 0 3px 10px 3px;
  cursor: pointer;
}

.all-file-area.board ul li:hover {
  border: 1px solid #6449fc;
  color: #6449fc;
  background: rgba(100, 73, 252, 0.06);
}

/*  파일함 썸네일 보기  */
.all-file-area.board .file-select-wrap {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  padding: 10px 4px 100px 30px;
  align-content: flex-start;
}

.all-file-area.board .file-select-wrap li {
  min-width: 190px;
  width: calc(100% / 8 - 16px);
  min-height: 190px;
  height: auto;
  /*padding-bottom: 12.36%;*/
  padding: 0;
  margin: 0 16px 16px 0;
  /*margin: 0 8px 16px;*/
}

@media screen and (max-width: 1924px) {
  .all-file-area.board .file-select-wrap li {
    width: calc(100% / 7 - 16px);
  }
}

@media screen and (max-width: 1728px) {
  .all-file-area.board .file-select-wrap li {
    width: calc(100% / 6 - 16px);
  }
}

@media screen and (max-width: 1522px) {
  .all-file-area.board .file-select-wrap li {
    width: calc(100% / 5 - 16px);
  }
}

@media screen and (max-width: 1306px) {
  .all-file-area.board .file-select-wrap li {
    width: calc(100% / 4 - 16px);
  }
}

.all-file-area.board .file-select-wrap li + li {
  /*margin-left: 16px;*/
}

.all-file-area.board ul li:last-child {
  /*margin: 0 auto 16px 16px;*/
  margin: 0 auto 16px 0;
}

.all-file-area.board .all-file-extension-thumbnail {
  padding-bottom: 100%;
}

.all-file-round-bottom-section-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 45px;
  padding: 0 20px;
  line-height: 45px;
  text-align: center;
  font-size: 13px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mini-mode-chattng-icon-type-1 {
  width: 14px;
  height: 14px;
  margin-left: 2px;
  background: url("/flow-renewal/assets/images/icon-chat-off-99.svg") no-repeat center center / cover;

}

.mini-mode-chattng-icon-type-2 {
  width: 14px;
  height: 14px;
  margin-left: 2px;
  background: url("/flow-renewal/assets/images/icon-chat-pin.svg") no-repeat center center / cover;
}

.mini-mode-chattng-icon-type-3 {
  display: inline-block;
  background: url("/flow-renewal/assets/images/mini-mode-sprite-type-1.png") no-repeat -35px -45px;
  background-size: 686px auto;
  width: 12px;
  height: 12px;
  margin-left: 2px;
  position: relative;
  top: 0px;
}

.mini-mode-chattng-icon-type-4 {
  display: inline-block;
  background: url("/flow-renewal/assets/images/mini-mode-sprite-type-1.png") no-repeat -22px -45px;
  background-size: 686px auto;
  width: 12px;
  height: 12px;
  margin-left: 2px;
  position: relative;
  top: 0px;
}

.seach-project-hover-color-1 strong {
  font-weight: normal;
}

.seach-check-text i.js-search-checkbox {
  display: inline-block;
  background: url("/flow-renewal/assets/images/allseach-sprite-type-5.png") no-repeat -261px 0;
  background-size: 768px 40px;
  width: 15px;
  height: 14px;
  position: relative;
  top: 2px;
  margin-right: 9px;
}

.all-seach-project-sub-1 p {
  height: 15px;
  margin-bottom: 0;
  color: #555;
  position: relative;
}

.group-sub-null-type-1 {
  background: url("/flow-renewal/assets/images/none_data.png") no-repeat;
  background-size: cover;
  width: 100px;
  height: 70px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 15px;
}

.group-sub-null-type-1.org-null-image {
  position: relative;
  top: 40%;
}

.null-dvsn-data {
  height: 100%;
}

#nullEmplData {
  font-size: 13px;
  color: #999;
  text-align: center;
}

.sub-drag-icon-type-1 {
  width: 12px;
  height: 5px;
  margin: 10px auto;
  background: url("/flow-renewal/assets/images/icons/sub-drag.svg") no-repeat center / contain;
}

.sub-drag-icon-type-1:hover,
.sub-drag-icon-type-1:focus {
  background-image: url("/flow-renewal/assets/images/icons/sub-drag-hover.svg");
}

.sub-drag-header-type-1 {
  overflow: hidden;
  display: flex;
}

.sub-drag-header-type-1 span {
  margin-left: 20px;
  max-width: 65%;
  display: inline-block;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
  font-weight: bold;
  cursor: default;
}

.sub-drag-header-type-1 .empl-search-text {
  margin-left: 0;
}

.side-wr .coperate-section-position-fix-1 {
  padding: 7px 20px 20px 20px;
  height: calc(100vh - 180px);
}

.coperate-section-position-fix-1 {
  padding: 20px 20px 20px 20px;
}

.invite-member-list {
  overflow-y: auto;
  display: initial;

}

.sub-drag-header-type-2 {
  overflow: hidden;
  display: flex;
}

.sub-drag-header-type-2 span {
  overflow: hidden;
  display: inline;
  /* max-width: 60%; */
  margin-left: 20px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
  font-weight: bold;
  cursor: default;
}

.sub-drag-header-type-1 .dvsn-name {
  max-width: 100%;
}

.sub-drag-header-type-2 .dvsn-name {
  max-width: 100%;
}

.participants-list .my-check-2,
.participants-list .my-check-2-1 {
  right: 20px;
}

.join-participant-ul {
  display: inline-block;
  height: calc(100% - 20px);
  margin: 15px 0 0 0;
}

.join-participant-ul .mini-mode-text-sub-area-1 {
  cursor: default;
}

.electron-mac-mode .main-top {
  -webkit-app-region: drag;
}

.electron-mac-mode .main-top .header > * {
  -webkit-app-region: no-drag;
}

/*  krx 주요서비스  */
.ico-major-service {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 9px 14px 0 0
}

.main-top .ico-major-service {
  width: 23px;
  height: 23px;
  margin: 2px 0 0;
}

.ico-major-service,
#allMainContent[mode=dashboard-dark] .ico-major-service {
  background: url('/flow-renewal/assets/images/dashboard/krx_gnb_icons/dark_mode/07.svg') no-repeat center center / cover;
}

.left-menu-item:hover .ico-major-service,
.btn-major-service:hover .ico-major-service,
#allMainContent[mode=dashboard-dark] .left-menu-item:hover .ico-major-service,
#allMainContent[mode=dashboard-dark] .btn-major-service:hover .ico-major-service {
  background-image: url('/flow-renewal/assets/images/dashboard/krx_gnb_icons/dark_mode/07-hover.svg');
}

.light .ico-major-service,
#allMainContent[mode=dashboard-light] .ico-major-service {
  background: url('/flow-renewal/assets/images/dashboard/krx_gnb_icons/light_mode/07.svg') no-repeat center center / cover;
}

.light .left-menu-item:hover .ico-major-service,
.light .btn-major-service:hover .ico-major-service,
#allMainContent[mode=dashboard-light] .left-menu-item:hover .ico-major-service,
#allMainContent[mode=dashboard-light] .btn-major-service:hover .ico-major-service {
  background-image: url('/flow-renewal/assets/images/dashboard/krx_gnb_icons/light_mode/07-hover.svg');
}

.major-service-list,
.major-service-list .list-wrap {
  height: 100%;
}

.major-service-list .list-wrap li {
  width: 100%;
  padding: 12px 20px;
  border-bottom: 1px solid #eee;
  cursor: pointer
}

.major-service-list .list-wrap li:hover,
.major-service-list .list-wrap li.on {
  background: #EFEBFF;
}

.major-service-list .list-wrap li,
.major-service-list .list-wrap .left-sec {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.major-service-list .list-wrap .thumb {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border: 1px solid #ddd;
  border-radius: 16px;
  background-position: center center;
  background-size: cover;
}

.major-service-list .list-wrap .txt {
}

.major-service-list .txt p {
  max-width: 268px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #999;
  font-size: 12px;
  line-height: 20px;
}

.major-service-list .list-wrap li:hover p {
  color: #6449FC;
}

.major-service-list .list-wrap .tit {
  color: #333;
  font-size: 14px;
  font-weight: bold;
}

.major-service-list .project-star {
  margin: 0 0 0 10px;
}

.side-wr .popup-button.major {
  position: relative;
  top: -6px;
  margin-left: 4px;
  padding: 5px 13px;
  width: auto;
  height: 30px;
  background: #6449fc;
  color: #fff;
  border-color: #6449fc;
  font-size: 13px;
}


/*  //krx 주요서비스  */


#inviteLayer {
  overflow: hidden;
}

#inviteOrgChart {
  padding: 7px 10px;
}

#InviteEmplArea .sub-drag-header-type-2 {
  position: relative;
}

.group-close-type-1 {
  position: absolute;
  top: 20px;
  right: 20px;
  background: url("/flow-renewal/assets/images/icons/icon-minipop-close.svg") no-repeat center / cover;
  width: 14px;
  height: 14px;
  cursor: pointer;
}

.sub-drag-section-2 .group-close-type-1 {
  width: 12px;
  height: 12px;
}

.group-close-type-1:hover,
.group-close-type-1:focus {
  background-image: url("/flow-renewal/assets/images/icons/icon-minipop-close-hover.svg");
}

.invite-empl-area .group-close-type-1 {
  top: 23px;
  right: 0;
}

.sub-drag-picture-section-1 ul li {
  height: 64px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #eee;
  cursor: pointer;
}

.sub-drag-picture-section-1 ul li:last-child {
  border-bottom: none;
}

.group-tree-wrap-1 {
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
}

.group-tree-wrap-1.mini-list-scroll {
  overflow-x: hidden;
}

.line-fixed-section-1 {
  position: relative;
  width: 100%;
}

.sub-drag-section-1 {
  /*width: calc(100% - 70px);*/
  height: 215px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #fbfbfb;
  overflow: hidden;
  border-top: 1px solid #ddd;
}

.sub-drag-section-2 {
  width: 100%;
  height: 310px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #fbfbfb;
  overflow-y: hidden;
  overflow-x: hidden;
  border-top: 1px solid #ddd;
}

.sub-drag-section-2 .sub-drag-picture-section-1 ul li {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.sub-drag-section-2 .sub-drag-picture-section-1 ul li:hover,
.sub-drag-section-2 .sub-drag-picture-section-1 ul li.active {
  /*background: #EFEBFF;*/
}

.sub-drag-section-2 .sub-drag-picture-section-1 ul li:hover p:first-child strong,
.sub-drag-section-2 .sub-drag-picture-section-1 ul li.active p:first-child strong {
  color: #6449fc;
}

.sub-drag-picture-section-1 {
  overflow-y: auto;
  height: calc(100% - 60px);
  margin: 20px 20px 0 20px;
  text-align: center;
}

#miniOrganization .sub-drag-picture-section-1 {
  width: calc(100% - 40px);
  margin: 10px 20px 0;
}

#miniOrganization .null-empl-search {
  display: inherit;
  vertical-align: middle;
}

#miniChatting .null-empl-search {
  display: inherit;
  vertical-align: middle;
}

.project-invite-popup-1 .sub-drag-picture-section-1 {
  margin: 0;
  height: calc(100% - 110px);
}
.groupSendiencePopupLayer .project-invite-popup-1 .sub-drag-picture-section-1 {
  margin: 0;
  height: calc(110% - 110px);
}
.join-request-pop .project-invite-popup-1 .sub-drag-picture-section-1 {
  height: calc(100% - 24px);
  margin: 0 -20px;
}

.join-request-pop .project-invite-popup-button-1 {
  flex-shrink: 0;
}

.project-invite-popup-1 .mini-mode-area-list-type-1 {
  min-width: 210px;
}

.side-wr .sub-drag-picture-section-1 {
  position: relative;
  /*margin: 10px 30px 0px 30px;*/
  margin: 10px 0 0;
}

.sub-drag-picture-section-1 > span {
  color: #999;
}

.my-inoutput-button-type-2 {
  position: absolute;
  width: 120px;
  height: 26px;
  background: #6449fc;
  border: 1px solid #6449fc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  color: white;
  line-height: 26px;
  text-align: center;
  font-size: 12px;
  right: 20px;
  top: 22px;
}

.width-13percent {
  width: 13.3%;
}

.all-seach-area {
  margin-bottom: 10px;
  height: 46px;
  position: relative;
}

.all-seach-area input {
  font-weight: bold;
  font-size: 14px;
  width: 100%;
  height: 44px;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding-left: 44px;
  color: #6449fc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.all-seach-icon-type-1 {
  background: url("/flow-renewal/assets/images/allseach-sprite-type-2.png") no-repeat -841px -1px;
  background-size: 990px 40px;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 15px;
  left: 17px;
}

.all-seach-list-type-1 .mini-mode-main-picture-1 {
  margin: 0 14px 0 0;
}

.all-seach-list-type-1 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 62px;
  padding: 10px;
  border-top: 1px solid #eee;
  align-items: center;
  color: #333;
  border-radius: 6px;
}

.all-seach-list-type-1 li:first-child {
  border-top: 0;
  border-color: transparent;
}

.all-seach-list-type-1 li:hover {
  background: #efebff;
  border-top: 1px solid #efebff;
  cursor: pointer;
}

.all-seach-list-type-1 li:hover + li {
  border-top: 1px solid transparent;
}

.all-seach-list-type-1 li .icons-close-2:before {
  opacity: 0;
  color: #B3AAE7;
  font-size: 12px;
  margin: 0 5px 0 -15px;
  padding: 10px;
}

.all-seach-list-type-1 li .icons-close-2:hover:before {
  color: #6449FC;
}

.all-seach-list-type-1 li:hover .icons-close-2:before {
  opacity: 1;
}

.all-seach-list-type-1 li:hover .search-text-type-3.contents-tit,
.all-seach-list-type-1 li:hover .contents-cmt .contents-tit {
  color: #6449fc;
}

.temp-result .all-seach-list-type-1 {
  padding: 0;
}

.all-search-download:hover,
.all-search-download:focus {
  background: white;
  border: 1px solid #6449fc;
  border-radius: 4px;
  color: #6449fc;
}

.all-search-download:hover i,
.all-search-download:focus i {
  background-position: -930px 0;
}

.all-search-content .all-seach-list-type-1 li p,
.all-search-content .all-seach-list-type-1 li .seach-text-type-1 {
  font-weight: 500;
}

.all-search-content .all-seach-list-type-1 li:hover p,
.all-search-content .all-seach-list-type-1 li:hover .seach-text-type-1 {
  color: #6449FC;
}

.search-project {
  display: inline-block;
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 10px;
  vertical-align: middle;
}

.seach-text-type-1 {
  display: inline-block;
  max-width: 100%;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.search-sub-text-wrap {
  overflow: hidden;
  line-height: 24px;
  flex: 3;
}

.search-tit {
  display: inline-block;
  overflow: hidden;
  max-width: 80%;
  min-width: 100px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.search-sub-text-wrap .search-text-type-3 p {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.post-name-txt {
  font-size: 14px;
  font-weight: 500;
  color: #555;
  margin-right: 10px;
}

.search-sub-text-wrap .post-type {
  margin-right: 10px;
  font-weight: bold;
  color: #555;
}

.seach-icon-type-1 {
  margin: 0 0 0 auto;
  background: url("/flow-renewal/assets/images/allseach-sprite-type-2.png") no-repeat -945px -1px;
  background-size: 990px 40px;
  width: 12px;
  height: 12px;
  cursor: pointer;
}

.search-text-type-3 .icons-project-1:before {
  margin-right: 5px;
  color: #999;
  font-size: 14px;
}

.search-text-type-3 .project-title .icons-project-1:before {
  color: #555;
}

.seach-text-type-3 i.all-setup-icon-type-1 {
  display: inline-block;
  background: url(/flow-renewal/assets/images/all-setup-sprite-type-1.png) no-repeat -140px 0;
  background-size: 199px 22px;
  width: 11px;
  height: 12px;
  margin-left: 2px;
  margin-right: 2px;
  position: relative;
  top: 2px;
}

.seach-text-type-3 i.all-setup-icon-type-2 {
  display: inline-block;
  background: url(/flow-renewal/assets/images/all-setup-sprite-type-1.png) no-repeat -152px 0;
  background-size: 199px 22px;
  width: 12px;
  height: 12px;
  margin-left: 2px;
  margin-right: 2px;
  position: relative;
  top: 2px;
}

.search-text-type-3 .seach-type-2 {
  display: inline-block;
  position: relative;
  top: 0;
  margin-right: 6px;
  background: url("/flow-renewal/assets/images/allseach-sprite-type-2.png") no-repeat -900px -1px;
  background-size: 990px 40px;
  width: 14px;
  height: 11px;
}

.icon-file-type {
  display: block;
  /*min-width: 40px;*/
  width: 40px;
  height: 40px;
  margin-right: 16px;
  border-radius: 10px;
  background: url("/flow-renewal/assets/images/icons/icon-file-etc.svg") no-repeat center center / contain;
}

.icon-file-type.cloud {
  background: url("/flow-renewal/assets/images/icons/icon-file-cloud.svg") no-repeat center center / contain;
}

.icon-file-type.google-drive {
  background: url("/flow-renewal/assets/images/icons/icon-file-drive.svg") no-repeat center center / contain;
}

.icon-file-type.dropbox {
  background: url("/flow-renewal/assets/images/icons/icon-file-dropbox.svg") no-repeat center center / contain;
}

.icon-file-type.pdf {
  background: url("/flow-renewal/assets/images/icons/icon-file-pdf.svg") no-repeat center center / contain;
}

.icon-file-type.word {
  background: url("/flow-renewal/assets/images/icons/icon-file-doc.svg") no-repeat center center / contain;
}

.icon-file-type.excel {
  background: url("/flow-renewal/assets/images/icons/icon-file-xls.svg") no-repeat center center / contain;
}

.icon-file-type.hwp {
  background: url("/flow-renewal/assets/images/icons/icon-file-hwp.svg") no-repeat center center / contain;
}

.icon-file-type.ppt {
  background: url("/flow-renewal/assets/images/icons/icon-file-ppt.svg") no-repeat center center / contain;
}

.icon-file-type.image {
  background: url("/flow-renewal/assets/images/icons/icon-file-img.svg") no-repeat center center / contain;
}

.icon-file-type.media {
  background: url("/flow-renewal/assets/images/icons/icon-file-media.svg") no-repeat center center / contain;
}

.icon-file-type.html {
  background: url("/flow-renewal/assets/images/icons/icon-file-html.svg") no-repeat center center / contain;
}

.icon-file-type.autocad {
  background: url("/flow-renewal/assets/images/icons/icon-file-cad.svg") no-repeat center center / contain;
}

.icon-file-type.zip {
  background: url("/flow-renewal/assets/images/icons/icon-file-zip.svg") no-repeat center center / contain;
}

.icon-file-type.psd {
  background: url("/flow-renewal/assets/images/icons/icon-file-psd.svg") no-repeat center center / contain;
}

.icon-file-type.ai {
  background: url("/flow-renewal/assets/images/icons/icon-file-ai.svg") no-repeat center center / contain;
}

.icon-post-type {
  display: block;
  width: 40px;
  height: 40px;
  margin-right: 16px;
  background: url("/flow-renewal/assets/images/icons/ico-task.svg") no-repeat center center / contain;
}

.icon-post-type.task {
  background-image: url("/flow-renewal/assets/images/icons/ico-task.svg");
}

.icon-post-type.schedule {
  background-image: url("/flow-renewal/assets/images/icons/ico-schedule.svg");
}

.icon-post-type.todo {
  background-image: url("/flow-renewal/assets/images/icons/ico-todo.svg");
}

.icon-post-type.write,
.icon-post-type.write2 {
  background-image: url("/flow-renewal/assets/images/icons/ico-write.svg");
}

.icon-post-type.comment {
  background-image: url("/flow-renewal/assets/images/icons/ico-comment.svg");
}

.temp-result .icon-post-type {
  margin: 0 14px 0 10px;
}

.seach-star-type-1 {
  background: url("/flow-renewal/assets/images/allseach-sprite-type-2.png") no-repeat -860px 0;
  background-size: 990px 40px;
  width: 21px;
  height: 21px;
  margin: 0 8px 0 14px;
}

.seach-star-type-1.unstar {
  background: url("/flow-renewal/assets/images/allseach-sprite-type-3.png") no-repeat -24px 0;
  background-size: 112px 22px;
  width: 21px;
  height: 21px;
  margin: 0 10px 0 14px;
}

.seach-star-type-2-wrap {
  position: relative;
  float: left;
  top: 20px;
}

.seach-text-type-2 {
  height: 30px;
  line-height: 30px;
}

.search-text-type-3 {
  overflow: hidden;
  display: block;
  max-width: 100%;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.search-sub-text-wrap {
  color: #333;
}

.search-sub-text-wrap .task-title {
  font-weight: 700;
}

.search-sub-text-wrap .up-task-title {
  color: #999;
  font-size: 12px;
  font-weight: 700;
}

.search-sub-text-wrap .up-task-title > i {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 2px;
  text-align: center;
}

.search-sub-text-wrap .up-task-title > i:before {
  font-size: 10px;
  font-weight: 700;
  color: #999;
}

.file-size-txt {
  font-size: 13px;
  color: #999;
  margin-left: 5px;
  font-weight: 400;
}

.search-text-type-3.contents-project {
  color: #999;
}

.search-text-type-3 .contents-project-info {
  display: inline-flex;
}

.temp-result .search-text-type-3.contents-project {
  line-height: 14px;
}

.contents-cmt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.icons-comment2:before {
  vertical-align: middle;
  font-size: 14px;
}

.search-text-type-3 .search-name {
  display: inline-block;
  max-width: 200px;
  margin-top: 1px;
  vertical-align: top;
  font-size: 13px;
  font-weight: normal;
  color: #999;
}

.contents-project-info .search-name {
  line-height: 20px;
  vertical-align: middle;
}

.search-text-type-3 .contents-project-info:hover .search-name,
.search-text-type-3 .contents-project-info:hover .date {
  color: #555;
}

.search-text-type-3 p {
  font-size: 14px;
  color: #333;
}

.search-text-type-3 .project-title {
  display: inline-block;
  max-width: 240px;
  font-size: 13px;
  color: #999;
  vertical-align: top;
  font-weight: 400;
}

.search-text-type-3 .project-title > a {
  display: inline-flex;
  align-items: center;
}

.search-text-type-3 .project-title:hover {
  color: #555;
}

.search-text-type-3 .temporary-project-title {
  display: block;
  align-items: center;
  font-size: 11px;
  line-height: 11px;
  color: #aaa;
  overflow: hidden;
  text-overflow: ellipsis;
}

.search-text-type-3 .temporary-project-title:before {
  display: inline-block;
  margin: 0 8px;
  content: "";
  width: 1px;
  height: 10px;
  background: #ccc;
}

.search-text-type-3 .project-title:before {
  display: inline-block;
  margin: 0 9px;
  content: "";
  width: 1px;
  height: 11px;
  background: #ccc;
}

.search-text-type-3 .date {
  margin-left: 6px;
  font-size: 14px;
  font-weight: 400;
  color: #999;
  line-height: initial;
}

.search-text-type-3 .date.left-mgt-0 {
  margin-left: 0;
}

.search-result-cont {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.all-file-name b,
.task-item .task-title strong,
.task-item-cell strong,
.detail-item mark,
.all-seach-list-type-1 strong,
.answer-item strong {
  background-color: #FFF171;
  color: #000;
  font-weight: bold;
}

.task-item .task-title strong {
  font-weight: normal;
  color: inherit;
}

.all-search-download {
  position: absolute;
  min-width: 82px;
  padding: 2px 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #fff;
  font-size: 12px;
  right: 10px;
  box-sizing: border-box;
}

.contents-cmt .tag.mention-span,
.contents-cmt .tag.hashtag-span {
  color: #333;
  font-weight: normal;
}

.all-search-download i {
  display: inline-block;
  background: url("/flow-renewal/assets/images/allseach-sprite-type-2.png") no-repeat -916px 0;
  background-size: 990px 40px;
  width: 12px;
  height: 12px;
}

.all-seach-area-2 {
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 11px;
}

.all-seach-button-type-1 {
  display: inline-block;
  background: url("/flow-renewal/assets/images/allseach-sprite-type-4.png") no-repeat 0 0;
  background-size: 560px auto;
  width: 30px;
  height: 30px;
}

.all-seach-button-type-2 {
  position: relative;
  top: -7px;
  left: 12px;
  display: inline-block;
  background: url("/flow-renewal/assets/images/allseach-sprite-type-4.png") no-repeat -277px -56px;
  background-size: 560px auto;
  width: 15px;
  height: 16px;
}

.all-seach-button-type-3 {
  display: inline-block;
  background: url("/flow-renewal/assets/images/allseach-sprite-type-5.png") no-repeat -165px 0;
  background-size: 768px 40px;
  width: 30px;
  height: 30px;
}

.all-seach-project-sub-1 span {
  display: inline-block;
  height: 15px;
  margin-bottom: 8px;
  color: #555;
  position: relative;
}

.all-seach-project-list-1 li {
  margin-left: 18px;
  float: left;
}

.all-seach-project-list-1 li:first-child {
  margin-left: 0;
}

.seach-project-section {
  width: 216px;
  height: 148px;
  background: #faf9f9;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 12px 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 13px;
}

.seach-project-hover-color-1 {
  margin-bottom: 5px;
}

.seach-check-text {
  height: 20px;
  margin: 0 0 5px 0;
}

.date-wr {
  overflow: hidden;
  display: none;
  margin: 10px 0;
}

.seach-check-text.on .date-wr {
  display: block;
}

.date-wr .filter-input-box {
  height: 30px;
  padding: 7px 15px;
  margin: 0 0 6px 0;
}

.date-wr .filter-date-label {
  right: 10px;
}

.repetition-edit .seach-check-text i.js-common-radio,
.seach-check-text .checkbox {
  display: inline-block;
  background: url("/flow-renewal/assets/images/allseach-sprite-type-5.png") no-repeat -261px 0;
  background-size: 768px 40px;
  width: 15px;
  height: 14px;
  position: relative;
  top: 2px;
  margin-right: 12px;
}

.seach-check-text .checkbox.checked {
  background-position: -293px 0;
}

.seach-check-text .seach-input-type-1 {
  display: inline-block;
  position: relative;
  top: 5px;
  margin-right: 6px;
  background: url("/flow-renewal/assets/images/icons/icon-file-all.svg");
  background-size: cover;
  width: 21px;
  height: 20px;
}

.seach-check-text .seach-input-type-2 {
  display: inline-block;
  position: relative;
  top: 5px;
  margin-right: 6px;
  background: url("/flow-renewal/assets/images/allseach-sprite-type-5.png") no-repeat -507px 0;
  background-size: 768px 40px;
  width: 21px;
  height: 20px;
}

.seach-check-text .seach-input-type-3 {
  display: inline-block;
  position: relative;
  top: 5px;
  margin-right: 6px;
  background: url("/flow-renewal/assets/images/allseach-sprite-type-5.png") no-repeat -485px 0;
  background-size: 768px 40px;
  width: 21px;
  height: 20px;
}

.seach-check-text .seach-input-type-4 {
  display: inline-block;
  position: relative;
  top: 5px;
  margin-right: 6px;
  background: url("/flow-renewal/assets/images/allseach-sprite-type-5.png") no-repeat -573px 0;
  background-size: 768px 40px;
  width: 21px;
  height: 20px;
}

.seach-check-text .seach-input-type-5 {
  display: inline-block;
  position: relative;
  top: 5px;
  margin-right: 6px;
  background: url("/flow-renewal/assets/images/allseach-sprite-type-5.png") no-repeat -463px 0;
  background-size: 768px 40px;
  width: 21px;
  height: 20px;
}

.seach-check-text .seach-input-type-6 {
  display: inline-block;
  position: relative;
  top: 5px;
  margin-right: 6px;
  background: url("/flow-renewal/assets/images/allseach-sprite-type-5.png") no-repeat -485px 0;
  background-size: 768px 40px;
  width: 21px;
  height: 20px;
}

.seach-check-text .seach-input-type-7 {
  display: inline-block;
  position: relative;
  top: 5px;
  margin-right: 6px;
  background: url("/flow-renewal/assets/images/allseach-sprite-type-5.png") no-repeat -507px 0;
  background-size: 768px 40px;
  width: 21px;
  height: 20px;
}

.seach-check-text .seach-input-type-8 {
  display: inline-block;
  position: relative;
  top: 5px;
  margin-right: 6px;
  background: url("/flow-renewal/assets/images/allseach-sprite-type-5.png") no-repeat -529px 0;
  background-size: 768px 40px;
  width: 21px;
  height: 20px;
}

.seach-check-text .seach-input-type-9 {
  display: inline-block;
  position: relative;
  top: 5px;
  margin-right: 6px;
  background: url("/flow-renewal/assets/images/allseach-sprite-type-5.png") no-repeat -551px 0;
  background-size: 768px 40px;
  width: 21px;
  height: 20px;
}

.seach-check-text .seach-input-type-10 {
  display: inline-block;
  position: relative;
  top: 5px;
  margin-right: 6px;
  background: url("/flow-renewal/assets/images/allseach-sprite-type-5.png") no-repeat -573px 0;
  background-size: 768px 40px;
  width: 21px;
  height: 20px;
}

.seach-check-text .seach-input-type-11 {
  display: inline-block;
  position: relative;
  top: 5px;
  margin-right: 6px;
  background: url("/flow-renewal/assets/images/allseach-sprite-type-5.png") no-repeat -595px 0;
  background-size: 768px 40px;
  width: 21px;
  height: 20px;
}

.seach-check-text .seach-input-type-12 {
  display: inline-block;
  position: relative;
  top: 5px;
  margin-right: 6px;
  background: url("/flow-renewal/assets/images/allseach-sprite-type-5.png") no-repeat -617px 0;
  background-size: 768px 40px;
  width: 21px;
  height: 20px;
}

.seach-check-text .seach-input-type-13 {
  display: inline-block;
  position: relative;
  top: 5px;
  margin-right: 6px;
  background: url("/flow-renewal/assets/images/allseach-sprite-type-5.png") no-repeat -639px 0;
  background-size: 768px 40px;
  width: 21px;
  height: 20px;
}

.seach-check-text .seach-input-type-14 {
  display: inline-block;
  position: relative;
  top: 5px;
  margin-right: 6px;
  background: url("/flow-renewal/assets/images/allseach-sprite-type-5.png") no-repeat -661px 0;
  background-size: 768px 40px;
  width: 21px;
  height: 20px;
}

.seach-check-text .seach-input-type-15 {
  display: inline-block;
  position: relative;
  top: 5px;
  margin-right: 6px;
  background: url("/flow-renewal/assets/images/allseach-sprite-type-5.png") no-repeat -683px 0;
  background-size: 768px 40px;
  width: 21px;
  height: 20px;
}

.seach-check-text .seach-input-type-16 {
  display: inline-block;
  position: relative;
  top: 5px;
  margin-right: 6px;
  background: url("/flow-renewal/assets/images/allseach-sprite-type-5.png") no-repeat -705px 0;
  background-size: 768px 40px;
  width: 21px;
  height: 20px;
}

.seach-check-text em {
  display: none;
  width: 21px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 21px;
  margin-right: 6px;
  background: url("/flow-renewal/assets/images/allseach-sprite-type-5.png") no-repeat -309px 0;
  background-size: 768px 40px;
  width: 21px;
  height: 20px;
}

.seach-check-text a:hover span {
  color: #6449fc;
}

.seach-check-text a:hover .seach-project-hover-color-1 {
  color: #6449fc;
}

.seach-check-text a:hover i.js-search-checkbox {
  background-position: -277px 0;
}

.seach-check-text a:hover em {
  background: url("/flow-renewal/assets/images/allseach-sprite-type-5.png") no-repeat -331px 0;
  background-size: 768px 40px;
  width: 21px;
  height: 20px;
}

.seach-project-section .seach-check-text span {
  margin-left: 0px;
}

.seach-check-text span {
  margin-left: 20px;
}

.js-registration-name,
.js-registration-company {
  /*max-width: 94px;*/
  max-width: calc(100% - 55px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*.worker-list-ai-recommend-wrap .js-registration-company.all-seach-popup-write-5,*/
/*.worker-list-ai-recommend-wrap .js-registration-name{*/
/*  max-width: calc(100% - 55px);*/
/*}*/
/*.worker-list-ai-recommend-wrap .js-registration-team{*/
/*  max-width: 45px;*/
/*}*/

.js-registration-name {
  font-weight: bold;
  color: #555;
  margin-right: 3px;
}

.js-registration-company {
  margin-right: 3px;
}

.js-workers.manager-group .js-registration-name {
  line-height: initial;
  vertical-align: middle;
  color: #333;
}

.js-workers.manager-group .remove-button {
  width: 20px;
  height: 20px;
}

.js-registration-position,
.js-registration-team {
  /*max-width: 45px;*/
  display: inline-block;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.all-seach-popup-type-2.mailUserList {
  position: absolute;
  width: 280px;
  height: auto;
  overflow: hidden;
  padding: 10px;
  background: #ffffff;
  border: 1px solid #777777;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  z-index: 6;
  -webkit-transform: translate(385px, 280px);
  -ms-transform: translate(385px, 280px);
  transform: translate(385px, 280px);
}

.all-seach-popup-type-2 {
  position: absolute;
  width: 280px;
  height: 360px;
  padding: 10px 0;
  background: #ffffff;
  border: 1px solid #777777;
  box-sizing: border-box;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  z-index: 6;
  transform: translate(385px, 280px);
}

.temp-popup .all-seach-popup-type-2.todo-popup .project-null-t-1 {
  height: 74px;
}

.temp-popup .all-seach-popup-type-2.todo-popup .project-null-t-1 .project-null-t-2 span {
  height: auto;
  font-size: 13px;
}


.all-seach-popup-type-2.input-popup {
  width: 280px;
  height: auto;
  max-height: 340px;
  padding: 0;
}

.all-seach-popup-type-2.input-popup .search-null {
  display: none;
}

.all-seach-popup-type-2.input-popup .js-worker-list li:not(.worker-list-ai-recommend-wrap):not(.worker-list-name-wrap):hover {
  background-color: #efebff;
}

.all-seach-popup-type-2.input-popup .all-seach-section-wrap-2:hover {
  background: transparent;
}

.js-worker-list .worker-disabled {
  background-color: #f0f0f0 !important;
  pointer-events: none !important;
  cursor: not-allowed !important;
}

.js-worker-list ul.js-name-worker-list > li.js-worker-all {
  pointer-events: auto;
  cursor: default;
}

.all-seach-popup-type-2:focus {
  outline: none;
}

.all-seach-popup-type-2 input {
  width: 100%;
  height: 34px;
  background: #ffffff;
  border: 1px solid #777777;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  padding-left: 34px;
  color: #6449fc;
  font-weight: bold;
  font-size: 13px;
}

.all-seach-popup-type-2 input:-ms-input-placeholder {
  color: #999;
  font-weight: 400;
}

.inner-popup.all-seach-popup-type-2 {
  z-index: 6;
  width: auto;
  height: auto;
  cursor: pointer;
  padding: 0;
  overflow: hidden;
}

.all-seach-popup-type-2 .project-null-t-1 {
  height: 100%;
}

.all-seach-popup-type-2.sub-work .project-null-t-1.undefined {
  height: 270px;
}

#innerCommonHashTagPopup {
  z-index: 10;
  margin-top: 30px;
}

.all-seach-popup-type-1 {
  position: absolute;
  width: 280px;
  height: 450px;
  background: #ffffff;
  border: 1px solid #777777;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  z-index: 1;
  left: 220px;
  top: 130px;
  padding: 20px;
}

.all-seach-popup-type-1 input {
  width: 240px;
  height: 40px;
  background: #ffffff;
  border: 1px solid #777777;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  padding-left: 43px;
  color: #6449fc;
  font-weight: bold;
}

.all-seach-popup-button-1 {
  width: 240px;
  height: 51px;
  position: absolute;
  bottom: 5px;
  background: #fff;
  text-align: center;
}

.all-seach-popup-button-1.btn-worker {
  width: 100%;
  height: 26px;
  bottom: 15px;
  left: 0;
}

.all-seach-popup-type-2.sub-work .all-seach-popup-button-1.btn-worker,
.all-seach-popup-type-2.sub-work .all-seach-popup-button-1.btn-worker-all,
.project-inner-task .all-seach-popup-button-1.btn-worker,
.project-inner-task .all-seach-popup-button-1.btn-worker-all {
  width: 45%;
  height: 26px;
  left: auto;
  right: 10px;
  bottom: 10px;
}

.all-seach-popup-type-2.sub-work .all-seach-popup-button-1.btn-worker-all,
.project-inner-task .all-seach-popup-button-1.btn-worker-all {
  left: 10px;
  right: auto;
}

.temp-popup .js-worker-layer.todo-popup .btn-worker-all {
  width: 260px;
}

.all-seach-popup-type-2.sub-work .all-seach-popup-button-1.btn-worker-all .all-seach-popup-sub-button-2,
.project-inner-task .all-seach-popup-button-1.btn-worker-all .all-seach-popup-sub-button-2 {
  background: #fff;
  border: 1px solid #ddd;
  color: #555;
  font-weight: 500;
  cursor: pointer;
  line-height: 24px;
}

.all-seach-popup-type-2.sub-work .all-seach-popup-button-1.btn-worker-all .all-seach-popup-sub-button-2.disable,
.project-inner-task .all-seach-popup-button-1.btn-worker-all .all-seach-popup-sub-button-2.disable {
  background: #eee;
  color: #999;
  cursor: default;
}

.all-seach-popup-type-2.sub-work .all-seach-popup-button-1.btn-worker-all .all-seach-popup-sub-button-2 span,
.project-inner-task .all-seach-popup-button-1.btn-worker-all .all-seach-popup-sub-button-2 span {
  position: relative;
  margin-left: 4px;
  color: #6449fc;
}

.grid-task-mode .all-seach-popup-type-2.sub-work .all-seach-popup-button-1.btn-worker-all .all-seach-popup-sub-button-2 span {
  top: -2px;
}

.all-seach-popup-type-2.sub-work .all-seach-popup-button-1.btn-worker-all .all-seach-popup-sub-button-2.disable span,
.project-inner-task .all-seach-popup-button-1.btn-worker-all .all-seach-popup-sub-button-2.disable span {
  display: none;
}

.all-seach-popup-type-2.sub-work .all-seach-popup-sub-button-2,
.project-inner-task .all-seach-popup-sub-button-2 {
  width: 100%;
}

.all-seach-section-type-1 {
  width: 100%;
  height: 51px;
  line-height: 51px;
}

.all-seach-section-type-2 {
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: 13px;
}

.all-seach-section-type-1 strong {
  font-weight: normal;
  color: #6449fc;
}

.all-seach-section-wrap-1 {
  width: 100%;
  height: 75%;
  overflow-y: auto;
}

.all-seach-popup-type-2.sub-work .sub-work-wrap {
  display: flex;
  flex-direction: column;
  height: 270px;
}

.sub-work-wrap .loading-area {
  height: 100%;
  padding: 100px 0;
  margin: 0;
}

.all-seach-popup-type-2.sub-work.todo-popup {
  height: auto;
  max-height: 360px;
  padding: 10px 0 0;
}

.all-seach-popup-type-2.sub-work.todo-popup .sub-work-wrap,
.temp-popup .all-seach-popup-type-2.todo-popup .all-seach-section-wrap-1 {
  height: auto;
  max-height: 304px;
}

.all-seach-popup-type-2.sub-work.todo-popup li:last-of-type .all-seach-section-wrap-2 {
  border-bottom: none;
}

.all-seach-popup-type-2.sub-work.todo-popup .sub-work-wrap.btn-active {
  height: auto;
  max-height: 270px;
}

.all-seach-popup-type-2.sub-work .all-seach-section-wrap-1 {
  height: auto;
  max-height: 100%;
}

.all-seach-popup-type-2.sub-work .sub-work-search {
  display: none;
}

/*padding-bottom 값 관련 별도 스크롤바 추가*/
.all-seach-popup-type-2.sub-work div.thin::-webkit-scrollbar {
  width: 12px;
  background-color: transparent;
}

.all-seach-popup-type-2.sub-work div.thin::-webkit-scrollbar-thumb {
  background-color: #999;
  border-radius: 10px;
  background-clip: padding-box;
  border: 5px solid transparent;
}

.all-seach-popup-type-2.sub-work div.thin::-webkit-scrollbar-track {
  width: 10px;
  border-radius: 10px;
  background-color: transparent;
}

.all-seach-popup-type-2.sub-work .sub-work-search.active {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  max-height: 100px;
  position: relative;
  padding: 6px 10px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);
  z-index: 1;
  overflow-y: scroll;
}

.all-seach-popup-type-2.sub-work .sub-work-search.active .manager-item {
  margin: 0 6px 6px 0;
  background: #EEEAF5;
  font-size: 12px;
  line-height: 16px;
}

.all-seach-popup-type-2.sub-work .sub-work-search.active .manager-item .js-registration-name {
  display: inline-block;
  max-width: 174px;
  position: relative;
  top: 4px;
}

.all-task-section .all-seach-popup-type-2.sub-work .sub-work-search.active .manager-item .js-registration-name {
  top: 0;
}

.all-seach-popup-type-2.sub-work .sub-work-search.active + .all-seach-section-wrap-1 {
  max-height: 350px;
  min-height: 170px;
  flex: 1;
}

.all-seach-popup-type-2.sub-work .sub-work-btn-wrap {
  width: 100%;
  height: 34px;
  background: #fff;
  border-radius: 6px;
}

.all-seach-section-wrap-3 {
  width: 100%;
  height: 100%;
  overflow-y: auto;
}

.js-worker-list.all-seach-section-wrap-1 ul:not(.js-ai-worker-ul) {
  height: 100%;
}

.js-worker-layer.input-popup .all-seach-section-wrap-1 {
  max-height: 240px;
}

.js-worker-layer.input-popup .all-seach-section-wrap-1 .project-null-t-2 span {
  height: 58px;
  line-height: 58px;
  margin-top: 0;
}

.all-seach-popup-sub-button-1 {
  display: inline-block;
  width: 116px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid #dddddd;
  outline: 0;
}

.all-seach-popup-sub-button-2 {
  display: inline-block;
  width: 260px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  background: #6449fc;
  color: #fff;
  font-size: 12px;
  border-radius: 4px;
}

.all-seach-popup-sub-button-2:hover,
.all-seach-popup-sub-button-2:focus {
}

.search-work {
  position: relative;
  margin: 0 0 10px;
}

.all-seach-popup-type-2.sub-work .search-work,
.all-seach-popup-type-2.todo-popup .search-work {
  margin: 0 10px 10px;
}

.all-seach-popup-type-2.todo-popup .search-work input {
  border-color: #ccc;
  box-shadow: none;
}

.all-seach-popup-type-2.todo-popup .search-work input:hover,
.all-seach-popup-type-2.todo-popup .search-work input:focus,
.all-seach-popup-type-2.todo-popup .search-work input:active {
  border-color: #777;
  box-shadow: 2px 2px 6px rgb(0 0 0 / 15%);
}

.all-seach-popup-type-2.sub-work.todo-popup .all-seach-section-wrap-2 {
  padding: 0 6px;
}

.all-seach-popup-type-2.sub-work .all-seach-section-wrap-2 {
  padding: 0 16px;
}

.all-popup-position-fix {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.all-seach-check-type-2 {
  position: relative;
  top: 5px;
  margin: 0 10px;
  background: red;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 6px;
}

.all-seach-check-type-3 {
  position: relative;
  top: 11px;
  margin: 0 10px;
  background: url(/flow-renewal/assets/images/all-seach-icon-type-33.png);
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 6px;
}

.all-seach-check-type-4 {
  position: relative;
  top: 11px;
  margin: 0 10px;
  display: inline-block;
  background: url("/flow-renewal/assets/images/allseach-sprite-type-7.png") no-repeat -85px -32px;
  background-size: 729px 72px;
  width: 40px;
  height: 40px;
}

.seach-check-text .all-seach-blue-1 {
  margin-left: 0;
  color: #6449fc;
  position: relative;
  top: -4px;
}

.seach-check-text .all-seach-normal-1 {
  margin-left: 0;
  position: relative;
  top: -4px;
}

.seach-check-text .all-seach-gray-1 {
  margin-left: 0;
  color: #999;
  position: relative;
  top: -4px;
}

.all-seach-section-type-2 .all-seach-check-type-1-1 {
  margin-top: 20px;
}

.all-seach-section-type-2 .all-seach-check-type-1 {
  margin-top: 20px;
}

.color-type-1 {
  background: #00b19c;
}

.color-type-2 {
  background: #fd7900;
}

.color-type-3 {
  background: #8b00ea;
}

.color-type-4 {
  background: #0066ff;
}

.color-type-5 {
  background: #00b01c;
}

.color-type-6 {
  background: #ff5caa;
}

.color-type-7 {
  background: #8b00ea;
}

.color-type-8 {
  background: #555;
}

.color-type-9 {
  background: #ddd;
}

.color-type-10 {
  background: #00b2ff;
}

.all-seach-section-wrap-1 a:hover .all-seach-section-type-1 {
  background: rgba(248, 246, 255, 1);
}

.all-seach-section-wrap-1 a:hover .all-seach-section-type-2 {
  background: rgba(248, 246, 255, 1);
}

.all-seach-check-type-1 {
  display: inline-block;
  background: url("/flow-renewal/assets/images/allseach-sprite-type-5.png") no-repeat -99px 0;
  background-size: 768px 40px;
  width: 21px;
  height: 20px;
  float: left;
  margin-top: 15px;
  margin-left: 10px;
}

.all-seach-check-type-1-1 {
  display: inline-block;
  background: url("/flow-renewal/assets/images/allseach-sprite-type-5.png") no-repeat -143px 0;
  background-size: 768px 40px;
  width: 21px;
  height: 20px;
  float: left;
  margin-top: 15px;
  margin-left: 10px;
}

.all-seach-section-wrap-1 a:hover .all-seach-check-type-1 {
  background-position: -121px 0;
}

.all-seach-popup-write-1 {
  display: inline-block;
}

.all-seach-popup-write-3 {
  display: inline-block;
  color: #555;
}

/*.all-seach-popup-write-4 {*/
/*  display: inline-block;*/
/*  width: 16px;*/
/*  height: 16px;*/
/*  background: url(/flow-renewal/assets/images/all-seach-icon-type-37.svg);*/
/*}*/
.all-seach-popup-write-5 {
  display: inline-block;
  color: #999;
  font-weight: bold;
}

.all-seach-popup-write-6 {
  display: inline-block;
  color: #999;
}

.all-seach-popup-write-wrap {
  display: block;
  color: #555;
}

.all-seach-popup-write-wrap-2 {
  display: block;
  line-height: 18px;
  font-size: 12px;
}

.worker-list-ai-recommend-wrap .all-seach-popup-write-wrap-2 {
  display: flex;
}

.all-seach-popup-write-1 {
  display: inline-block;
  background: url("/flow-renewal/assets/images/allseach-sprite-type-5.png") no-repeat -143px 0;
  background-size: 768px 40px;
  width: 21px;
  height: 20px;
  float: left;
  margin-top: 17px;
  margin-left: 10px;
}

.all-seach-section-wrap-2.active .all-seach-popup-write-1-1 {
  display: inline-block;
  background: url("/flow-renewal/assets/images/allseach-sprite-type-5.png") no-repeat -143px 0;
  background-size: 768px 40px;
  width: 21px;
  height: 20px;
}

a:hover .all-seach-popup-write-1-1,
a:focus .all-seach-popup-write-1-1 {
  background-position: -121px 0;
}

.all-seach-popup-write-1-1 {
  display: inline-block;
  background: url("/flow-renewal/assets/images/allseach-sprite-type-5.png") no-repeat -99px 0;
  background-size: 768px 40px;
  width: 21px;
  min-width: 21px;
  height: 20px;
}

.all-seach-popup-write-all-wrap {
  display: inline-block;
  flex: 1;
}

.all-seach-popup-write-2 {
  display: inline-block;
  width: 40px;
  min-width: 40px;
  height: 40px;
  background: url(/flow-renewal/assets/images/all-seach-icon-type-23.svg);
  background-size: cover;
  border: 1px solid #eeeeee;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 16px;
  margin: 0 10px;
}

.all-seach-popup-write-2.js-worker-profile {
  flex-shirink: 0;
}

/*li:hover .all-seach-section-wrap-2,*/
.all-seach-section-wrap-2:hover,
.all-seach-section-wrap-2.active,
.all-seach-section-wrap-2:focus {
  background: #f8f8ff;
}

.all-seach-popup-type-2.sub-work .all-seach-section-wrap-2:hover,
.all-seach-popup-type-2.sub-work .all-seach-section-wrap-2.active,
.all-seach-popup-type-2.sub-work .all-seach-section-wrap-2:focus {
  background: #EFEBFF;
}

.all-seach-section-wrap-2 {
  width: 100%;
  height: 61px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #eee;
  cursor: pointer;
}

.seach-icon-type-1:hover,
.seach-icon-type-1:focus {
  background-position: -945px -14px;
}

.collect-btn-area {
  display: table;
  float: left;
  width: 100%;
  max-width: 65%;
  table-layout: fixed;
}

.collect-btn-area .collect-btn {
  display: table-cell;
  height: 60px;
  vertical-align: middle;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 2px solid #ccc;
  font-size: 16px;
  font-weight: 700;
  color: #999;
  cursor: pointer;
}

.collect-btn:hover,
.collect-btn.active {
  color: #333;
  border-color: #333;
}

/* .allfile-position-fix-1 {
  margin-top: 100px;
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
} */
.allfile-position-fix-2 {
  margin-top: 100px;
  width: 60%;
  margin-left: 10%;
  float: left;
}

.flow-all-background-1 {
  overflow-y: auto;
  -ms-overflow-y: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 10;
}

.subscreen .flow-all-background-1 {
  overflow: hidden;
  -ms-overflow-y: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 10;
}

.flow-all-background-1 .name-type-seach-popup-type-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.reaction-check-popup .btn-close .icons-close-1 {
  background: none;
}

.flow-all-background-2 {
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  z-index: 1;
}

.flow-project-make-1 {
  display: table;
  width: 100%;
  height: 100%;
}

.edit-history-cont .flow-project-make-2 {
  display: block;
  vertical-align: middle;
}

.flow-project-make-2 {
  display: table-cell;
  vertical-align: middle;
}

.flow-project-popup {
  position: relative;
  padding: 15px 0;
  background: #fff;
  border: 1px solid #777;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.2);
  box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  width: 434px;
  height: auto;
  margin: 0 auto;
}

.push-alarm-popup .flow-pop-button-type-1 {
  padding: 0 30px;
}

.flow-project-popup-1 {
  position: relative;
  background: #ffffff;
  border: 1px solid #777777;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.2);
  box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  width: 600px;
  min-height: 450px;
  margin: 0 auto;
  padding: 15px 0;
}

#emailAuthLayer {
  z-index: 15;
}

.flow-project-popup-4 {
  position: relative;
  background: #ffffff;
  border: 1px solid #777777;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.2);
  box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  width: 434px;
  padding: 20px 0;
  margin: 0 auto;
}

.flow-project-popup-4 .flow-pop-button-type-1 {
  margin: 0;
}

.flow-project-popup-6 {
  position: relative;
  background: #ffffff;
  border: 1px solid #777777;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.2);
  box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  width: 90%;
  /*max-width: 434px; 일어일때 한글자 떨어져서 width값 조금 넓힘  */
  max-width: 454px;
  height: auto;
  margin: 0 auto;
}

.loading-popup.flow-project-popup-6 {
  text-align: center;
}

.confirm-popup .loading {
  text-align: center;
  margin: 12px 0 25px 0;
}

.loading-popup.flow-project-popup-6 .flow-content {
  padding: 30px 50px;
}

.flow-project-popup-6 .flow-pop-button-type-1 {
  margin: 0;
}

.flow-project-popup-7 {
  position: relative;
  background: #ffffff;
  border: 1px solid #777777;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.2);
  box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  width: 434px;
  height: 234px;
  margin: 0 auto;
}

.flow-project-popup-8 {
  position: relative;
  background: #ffffff;
  border: 1px solid #777777;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.2);
  box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  width: 434px;
  min-height: 450px;
  max-height: 670px;
  height: 64vh;
  padding: 20px 0;
  margin: 0 auto;
}

.flow-project-popup-9 {
  position: relative;
  background: -o-linear-gradient(top, #f0eefb 0%, #fbeef0 47.59%);
  background: -webkit-gradient(linear, left top, left bottom, from(#f0eefb), color-stop(47.59%, #fbeef0));
  background: linear-gradient(180deg, #f0eefb 0%, #fbeef0 47.59%);
  border: 1px solid #777777;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.2);
  box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  width: 460px;
  height: 255px;
  margin: 0 auto;
}

.flow-login-popup {
  position: relative;
  background: #ffffff;
  border: 1px solid #777777;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 20px 20px 30px rgb(0 0 0 / 20%);
  box-shadow: 20px 20px 30px rgb(0 0 0 / 20%);
  border-radius: 10px;
  width: 434px;
  margin: 0 auto;
  padding: 15px 0;
}

.flow-login-popup-2 {
  position: relative;
  background: #ffffff;
  border: 1px solid #777777;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 20px 20px 30px rgb(0 0 0 / 20%);
  box-shadow: 20px 20px 30px rgb(0 0 0 / 20%);
  border-radius: 10px;
  width: 434px;
  height: 243px;
  margin: 0 auto;
}

.flow-project-header-1 {
  width: 100%;
  height: 24px;
  line-height: 24px;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  color: #333;
}

.push-alarm-popup .flow-project-header-1 {
  display: flex;
  align-items: center;
}

.push-alarm-popup .flow-project-header-1 .button-service-helper {
  display: inline-flex;
  width: 16px;
  height: 16px;
  margin-left: 5px;
}

.push-alarm-popup .flow-project-header-1 .button-service-helper .icons-help {
  line-height: 12px;
}

.flow-project-header-1 .btn-close {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
}

.flow-project-popup-5.mini .flow-project-header-1 {
  padding: 0 20px;
  margin: 20px 0 -4px 0;
  font-size: 14px;
}

.flow-project-popup-3.mini .flow-project-header-1 {
  padding: 0 20px;
  margin: 20px 0 -4px 0;
  font-size: 14px;
}

.flow-close-type-1 {
  display: inline-block;
  background: url("/flow-renewal/assets/images/icons/icon-minipop-close.svg") no-repeat center / contain;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}

.flow-close-type-1:hover,
.flow-close-type-1:focus {
  background-image: url("/flow-renewal/assets/images/icons/icon-minipop-close-hover.svg");
}

.flow-pop-button-type-2 {
  width: 100%;
  height: 36px;
  text-align: center;
  position: absolute;
  bottom: 15px;
}

.flow-project-header-1 em {
  display: inline-block;
  position: relative;
  top: 0;
  margin-right: 20px;
  background: url("/flow-renewal/assets/images/main-sprite-type-2.png") no-repeat -212px -21px;
  background-size: 656px auto;
  width: 20px;
  height: 16px;
}

.flow-pop-sub-button-1 {
  display: inline-block;
  background: #fff;
  width: 47%;
  height: 36px;
  line-height: 34px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 4px;
  color: #555;
  font-size: 13px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.flow-pop-sub-button-1 a:hover {
  color: #6449fc;
}

.flow-pop-sub-button-2 {
  display: inline-block;
  width: 47%;
  height: 36px;
  line-height: 34px;
  text-align: center;
  background: #6449fc;
  border-radius: 4px;
  color: #fff;
  margin-left: 8px;
  font-size: 13px;
}

.label-item-text {
  max-width: 88%;
  display: inline-block;
  vertical-align: middle;
}

.wch-fix {
  position: absolute;
  right: 15px;
  top: 0;
}

.flow-content-detail-type-1 {
  width: 100%;
  height: 35px;
  font-size: 15px;
  font-weight: 500;
  line-height: 35px;
  border-bottom: 1px solid #eee;
  position: relative;
}

.flow-content-round-cicle-type-1 {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: #24b7a5;
  border-radius: 3px;
  position: relative;
  top: 2px;
}

.flow-content-arrow-right-type-1 {
  position: absolute;
  right: 0;
  top: 13px;
  background: url("/flow-renewal/assets/images/allfile-sprite-type-1.png") no-repeat -245px -1px;
  background-size: 1438px auto;
  width: 7px;
  height: 10px;
}

.group-tree-wrap-1 ul#inviteMemberList li {
  width: 100%;
  height: 64px;
  padding: 10px 20px;
}

.group-tree-wrap-1 ul#inviteMemberList li.active {
  background: #EFEBFF;
}

.group-tree-wrap-1 ul#inviteMemberList li.active strong,
.group-tree-wrap-1 ul#inviteMemberList li:hover strong {
  color: #6449FC;
}

.coperate-check-type-1 {
  background: url("/flow-renewal/assets/images/coperate-sprite-type-1.png") no-repeat 0 -43px;
  background-size: 256px 84px;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.coperate-check-type-2 {
  background: url("/flow-renewal/assets/images/coperate-sprite-type-1.png") no-repeat -22px -43px;
  background-size: 256px 84px;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 0;
}

.group-sub-list-type-1 .coperate-check-type-2 {
  position: absolute;
  right: 18px;
}

.group-sub-list-type-1 .coperate-check-type-1 {
  position: absolute;
  right: 18px;
}

.group-sub-list-type-2 .coperate-check-type-1 {
  position: absolute;
  right: 36px;
}

.group-sub-list-type-2 .coperate-check-type-2 {
  position: absolute;
  right: 36px;
}

.coperate-section-position-fix-1 ul .group-sub-list-type-3 {
  width: 308px;
}

/* //all-common */
/* error */
.error-1 {
  /*background: url("/flow-renewal/assets/images/flow-logo.svg") no-repeat center center/contain;*/
  /*background-size: 612px auto;*/
  width: 184px;
  height: 40px;
  margin: 70px auto 200px;
  margin: 0 auto;
  margin-top: 70px;
  margin-bottom: 200px;
}

.poscoerror-1 {
  background: url("/flow-renewal/assets/images/posco_weblogo_4x.png") no-repeat center center/contain;
  /*background-size: 612px auto;*/
  width: 320px;
  height: 64px;
  margin: 70px auto 200px;
  margin: 0 auto;
  margin-top: 70px;
  margin-bottom: 200px;
}

.connect-post-link-1 {
  margin-bottom: 80px;
}

.error-2 {
  background: url("/flow-renewal/assets/images/error-sprite-1.png") no-repeat -180px -45px;
  background-size: 612px auto;
  width: 250px;
  height: 230px;
  margin: 0 auto;
  margin-bottom: 93px;
}

/*.connect-post-link-2 {*/
/*  background: url(/flow-renewal/assets/images/link.png) no-repeat;*/
/*  background-size: 246px auto;*/
/*  width: 246px;*/
/*  height: 144px;*/
/*  margin: 0 auto;*/
/*  margin-bottom: 80px;*/
/*}*/
.error-3 {
  color: #333;
  margin: 0 auto;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.error-4 {
  color: #999;
  font-size: 14px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 20px;
}

.error-5 {
  width: 240px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  background: #6449fc;
  border-radius: 900px;
  text-align: center;
  margin: 0 auto;
}

.connect-post-link-5 {
  width: 200px;
}

.error-6 {
  background: url(/flow-renewal/assets/images/error-sprite-1.png) no-repeat 1px -284px;
  background-size: 612px auto;
  width: 452px;
  height: 275px;
  margin: 0 auto;
  margin-bottom: 67px;
}

.connect-post-link-6 {
  display: block;
  height: 22px;
  margin: 16px auto;
  width: 140px;
  text-align: center;
  line-height: 22px;
  font-weight: bold;
  color: #6449FC;
}

@media all and (max-width: 900px) {
  .error-1 {
    margin-bottom: 50px;
  }
}

@media all and (max-width: 500px) {
  .error-1 {
    margin: 50px auto;
  }

  .error-2 {
    margin: 50px auto;
  }
}

/*// error */
/* all-common */
.image-view-type-1 {
  color: #fff;
}

.main-flow-content-fix-1 {
  top: 10px;
  left: 18px;
}

.flow-content-input-1 input:focus {
  border-color: #777;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
}

.flow-content-input-1 input:focus ~ i {
  display: none;
}

.my-right-list-3 a:hover .my-check-1,
.my-right-list-3 a:focus .my-check-1 {
  background: #999999;
}

.text-vetical-position-1 {
  position: relative;
  top: 3px;
}

.confirm-popup .flow-content {
  min-height: 149px;
  padding: 30px 30px 15px 30px;
}

.confirm-popup .flow-content .flow-content-text {
  margin: 12px 0 25px 0;
}

.flow-content {
  padding: 15px 30px 0 30px;
}

.more-option-group {
  overflow: auto;
  max-height: 600px;
}

/* enter posco */
.js-prev-refresh-popup .flow-content {
  min-height: 149px;
  padding: 30px 30px 15px 30px;
}

.js-prev-refresh-popup .flow-content .flow-content-text {
  margin: 12px 0 25px 0;
}

.js-prev-refresh-popup .flow-content-text .popup-title {
  margin-bottom: 6px;
  font-size: 15px;
  font-weight: 500;
  color: #6449fc;
  white-space: pre-line;
}

.js-prev-refresh-popup .flow-content-text .popup-cont {
  white-space: pre-line;
  word-break: break-word;
}

.input-main-layer .flow-content,
.more-option-layer .flow-content {
  padding: 15px 30px 5px 30px;
  height: calc(100% - 60px);
  overflow-y: auto;
  overflow-x: hidden;
}

.main-wrap .main-body-wrap .flow-all-background-1 .input-main-layer .flow-content {
  overflow-x: hidden;
}

.open-category-layer .flow-content {
  padding: 15px 25px 5px 25px;
  height: calc(100% - 60px);
  overflow-y: auto;
}

.open-category-layer .flow-content .flow-category-option-1 ul {
  overflow-y: visible;
}

.flow-content-detail-type-2 {
  width: 100%;
  height: 60px;
  background: #ffffff;
  border: 1px solid #dddddd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 6px;
  padding: 10px;
  margin-top: 10px;
}

.flow-content-right-type-1 {
  float: right;
}

.flow-content-detail-type-3 {
  margin-top: 6px;
  width: 100%;
  height: 18px;
  overflow: hidden;
  color: #999999;
}

.flow-project-popup-5 {
  position: relative;
  background: #ffffff;
  border: 1px solid #777777;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.2);
  box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  width: 434px;
  height: auto;
  margin: 0 auto;
}

.flow-project-popup-5.mini {
  width: 360px;
}

.flow-project-popup-5.mini .flow-content .check-box {
  margin-bottom: 14px;
}

.flow-project-popup-3.mini {
  width: 360px;
}

.flow-project-popup-4.mini {
  width: 360px;
}

.flow-content-input-1 input::-webkit-input-placeholder {
  color: #999;
}

.flow-content-input-1 input::-moz-placeholder {
  color: #999;
}

.flow-content-input-1 input:-ms-input-placeholder {
  color: #999;
}

.flow-content-input-1 input::-ms-input-placeholder {
  color: #999;
}

.flow-content-input-1 input::placeholder {
  color: #999;
}

.flow-content-input-2 input {
  width: 100%;
  height: 40px;
  margin-bottom: 19px;
  padding-left: 20px;
  border: 1px solid #777777;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}

.flow-content-text {
  margin-bottom: 20px;
  text-align: center;
}

/* .flow-content-text:before {
  display: inline-block;
  content: "";
  width: 1px;
  min-height: 48px;
  vertical-align: middle;
} */
.flow-content-text p {
  display: inline-block;
  word-break: keep-all;
  text-align: center;
  height: auto;
  line-height: 24px;
  color: #555;
  vertical-align: middle;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
}

.confirm-popup .flow-content-text .popup-title {
  margin-bottom: 6px;
  font-size: 15px;
  font-weight: 500;
  color: #6449fc;
  white-space: pre-line;
}

.confirm-popup .flow-content-text .popup-cont {
  white-space: pre-line;
  word-break: break-word;
}

.flow-content-text .error-cont {
  font-size: 11px;
  background: whitesmoke;
  margin: 10px;
  padding: 5px;
  border-radius: 13px;
  color: gray;
  word-break: break-all;
}

.flow-secondary-submit {
  font-size: 13px;
  text-decoration: underline;
  color: blue;
  margin-top: 10px;
  white-space: pre;
  text-align: center;
  height: auto;
  line-height: 24px;
  vertical-align: middle;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
}

.margin-top-bottom-40 {
  margin: 40px 0;
}

.flow-content-input-3 input {
  width: 374px;
  height: 40px;
  color: #6449fc;
  font-weight: bold;
  margin-bottom: 19px;
  padding-left: 20px;
  border: 1px solid #777777;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
}

.side-wr .mini-mode-area-list-type-1 {
  min-width: auto;
  flex: 1;
  margin-left: 11px;
}

.side-wr .mini-mode-chattng-type-3 {
  margin: 0;
}

.side-wr .mini-mode-chattng-type-text-2 {
  position: relative;
  font-size: 11px;
}

.side-wr .mini-mode-text-sub-area-1 {
  height: 56px;
  padding: 0;
}

.mini-mode-area-list-type-1 {
  overflow: hidden;
  min-width: 270px;
  text-align: left;
  display: inline-block;
  position: relative;
  margin-left: 10px;
  vertical-align: middle;
}

.mini-mode-area-list-type-1 strong {
  display: inline-block;
  max-width: 200px;
  margin-right: 3px;
  overflow: hidden;
  color: #555;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}

.mini-mode-area-list-type-1 strong.company {
  color: #999;
}

.mini-mode-area-list-type-1 span {
  margin-right: 3px;
}

.work-status {
  position: relative;
  display: inline-block;
  margin-left: 5px;
  padding-left: 5px;
  font-weight: 500;
  font-size: 12px;
  color: #6449fc;
}

.work-status:before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 3px;
  left: 0;
  width: 1px;
  height: 12px;
  background-color: #ccc;

}

.mini-favorite-group-title li {
  color: #333;
  font-size: 13px;
  height: 35px;
  line-height: 35px;
  font-weight: bold;
  border-bottom: 1px solid #eee;
}

.mini-mode-left-section-1 {
  width: 70px;
  height: 660px;
  float: left;
  background: #302847;
}

.mini-mode-main-picture-1 {
  display: inline-block;
  min-width: 40px;
  width: 40px;
  height: 40px;
  position: relative;
  top: 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
  cursor: pointer;
}

.mini-mode-main-picture-1.js-chat-profile {
  cursor: default;
}

.mini-mode-chattng-type-3 {
  float: right;
  position: relative;
  margin-top: 15px;
  margin-right: 10px;
  height: 40px;
  width: 63px;
}

.mini-mode-chattng-type-text-1 {
  position: absolute;
  top: 0;
  right: 0;
  height: 18px;
  padding: 0px 6px;
  background: #ff3532;
  color: #fff;
  border-radius: 200px;
  line-height: 18px;
  font-size: 12px;
}

.mini-mode-chattng-type-text-2 {
  color: #aaa;
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 12px;
}

.group-line-type-5 {
  display: inline-block;
  background: url("/flow-renewal/assets/images/mini-mode-sprite-type-1.png") no-repeat -658px -69px;
  background-size: 686px auto;
  width: 2px;
  height: 32px;
  position: absolute;
  left: -29px;
  top: -7px;
}

.group-line-type-6 {
  display: inline-block;
  background: url("/flow-renewal/assets/images/mini-mode-sprite-type-1.png") no-repeat -658px -69px;
  background-size: 686px auto;
  width: 2px;
  height: 32px;
  position: absolute;
  left: -47px;
  top: -7px;
}

.mini-mode-plus-icon-1 {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("/flow-renewal/assets/images/icons/ico-dot-vertical.svg") no-repeat center / contain;
  vertical-align: middle;
}

.mini-mode-plus-icon-1:hover,
.mini-mode-plus-icon-1:focus {
  background-image: url("/flow-renewal/assets/images/icons/ico-dot-vertical-hover.svg");
}

.mini-mode-circle-type-1 {
  position: absolute;
  right: 10px;
  top: 21px;
}

.mini-mode-circle-type-1:hover,
.mini-mode-circle-type-1:focus {
  background-position: -222px -24px;
}

.mini-mode-text-sub-area-1,
.favorites-group {
  position: relative;
  text-align: left;
}

.mini-mode-text-sub-area-1::after {
  display: block;
  content: "";
  clear: both;
}

.mini-mode-text-gray-1 span {
  display: inline-block;
  max-width: 220px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}

.mini-mode-text-gray-1 {
  color: #999;
}

.group-circle-type-1 {
  position: relative;
  top: -2px;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background: #555;
  margin-left: 0;
}

#organizationChart .group-circle-type-1 {
  top: -3px;
}

#miniOrganization .group-circle-type-1 {
  top: 0px;
}

#miniOrganization .group-tree-position-fix-type-2 {
  margin-left: 5px;
}

.group-tree-wrap-1 ul li.on .group-circle-type-1,
.group-tree-wrap-1 ul li:hover .group-circle-type-1,
.group-tree-wrap-1 ul li:focus .group-circle-type-1 {
  background: #6449fc;
}

.group-circle-type-2 {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background: #6449fc;
}

.invite-popup-type-4 {
  margin: 0 auto;
  position: relative;
  width: 674px;
  min-height: 450px;
  max-height: 670px;
  padding: 20px 30px 20px 30px;
  background: #ffffff;
  border: 1px solid #999999;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.2);
  box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

.invite-popup-type-4 .close-button,
.forward-pop .close-button {
  background: none;
}

.name-type-seach-popup-header-type-1 em {
  display: inline-block;
  position: relative;
  top: 0px;
  margin-right: 10px;
  background: url(/flow-renewal/assets/images/main-sprite-type-2.png) no-repeat -212px -21px;
  background-size: 656px auto;
  width: 20px;
  height: 16px;
}

.name-type-seach-popup-header-type-1 a:hover em,
.name-type-seach-popup-header-type-1 a:focus em {
  background-position: -234px -21px;
}

.flow-project-header-1 a:hover em,
.flow-project-header-1 a:focus em {
  background-position: -234px -21px;
}

.team-job-invite-type-1 {
  width: 50%;
  height: 40px;
  margin: 0;
  line-height: 40px;
  text-align: center;
  border-bottom: 2px solid #ccc;
  float: left;
}

.team-job-invite-type-1:hover {
  border-color: #6449fc;
  color: #6449fc;
}

.team-wrap-invite-type-1 {
  overflow: auto;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

#teamInviteMenu.team-wrap-invite-type-1 {
  height: auto;
}

.team-job-invite-type-2 {
  width: 50%;
  height: 40px;
  margin: 0;
  line-height: 40px;
  text-align: center;
  border-bottom: 2px solid #333;
  float: left;
  color: #333;
}

.margin-top-20 {
  margin-top: 20px;
}

.input-email-area {
  overflow: auto;
  height: calc(100% - 160px);
}

.invite-email-area {
  /*overflow: auto;*/
  /*height: calc(100% - 70px);*/
}

.input-email-type-wrap-1 {
  width: 100%;
  /*max-width: 364px;*/
  max-width: 580px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 10px;
  position: relative;
}

.input-email-type-wrap-1 input {
  width: 100%;
  height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 20px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

#mutiLangSearch .input-email-type-wrap-1 input {
  margin-left: 20px;
}

.input-email-type-wrap-1 a {
  background: url("/flow-renewal/assets/images/project-detail-type-1.png") no-repeat -183px 0;
  background-size: 404px auto;
  width: 12px;
  height: 15px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.input-email-type-wrap-1 a:hover,
.input-email-type-wrap-1 a:focus {
  background-position: -197px 0;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

.email-plus-type-1 {
  /*display: inline-block;*/
  display: table; /* ie fit-content 대응코드 */
  width: fit-content;
  max-width: 160px;
  height: 26px;
  min-height: 26px;
  background: #ffffff;
  min-height: 26px;
  margin-top: 10px;
  padding-right: 10px;
  border: 1px solid #dddddd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  line-height: 26px;
  font-size: 12px;
  color: #555;
  background: #ffffff;
}

.email-plus-type-1 em {
  display: inline-block;
  margin-left: 10px;
  margin-right: 5px;
  background: url("/flow-renewal/assets/images/project-detail-type-1.png") no-repeat -125px -5px;
  background-size: 404px 66px;
  width: 7px;
  height: 7px;
}

.email-plus-type-1:hover,
.email-plus-type-1:focus {
  border-color: #6449fc;
}

.email-plus-type-1:hover em,
.email-plus-type-1:focus em {
  background-position: -141px -5px;
}

.email-plus-type-1:hover span,
.email-plus-type-1:focus span {
  color: #6449fc;
}

.flow-email-plus-type-1 {
  padding: 3px 0;
  margin: 30px 0 10px 0px;
  font-size: 14px;
  color: #333;
  font-weight: bold;
}

.flow-content-input-1 input {
  width: 100%;
  height: 40px;
  margin-bottom: 19px;
  padding-left: 20px;
  border: 1px solid #dddddd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}

.invite-popup-list-type-2 li {
  width: 100%;
  height: 64px;
  padding: 10px 0;
  margin: 0 auto;
  border-bottom: 1px solid #eee;
  position: relative;
  cursor: pointer;
}

.invite-popup-list-type-2 .invite-check-type-1,
.invite-popup-list-type-2 .invite-check-type-2 {
  margin: -10px 0 0 0;
  position: absolute;
  top: 50%;
  left: 10px;
}

.invite-popup-list-type-2 li:hover {
  background: rgba(248, 246, 255, 1);
}

.invite-popup-list-type-2 li:hover strong {
  color: #6449fc;
}

.invite-check-type-1 {
  display: inline-block;
  background: url("/flow-renewal/assets/images/project-detail-type-1.png") no-repeat -211px -1px;
  background-size: 404px 66px;
  width: 20px;
  height: 20px;
  float: left;
  position: relative;
  top: 20px;
  left: 10px;
}

.invite-check-type-1:hover {
  background-position: -255px -1px;
}

.invite-check-type-2 {
  display: inline-block;
  background: url("/flow-renewal/assets/images/project-detail-type-1.png") no-repeat -233px -1px;
  background-size: 404px 66px;
  width: 20px;
  height: 20px;
  float: left;
  position: relative;
  top: 20px;
  left: 10px;
}

.invite-active-1 {
  background: rgba(248, 246, 255, 1);
}

.invite-active-1 strong {
  color: #6449fc;
}

.invite-alert-wrap-1 {
  position: absolute;
  bottom: 66px;
  text-align: center;
  width: 100%;
}

.invite-alert-type-1 {
  display: inline-block;
  padding: 8px 18px;
  border-radius: 100px;
  border: 1px solid #6449fc;
  margin: 0 auto;
  background: #fff;
  font-size: 13px;
}

.invite-popup-list-type-2 {
  overflow-y: auto;
  height: 394px;
}

.invite-alert-type-1 span {
  color: #6449fc;
}

.invite-alert-type-1 em {
  color: #ff3434;
  margin-left: 10px;
  font-weight: 500;
}

.team-invite-position-fix-1 {
  height: 352px;
}

.mini-mode-popup-2 {
  display: block;
  width: 360px;
  height: 150px;
  background: #fff;
  /* margin-top: 360px; */
  /* margin-left: 37px; */
  border-radius: 10px;
  border: 1px solid #777;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 17px;
  position: relative;
  z-index: 1;
  /* top: 29%; */
  /* left: -40px; */
}

.mini-mode-popup-button-wrap-1 {
  margin-top: 15px;
  overflow: hidden;
}

.mini-mode-popup-button-1 {
  width: 155px;
  height: 26px;
  border-radius: 3px;
  border: 1px solid #ddd;
  background: #fff;
  line-height: 26px;
  text-align: center;
  float: left;
  font-size: 12px;
}

.mini-mode-popup-button-2 {
  width: 155px;
  height: 26px;
  border-radius: 3px;
  border: 1px solid #6449fc;
  background: #6449fc;
  line-height: 26px;
  text-align: center;
  float: right;
  color: #fff;
  font-size: 12px;
}

.mini-mode-popup-1 {
  display: block;
  position: fixed;
  /* width: 100%; */
  /* height: 100%; */
  z-index: 1;
  top: 10%;
  left: 10%;
}

.team-invite-type-1 {
  margin: 20px auto;
  width: 154px;
  text-align: center;
  height: 48px;
  line-height: 24px;
  font-size: 14px;
  color: #555;
}

.upgrade-top-banner-1 {
  height: 40px;
  width: calc(100%);
  background: #6449fc;
  position: relative;
  z-index: 1;
}

.top-banner-type-1 {
  background: #6449fc;
  z-index: 1;
}

.top-banner-type-2 {
  height: 40px;
  background: #ff6b6b;
}

.top-banner-type-3 {
  height: 40px;
  background: #36cfbd;
}

.top-banner-type-4 {
  height: 40px;
  background: #ffce21;
}

.top-banner-sub-type-1 span {
  color: #fff;
}

.top-banner-sub-type-2 span {
  color: #fff;
}

.top-banner-sub-type-3 span {
  color: #fff;
}

.top-banner-sub-type-4 span {
  margin-right: 20px;
  color: #333;
  font-weight: 500;
  font-size: 14px;
}

.top-banner-sub-type-4 a {
  margin-left: 10px;
  font-weight: 500;
  font-size: 14px;
  color: #6449fc;
}

.upgrade-top-banner-1 em {
  font-size: 12px;
  width: 110px;
  height: 30px;
  color: #555;
  display: inline-block;
  background: #ffffff;
  border: 1px solid #ffffff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 200px;
  text-align: center;
  line-height: 28px;
  margin-left: 20px;
}

.top-banner-sub-type-1 {
  max-width: 762px;
  padding: 5px 0;
  height: 40px;
  background: url(/flow-renewal/assets/images/top-banner-background-type-1.png);
  background-size: cover;
  margin: 0 auto;
  text-align: center;
}

.top-banner-close-button {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  background: url("/flow-renewal/assets/images/main-sprite-type-2.png") no-repeat -261px -25px;
  background-size: 656px auto;
  width: 14px;
  height: 14px;
}

.top-banner-sub-type-2 {
  max-width: 762px;
  padding: 5px 0;
  height: 40px;
  background: url(/flow-renewal/assets/images/top-banner-background-type-2.png);
  background-size: cover;
  margin: 0 auto;
  text-align: center;
}

.top-banner-sub-type-3 {
  max-width: 762px;
  padding: 7px 0;
  height: 40px;
  background: url(/flow-renewal/assets/images/top-banner-background-type-3.png);
  background-size: cover;
  margin: 0 auto;
  text-align: center;
}

.top-banner-sub-type-4 {
  max-width: 762px;
  padding: 9px 0;
  height: 40px;
  background: url(/flow-renewal/assets/images/top-banner-background-type-4.png);
  background-size: cover;
  margin: 0 auto;
  text-align: center;
}

.top-banner-icon-type-1 {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  min-width: 100px;
  height: 36px;
  line-height: 50px; /*minho*/
  border-radius: 4px;
  text-align: center;
  margin-top: 10px;
}

.d-block {
  display: block;
}

.d-none {
  display: none;
}

.d-none-important {
  display: none !important;
}

.d-inline-block {
  display: inline-block;
}

/* search */
.project-search:before {
  background-image: url(/flow-renewal/assets/images/sprite-project-detail.png);
  background-size: 844px auto;
}

.project-search-area {
  margin: 0;
  width: 100%;
  max-width: 355px;
  text-align: right;
}

.project-search-area .x-option-wrap {
  right: 12px;
}

/*!* 회사 공개 프로젝트 정렬 기능키 없을 경우 구버전 검색창 CSS 정의 *!*/
#openProjectLayer .project-search-area {
  margin-left: 30px;
}

.project-search {
  width: 100%;
  position: relative;
  display: inline-block;
  text-align: center;
  border-radius: 4px;
}

.project-search-input {
  width: 356px;
  /* https://flow.team/l/067fG 이슈로 height값 원복 */
  /*height: 30px;*/
  height: 34px;
  padding: 0 74px 0 38px;
  background: #ffffff;
  border: 1px solid #dddddd;
  box-sizing: border-box;
  border-radius: 4px;
  text-align: left;
  font-size: 13px;
  font-weight: 700;
  color: #6449fc;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.project-search-input::-webkit-input-placeholder {
  color: #999;
  font-weight: 400;
}

.project-search-input::-moz-placeholder {
  color: #999;
  font-weight: 400;
}

.project-search-input:-ms-input-placeholder {
  color: #999;
  font-weight: 400;
}

.project-search-input::-ms-input-placeholder {
  color: #999;
  font-weight: 400;
}

.project-search-input::placeholder {
  color: #999;
  font-weight: 400;
}

.project-search-input:-ms-input-placeholder {
  color: #999;
  font-weight: 400;
}

.project-search-input:hover,
.project-search-input:focus {
  border: 1px solid #777;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
}

.icons-search:before {
  position: absolute;
  top: 50%;
  left: 14px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #555;
  font-size: 16px;
}

.search-title-area {
  z-index: 1;
  position: relative;
  padding: 30px 0 14px;
}

.admin-search-title-area {
  margin-top: 14px;
  z-index: 1;
  position: relative;
}

.search-result-title {
  font-weight: bold;
  font-size: 16px;
  color: #333;
}

.filter-reset {
  display: none;
  margin-left: 3px;
  font-size: 16px;
  color: #6449fc;
  font-weight: bold;
  cursor: pointer;
}

.section-title-area .filter-reset {
  margin-left: 8px;
  font-size: 15px;
}

.count-number,
.search-result-count {
  font-size: 17px;
  color: #999;
  font-weight: bold;
}

.btns-wr {
  margin-bottom: 10px;
}

.allTaskLayer.small-style-wrap-2 > .btns-wr {
  z-index: 3;
  position: sticky;
  top: 0;
  left: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
}

.detail-collect-view .allTaskLayer.small-style-wrap-2 > .btns-wr {
  padding: 10px 0;
}

.allTaskLayer.small-style-wrap-2 > .btns-wr .btns-area {
  float: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 30px;
}

.btns-wr .project-search-area {
  display: inline-block;
}

.allTaskLayer .btns-wr .project-search-area {
  margin-left: 30px;
}

.btns-area {
  display: inline-block;
  float: right;
}

.allFileLayer .btns-wr,
.allFileLayer .btns-area,
.allFileLayer .btns-area > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.allFileLayer .btns-wr {
  padding: 10px 10px 5px 30px;
  margin-bottom: 0;
}

.allFileLayer .all-file-header-right-icon-type-4 {
  top: 2px;
}

.allFileLayer .all-file-header-right-icon-type-5 {
  top: 2px;
  margin-left: 5px;
}

.allFileLayer .btns-area button {
  height: 32px;
}

.allFileLayer .btns-area button + button {
  margin-left: 10px;
}

/*  파일함 개선, 폴더추가 아이콘  */
/*.allFileLayer #addFolder:before {*/
/*  content: "";*/
/*  display: inline-block;*/
/*  position: absolute;*/
/*  top: 50%;*/
/*  left: 12px;*/
/*  transform: translateY(-50%);*/
/*  width: 16px;*/
/*  height: 16px;*/
/*  background: url('/flow-renewal/assets/images/icons/icon-folderAdd.svg') no-repeat center center / cover;*/
/*}*/
.btns-area li {
  position: relative;
  display: inline-block;
}

.btns-area li + li > button:not(.task-add-more-button) {
  margin-left: 6px;
}

/*!*@파일함 병합시    *!*/
/*.btns-area li + li {*/
/*  margin-left: 6px;*/
/*}*/
.btns-area li.li-expand-all input[type="checkbox"] {
  display: none;
}

.btns-area li.li-expand-all input[type="checkbox"] + label {
  padding-left: 22px;
  font-size: 13px;
  line-height: 19px;
  color: #333;
  background: url(/flow-renewal/assets/images/ico-bundle-chk.svg) no-repeat left;
  cursor: pointer;
  white-space: nowrap;
}

.btns-area li.li-expand-all input[type="checkbox"]:checked + label {
  background: url(/flow-renewal/assets/images/ico-bundle-chk-active.svg) no-repeat left;
}

.btns-area button {
  position: relative;
  display: inline-block;
  height: 30px;
  line-height: 28px;
  padding: 0 12px 0 34px;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 4px;
  font-size: 13px;
  text-align: center;
}

.btns-area button.no-icon-button {
  padding: 0 12px;
}

.btns-area button:hover {
  color: #fff;
  background: #6449fc;
  border-color: #6449fc;
}

.btns-area button.task-excel-down:hover {
  color: #6449fc;
  background-color: #fff;
}

.btns-area .work-home-log-btn-wrap {
}

.btns-area .work-home-log-btn-wrap button {
  padding: 0 14px;
}

.btns-area .work-home-log-btn-wrap > button {
  padding-left: 35px;
  background: #FFFFFF;
  border: 1px solid #DDD;
  color: #555;
}

.btns-area .work-home-log-btn-wrap > button:hover {
  background: #FFFFFF;
  border: 1px solid #6449FC;
  color: #6449FC;
}

.btns-area .work-home-log-btn-wrap > button .ico-work-home:before {
  font-size: 18px;
  color: #555;
}

.btns-area .work-home-log-btn-wrap > button:hover .ico-work-home:before {
  color: #6449FC;
}

.btns-area .work-home-log-btn-wrap div button:first-child {
  margin-right: 3px;
  background: #6449FC;
  color: #fff;
}

.btns-area .work-home-log-btn-wrap div button:first-child:hover {
  background: #7163C3;
}

.btns-area .work-home-log-btn-wrap div button:last-child:hover {
  background: #FFFFFF;
  color: #6449FC;
  border: 1px solid #6449FC;
}

.btns-area button.section-add-button {
  width: 93px;
  height: 30px;
  padding: 0;
}

.btns-area button.collect-add-button {
  /*width: 92px;*/
  width: auto;
  height: 30px;
  margin-left: 6px;
  padding: 0 10px;
  background: #6449FC;
  border: 1px solid #6449FC;
  color: #fff;
}

.btns-area li.task-add-button-wrap {
  display: inline-flex;
}

.btns-area button.collect-add-button.task-add-button {
  background: #573dea;
  border: 1px solid #573dea;
  border-radius: 4px 4px 4px 4px;
  white-space: nowrap;
}

.btns-area .task-add-button-wrap button.collect-add-button.task-add-button {
  border-radius: 4px 0 0 4px;
}

.task-add-button-wrap {
  position: relative;
  display: flex;
}

.task-add-button + .task-add-sub-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  padding: 0;
  background-color: #705CE0;
  border: 0;
  border-radius: 0 4px 4px 0;
}

.task-add-button + .task-add-sub-button:hover {
  background-color: #2D17AA;
}

.task-add-button + .task-add-sub-button i {
  position: static;
  transform: rotate(180deg);
}

.task-add-button + .task-add-sub-button i:before {
  color: #fff;
  font-weight: 700;
}

.btns-area .task-add-more-button {
  position: relative;
  width: 20px;
  padding: 0;
  background: #705CE0;
  border: 1px solid #705CE0;
  border-radius: 0px 4px 4px 0px;
}

.btns-area .task-add-more-button:hover,
.btns-area .task-add-more-button.active {
  background: #2D17AA;
}

.btns-area .task-add-more-button i {
  top: 5px;
  left: 0;
  transform: rotate(90deg);
}

.btns-area .task-add-more-button .mini-tool-pop {
  right: 40px;
  top: 35px;
}

/* START : 공통으로 사용할 옵션 선택용 작은 미니 툴팁팝업 */
.mini-tool-pop {
  position: absolute;
  padding: 8px 12px;
  background: #FFFFFF;
  border: 1px solid #777777;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  width: auto;
}

.mini-tool-pop ul li {
  width: 100%;
  text-align: left;
  line-height: initial;
  color: #555;
  white-space: nowrap;
}

.mini-tool-pop ul li:hover {
  color: #6449fc;
}

/* END : 공통으로 사용할 옵션 선택용 작은 미니 툴팁팝업 */

.btns-area .task-add-more-button i:before {
  color: #fff;
  font-size: 10px;
}

.btns-area .task-add-more-button .project-setup-wrap {

}

.btns-area button.collect-add-button:hover {
  background: #7163c4;
  border-color: #7163c4;
  color: #fff;
}

.btns-area button.google {
  border: 1px dashed #333333;
}

.filter-wr {
  position: relative;
  padding: 8px 25px 8px 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

.btn-filter {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 5px;
  right: 0;
  width: 26px;
  height: 26px;
  border-radius: 4px;
}

.btn-filter i::before {
  position: absolute;
  font-size: 0.8rem;
}

.filter-tit {
  display: inline-block;
  line-height: 16px;
}

.filter-tit li {
  min-width: 216px;
  margin: 0 18px 0 0;
  float: left;
  color: #555;
  font-size: 13px;
  font-weight: bold;
  line-height: 19px;
}

.filter-tit li:last-child {
  margin: 0;
}

.icon-filter {
  width: 12px;
  height: 12px;
  margin: 0 0 0 5px;
  display: inline-block;
  background: url(/flow-renewal/assets/images/icon-filter.png);
}

.icon-filter.on {
  background: url(/flow-renewal/assets/images/icon-filter-on.png);
}

/* search */
@media screen and (min-width: 500px) and (max-width: 1366px) {
  .name-type-seach-popup.multiLang {
    display: block;
  }

  .name-type-seach-popup.multiLang.d-none {
    display: none;
  }

  .name-type-seach-popup {
    display: none;
  }

  .name-setup-type-1 {
    display: none;
  }
}

.seach-check-text .seach-input-type-1 {
  display: inline-block;
  position: relative;
  top: 5px;
  margin-right: 6px;
  background: #000;
  width: 21px;
  height: 20px;
  background: url("/flow-renewal/assets/images/icons/icon-file-all.svg");
  background-size: cover;
}

.seach-check-text .seach-input-type-2 {
  display: inline-block;
  position: relative;
  top: 5px;
  margin-right: 6px;
  background: url("/flow-renewal/assets/images/allseach-sprite-type-5.png") no-repeat -397px 0;
  background-size: 768px 40px;
  width: 21px;
  height: 20px;
}

.seach-check-text .seach-input-type-3 {
  display: inline-block;
  position: relative;
  top: 5px;
  margin-right: 6px;
  background: url("/flow-renewal/assets/images/allseach-sprite-type-5.png") no-repeat -419px 0;
  background-size: 768px 40px;
  width: 21px;
  height: 20px;
}

.seach-check-text .seach-input-type-4 {
  display: inline-block;
  position: relative;
  top: 5px;
  margin-right: 6px;
  background: url("/flow-renewal/assets/images/allseach-sprite-type-5.png") no-repeat -441px 0;
  background-size: 768px 40px;
  width: 21px;
  height: 20px;
}

.seach-check-text .seach-input-type-5 {
  display: inline-block;
  position: relative;
  top: 5px;
  margin-right: 6px;
  background: url("/flow-renewal/assets/images/allseach-sprite-type-5.png") no-repeat -463px 0;
  background-size: 768px 40px;
  width: 21px;
  height: 20px;
}

.seach-check-text .seach-input-type-6 {
  display: inline-block;
  position: relative;
  top: 5px;
  margin-right: 6px;
  background: url("/flow-renewal/assets/images/allseach-sprite-type-5.png") no-repeat -485px 0;
  background-size: 768px 40px;
  width: 21px;
  height: 20px;
}

.seach-check-text .seach-input-type-7 {
  display: inline-block;
  position: relative;
  top: 5px;
  margin-right: 6px;
  background: url("/flow-renewal/assets/images/allseach-sprite-type-5.png") no-repeat -507px 0;
  background-size: 768px 40px;
  width: 21px;
  height: 20px;
}

.seach-check-text .seach-input-type-8 {
  display: inline-block;
  position: relative;
  top: 5px;
  margin-right: 6px;
  background: url("/flow-renewal/assets/images/allseach-sprite-type-5.png") no-repeat -529px 0;
  background-size: 768px 40px;
  width: 21px;
  height: 20px;
}

.seach-check-text .seach-input-type-9 {
  display: inline-block;
  position: relative;
  top: 5px;
  margin-right: 6px;
  background: url("/flow-renewal/assets/images/allseach-sprite-type-5.png") no-repeat -551px 0;
  background-size: 768px 40px;
  width: 21px;
  height: 20px;
}

.seach-check-text .seach-input-type-10 {
  display: inline-block;
  position: relative;
  top: 5px;
  margin-right: 6px;
  background: url("/flow-renewal/assets/images/allseach-sprite-type-5.png") no-repeat -573px 0;
  background-size: 768px 40px;
  width: 21px;
  height: 20px;
}

.seach-check-text .seach-input-type-11 {
  display: inline-block;
  position: relative;
  top: 5px;
  margin-right: 6px;
  background: url("/flow-renewal/assets/images/allseach-sprite-type-5.png") no-repeat -595px 0;
  background-size: 768px 40px;
  width: 21px;
  height: 20px;
}

.seach-check-text .seach-input-type-12 {
  display: inline-block;
  position: relative;
  top: 5px;
  margin-right: 6px;
  background: url("/flow-renewal/assets/images/allseach-sprite-type-5.png") no-repeat -617px 0;
  background-size: 768px 40px;
  width: 21px;
  height: 20px;
}

.seach-check-text .seach-input-type-13 {
  display: inline-block;
  position: relative;
  top: 5px;
  margin-right: 6px;
  background: url("/flow-renewal/assets/images/allseach-sprite-type-5.png") no-repeat -639px 0;
  background-size: 768px 40px;
  width: 21px;
  height: 20px;
}

.seach-check-text .seach-input-type-14 {
  display: inline-block;
  position: relative;
  top: 5px;
  margin-right: 6px;
  background: url("/flow-renewal/assets/images/allseach-sprite-type-5.png") no-repeat -661px 0;
  background-size: 768px 40px;
  width: 21px;
  height: 20px;
}

.seach-check-text .seach-input-type-15 {
  display: inline-block;
  position: relative;
  top: 5px;
  margin-right: 6px;
  background: url("/flow-renewal/assets/images/allseach-sprite-type-5.png") no-repeat -683px 0;
  background-size: 768px 40px;
  width: 21px;
  height: 20px;
}

.seach-check-text .seach-input-type-16 {
  display: inline-block;
  position: relative;
  top: 5px;
  margin-right: 6px;
  background: url("/flow-renewal/assets/images/allseach-sprite-type-5.png") no-repeat -705px 0;
  background-size: 768px 40px;
  width: 21px;
  height: 20px;
}

.repetition-edit .seach-check-text i.js-common-radio {
  cursor: pointer;
}

.repetition-edit.checked .seach-check-text i.js-common-radio,
.repetition-edit .seach-check-text i.js-common-radio:hover,
.seach-check-text i.all-checked {
  display: inline-block;
  background: url("/flow-renewal/assets/images/allseach-sprite-type-5.png") no-repeat -293px 0;
  background-size: 768px 40px;
  width: 15px;
  height: 14px;
  position: relative;
  top: 2px;
  margin-right: 9px;
}

.seach-check-text a:hover i.all-checked,
.seach-check-text a:active i.all-checked {
  background-position: -293px 0;
}

.seach-check-text a:hover i.js-search-checkbox.all-checked,
.seach-check-text a:focus i.js-search-checkbox.all-checked {
  background-position: -293px 0;
}

.seach-check-text a i.all-checked {
  background-position: -293px 0;
}

.flow-dashboard {
  height: 40px;
  display: block;
  position: relative;
  z-index: 1;
}

.width-100percent {
  width: 100%;
}

.width-100percent .top-banner-type-1 {
  width: 100%;
}

.flow-dashboard:hover ~ .flow-dash-three,
.flow-dashboard:focus ~ .flow-dash-three {
  opacity: 1;
}

.login-popup-button {
  display: block;
  width: 100%;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  background: #999999;
  border-radius: 4px;
  font-size: 13px;
}

.login-popup-button.on {
  background: #623ad6;
}

.login-popup-input {
  margin-top: 10px;
  width: 100%;
  height: 40px;
  color: #6449fc;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.mini-body .login-popup-input {
  font-size: 17px;
}

.login-input-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  border-bottom: 1px solid #777;
}

.login-text-count {
  margin: 0 15px 10px 0;
  color: #ff6b6b;
  font-weight: 500;
}

.login-number {
  text-align: center;
}

.login-number-wrap {
  line-height: 24px;
  color: #555;
  font-size: 16px;
}

.login-number-wrap {
  word-break: break-word;
}

/* color */
/*
.request {
  background: #00b2ff;
}
.progress {
  background: #00b01c;
}
.feedback {
  background: #fd7900;
}
.completion {
  background: #402a9d;
}
.hold {
  background: #777;
}
/* imager-viewer */
.image-viewer-wrap {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 31;
}

.image-viewer-wrap::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: -1;
}

.image-viewer-header {
  position: fixed;
  padding: 19px 30px;
  z-index: 1;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.image-viewer-header.bg-none {
  background-color: transparent;
}

.image-viewer-header::before {
  display: inline-block;
  content: "";
  width: 41px;
  height: 41px;
  margin-right: 7px;
  background: url("/flow-renewal/assets/images/sprite-image-viewer.png") no-repeat -1px 0;
  background-size: 331px 139px;
  vertical-align: middle;
}

.image-title-area {
  display: inline-block;
  vertical-align: middle;
}

.image-title-top {
  font-size: 13px;
  color: #fff;
  vertical-align: middle;
}

.image-title-top + .image-title-bottom {
  margin-top: 2px;
}

.image-title {
  font-weight: bold;
  font-size: 14px;
}

.image-title-bottom {
  font-size: 13px;
  color: #999;
}

.secret-image {
  color: #ff6b6b;
  font-weight: bold;
}

.image-size {
  margin-left: 4px;
}

.image-viewer-container {
  display: table;
  width: 100%;
  text-align: center;
  height: 100%;
}

.image-group {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.image-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  opacity: 0.8;
}

.viewer-close-button {
  position: absolute;
  top: 30px;
  right: 30px;
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background: url("/flow-renewal/assets/images/sprite-image-viewer.png") no-repeat -1px -94px;
  background-size: 331px 139px;
}

.viewer-close-button:hover {
  background-position: -23px -94px;
}

.image-group .image {
  display: none;
  width: auto;
  height: auto;
  max-width: 1440px;
  max-height: 788px;
  -webkit-transform: rotate(0deg) scale(1, 1);
  -ms-transform: rotate(0deg) scale(1, 1);
  transform: rotate(0deg) scale(1, 1);
  border: 0;
}

.image-group .image.current {
  display: inline-block;
}

.image-viewer-footer {
  width: 100%;
  padding: 20px 0 16px;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  bottom: 0;
  text-align: center;
  z-index: 1;
}

.image-viewer-footer.bg-none {
  background-color: transparent;
}

.btn-editbox {
  display: inline-block;
  margin: 4px auto 0;
  color: #ddd;
}

.btn-editbox.left-fix {
  position: absolute;
  bottom: 17px;
  left: 30px;
  padding: 7px 12px;
  background: #555;
  border-radius: 50px;
}

.btn-editbox.right-fix {
  position: absolute;
  bottom: 23px;
  right: 30px;
}

.image-edit-btn {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("/flow-renewal/assets/images/sprite-image-viewer.png") no-repeat;
  background-size: 331px 139px;
}

.image-edit-btn + .image-edit-btn {
  margin-left: 30px;
}

.image-edit-btn.rotate {
  background-position: -1px -43px;
}

.image-edit-btn.plus {
  background-position: -53px -43px;
}

.image-edit-btn.minus {
  background-position: -105px -43px;
}

.image-edit-btn.autosize {
  background-position: -157px -42px;
}

.image-edit-btn.rotate:hover {
  background-position: -27px -43px;
}

.image-edit-btn.plus:hover {
  background-position: -79px -43px;
}

.image-edit-btn.minus:hover {
  background-position: -131px -43px;
}

.image-edit-btn.autosize:hover {
  background-position: -183px -42px;
}

.image-edit-btn span {
  display: none;
  position: absolute;
  bottom: 32px;
  left: -11px;
  width: 62px;
  height: 24px;
  line-height: 24px;
  background: #fff;
  border: 1px solid #777;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  color: #333;
  font-size: 12px;
}

.image-edit-btn:hover span {
  display: block;
}

.viewer-save:hover {
  color: #36cfbd;
}

.viewer-save + .viewer-save {
  margin-left: 20px;
}

.img-now::before {
  display: inline-block;
  content: "";
  width: 15px;
  height: 15px;
  margin: 1px 4px 0 0;
  background: url("/flow-renewal/assets/images/sprite-image-viewer.png") no-repeat -42px 0;
  background-size: 331px auto;
  vertical-align: bottom;
}

.viewer-button {
  z-index: 1;
  position: absolute;
  top: 50%;
  display: block;
  width: 23px;
  height: 43px;
  background: url("/flow-renewal/assets/images/sprite-image-viewer.png") no-repeat;
  background-size: 331px auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.viewer-button.left {
  left: 55px;
  background-position: -70px -80px;
}

.viewer-button.right {
  right: 55px;
  background-position: -214px -80px;
}

.viewer-button.left:hover {
  background-position: -142px -80px;
}

.viewer-button.right:hover {
  background-position: -286px -80px;
}

/* //image-viewer */
.request {
  background: #00b2ff;
}

.progress {
  background: #00b01c;
}

.feedback {
  background: #fd7900;
}

.completion {
  background: #402a9d;
}

/* ksh : 220310 : 리스트형에서 투표 상태 표현 */
.fixed-value .state.vote-progress {
  border: 1px solid #FF6651;
  color: #FF6651;
  background: #fff;
}

.fixed-value .state.vote-completion {
  border: 1px solid #999;
  color: #777;
  background: #fff;
}

.completion .task-title span {
  text-decoration: line-through;
}

.js-vote-list .drag-button {
  display: none;
  cursor: grab;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 5px;
  transform: translate(0, -10px);
  background: url(/flow-renewal/assets/images/icons/icon-post-subtask-drag.svg) no-repeat;
}

.js-vote-list .remove-button {
  display: none;
  position: absolute;
  width: 20px;
  height: 20px;
  right: 3px;
  background: url(/flow-renewal/assets/images/icons/icon-post-subtask-remove.svg) no-repeat;
}

.js-content-area .js-vote-list:hover .drag-button {
  display: inline-block;
}

.hold {
  background: #777;
}

.chart-depth-line {
  display: inline-block;
  background: url("/flow-renewal/assets/images/mini-mode-sprite-type-1.png") no-repeat -658px -69px;
  background-size: 686px auto;
  width: 2px;
  height: 32px;
  position: absolute;
  /*top: 1px;*/
  top: 0;
  left: 27px;
}

.upload_wrap {
  position: fixed;
  right: 50%;
  bottom: 20px;
  z-index: 10;
  margin-right: -210px;
}

.upload_wrap > .article {
  position: relative;
  width: 420px;
  height: 52px;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 16px;
  border-radius: 4px 4px 0 0;
}

.upload_wrap .article + .article {
  margin-top: 5px;
}

.upload_wrap .tit {
  position: relative;
  font-size: 14px;
  color: #fff;
}

.upload_wrap .tit > p {
  width: 310px;
}

.upload_wrap .tit > p > span {
  display: inline-block;
  width: 260px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.upload_wrap .tit > p > em {
  display: inline-block;
  vertical-align: top;
}

.upload_wrap .tit .total {
  position: absolute;
  top: 0;
  right: 0;
}

html:lang(ja) .upload_wrap .tit .total {
  right: 25px;
}

.upload_wrap .bar_area {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.upload_wrap .bar {
  position: relative;
  width: 100%;
  height: 4px;
  margin-top: 13px;
}

.upload_wrap .bar > span {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  height: 4px;
  background-color: #307cff;
  text-indent: -1px;
  font-size: 0;
}

.upload_wrap .btn_cancel {
  position: absolute;
  top: 13px;
  right: 18px;
  width: 44px;
  height: 26px;
  font-size: 11px;
  color: #fff;
  background-color: #0e0e0e;
  border-radius: 14px;
}

html:lang(ja) .upload_wrap .btn_cancel {
  width: 60px;
}

.upload_wrap .btn_cancel:hover {
  background-color: #307cff;
}

.upload_wrap .imgUp {
  position: absolute;
  top: 16px;
  left: 18px;
}

.upload_wrap .type_box {
  padding-right: 55px;
}

.setting-popup .label-edit:hover span,
.setting-popup .label-delete:hover span {
  color: #6449fc;
}

/* .setting-popup .label-edit:hover i {
  background-position: -468px 0;
}

.setting-popup .label-delete:hover i {
  background-position: -499px 0;
} */

.menu-popup-wrap {
  position: absolute;
  top: 36px;
  right: -10px;
  z-index: 4;
  min-width: 81px;
  padding: 3px 10px;
  border: 1px solid #555;
  border-radius: 4px;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 13px;
  text-align: left;
  display: none;
}

.menu-popup-wrap li {
  width: 100%;
  height: 20px;
  line-height: 20px;
  margin: 5px 0;
  color: #555;
  cursor: pointer;
}

.js-task-bundle-layer.menu-popup-wrap {
  min-width: 125px;
  padding: 10px 0;
}

.js-task-bundle-layer.menu-popup-wrap li {
  display: flex;
  align-items: center;
  padding: 0 14px;
}

.js-task-bundle-layer.menu-popup-wrap li i {
  margin-right: 6px;
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(/flow-renewal/assets/images/ico-bundle-radio.svg) no-repeat center;
  background-size: 16px;
}

.js-task-bundle-layer.menu-popup-wrap li:hover i {
  background: url(/flow-renewal/assets/images/ico-bundle-radio-hover.svg) no-repeat center;
  background-size: 16px;
}

.js-task-bundle-layer.menu-popup-wrap li.active i {
  background: url(/flow-renewal/assets/images/ico-bundle-radio-active.svg) no-repeat center;
  background-size: 16px;
}

.js-task-bundle-layer.menu-popup-wrap li:last-child {
  margin-top: 9px;
  padding-top: 14px;
  border-top: 1px solid #777;
}

.js-task-bundle-layer.menu-popup-wrap li:last-child i {
  width: 16px;
  height: 16px;
  background: url(/flow-renewal/assets/images/ico-bundle-chk.svg) no-repeat center;
  background-size: 16px;
}

.js-task-bundle-layer.menu-popup-wrap li:last-child:hover i {
  width: 16px;
  height: 16px;
  background: url(/flow-renewal/assets/images/ico-bundle-chk-hover.svg) no-repeat center;
  background-size: 16px;
}

.js-task-bundle-layer.menu-popup-wrap li:last-child.active i {
  background: url(/flow-renewal/assets/images/ico-bundle-chk-active.svg) no-repeat center;
}

.btns-area .menu-popup-wrap li + li {
  margin-left: 0;
}

.menu-popup-wrap li .icons-right-3 {
  float: right;
  transform: rotate(180deg);
  position: relative;
  top: 5px;
  left: -5px;
}

.menu-popup-wrap li:hover .icons-right-3::before,
.menu-popup-wrap li:focus .icons-right-3::before {
  color: #6449fc;
}

.menu-popup-wrap li .icons-right-3::before {
  font-size: 7px;
}

.menu-popup-wrap li:hover,
.menu-popup-wrap li:focus {
  color: #6449fc;
}

.js-task-bundle-layer {
  width: 100%;
}

.menu-popup-item {
  padding: 2px 0px;
  color: #555;
  font-size: 13px;
}

.menu-popup-item i {
  margin-right: 2px;
}

.menu-popup-item i.icon-my {
  vertical-align: middle;
}

.icon-my {
  display: inline-block;
  width: 16px;
  height: 14px;
  background: url("/flow-renewal/assets/images/main-sprite-type-1.png") no-repeat -92px -18px;
  background-size: 540px auto;
  vertical-align: top;
}

.icon-logout {
  display: inline-block;
  width: 16px;
  height: 14px;
  background: url("/flow-renewal/assets/images/main-sprite-type-1.png") no-repeat -139px -18px;
  background-size: 540px auto;
  vertical-align: top;
}

.icon-help {
  display: inline-block;
  width: 16px;
  height: 14px;
  background: url("/flow-renewal/assets/images/main-sprite-type-1.png") no-repeat -60px -18px;
  background-size: 540px auto;
  vertical-align: top;
}

.icon-question {
  display: inline-block;
  width: 16px;
  height: 10px;
  margin-top: 2px;
  background: url("/flow-renewal/assets/images/main-sprite-type-1.png") no-repeat -44px -20px;
  background-size: 540px auto;
  vertical-align: top;
}

.icon-news {
  display: inline-block;
  width: 16px;
  height: 14px;
  background: url("/flow-renewal/assets/images/main-sprite-type-1.png") no-repeat -210px -18px;
  background-size: 540px auto;
  vertical-align: top;
}

.alert-forward-wrap {
  z-index: 112; /*홈피,로그인쪽은 11x 계열이고, 메인은 1x 계열이라 차이가 생기는듯*/
  /*z-index: 13;*/
  top: 140px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: fixed;
}

.alert-forward-wrap .text {
  word-break: keep-all;
}

.alert-forward-type {
  border-radius: 50px;
  padding: 9px 17px;
  text-align: center;
  font-size: 13px;
  z-index: 13;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.alert-forward-type.success {
  background: #6449fc;
  border: 1px solid #6449fc;
  color: #fff;
}

.alert-forward-type.info {
  background: #623ad6;
  border: 1px solid #623ad6;
  color: #fff;
}

.alert-forward-type.error {
  background: #ff3434;
  border: 1px solid #ff3434;
  color: #fff;
}

.alert-forward-type.terminate-project {
  background: #FF6B6B;
  border: 1px solid #FF6B6B;
  color: #fff;
}

.alert-forward-wrap.mini .alert-forward-type {
  font-size: 13px;
}

.alert-forward-type .text {
  display: flex;
}

.alert-forward-type .text .chat-room-name {
  max-width: 67px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.alert-forward-type .text .chat-post-link {
  min-width: 60px;
  margin-left: 10px;
  color: #ffe072;
  font-weight: 700;
  text-decoration-line: underline;
  cursor: pointer;
}

.chat-main .alert-forward-type {
  width: max-content;
  min-width: 340px;
}

.chat-main .alert-forward-type .text {
  display: flex;
}

.chat-main .alert-forward-type .text .chat-room-name {
  max-width: 67px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chat-main .alert-forward-type .text .chat-post-link {
  min-width: 60px;
  margin-left: 10px;
  color: #ffe072;
  font-weight: 700;
  text-decoration-line: underline;
  cursor: pointer;
}

.alert-wrap {
  z-index: 112; /*홈피,로그인쪽은 11x 계열이고, 메인은 1x 계열이라 차이가 생기는듯*/
  /*z-index: 13;*/
  top: 140px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: fixed;
}

.chat-main .alert-forward-wrap {
  top: 70px;
}


.alert-wrap .text {
  word-break: keep-all;
}

.alert-type {
  /* white-space: pre; */
  border-radius: 50px;
  padding: 9px 17px;
  text-align: center;
  font-size: 13px;
  z-index: 13;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.alert-type.success {
  background: #6449fc;
  border: 1px solid #6449fc;
  color: #fff;
}

.alert-type.info {
  background: #623ad6;
  border: 1px solid #623ad6;
  color: #fff;
}

.alert-type.error {
  background: #ff3434;
  border: 1px solid #ff3434;
  color: #fff;
}

.alert-wrap.mini .alert-type {
  font-size: 13px;
}

.profile {
  position: relative;
  text-align: center;
  font-size: 0;
}

.profile.type1 .profile-img {
  border-radius: 16px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.profile.type2 .profile-img {
  position: absolute;
  width: 24px;
  height: 24px;
  background-size: cover;
}

.profile.type2 .profile-img:nth-child(1) {
  top: 0;
  left: 0;
  background-size: cover;
}

.profile.type2 .profile-img:nth-child(2) {
  bottom: 0;
  right: 0;
  background-size: cover;
}

.profile.type3 .profile-img,
.profile.type4 .profile-img {
  width: 18px;
  height: 18px;
  background-size: cover;
}

.profile.type3 .profile-img:first-child {
  margin: 0 2px;
  background-size: cover;
}

.project-chat {
  position: relative;
}

.profile-img {
  width: 40px;
  height: 40px;
  display: inline-block;
  border: 1px solid #eeeeee;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
}

.alert-1 {
  width: 212px;
  height: 35px;
  margin: 55px auto 0;
  line-height: 35px;
  display: none;
  border-radius: 600px;
  color: #fff;
  font-size: 13px;
  text-align: center;
}

.alert-2 {
  background: #6449fc;
}

.middle-line {
  width: 100%;
}

.project-item {
  position: relative;
  width: 100%;
  cursor: pointer;
}

.project-item.disabled * {
  cursor: default;
}

.label-item.flow-active {
  background: rgba(255, 255, 255, 0.1);
}

.label-item.flow-active .squre-line-1 {
  background-position: -504px -1px;
}

.label-add-button {
  padding: 0;
}

.label-add-button:focus,
.label-add-button:active {
  padding: 0;
}

.main-menu-3 .flow-active span {
  color: #36cfbd;
}

.main-menu-3 .flow-active i {
  background-position: -450px -1px;
}

.width-100 {
  width: 100px;
  vertical-align: middle;
}

.mini-setup-menu {
  position: absolute;
  bottom: 0;
  background: #ffffff;
  border: 1px solid #777;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  color: #555;
}

.mini-menu-group {
  padding: 8px 12px;
  font-size: 13px;
}

.mini-menu-group li + li {
  margin-top: 6px;
}

.mini-version {
  padding: 8px 14px 10px 14px;
  border-top: 1px solid #777;
  font-size: 13px;
  color: #999;
}

/* flatpickr */
.flatpickr-calendar {
  width: 216px;
  border: 1px solid #777777;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  overflow: hidden;
  font-size: 14px;
}

.flatpickr-weekdays,
.flatpickr-days {
  width: 196px;
  margin: 0 auto;
}

.flatpickr-innerContainer {
  padding: 0 10px 10px;
}

.flatpickr-current-month {
  padding: 10px 0;
  width: 59%;
  position: relative;
  font-size: 14px;
  left: 5%;
}

html:lang(ja) .vote-date-add-wrap .flatpickr-current-month {
  width: 70%;
  left: 1%;
}

.dayContainer {
  width: 196px;
  min-width: 196px;
  max-width: 196px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.flatpickr-rContainer {
  font-size: 12px;
}

.flatpickr-confirm {
  height: 26px;
  margin: 3px 9px 10px;
  background: #6449FC;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  border-radius: 3px;
}

.flatpickr-calendar.hasTime .flatpickr-time {
  position: relative;
  /* display: block; */
  width: 100%;
  height: auto;
  max-height: initial;
  background: #fff;
}

.flatpickr-day {
  width: 22px;
  max-width: 22px;
  height: 22px;
  font-size: 12px;
  margin: 3px;
  line-height: 22px;
  border-radius: 50%;
}

.flatpickr-time .flatpickr-time-separator, .flatpickr-time .flatpickr-am-pm {
  width: 4px;
}

.nextMonthDay,
#arrowUp,
#arrowDown {
  display: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  color: #555;
  font-size: 14px;
}

span.flatpickr-weekday {
  color: #777;
  font-size: 12px;
  font-weight: normal;
}

.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second,
.flatpickr-time input.flatpickr-hour {
  width: 74px;
  height: 26px;
  background: #fff;
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  font-size: 12px;
}

.flatpickr-time.time24hr .numInputWrapper:hover .flatpickr-minute,
.flatpickr-time.time24hr .numInputWrapper:hover .flatpickr-second,
.flatpickr-time.time24hr .numInputWrapper:hover .flatpickr-hour,
.flatpickr-time.time24hr .numInputWrapper:focus .flatpickr-minute,
.flatpickr-time.time24hr .numInputWrapper:focus .flatpickr-second,
.flatpickr-time.time24hr .numInputWrapper:focus .flatpickr-hour,
.flatpickr-time .numInputWrapper:hover .flatpickr-minute,
.flatpickr-time .numInputWrapper:hover .flatpickr-second,
.flatpickr-time .numInputWrapper:hover .flatpickr-hour,
.flatpickr-time .numInputWrapper:focus .flatpickr-minute,
.flatpickr-time .numInputWrapper:focus .flatpickr-second,
.flatpickr-time .numInputWrapper:focus .flatpickr-hour {
  border-color: #333;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  top: 10px;
  height: 20px;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  left: 10px;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  right: 10px;
}

.dueDate-remove-button {
  background: #eee;
  font-size: 12px;
  color: #FF6B6B;
  border-top: 1px solid #ddd;
  height: 34px;
  line-height: 34px;
}

.dueDate-remove-button .icons-calendar {
  color: #FF6B6B;
}

.allTaskLayer .all-task-section .dueDate-remove-button .icons-calendar {
  display: none;
}

.allTaskLayer .all-task-section .js-worker-list li.select {
  background: transparent;
}

.allTaskLayer .all-task-section .js-worker-list li.select .all-seach-section-wrap-2.active {
  background: #f8f8ff;
}

.date-time-add,
.time-close {
  cursor: pointer;
}

.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  border-color: #624de4;
  background: #624de4;
}

.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  border-color: #6449fc;
  background-color: #f8f7ff;
}

.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #6449fc;
}

.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  border-color: #6449fc;
  background-color: #f8f7ff;
  color: #6449fc;
}

.flatpickr-current-month .numInputWrapper {
  float: left;
  position: relative;
  width: 44px;
}

.flatpickr-current-month .numInputWrapper::after {
  position: absolute;
  top: 50%;
  right: -7px;
  display: inline-block;
  content: "";
  width: 5px;
  height: 2px;
  background: #333;
}

.flatpickr-current-month input.cur-year {
  padding: 0;
  font-weight: 700;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  max-width: 105px;
  padding: 0;
  font-weight: 700;
}

html:lang(ja) .vote-date-add-wrap .flatpickr-current-month .flatpickr-monthDropdown-months {
  max-width: 98px;
}

.flatpickr-time.time24hr .numInputWrapper,
.flatpickr-time .numInputWrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 43%
}

.flatpickr-time.time24hr .numInputWrapper:hover,
.flatpickr-time .numInputWrapper:hover {
  background: none;
}

.flatpickr-time.time24hr .numInputWrapper span,
.flatpickr-time .numInputWrapper span {
  right: 16px;
  height: 13px;
}

.flatpickr-time.time24hr .numInputWrapper span.arrowUp,
.flatpickr-time .numInputWrapper span.arrowUp {
  top: 8px;
}

.flatpickr-calendar.animate.open.on-date .flatpickr-time .numInputWrapper span {
  right: 10px;
}

.numInputWrapper span.arrowDown {
  top: 52%;
}

/*  공통소스 - 체크박스  */
.check-box-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #555;
}

.check-box-wrap .check-box {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #bbb;
  border-radius: 3px;
  cursor: pointer;
}

.check-box-wrap .check-box:hover {
  border-color: #6449fc;
}

.check-box-wrap .check-box.checked {
  border-color: transparent;
  background: #6449fc url("/flow-renewal/assets/images/icons/icon-checked.svg") no-repeat center center/cover;
}

/*.check-box {*/
/*  margin: -4px 0 15px;*/
/*  color: #555;*/
/*  font-size: 13px;*/
/*}*/

/*.check-box input + label {*/
/*  display: inline-block;*/
/*  width: 14px;*/
/*  height: 14px;*/
/*  background: url("/flow-renewal/assets/images/allseach-sprite-type-5.png") no-repeat -261px 0;*/
/*  background-size: 768px auto;*/
/*  cursor: pointer;*/
/*  position: relative;*/
/*  top: 3px;*/
/*}*/

/*.check-box input:checked + label {*/
/*  background: url("/flow-renewal/assets/images/allseach-sprite-type-5.png") no-repeat -293px 0;*/
/*  background-size: 768px auto;*/
/*}*/

/*.check-box input {*/
/*  display: none;*/
/*}*/

/* 미니모드 팝업 버튼 */
.mini-button {
  height: 26px;
  padding: 0 0;
  text-align: center;
}

.mini-button div {
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  /* float: none; */
}

.invite-member-list > li {
  cursor: pointer;
}

/* 우측 슬라이드 팝업 */
.side-wr {
  overflow: auto;
  width: 400px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  max-height: 100%;
  z-index: 11;
  background: #ffffff;
  -webkit-box-shadow: -10px 10px 15px rgba(0, 0, 0, 0.04);
  box-shadow: -10px 10px 15px rgba(0, 0, 0, 0.04);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  border-left: 1px solid #ccc;
}

.side-wr#organizationLayer {
  overflow: hidden;
}

.side-wr#organizationLayer .org-tit {
  margin-left: 20px;
}

#organizationLayer #emplArea #nullEmplData {
  position: relative;
  height: calc(100% - 30px);
}

#organizationChart {
  user-select: none;
}

#organizationChart .department-item.active,
#organizationChart .user-item.active {
  background-color: #EFEBFF;
}

#organizationChart li.user-item.js-member-item .group-tree-position-fix-type-1 > span {
  display: inline-flex;
  align-items: center;
}

#organizationChart li.user-item.js-member-item .group-tree-position-fix-type-1 > span > span {
  margin-right: 2px;
}

#organizationChart li.user-item.js-member-item .group-tree-position-fix-type-1 span.color-gray {
  margin-right: 6px;
}

#organizationChart li.user-item.js-member-item .group-tree-position-fix-type-1 span.color-gray.line {
  position: relative;
  top: -1px;
}

#organizationChart li.user-item.js-member-item .group-tree-position-fix-type-1 span.color-gray.ellipsis {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 25%;
}

#organizationChart li.user-item.js-member-item .group-tree-position-fix-type-1 span.color-gray:last-of-type {
  margin-right: 0;
}

#organizationChart .department-item.active:before {
  content: '';
  width: 20px;
  height: 100%;
  background: #EFEBFF;
  position: absolute;
  left: -20px;
}

#organizationChart .department-item em.group-circle-type-1 {
  top: -2.5px;
}

/*#organizationChart .department-item.active em.group-line-type-11 {*/
/*    background-position-x: -352px;*/
/*}*/

/*#organizationChart .department-item.active em.group-line-type-4 {*/
/*    background-position-x: -432px;*/
/*}*/

#organizationChart .department-item.active em.group-circle-type-1 {
  background: #6449FC;
}

.d-none-important {
  display: none !important;
}

.null-wr {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.tab-menu li.on:after {
  content: "";
  width: 100%;
  height: 3px;
  display: block;
  position: relative;
  top: -2px;
  background-color: #333;
  border-radius: 10px;
  outline: 0;
}

.side-wr .menu-top {
  padding: 15px 20px;
}

.side-wr .menu-top .icon-alarm:before {
  display: none;
}

.side-wr.post-temp {
  /*margin-top: 40px;*/
}

.side-wr.post-temp .menu-top {
  margin-bottom: 0;
}

#temporaryPostList {
  height: 100%;
}

.post-temp .all-search-content {
  min-width: unset;
  height: calc(100% + 26px);
}

.post-temp .all-search-content > div {
  height: 100%;
}

.post-temp .project-null-t-2 span {
  line-height: 38px;
}

.post-temp .menu-top {
  display: flex;
  align-items: center;
}

.post-temp .menu-top .icons-exclamation {
  display: inline-block;
  text-align: center;
  margin-left: 6px;
}

.post-temp .menu-top .icons-exclamation:before {
  font-size: 15px;
  color: #999;
}

.post-temp .tooltip-square {
  text-align: center;
}

.post-temp .all-search-content {
  padding: 0;
  overflow-x: hidden;
}

.post-temp .all-search-content .all-seach-list-type-1 li {
  padding: 10px 13px 10px 10px;
  align-items: center;
}

.post-temp .all-search-content .all-seach-list-type-1 li .icons-close-2:before {
  display: none;
  font-size: 10px;
  padding: 10px 0 10px 10px;
  /*color: #B3AAE7;*/
}

.post-temp .all-search-content .all-seach-list-type-1 li .icons-close-2:hover:before {
  color: #6449FC;
}

.post-temp .all-search-content .all-seach-list-type-1 li:hover .icons-close-2:before {
  display: block;
}

.post-temp .all-search-content .all-seach-list-type-1 li p {
  display: flex;
  align-items: flex-start;
  max-width: 274px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 400;
  line-height: 20px;
}

.post-temp .all-search-content .all-seach-list-type-1 .contents-tit > p:first-child {
  display: block;
  width: 274px;
  text-overflow: ellipsis;
}

.post-temp .all-seach-list-type-1 {
  /*width: 410px;*/
  width: 400px;
  overflow-x: hidden;
}

.post-temp .post-name-txt {
  font-weight: 700;
}

.post-temp .post-search-item:hover .post-name-txt {
  color: #6449FC;
}

.post-temp .post-search-item .icons-delete {
  display: none;
  cursor: pointer;
  padding: 10px;
  margin: 0 4px;
}

.post-temp .post-search-item:hover .icons-delete {
  display: block;
}

.post-temp .post-search-item .icons-delete:before {
  color: #B3AAE7;
  font-size: 20px;
}

.post-temp .post-search-item:hover .icons-delete:hover:before {
  color: #6449FC;
}

.post-temp .date {
  margin-left: 0;
  color: #aaa;
  font-size: 12px;
}

.side-contents {
  height: calc(100% - 80px);
  margin: 0;
  position: relative;
}

#chattingLayer .side-contents {
  height: calc(100% - 20px);
}

.side-contents .tab-menu {
  width: calc(100% - 40px);
  margin-left: 20px;
  padding-top: 6px;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
}

.side-contents .all-setup-type-2 {
  padding: 0 20px;
}

/* 220224 : KSH : 조직도 계정 업그레이드 팝업 */
section.guest-upgrade-organization {
  display: flex;
  height: 100%;
  padding: 0 30px;
  align-items: center;
  justify-content: center;
}

section.guest-upgrade-organization > div {
  width: 100%;
  text-align: center;
}

section.guest-upgrade-organization > div:before {
  content: "";
  display: block;
  width: 200px;
  height: 100px;
  margin: 0 auto 14px;
  background: url(/flow-renewal/assets/images/organization.png) no-repeat center;
  background-size: contain;
}

section.guest-upgrade-organization > div strong {
  color: #333;
  font-weight: bold;
  line-height: 27px;
  font-size: 18px;
}

section.guest-upgrade-organization > div p {
  margin-top: 5px;
  line-height: 23px;
  font-size: 15px;
}

section.guest-upgrade-organization > div a {
  display: block;
  margin-top: 15px;
  line-height: 21px;
  font-size: 14px;
  color: #6449FC;
  text-decoration-line: underline;
  text-underline-position: under;
}

section.guest-upgrade-organization > div button {
  width: 100%;
  margin-top: 20px;
  padding: 14px;
  line-height: 21px;
  color: #fff;
  font-size: 14px;
  background: #6449FC;
  border-radius: 6px;
}

.side-wr .tab-menu li {
  height: 28px;
  line-height: unset;
  text-align: center;
}

.side-wr .tab-menu li span.on:after {
  position: absolute;
  top: auto;
  bottom: 0;
}

.tab-menu li.on,
.side-wr .tab-menu li.on {
  color: #333;
}

.side-wr .tab-menu li {
  position: relative;
  min-width: 50px;
  height: 30px;
  line-height: 21px;
  margin: 0 7px 0 0;
  cursor: pointer;
  float: left;
  color: #999;
  font-size: 12px;
  font-weight: bold;
}

.tab-menu li {
  width: auto;
  height: 42px;
  line-height: 42px;
  margin: 0 20px 0 0;
  cursor: pointer;
  float: left;
  color: #999;
  font-size: 13px;
  font-weight: bold;
}

.tab-menu li:nth-child(3) {
  float: right;
}

.tab-menu li span.on {
  color: #333;
}

.tab-menu li span.on:after {
  content: "";
  width: 100%;
  height: 3px;
  display: block;
  position: relative;
  top: -2px;
  background-color: #333;
  border-radius: 10px;
}

.side-wr .project-null-t-1.mgt-200 {
  margin-top: 0;
}

.side-wr .name-setup-type-2 {
  margin: 0;
  overflow: auto;
  height: calc(100% - 65px);
}

.side-wr .name-setup-type-2 ul {
  overflow: auto;
  height: 100%;
  margin: 0;
}

.side-wr .participants-list {
  overflow: auto;
  height: calc(100% - 130px);
}

.side-wr .all-setup-detail-text-1 {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.x-option-wrap .all-setup-detail-text-1:before,
.x-option-wrap .search-set-button:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 14px;
  background: #ddd;
  margin: 0 8px;
}

.x-option-wrap > .all-setup-detail-text-1,
.x-option-wrap > .search-set-button {
  display: flex;
  align-items: center;
  position: relative;
  top: 0;
  left: 0;
  transform: none;
}

.side-wr .mini-mode-main-picture-1 {
  width: 36px;
  min-width: 36px;
  height: 36px;
}

.side-wr .profile.type3 .profile-img,
.side-wr .profile.type4 .profile-img {
  width: 17px;
  height: 17px;
}

.side-wr .profile.type2 .profile-img {
  width: 21px;
  height: 21px;
}

.side-wr .all-setup-input-type-1 {
  height: 34px;
  padding-left: 38px;
}

.side-wr .all-setup-detail-text-1 {
  font-size: 12px;
}

.side-wr .chat-list-area .mini-mode-area-list-type-1 p strong,
.side-wr .chat-list-area .mini-mode-text-gray-1,
.side-wr .chat-list-area .mini-mode-area-list-type-1 .mini-mode-chattng-type-2 {
  font-size: 12px;
}

.side-wr .mini-mode-chattng-type-text-1 {
  font-size: 11px;
}

.all-read {
  height: 80vh;
  position: relative;
}

.all-read p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #999;
  font-size: 13px;
}

.all-text-wrap-type-3 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 19px;
  max-height: 57px;
}

.all-text-wrap-type-3.white-space-pre {
  white-space: pre-wrap;
}

.all-text-wrap-type-3 em {
  display: inline-block;
  margin-right: 4px;
  vertical-align: unset;
}

.all-text-wrap-type-3 em.all-setup-icon-type-2 {
  vertical-align: middle;
}

.all-text-wrap-type-3 em.all-setup-icon-type-1 {
  top: 3px;
}

.menu-top strong {
  font-size: 16px;
}

.menu-top .alarm {
  margin-left: 5px;
}

.menu-top .alarm i {
  display: inline-block;
  position: relative;
  width: 14px;
  height: 14px;
  background: url(/flow-renewal/assets/images/icon-chat-off.svg) no-repeat center center / cover;
}

.menu-top .alarm:hover i {
  background-image: url(/flow-renewal/assets/images/icon-chat-off-hover.svg);
}

.menu-top .alarm.on i {
  background-image: url(/flow-renewal/assets/images/icon-chat.svg);
}

.menu-top .alarm.on:hover i {
  background-image: url(/flow-renewal/assets/images/icon-chat-on.svg);
}

.menu-top .alarm i:before {
  content: none;
}

.side-contents .popup-right {
  display: flex;
  align-items: center;
  gap: 12px;
  position: absolute;
  top: 0;
  right: 20px;
}

.side-wr .popup-button {
  width: 69px;
  height: 24px;
  padding: 0;
  text-align: center;
}

.side-wr .popup-button.chat {
  width: auto;
  height: 30px;
  padding: 0 13px;
  background: #6449fc;
  color: #fff;
  border-color: #6449fc;
  font-size: 13px;
}

.side-wr .popup-button.chat:hover {
  background: #7163C3 !important;
  border-color: transparent;
}

.side-wr .popup-button.chat .icon-chat {
  background: url(/flow-renewal/assets/images/icons/icon-chat-plus.svg) no-repeat center center/cover;
  margin-right: 2px;
}

.side-wr .name-setup-type-2 ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.alarm-tit-ellipsis {
  display: block;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.side-wr .all-setup-picture-type-1 {
  width: 36px;
  height: 36px;
}

.side-wr .org-tit {
  font-size: 13px;
}

.side-wr .all-setup-type-2 {
  margin: 10px 0;
}

.side-wr.post-temp .all-setup-type-2 {
  margin: 0 0 10px;
}

/* 사이드바 채팅쪽 배너 영역 */
.side-wr .chat-banner-wrap {
  margin-bottom: 5px;
  width: 100%;
  height: 70px;
  text-align: center;
}

.side-wr .chat-banner-wrap a img {
  height: 70px;
}


.side-wr .all-text-wrap-type-1 {
  width: calc(100% - 46px);
}

.side-wr .all-text-wrap-type-2 {
  line-height: 16px;
}

.side-wr .all-text-wrap-type-2,
.side-wr .all-text-wrap-type-3 {
  font-size: 12px;
}

.side-wr .all-text-wrap-type-3 {
  color: #7163C3;
}

.side-wr .popup-filter-type-1 {
  height: auto;
}

.side-wr .all-setup-section-type-1 em {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 11px;
}

.side-wr .js-alarm-item .all-setup-section-type-1 span {
  max-width: 210px;
}

.side-wr .tab-menu li.on:after {
  position: absolute;
  top: auto;
  bottom: 0;
}

.chat-list .all-text-wrap-type-1 {
  width: 324px;
  min-height: 78px;
  overflow: hidden;
}

.side-wr .participants-list li {
  padding: 10px 20px;
  position: relative;
}

.side-wr .chat-list .mini-mode-text-sub-area-1 {
  padding: 0;
}

.side-wr .chat-list-area .mini-mode-text-gray-1,
#miniChatting .chat-list-area .mini-mode-text-gray-1 {
  max-width: 230px;
}

.side-wr .chat-list-area .mini-mode-text-gray-1 .js-cntn,
#miniChatting .chat-list-area .mini-mode-text-gray-1 .js-cntn {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  word-wrap: break-word;
  display: block;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 19px;
  max-height: 38px;
  white-space: pre-wrap;
}

.side-wr .chat-button {
  width: auto;
  margin-top: 0;
  background-color: transparent;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.side-wr .post-author-info .author {
  max-width: 130px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.side-wr .post-author .company {
  max-width: 125px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.side-wr .chat-button i {
  background-image: url(/flow-renewal/assets/images/sprite-project-detail.png);
  background-size: 844px auto;
}

.side-wr .chat-button i.icon-more {
  display: inline-block;
  width: 2px;
  height: 12px;
  margin-left: 20px;
  background-image: url(/flow-renewal/assets/images/chat-sprite.png);
  background-size: 820px auto;
  background-position: -263px -237px;
  vertical-align: middle;
}

.side-wr .more-contents li {
  border-bottom: 0;
}

.organization-contents {
  height: 80vh;
  position: relative;
}

.side-wr .sub-drag-section-2 {
  bottom: 0;
  left: 0;
}

.side-wr .group-tree-wrap-1 {
  overflow-y: auto;
  /*height: calc(100vh - 433px);*/
}

/* .side-wr .popup-button.chat i {
background-position: -440px -274px;
} */
.detail-collect-view {
  height: 100%;
}

.detail-collect-view .detail-collect-group {
  width: 100%;
  overflow-x: auto;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.detail-collect-group .small-style-wrap-2 {
  min-width: 986px;
}

.invite-employee-popup {
  text-align: center;
  left: 263px;
  bottom: 23px;
}

.sub-drag-icon-type-1.drag {
  cursor: n-resize;
}

/*.all-collect-wrap .small-style-wrap-2 {*/
/*  padding: 0 30px;*/
/*}*/
.me-filter-area {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.me-post-wrap .post-list-wrapper .fixed-kind > span.post-type {
  font-weight: 500;
}

.me-post-wrap.all-search-section {
  top: 125px;
  height: auto;
}

.me-post-wrap .all-search-container {
  height: 100%;
}

.me-post-wrap .all-search-content {
  /*overflow: hidden;*/
  overflow: auto;
}

.search-result-group {
  overflow: hidden;
  height: 100%;
}

.total .search-result-group {
  height: auto;
}

.me-post-wrap {
  height: 100%;
}

.me-post-wrap .all-seach-list-type-1 {
  overflow: auto;
  height: calc(100% - 56px);
}

.my-search-area {
  position: relative;
  padding: 0 0 10px 30px;
  border-bottom: 1px solid #ddd;
  background: #fff;
}

.my-search-area .result-back-button {
  top: 8px;
}

/* 회사 공개 프로젝트 정렬 기능키 없을 경우 구버전 검색창 CSS 정의 */
.open-search-area {
  padding: 0 0 20px 0;
}

.project-list-setion li em.badge-join {
  height: 24px;
  padding: 0 8px;
  margin: 0 0 0 5px;
  display: inline-block;
  background: #ff6b6b;
  border-radius: 200px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
}

.project-ttl-sub {
  font-size: 12px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
  margin-top: 2px;
}

.me-content {
  height: calc(100% - 20px);
  margin: 0;
  padding: 0px 30px 0 30px;
}

.me-content .post-type {
  color: #555;
}

.me-content .contents-tit {
  font-weight: 500;
}
.me-content .search-title-area{
  padding: 18px 0 14px;
}
.me-content .search-title-area .update-comment-include{
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 66px;
  transform: translateY(-50%);
}

.result-back-button {
  position: absolute;
  top: 25px;
  left: 400px;
  font-weight: 500;
  font-size: 13px;
  color: #777;
}

.result-back-button i::before {
  position: relative;
  top: 1px;
  margin-right: 2px;
  color: #777;
  font-size: 17px;
}

.icon-back {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background: url("/flow-renewal/assets/images/icons/icon_back.png") no-repeat;
  vertical-align: middle;
}

#teamInviteLayer .coperate-section-position-fix-1 {
  overflow-y: auto;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 30px;
  padding: 10px 0 0 0;
  height: 100%;
}

#teamInviteLayer li.user-item.js-member-item .group-tree-position-fix-type-1 > span {
  display: inline-flex;
  align-items: center;
}

.js-new-invitation-popup #teamInviteLayer .coperate-section-position-fix-1 {
  width: 100%;
  padding-top: 0;
}

/*#teamInviteLayer .coperate-section-position-fix-1 ul .department-item{*/
/*  padding: 0 20px;*/
/*}*/

/*#teamInviteLayer .coperate-section-position-fix-1 ul .department-item[depth="1"]{*/
/*  padding-left: 38px;*/
/*}*/

/*#teamInviteLayer .coperate-section-position-fix-1 ul .department-item[depth="2"]{*/
/*  padding-left: 56px;*/
/*}*/

/*#teamInviteLayer .coperate-section-position-fix-1 ul .department-item[depth="3"]{*/
/*  padding-left: 74px;*/
/*}*/

/*#teamInviteLayer .coperate-section-position-fix-1 ul .department-item .group-line-type-1{*/
/*  margin-left: 20px;*/
/*}*/

/*#teamInviteLayer .coperate-section-position-fix-1 ul .department-item[depth="1"] .group-line-type-1{*/
/*  margin-left: 38px;*/
/*}*/

/*#teamInviteLayer .coperate-section-position-fix-1 ul .department-item[depth="2"] .group-line-type-1{*/
/*  margin-left: 58px;*/
/*}*/

/*#teamInviteLayer .coperate-section-position-fix-1 ul .department-item[depth="3"] .group-line-type-1{*/
/*  margin-left: 74px;*/
/*}*/

/*#teamInviteLayer .coperate-section-position-fix-1 ul .department-item .group-line-type-2{*/
/*  margin-left: 38px;*/
/*}*/

/*#teamInviteLayer .coperate-section-position-fix-1 ul .department-item .group-line-type-3{*/
/*  left: 27px;*/
/*}*/
/*#teamInviteLayer .coperate-section-position-fix-1 ul .department-item[depth="2"] .group-line-type-2{*/
/*  left: 7px;*/
/*}*/

/*#teamInviteLayer .coperate-section-position-fix-1 ul .department-item[depth="3"] .group-line-type-1{*/
/*  margin-left: 74px;*/
/*}*/

/*#teamInviteLayer .coperate-section-position-fix-1 ul .department-item[depth="2"] .group-line-type-3{*/
/*  left: 45px;*/
/*}*/

/*#teamInviteLayer .coperate-section-position-fix-1 ul .department-item[depth="3"] .group-line-type-2{*/
/*  left: 27px;*/
/*}*/

/*#teamInviteLayer .coperate-section-position-fix-1 ul .department-item[depth="3"] .group-line-type-3{*/
/*  left: 65px;*/
/*}*/

/*#teamInviteLayer .coperate-section-position-fix-1 ul .department-item[depth="3"] .chart-depth-line{*/
/*  left: 45px;*/
/*}*/

/*#teamInviteLayer .coperate-section-position-fix-1 ul .department-item .coperate-check-type-1{*/
/*  right: 20px;*/
/*}*/

.filter-date {
  display: none;
}

.js-filter-button.on .filter-date {
  display: block;
}

.filter-date .search-filter-item {
  margin-top: 8px;
}

.filter-date .filter-input-box {
  height: 30px;
  margin: 3px 0;
}

.filter-date .filter-date-label {
  right: 10px;
}

.js-participant-name-search-filter .condition-cell:last-child,
.js-register-name-search-filter .condition-cell:last-child {
  width: 80%;
}

.popup-notice {
  color: #333;
  -webkit-box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.2);
  box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  overflow: hidden;
  width: 520px;
  background: white;
  margin: 0 auto;
}

.popup-notice img {
  width: 520px;
}

.popup-notice .contents {
  padding: 30px 0;
  text-align: center;
  background: #fff;
}

.popup-notice .contents .tit {
  font-size: 26px;
  line-height: 38px;
}

.popup-notice .contents .txt {
  margin: 8px 0 20px 0;
  font-size: 18px;
  line-height: 27px;
}

.btn-detail {
  width: 200px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  background: #6449fc;
  border-radius: 900px;
  font-size: 15px;
}

.popup-notice .bottom {
  height: 54px;
  line-height: 54px;
  padding: 0 30px;
  background: #eee;
  border-top: 1px solid #ddd;
  font-size: 15px;
}

.popup-notice .check-box {
  margin: 0;
  float: left;
  color: #333;
  cursor: pointer;
  font-size: 15px;
}

.popup-notice .bottom .check-box input + label {
  margin: 0 5px 0 0;
}

.popup-notice .txt-close {
  float: right;
  cursor: pointer;
}

.my-popup-pro-1-1 span:hover .icons-picture::before,
.my-popup-pro-1-1 span:focus .icons-picture::before,
.my-popup-pro-1-1 span:hover .icons-delete-2::before,
.my-popup-pro-1-1 span:focus .icons-delete-2::before {
  color: #6449fc;
}

.icons-picture::before {
  font-size: 14px;
}

@media all and (max-width: 1680px) {
  .allTaskLayer .filter-tit li, .menu-group > li > a {
    min-width: 156px;
  }

  .allTaskLayer .seach-project-section {
    width: 156px;
  }
}

.allFileLayer .btns-area button {
  display: none;
}

.hidden-component {
  padding: 5px 0;
  height: 4px;
  cursor: pointer;
}

.hidden-component:hover {
  background-color: #6449fc;
}

.edit-component {
  min-height: 25px;
}

.bottom-tool-list .bot-btn-wrap {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 1;
}

.bottom-tool-list .btnMoveTop {
  position: fixed;
  bottom: 45px;
  right: 15px;
  z-index: 1;
}

.bottom-tool-list .btnMoveTop.portal-btn-top {
  z-index: 11;
}

.bottom-tool-list .quickguide {
  /*position: fixed;*/
  position: absolute;
  bottom: 0;
  left: 0;
  /*좌측 필터에 z-index 들어가서 우측 하단 고객센터 버튼 안먹히는 이슈로 동일하게 추가해둠*/
  z-index: 9;
}

.bottom-tool-list .tool-item {
  text-align: right;
}

/* 상단이동 버튼 */
.btnMoveTop {
  margin-left: auto;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  border: 1px solid #999;
  background: #fff;
}

.btnMoveTop:hover {
  border: 1px solid #555;
  background: #555;
}

.btnMoveTop:hover > i:before {
  color: #fff;
}

.btnMoveTop > i:before {
  color: #777;
  font-size: 16px;
  font-weight: bold;
}

/* 상단이동 버튼 */

/*  LNB 최하단 고객센터(운영)/이용가이드(엔터)/인터컴(모메) 버튼 */
.lnb-bottom-customer {
  display: flex;
  align-items: center;
  width: 233px;
  height: 46px;
  padding-left: 30px;
  background: rgba(0, 0, 0, 0.1);
  color: #fff;
  font-size: 13px;
  font-weight: bold;
}

.light .lnb-bottom-customer {
  background: #FFDEE1;
  color: #000;
}

#allMainContent[mode=dashboard-dark] .lnb-bottom-customer {
  background-color: rgba(0, 0, 0, 0.3);
  border: none;
  color: #fff;
}

#allMainContent[mode=dashboard-light] .lnb-bottom-customer {
  background: rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #000;
}

.icon-customer {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 16px;
  background: url("/flow-renewal/assets/images/icons/ico-customer-pk.svg") no-repeat center center / contain;
}

.light .icon-customer {
  background-image: url("/flow-renewal/assets/images/icons/ico-customer-pp.svg");
}

#allMainContent[mode="dashboard-dark"] .icon-customer {
  background-image: url("/flow-renewal/assets/images/icons/ico-customer-wh.svg");
}

#allMainContent[mode="dashboard-light"] .icon-customer {
  background-image: url("/flow-renewal/assets/images/icons/ico-customer-bk.svg");
}

.btn-help-open {
    height: 40px;
    line-height: 38px;
    color: #6449fc;
    font-size: 14px;
    font-weight: 700;
    text-align: right;
    background: #fff;
    border: solid 1px #6449fc;
    -webkit-border-radius: 900px;
    border-radius: 900px;
}

/*START : KSH : enter건, e-비서 bot 적용*/
.btn-help-open.e-secretary {
  margin-top: 10px;
  padding: 0 20px 0 48px;
  color: #333;
  border-color: #24559E;
}

.btn-help-open.s-bot {
  margin-top: 10px;
  padding: 0 20px 0 48px;
  color: #333;
  border-color: #ffb700;
}

.help-center {
  padding: 15px 20px;
  background: #EEEAFF;
}

.btn-help-open.e-secretary .help-wr {
  background: #24559E;
}

.btn-help-open.s-bot .help-wr {
  background: #ffb700;
}

/*END : KSH : enter건, e-비서 bot 적용*/

.help-contents {
  padding: 15px 20px;
  background: #fff;
  border: 1px solid #C6BEEF;
  border-radius: 6px;
  text-align: left;
}

.help-tit {
  display: block;
  text-align: left;
}

.quick-guide-contents .help-tit {
  margin-bottom: 15px;
}

.help-middle {
  margin: 12px 0 14px 0;
}

.helpt-active {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.help-active .active-on {
  position: absolute;
  top: -4px;
  right: -2px;
  width: 16px;
  height: 16px;
  border: solid 1px #fff;
  border-radius: 50%;
  background: #00B19C;
}

.help-txt {
  display: inline-block;
  margin-left: 12px;
  font-size: 13px;
}

.help-txt p {
  line-height: 19px;
}

.help-txt-sub {
  color: #999;
}

.quick-guide-list .help-tit {
  font-size: 14px;
  font-weight: bold;
  color: #333;
}

.btn-help-talk {
  width: 100%;
  height: 36px;
  line-height: 36px;
  border-radius: 4px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  background: #6449fc;
}

.btn-help-talk img {
  vertical-align: middle;
}

.help-wr {
  position: absolute;
  left: -1px;
  bottom: -1px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  background: #6449FC;
  border-radius: 50%;
}

.help-wr img {
  vertical-align: middle;
}


.add-meme {
  bottom: 10px;
  right: 30px;
  z-index: 1;
  cursor: pointer;
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  background: #6449FC;
  border-radius: 50%;
}

.save-memo {
  bottom: 10px;
  right: 10px;
  z-index: 1;
  cursor: pointer;
  position: absolute;
  width: 15px;
  height: 15px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
}

.pin-memo {
  bottom: 10px;
  right: 40px;
  z-index: 1;
  cursor: pointer;
  position: absolute;
  width: 15px;
  height: 15px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
}

.delete-memo {
  bottom: 10px;
  right: 70px;
  z-index: 1;
  cursor: pointer;
  position: absolute;
  width: 15px;
  height: 15px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
}

.add-meme img {
  vertical-align: middle;
}

.set-meme {
  bottom: 55px;
  right: 30px;
  z-index: 1;
  cursor: pointer;
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  background: #6449FC;
  border-radius: 50%;
}

.set-meme img {
  vertical-align: middle;
}

.bottom-tool-list .quick-pop {
  position: relative;
  width: 372px;
  right: 0;
  bottom: 10px;
}

.bottom-tool-list .move-top {
  margin-right: 11px;
  border-radius: 50%;
  -webkit-box-shadow: 2px 2px 8px rgb(0 0 0 / 10%);
  box-shadow: 2px 2px 8px rgb(0 0 0 / 10%);
}

@media all and (max-width: 1500px) {
  .filter-tit li {
    min-width: 156px;
  }

  .seach-project-section {
    width: 156px;
  }
}

.white-space-pre {
  white-space: pre;
}

.btn-detail-link {
  margin: 10px 0 -4px 0;
  font-size: 14px;
  text-decoration: underline;
  line-height: 21px;
  color: #6449fc;
}

.dvsn-name {
  max-width: 300px;
  display: flex;
}

.dvsn-name > span {
  margin: 0;
}

.dvsn-name > span.empl-cnt {
  color: #999;
  margin-left: 4px;
}

.invite-empl-area {
  height: 100%;
}

#teamInviteLayer .invite-empl-area {
  position: relative;
  height: auto;
}

#teamInviteLayer .sub-drag-picture-section-1 {
  margin: 20px 0;
  height: calc(100% - 85px);
  overflow-y: auto;
}

#teamInviteLayer .sub-drag-header-type-2 span {
  margin: 20px 5px 0px 0px;
}

#teamInviteLayer .sub-drag-header-type-2 > .project-invite-team > span > span {
  margin: 0;
}

#teamInviteLayer .sub-drag-header-type-2 > .project-invite-team > span > span.empl-cnt {
  color: #999;
}

.sub-drag-header-type-2 .empl-search-text {
  margin-left: 0;
}

.mini-contact-list ul li {
  height: 64px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #eee;
}

.mini-contact-list ul li.quit-user {
  opacity: 0.5;
}

.icons-chat:before {
  color: #c4c4c4;
  font-size: 20px;
}

.icons-chat:hover:before,
.icons-close-1:hover:before {
  color: #6449fc;
}

.icons-close-2:before,
.icons-coment:before,
.icons-action:before,
.icons-bookmark:before {
  font-size: 14px;
}

.icons-close-2:hover:before {
  color: #6449fc;
}

.mini-badge2 {
  display: inline-block;
  padding: 2px 6px;
  background: #ff3532;
  border-radius: 100px;
  color: #fff;
  margin-left: 6px;
  position: relative;
  top: 13px;
  font-size: 12px;
}

.mini-project-wrap-ul .mini-badge2 {
  top: 0;
  padding: 0 6px;
}

.icons-help {
  display: inline-block;
  text-align: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #999999;
}

.icons-help:hover {
  background: #6449fc;
}

.name-type-seach-popup-header-type-1 {
  display: flex;
}

.name-type-seach-popup-header-type-1 .icons-help {
  margin: 2px 0 0 4px;
}

.name-type-seach-popup-header-type-1 .icons-help:before {
  line-height: 16px;
}

.icons-help:before {
  font-size: 10px;
}

.btn-close:hover .icons-close-1::before {
  color: #6449fc;
}

#postPopup[data-code="SHARE_POST"] .subtask-menu-worker {
  display: none;
}

.file-lock {
  display: none;
  position: absolute;
  top: -6px;
  right: -6px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #fff;
  background: #777777;
}

.file-lock i::before {
  color: #fff;
  font-size: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.icon-like {
  position: relative;
  top: 2px;
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url("/flow-renewal/assets/images/icons/icon-like.png");
  background-size: cover;
}

.icon-thank {
  position: relative;
  top: 2px;
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url("/flow-renewal/assets/images/icons/icon-thank.png");
  background-size: cover;
}

.icon-please {
  position: relative;
  top: 2px;
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url("/flow-renewal/assets/images/icons/icon-please.png");
  background-size: cover;
}

.icon-great {
  position: relative;
  top: 2px;
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url("/flow-renewal/assets/images/icons/icon-great.png");
  background-size: cover;
}

.icon-sad {
  position: relative;
  top: 2px;
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url("/flow-renewal/assets/images/icons/icon-sad.png");
  background-size: cover;
}

.ie-block-wrapper {
  padding-top: 40px;
  text-align: center;
}

.ie-block-wrapper .ie-img {
  margin-top: 236px;
}

.browser-update-text {
  margin-top: 36px;
}

.browser-update-text dt {
  font-weight: bold;
  font-size: 20px;
}

.browser-update-text dd {
  margin-top: 10px;
  font-size: 14px;
  line-height: 21px;
  color: #999;
}

.pc-app-download {
  display: block;
  width: 240px;
  height: 50px;
  margin: 40px auto 20px;
  background: #6449fc;
  border-radius: 900px;
  font-size: 16px;
  color: #fff;
}

.chrome-link {
  font-size: 14px;
  text-decoration: underline;
  color: #6449FC;
}

.ie-block-wrapper.old .pc-app-downloa {
  background: #5F5AB9;
}

.ie-block-wrapper.old .chrome-link {
  color: #5F5AB9;
}

.ie-block-wrapper.kt .pc-app-downloa {
  background: #4C4C4E;
}

.ie-block-wrapper.kt .chrome-link {
  color: #4C4C4E;
}

/* for IE9, 10 */
@media screen and (min-width: 0\0
) {
  .main-header-1 {
    float: left;
    height: 100%;
  }

  .home-menu-left {
    float: left;
  }

  .home-menu-right {
    float: right;
  }

  .header-desktop {
    display: block;
    line-height: 90px;
  }

  .header-gnb,
  .login-menu {
    display: inline-block;
  }

  .flow-logo img {
    line-height: 100px;
  }

  /* 설정 */
  .name-card {
    background: #6449fc;
  }

  .profile-popup .btn-wr {
    height: 50px;
  }

  .profile-popup .btn-wr button {
    float: left;
  }

  .contact-section li span {
    width: 270px;
    margin: 0 0 0 25px;
    padding: 0;
  }

  .icon-txt {
    background-position: -62px 0;
  }

  /* 프로젝트 상세 */
  .write-button {
    background: #333;
  }

  .section-title {
    float: left;
  }

  #allSendienceBtn,
  .reports-button,
  .feed-type-area {
    float: right;
  }

  #teamInviteLayer .coperate-section-position-fix-1 {
    height: 370px;
  }

  .flow-content-text p {
    overflow: hidden;
  }

  /* 통합검색 */
  .all-seach-list-type-1 li {
    position: relative;
  }

  .all-seach-list-type-1 .post-list-right {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
  }

  .me-post-wrap[data-code="tmpPost"] .all-seach-list-type-1 .post-list-right {
    position: relative;
    top: auto;
    margin-top: 0;
  }
}

@media \0screen\ screen\9 {
  .main-header-1 {
    float: left;
    height: 100%;
  }

  .main-search {
    width: 340px;
  }

  .home-menu-left {
    float: left;
  }

  .home-menu-right {
    float: right;
  }
}

.loading-cancel {
  margin-top: 10px;
}

.file-item-head {
  background-color: #fafafa;
  margin-top: 5px;
}

#organizationChart li[depth="1"] {
  margin-left: 18px;
}

#organizationChart li[depth="2"] {
  margin-left: 36px;
}

#organizationChart li[depth="3"] {
  margin-left: 54px;
}

#organizationChart li > .chart-depth-line {
  left: -29px;
}

#organizationChart .user-item {
  position: relative;
}

#organizationChart .org-selection-no-department {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#orgSearch,
#miniWrap {
  position: relative;
}

#orgSearch .detail-search-btn,
#miniWrap .detail-search-btn {
  position: absolute;
  right: 30px;
  top: 8px;
  color: #777777;
  font-size: 12px;
  font-weight: 500;
  border-left: 1px solid #DDDDDD;
  padding-left: 8px;
}

#miniWrap .detail-search-btn {
  right: 22px;
}

.organization-context-menu {
  position: absolute;
  min-width: 102px;
  width: auto;
  padding: 8px 12px;
  background-color: #fff;
  z-index: 10;
  border: 1px solid #777;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  box-shadow: 2px 2px 6px rgb(0 0 0 / 15%);
  cursor: pointer;
}

.organization-context-menu .context-menu-item {
  position: relative;
  height: auto;
  margin-top: 6px;
  font-size: 13px;
  font-weight: 500;
  color: #555;
  line-height: normal;
}

.organization-context-menu .context-menu-item:first-child {
  margin-top: 0;
}

.organization-context-menu .context-menu-item:hover {
  color: #6449fc;
}

.organization-context-menu #favoriteSubliItem {
  display: block;
  position: absolute;
  left: 103%;
  width: 110%;
  padding: 0 3px;
  top: 0;
  background: #FFFFFF;
  border: 1px solid gray;
  border-radius: 4px;
  text-align: center;
}

.organization-context-menu #favoriteSubliItem li {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.organization-context-menu #favoriteSubliItem li:hover,
.organization-context-menu #favoriteSubliItem li:before {
  color: black;
  background: none;
}

.org-item span.color-gray {
  font-weight: 400;
  color: rgba(119, 119, 119, 1);
}

.org-item #profileState {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 6px;
  min-width: 10px;
}

.emplitem-mode-out {
  background: #ffce21;
}

.emplitem-mode-offline {
  background: #999;
}

.emplitem-mode-business {
  background: #ff6b6b;
}

.emplitem-mode-online {
  background: #36cfbd;
}

.emplitem-mode-blocktime {
  background: #ff8224;
}

.emplitem-mode-telecommuting {
  background: #623ad6;
}

.emplitem-mode-call {
  background: #f04747;
}

#allPostsLayer {
  height: calc(100% - 45px);
}

#taskContentUl {
  padding-bottom: 50px;
  height: calc(100% - 50px);
  width: 100%;
  overflow-y: auto;
}

#taskContentUl .js-gubun-li {
  /*업무모아보기 굵은줄 노출로 인한 주석*/
  /*border-top: 1px solid #aaa;*/
}

.top-task-num {
  display: none;
  margin: 1px 0 0 5px;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  color: #999;
  line-height: 80px;
}

.electron-mac-mode .top-state-wrap {
  left: 100px;
}

.top-state-wrap {
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  display: flex;
}

.top-state-wrap .business-version-free {
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  transform: translateY(0);
}

.top-state-wrap .icon-free-ver-experience {
  font-size: 13px;
  font-family: 'Roboto', 'Noto Sans KR', 'Noto Sans JP', 'Be Vietnam Pro', Arial, Helvetica, sans-serif, 'Twemoji Country Flags' !important; /* icon- 폰트 먹어서 넣은 코드*/
}

.top-state-wrap .top-upgrade-btn {
  height: 26px;
  margin-left: 5px;
  padding: 0 12px;
  border-radius: 4px;
  background: #E134FF;
  color: #fff;
  font-weight: bold;
  letter-spacing: -0.52px;
}

.mac-elect .top-state-wrap {
  left: 105px;
}

.electron-btn-navi {
  position: relative;
  margin-right: 20px;
}

.electron-btn-navi > ul {
  display: flex;
  align-items: center;
  gap: 12px;
}

.electron-btn-navi > ul > li > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
}

.electron-btn-navi a:before {
  font-size: 15px;
  color: #ccc;
}

.electron-btn-navi .on {
  cursor: pointer;
}

.electron-btn-navi .icon-btn-refresh:before {
  font-size: 17px;
}

.electron-btn-navi + .business-version-free + .icon-free-ver-experience:before,
.electron-btn-navi + .business-version-free:before {
  content: "";
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px;
  top: 3px;
  width: 1px;
  height: 18px;
  background: #484654;
}

.electron-btn-navi + .business-version-free + .icon-free-ver-experience:before {
  position: relative;
}

.light .electron-btn-navi + .business-version-free + .icon-free-ver-experience:before,
.light .electron-btn-navi + .business-version-free:before {
  background: #D6C8CE;
}

.electron-btn-navi + .business-version-free + .icon-free-ver-experience:before {
  left: 0;
}

.electron-btn-navi.d-none + .business-version-free + .icon-free-ver-experience:before,
.electron-btn-navi.d-none + .business-version-free:before {
  content: none;
}

/*  아이콘 폰트로 대체  */
/*.icon-btn-back {*/
/*  display: inline-block;*/
/*  vertical-align: middle;*/
/*  background: url('/flow-renewal/assets/images/icons/icon_back_arrow_off.svg') center no-repeat;*/
/*  width: 18px;*/
/*  height: 18px;*/
/*  cursor: default;*/
/*}*/
/*.light .icon-btn-back {*/
/*  background-image: url('/flow-renewal/assets/images/icons/icon_back_arrow_light_off.svg');*/
/*}*/
/*.icon-btn-home{*/
/*  display: inline-block;*/
/*  vertical-align: middle;*/
/*  background: url('/flow-renewal/assets/images/icons/icon-btn-home.svg') center no-repeat;*/
/*  width: 18px;*/
/*  height: 18px;*/
/*  cursor: pointer;*/
/*}*/
/*.light .icon-btn-home {*/
/*  background-image: url('/flow-renewal/assets/images/icons/icon-btn-home-light.svg');*/
/*}*/
/*.icon-btn-home.on:hover {*/
/*  background: url('/flow-renewal/assets/images/icons/icon-btn-home-hover.svg') center no-repeat;*/
/*  cursor: pointer;*/
/*}*/
/*.light .icon-btn-home.on:hover {*/
/*  background-image: url('/flow-renewal/assets/images/icons/icon-btn-home-light-hover.svg')*/
/*}*/
/*.icon-btn-back.on:active,*/
/*.icon-btn-back.on:hover {*/
/*  background: url('/flow-renewal/assets/images/icons/icon_back_arrow_hover.svg') center no-repeat;*/
/*  cursor: pointer;*/
/*}*/
/*.light .icon-btn-back.on:active,*/
/*.light .icon-btn-back.on:hover {*/
/*  background-image: url('/flow-renewal/assets/images/icons/icon_back_arrow_light_hover.svg');*/
/*}*/
/*.icon-btn-back.on {*/
/*  background: url('/flow-renewal/assets/images/icons/icon_back_arrow_on.svg') center no-repeat;*/
/*}*/
/*.icon-btn-next {*/
/*  display: inline-block;*/
/*  vertical-align: middle;*/
/*  background: url('/flow-renewal/assets/images/icons/icon_next_arrow_off.svg') center no-repeat;*/
/*  width: 18px;*/
/*  height: 18px;*/
/*  cursor: default;*/
/*}*/
/*.light .icon-btn-next {*/
/*  background-image: url('/flow-renewal/assets/images/icons/icon_next_arrow_light_off.svg');*/
/*}*/
/*.icon-btn-next.on:active,*/
/*.icon-btn-next.on:hover {*/
/*  background: url('/flow-renewal/assets/images/icons/icon_next_arrow_hover.svg') center no-repeat;*/
/*  cursor: pointer;*/
/*}*/
/*.light .icon-btn-next.on:active,*/
/*.light .icon-btn-next.on:hover {*/
/*  background-image: url('/flow-renewal/assets/images/icons/icon_next_arrow_light_hover.svg');*/
/*}*/
/*.icon-btn-next.on {*/
/*  background: url('/flow-renewal/assets/images/icons/icon_next_arrow_on.svg') center no-repeat;*/
/*}*/
/*.light .icon-btn-next.on {*/
/*  background-image: url('/flow-renewal/assets/images/icons/icon_next_arrow_light_on.svg');*/
/*}*/
/*.icon-btn-refresh.on {*/
/*  display: inline-block;*/
/*  vertical-align: middle;*/
/*  background: url('/flow-renewal/assets/images/icons/icon_refresh_on.svg') center no-repeat;*/
/*  width: 18px;*/
/*  height: 18px;*/
/*  cursor: pointer;*/
/*}*/
/*.light .icon-btn-refresh.on {*/
/*  background-image: url('/flow-renewal/assets/images/icons/icon_refresh_light_on.svg');*/
/*}*/
/*.icon-btn-refresh.on:active,*/
/*.icon-btn-refresh.on:hover {*/
/*  background: url('/flow-renewal/assets/images/icons/icon_refresh_hover.svg') center no-repeat;*/
/*}*/
/*.light .icon-btn-refresh.on:active,*/
/*.light .icon-btn-refresh.on:hover {*/
/*  background-image: url('/flow-renewal/assets/images/icons/icon_refresh_light_hover.svg');*/
/*}*/
.electron-btn-navi .electron-load-wrap {
  position: absolute;
  left: 0;
  top: 25px;
  padding: 10px 12px;
  width: auto;
  white-space: nowrap;
  background: #fff;
  border: 1px solid #555;
  border-radius: 4px;
  z-index: 1;
}

.electron-btn-navi .electron-load-wrap ul li {
  position: relative;
  margin: 5px 0 0 0;
  float: none;
  height: auto;
}

.electron-btn-navi .electron-load-wrap ul li:first-child {
  margin: 0;
}

.electron-btn-navi .electron-load-wrap ul li a {
  display: flex;
  justify-content: space-between;
  color: #555;
  font-size: 13px;
  line-height: 18px;
}

.electron-btn-navi .electron-load-wrap ul li a em {
  display: inline-block;
  padding: 0 0 0 15px;
  color: #999;
}

.electron-btn-navi .electron-load-wrap ul li a:hover {
  color: #6449fc;
}

/*.home-btn-wrap{*/
/*  margin-right: 20px;*/
/*  margin-top: 2px;*/
/*}*/


/* 튜툐리얼 팝업 */
.flow-tutorial {
  width: 100%;
  min-width: 1280px;
  height: 100vh;
  position: absolute;
  bottom: 0;
  z-index: 12;
  background: rgba(0, 0, 0, 0.5);
}

.flow-tutorial .tt-background:before {
  display: block;
  width: 100%;
  height: 450px;
  position: absolute;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 38.95%);
  content: '';
}

.flow-tutorial .flow-tutorial-wrap {
  width: 100%;
  min-width: 1280px;
  height: 240px;
  position: absolute;
  bottom: 0;
  background-color: #ddd;
  z-index: 1;
}

.flow-tutorial .flow-tutorial-wrap .tt-box-wrap {
  display: flex;
  width: 1180px;
  justify-content: flex-start;
  position: relative;
  top: -30px;
  margin: 0 auto;
  filter: drop-shadow(10px 10px 24px rgba(0, 0, 0, 0.1));
}

.flow-tutorial .flow-tutorial-wrap .tt-top {
  display: flex;
  width: 1180px;
  margin: 0 auto;
  position: relative;
}

.flow-tutorial .flow-tutorial-wrap .tt-top .top-txt {
  position: absolute;
  top: -120px;
  margin-left: 130px;
}

.flow-tutorial .flow-tutorial-wrap .tt-top .top-txt:before {
  display: inline-block;
  width: 130px;
  height: 202px;
  position: absolute;
  top: -5px;
  left: -130px;
  background: url(/flow-renewal/assets/images/tutorial/tutorial-intro.png) no-repeat;
  background-size: contain;
  content: '';
}

.flow-tutorial .flow-tutorial-wrap .tt-top .top-txt p {
  margin-bottom: 8px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  text-decoration: underline;
  cursor: pointer;
}

.flow-tutorial .flow-tutorial-wrap .tt-top .top-txt b {
  display: inline-block;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 33px;
}

.flow-tutorial .flow-tutorial-wrap .tt-top button {
  position: absolute;
  top: -88px;
  right: 5px;
  color: #fff;
  font-size: 13px;
  line-height: 19px;
}

.flow-tutorial .flow-tutorial-wrap .tt-top button .icons-close-1:before {
  margin-left: 12px;
  font-size: 14px;
  position: relative;
  top: 1px;
  color: #fff;
}

.flow-tutorial .flow-tutorial-wrap .tt-box {
  width: 280px;
  height: 220px;
  position: relative;
  margin-right: 20px;
  padding: 43px 30px 30px 30px;
  background-color: #fff;
  border-radius: 30px 10px 10px 10px;
  cursor: pointer;
  transition: all .5s;
}

html:lang(ja) .flow-tutorial .flow-tutorial-wrap .tt-box-wrap {
  top: -50px;
}

html:lang(ja) .flow-tutorial .flow-tutorial-wrap .tt-top .top-txt {
  top: -140px;
}

html:lang(ja) .flow-tutorial .flow-tutorial-wrap .tt-box {
  height: 240px;
}

.flow-tutorial .flow-tutorial-wrap .tt-box:last-of-type {
  margin-right: 0;
}

.flow-tutorial .flow-tutorial-wrap .tt-box .txt,
.flow-tutorial .flow-tutorial-wrap .tt-box .more,
.flow-tutorial .flow-tutorial-wrap .tt-box button {
  display: none;
}

.flow-tutorial .flow-tutorial-wrap .tt-box .num {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  position: absolute;
  top: -13px;
  left: 20px;
  border-radius: 16px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.flow-tutorial .flow-tutorial-wrap .tt-box .num .number {
  display: inline-block;
  height: 22px;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 22px;
}

.flow-tutorial .flow-tutorial-wrap .tt-box .title {
  display: block;
  margin-bottom: 6px;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.flow-tutorial .flow-tutorial-wrap .tt-box .txt {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 21px;
}

.flow-tutorial .flow-tutorial-wrap .tt-box .more {
  position: absolute;
  bottom: 25px;
  right: 20px;
  font-size: 13px;
  font-weight: 700;
  line-height: 19px;
  text-decoration: underline;
}

.flow-tutorial .flow-tutorial-wrap .tt-box .tt-icon {
  display: inline-block;
  width: 80px;
  height: 80px;
  margin-top: 36px;
  float: right;
}

.flow-tutorial .flow-tutorial-wrap .tt-box:nth-of-type(1) .tt-icon {
  background: url(/flow-renewal/assets/images/tutorial/tutorial-img1.svg) no-repeat;
  background-size: contain;
}

.flow-tutorial .flow-tutorial-wrap .tt-box:nth-of-type(2) .tt-icon {
  background: url(/flow-renewal/assets/images/tutorial/tutorial-img2.svg) no-repeat;
  background-size: contain;
}

.flow-tutorial .flow-tutorial-wrap .tt-box:nth-of-type(3) .tt-icon {
  background: url(/flow-renewal/assets/images/tutorial/tutorial-img3.svg) no-repeat;
  background-size: contain;
}

.flow-tutorial .flow-tutorial-wrap .tt-box:nth-of-type(4) .tt-icon {
  background: url(/flow-renewal/assets/images/tutorial/tutorial-img4.svg) no-repeat;
  background-size: contain;
}

.flow-tutorial .flow-tutorial-wrap .guest .tt-box:nth-of-type(2) .tt-icon {
  background: url(/flow-renewal/assets/images/tutorial/tutorial-img3-2.svg) no-repeat;
  background-size: contain;
}

.flow-tutorial .flow-tutorial-wrap .guest .tt-box:nth-of-type(3) .tt-icon {
  background: url(/flow-renewal/assets/images/tutorial/tutorial-img3-3.svg) no-repeat;
  background-size: contain;
}

.flow-tutorial .flow-tutorial-wrap .guest .tt-box:nth-of-type(4) .tt-icon {
  background: url(/flow-renewal/assets/images/tutorial/tutorial-img3-4.svg) no-repeat;
  background-size: contain;
}

.flow-tutorial .flow-tutorial-wrap .tt-box:hover .tt-icon {
  display: none;
}

.flow-tutorial .flow-tutorial-wrap .tt-box button {
  margin-top: 18px;
  padding: 6px 12px 7px 12px;
  background-color: #fff;
  border-radius: 5px;
  color: #000;
  font-size: 13px;
  font-weight: 500;
  float: right;
}

.flow-tutorial .flow-tutorial-wrap .tt-box:hover .title,
.flow-tutorial .flow-tutorial-wrap .tt-box:hover .txt,
.flow-tutorial .flow-tutorial-wrap .tt-box:hover .more {
  display: block;
  color: #fff;
}

.flow-tutorial .flow-tutorial-wrap .tt-box:hover button {
  display: inline-block;
}

.flow-tutorial .flow-tutorial-wrap .tt-box button:hover {
  color: #6449FC;
  text-decoration: underline;
}

.flow-tutorial .flow-tutorial-wrap .tt-top .top-txt p:hover,
.flow-tutorial .flow-tutorial-wrap .tt-box .more:hover,
.flow-tutorial .flow-tutorial-wrap .tt-top button:hover,
.flow-tutorial .flow-tutorial-wrap .tt-top button:hover .icons-close-1:before {
  color: #DEC3FF;
}

.flow-tutorial .flow-tutorial-wrap .tt-box:nth-of-type(1) .num,
.flow-tutorial .flow-tutorial-wrap .tt-box:nth-of-type(1):hover {
  background-color: #009FE3;
}

.flow-tutorial .flow-tutorial-wrap .tt-box:nth-of-type(2) .num,
.flow-tutorial .flow-tutorial-wrap .tt-box:nth-of-type(2):hover {
  background-color: #00A51A;
}

.flow-tutorial .flow-tutorial-wrap .tt-box:nth-of-type(3) .num,
.flow-tutorial .flow-tutorial-wrap .tt-box:nth-of-type(3):hover {
  background-color: #FD7900;
}

.flow-tutorial .flow-tutorial-wrap .tt-box:nth-of-type(4) .num,
.flow-tutorial .flow-tutorial-wrap .tt-box:nth-of-type(4):hover {
  background-color: #5C43C6;
}

.flow-tutorial .flow-tutorial-wrap .tt-box:hover .num {
  background-color: #fff;
}

.flow-tutorial .flow-tutorial-wrap .tt-box:nth-of-type(1):hover .num .number {
  color: #009FE3;
}

.flow-tutorial .flow-tutorial-wrap .tt-box:nth-of-type(2):hover .num .number {
  color: #00A51A;
}

.flow-tutorial .flow-tutorial-wrap .tt-box:nth-of-type(3):hover .num .number {
  color: #FD7900;
}

.flow-tutorial .flow-tutorial-wrap .tt-box:nth-of-type(4):hover .num .number {
  color: #5C43C6;
}


/* renewal 공지 슬라이드 배너 */
.slide-banner-wrap.oldSlideBanner {
  display: flex;
  align-items: center;
  z-index: 15;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

.oldSlideBanner .slide-banner {
  display: flex;
  flex-direction: column;
  width: 850px;
  min-width: 850px;
  height: 600px;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.2);
  border-radius: 14px;
  overflow: hidden;
}

.oldSlideBanner .slide-banner-header {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 15px 30px;
  height: 70px;
  background-color: #302B3B;
}

.oldSlideBanner .slide-banner-header .slide-banner-header-design-wrap {
  display: flex;
}

.oldSlideBanner .slide-banner-header .slide-banner-header-design-wrap > span {
  margin-right: 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.oldSlideBanner .slide-banner-header .slide-banner-header-design-wrap > span:nth-child(1) {
  background-color: #F97801;
}

.oldSlideBanner .slide-banner-header .slide-banner-header-design-wrap > span:nth-child(2) {
  background-color: #00B2FF;
}

.oldSlideBanner .slide-banner-header .slide-banner-header-design-wrap > span:nth-child(3) {
  background-color: #00B91E;
}

.oldSlideBanner .slide-banner-header > span {
  margin-left: 7px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

.oldSlideBanner .slide-banner-header > button {
  position: relative;
  margin-left: auto;
  padding-right: 18px;
  width: 209px;
  height: 40px;
  background-color: #F97801;
  border-radius: 20px;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
}

.oldSlideBanner .slide-banner-header > button:after {
  content: '';
  position: absolute;
  right: 12px;
  top: 10px;
  width: 18px;
  height: 18px;
  background-image: url("/img/ico/icon-renewal-banner-long-arrow.svg");
}

.oldSlideBanner .slide-banner-header > button:hover {
  padding-right: 18px;
  background-color: #AF5401;
  text-decoration: underline;
  text-underline-position: under;
}

.oldSlideBanner .slide-banner-body {
  position: relative;
  display: flex;
  align-items: center;
}

.oldSlideBanner .slide-banner-body > button {
  position: absolute;
  z-index: 1;
  width: 46px;
  height: 46px;
  border-radius: 100%;
  font-size: 0;
  background-color: rgba(51, 51, 51, 0.2)
}

.oldSlideBanner .slide-banner-body > button:hover {
  background-color: rgba(51, 51, 51, 0.9)
}

.oldSlideBanner .slide-banner-body > button.slide-banner-prev-btn {
  left: 15px;
  background-image: url("/img/ico/icon-renewal-banner-btn-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(180deg);
}

.oldSlideBanner .slide-banner-body > button.slide-banner-next-btn {
  right: 15px;
  background-image: url("/img/ico/icon-renewal-banner-btn-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.oldSlideBanner .slide-banner-body .slide-banner-navi-wrap {
  position: absolute;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  left: 385px;
  bottom: 30px;
  width: 80px;
  height: 9px;
}

.oldSlideBanner .slide-banner-body .slide-banner-navi-wrap span {
  width: 9px;
  height: 9px;
  box-sizing: border-box;
  border-radius: 100%;
  border: 1px solid #555;
  opacity: 0.5;
  cursor: pointer;
}

.oldSlideBanner .slide-banner-body .slide-banner-navi-wrap span:hover,
.oldSlideBanner .slide-banner-body .slide-banner-navi-wrap span.active {
  background-color: #fff;
  opacity: 1;
}

.oldSlideBanner .slide-banner-body .slide-banner-cont-mask {
  display: flex;
  height: 478px;
  margin-left: -850px;
  transition: margin-left, 0.3s;
}

.oldSlideBanner .slide-banner-cont {
  position: relative;
  height: 478px;
}

.oldSlideBanner .slide-banner-cont button {
  z-index: 1;
  position: absolute;
  top: 270px;
  left: 94px;
  height: 50px;
  padding: 14px 30px 14px;
  border: 1px solid #fff;
  background: #6449FC;
  border-radius: 25px;
  font-size: 14px;
  color: #fff;
}

.oldSlideBanner .slide-banner-cont button:before {
  content: "";
  display: none;
  position: absolute;
  top: 10px;
  background-image: url(/img/ico/icon-renewal-banner-btn-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 7px;
  width: 10px;
  height: 14px;
  right: 15px;
}

.oldSlideBanner .slide-banner-cont button:hover {
  text-decoration: underline;
  text-underline-position: under;
  background-color: #683BA2;
}

.oldSlideBanner .slide-banner-footer {
  display: flex;
  align-items: center;
  height: 54px;
}

.oldSlideBanner .slide-banner-footer input[type=checkbox] {
  display: none;
}

.oldSlideBanner .slide-banner-footer input[type=checkbox] + label {
  position: relative;
  padding-left: 53px;
  font-size: 15px;
  font-weight: bold;
  color: #555;
  letter-spacing: -1px;
  cursor: pointer;
}

.oldSlideBanner .slide-banner-footer input[type=checkbox] + label:hover {
  color: #6449FC;
}

.oldSlideBanner .slide-banner-footer input[type=checkbox] + label:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  left: 30px;
  bottom: 1px;
  background-color: #fff;
  border-radius: 2px;
  border: 1px solid #BBB;
  box-sizing: border-box;
}

.oldSlideBanner .slide-banner-footer input[type=checkbox] + label:hover:before {
  border: 1px solid #6449FC;
}

.oldSlideBanner .slide-banner-footer input[type=checkbox]:checked + label:before {
  background-image: url("/img/ico/icon-renewal-banner-chk.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #6449FC;
  border: 1px solid #6449FC;
}

.oldSlideBanner .slide-banner-footer > button {
  margin-left: auto;
  margin-right: 30px;
  color: #555;
  font-size: 15px;
  font-weight: bold;
}

.oldSlideBanner .slide-banner-footer > button:hover {
  color: #6449FC;
}

.oldSlideBanner .slide-banner-body .slide-banner-navi-wrap.color-dot span {
  border: 1px solid #555;
}

.oldSlideBanner .slide-banner-body .slide-banner-navi-wrap.color-dot span:hover,
.oldSlideBanner .slide-banner-body .slide-banner-navi-wrap.color-dot span.active {
  background-color: #555 !important;
}

/* -----new slide 공지 배너---- */


.banner-notice-wrap {
  display: flex;
  align-items: center;
  z-index: 15;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

@font-face {
  font-family: "Noto Sans KR";
  /* src: url("../font/notokr-regular.woff") */
}

.slide-banner {
  display: flex;
  flex-direction: column;
  width: 850px;
  min-width: 850px;
  height: 600px;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.2);
  border-radius: 14px;
  overflow: hidden;
}

.slide-banner-header {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 15px 30px;
  height: 70px;
  background-color: #302B3B;
}

.slide-banner-header .slide-banner-header-design-wrap {
  display: flex;
}

.slide-banner-header .slide-banner-header-design-wrap > span {
  margin-right: 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.slide-banner-header .slide-banner-header-design-wrap > span:nth-child(1) {
  background-color: #F97801;
}

.slide-banner-header .slide-banner-header-design-wrap > span:nth-child(2) {
  background-color: #00B2FF;
}

.slide-banner-header .slide-banner-header-design-wrap > span:nth-child(3) {
  background-color: #00B91E;
}

.slide-banner-header > span {
  margin-left: 7px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

.slide-banner-header > button {
  position: relative;
  margin-left: auto;
  padding-right: 18px;
  width: 209px;
  height: 40px;
  background-color: #302B3B;
  border-radius: 20px;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  border: 1px solid #fff;
}

.slide-banner-header > button:after {
  content: '';
  position: absolute;
  right: 12px;
  top: 10px;
  width: 18px;
  height: 18px;
  background-image: url("/img/ico/icon-renewal-banner-long-arrow.svg");
}

.slide-banner-header > button:hover {
  padding-right: 18px;
  background-color: #AF5401;
  text-decoration: underline;
  text-underline-position: under;
}

.slide-banner-body {
  position: relative;
  display: flex;
  align-items: center;
}

.slide-banner-body > button {
  position: absolute;
  z-index: 1;
  width: 46px;
  height: 46px;
  border-radius: 100%;
  font-size: 0;
  background-color: rgba(51, 51, 51, 0.5)
}

.slide-banner-body > button:hover {
  background-color: rgba(51, 51, 51, 0.9)
}

.slide-banner-body > button.slide-banner-prev-btn {
  left: 15px;
  background-image: url("/img/ico/icon-renewal-banner-btn-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(180deg);
}

.slide-banner-body > button.slide-banner-next-btn {
  right: 15px;
  background-image: url("/img/ico/icon-renewal-banner-btn-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.slide-banner-body .slide-banner-navi-wrap {
  position: absolute;
  z-index: 1;
  left: 94px;
  bottom: 132px;
  display: flex;
  justify-content: space-between;
  width: auto;
  height: 9px;
}

.slide-banner-body .slide-banner-navi-wrap > span:first-child {
  margin-left: 0;
}

.slide-banner-body .slide-banner-navi-wrap span {
  margin-left: 8px;
  width: 9px;
  height: 9px;
  box-sizing: border-box;
  border-radius: 100%;
  border: 1px solid #FFFFFF;
  opacity: 0.5;
  cursor: pointer;
}

.slide-banner-body .slide-banner-navi-wrap span:hover,
.slide-banner-body .slide-banner-navi-wrap span.active {
  background-color: #fff;
  opacity: 1;
}

.slide-banner-body .slide-banner-cont-mask {
  display: flex;
  height: 100%;
  margin-left: -850px;
  transition: margin-left, 0.3s;
}

.slide-banner-cont {
  position: relative;
  height: 100%;
}

.slide-banner-cont:before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 170px;
  background: linear-gradient(180deg, rgba(80, 80, 80, 0.00) 0%, rgba(0, 0, 0, 0.40) 100%);
  pointer-events: none;
}

.slide-banner-cont a > img {
  margin: 0;
  height: 100%;
}

.slide-banner-cont button {
  z-index: 1;
  position: absolute;
  top: 266px;
  left: 94px;
  height: 35px;
  padding: 7px 30px 7px 20px;
  border: 1px solid #fff;
  background: #683BA2;
  border-radius: 18px;
  font-size: 14px;
  color: #fff;
}

.slide-banner-cont button:before {
  content: "";
  position: absolute;
  top: 10px;
  background-image: url(/img/ico/icon-renewal-banner-btn-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 7px;
  width: 10px;
  height: 14px;
  right: 15px;
}

.slide-banner-cont button:hover {
  text-decoration: underline;
  text-underline-position: under;
  background-color: #683BA2;
}

.banner-notice-horizon .slide-banner-body {
  height: 476px;
}

.banner-notice-horizon .slide-banner-cont > div {
  position: absolute;
  top: 90px;
  left: 90px;
  width: 400px;
}

.banner-notice-horizon .slide-banner-cont .renewal-notice-ttl {
  font-size: 2.5em;
  width: 400px;
  color: black;
  color: white;
}

.banner-notice-horizon .slide-banner-cont .renewal-notice-cntn {
  margin-top: 15px;
  font-size: 1.2em;
  font-weight: bold;
  color: white;
}

.banner-notice-horizon .slide-banner-cont.bright_cont .renewal-notice-ttl {
  color: black;
}

.banner-notice-horizon .slide-banner-cont.bright_cont .renewal-notice-cntn {
  color: black;
}


.slide-banner-footer {
  display: flex;
  align-items: center;
  height: 54px;
}

.slide-banner-footer input[type=checkbox] {
  display: none;
}

.slide-banner-footer input[type=checkbox] + label {
  position: relative;
  padding-left: 53px;
  font-size: 15px;
  font-weight: bold;
  color: #555;
  letter-spacing: -1px;
  cursor: pointer;
}

.slide-banner-footer input[type=checkbox] + label:hover {
  color: #6449FC;
}

.slide-banner-footer input[type=checkbox] + label:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  left: 30px;
  bottom: 1px;
  background-color: #fff;
  border-radius: 2px;
  border: 1px solid #BBB;
  box-sizing: border-box;
}

.slide-banner-footer input[type=checkbox] + label:hover:before {
  border: 1px solid #6449FC;
}

.slide-banner-footer input[type=checkbox]:checked + label:before {
  background-image: url("/img/ico/icon-renewal-banner-chk.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #6449FC;
  border: 1px solid #6449FC;
}

.slide-banner-footer > button {
  margin-left: auto;
  margin-right: 30px;
  color: #555;
  font-size: 15px;
  font-weight: bold;
  background: none;
  border: none;
}

.slide-banner-footer > button:hover {
  color: #6449FC;
}

.slide-banner-body .slide-banner-navi-wrap.color-dot span {
  border: 1px solid #000;
}

.slide-banner-body .slide-banner-navi-wrap.color-dot span:hover,
.slide-banner-body .slide-banner-navi-wrap.color-dot span.active {
  background-color: #000 !important;
}


/* 이미지형 (1:1) 공지 */
.banner-notice-image .slide-banner {
  width: 520px;
  min-width: 520px;
  height: 574px;
  justify-content: space-between;
}

.banner-notice-image .slide-banner-body {
  height: 520px;
}

.banner-notice-image .slide-banner-body .slide-banner-navi-wrap {
  left: auto;
  bottom: 30px;
  margin-left: 50%;
  transform: translateX(-50%);
}

.banner-notice-image .slide-banner-footer {
  box-sizing: border-box;
  border-top: 1px solid #ddd;
  background-color: #eee;
}


/* 이미지형 (1:1.5) 공지 */
.banner-notice-long-image .slide-banner {
  width: 400px;
  min-width: 400px;
  height: 654px;
  justify-content: space-between;
}

.banner-notice-long-image .slide-banner-body {
  height: 600px;
}

.banner-notice-long-image .slide-banner-body .slide-banner-navi-wrap {
  width: auto;
  left: auto;
  bottom: 30px;
  margin-left: 50%;
  transform: translateX(-50%);
}

.banner-notice-long-image .slide-banner-footer {
  box-sizing: border-box;
  border-top: 1px solid #ddd;
  background-color: #eee;
}


/* 세로형 공지 */
.banner-notice-vertical .slide-banner {
  width: 520px;
  min-width: 520px;
  height: 654px;
  justify-content: space-between;
}

.banner-notice-vertical .slide-banner-body {
  position: relative;
  height: 370px;
}

.banner-notice-vertical .slide-banner-body .slide-banner-navi-wrap {
  bottom: 30px;
  margin-left: 50%;
  width: auto;
  left: auto;
  transform: translateX(-50%);
}

.banner-notice-vertical .slide-banner-text-wrap {
  text-align: center;
  height: 230px;
  color: #333;
}

.banner-notice-vertical .slide-banner-text-wrap h1 {
  margin-top: 30px;
  font-size: 26px;
  line-height: 38px;
}

.banner-notice-vertical .slide-banner-text-wrap p {
  margin: 10px 30px 10px 30px;
  font-size: 18px;
  line-height: 26px;
  word-break: break-word;
}

.banner-notice-vertical .slide-banner-text-wrap button {
  padding: 14px 30px;
  line-height: 22px;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  background-color: #6449FC;
  border-radius: 26px;
}

.banner-notice-vertical .slide-banner-text-wrap button:hover {
  text-decoration: underline;
  text-underline-position: under;
}

.banner-notice-vertical .slide-banner-text-wrap .notice-vertical-period {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FD7900;
  font-weight: 700;
  font-size: 14pt;
}

.notice-vertical-period > img {
  margin: auto 6px auto 0;
  width: 20px;
}


.banner-notice-vertical .slide-banner-footer {
  box-sizing: border-box;
  border-top: 1px solid #ddd;
  background-color: #eee;
}

/* slide 끝 */
.banner-notice-wrap.marketing-agree .marketing-agree-contents {
  width: 440px;
  min-width: 440px;
  margin: 0 auto;
  background: #fff;
  border-radius: 10px;
  filter: drop-shadow(20px 20px 30px rgba(0, 0, 0, 0.2));
}

.banner-notice-wrap.marketing-agree .marketing-agree-contents .close-btn {
  display: inline-block;
  width: 34px;
  height: 34px;
  position: absolute;
  top: -46px;
  right: 0;
  background: url(/flow-renewal/assets/images/icons/close-btn.svg) no-repeat;
  background-size: cover;
}

.banner-notice-wrap.marketing-agree .marketing-agree-contents .img-wrap {
  width: 100%;
  min-height: 300px;
  max-height: 500px;
}

.banner-notice-wrap.marketing-agree .marketing-agree-contents .img-wrap img {
  width: 100%;
  min-height: 300px;
  max-height: 500px;
  border-radius: 10px 10px 0 0;
}

.banner-notice-wrap.marketing-agree .marketing-agree-contents .txt-wrap {
  height: 160px;
  padding: 20px;
}

.banner-notice-wrap.marketing-agree .marketing-agree-contents .txt-wrap button {
  display: block;
  width: 100%;
  padding: 16px 0;
  border-radius: 6px;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  line-height: 22px;
}

.banner-notice-wrap.marketing-agree .marketing-agree-contents .txt-wrap .agree-button {
  margin-bottom: 10px;
  background: #6449FC;
  color: #fff;
}

.banner-notice-wrap.marketing-agree .marketing-agree-contents .txt-wrap .agree-button i {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 8px;
  background: url(/flow-renewal/assets/images/icons/icon-check.svg) no-repeat;
  background-size: cover;
}

.banner-notice-wrap.marketing-agree .marketing-agree-contents .txt-wrap button:last-of-type {
  border: 1px solid #ddd;
  color: #555;
}

.banner-notice-wrap.marketing-agree .marketing-agree-contents .txt-wrap .agree-button:hover {
  background: #7163C3;
}

.banner-notice-wrap.marketing-agree .marketing-agree-contents .txt-wrap button:last-of-type:hover {
  border-color: #6449FC;
  color: #6449FC;
}


.project-invite-popup {
  flex-direction: column;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 650px;
  min-width: 500px;
  max-height: 680px;
  margin: 0 auto;
  padding: 0;
  background: #fff;
  overflow: hidden;
  box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  position: absolute;
  z-index: 4;
  border: 1px solid #555555;
}

.project-invite-popup .project-invite-popup-header {
  position: relative;
  padding: 26px 30px 16px;
}

.project-invite-popup .project-invite-popup-header .returnMainBtn {
  display: inline-block;
  position: relative;
  top: 0;
  margin-right: 10px;
  background: url(/flow-renewal/assets/images/main-sprite-type-2.png) no-repeat -212px -21px;
  background-size: 656px auto;
  width: 20px;
  height: 16px;
}

.project-invite-popup .project-invite-popup-header #teamInviteHeader {
  font-size: 15px;
  font-weight: bold;
}

.project-invite-popup .project-invite-popup-header .btn-close {
  top: 25px;
  right: 20px;
}

.project-invite-popup .project-invite-popup-body {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
}

.project-invite-popup .project-invite-popup-body ul.project-invite-popup-navi {
  display: flex;
  width: 100%;
  padding-left: 30px;
  align-items: center;
  height: 38px;
  /*border-bottom: 1px solid #ddd;*/
}

.project-invite-popup .project-invite-popup-body ul.project-invite-popup-navi li {
  position: relative;
  text-align: center;
  margin-left: 15px;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  cursor: pointer;
}

.project-invite-popup .project-invite-popup-body ul.project-invite-popup-navi li:first-child {
  margin-left: 0;
}

.project-invite-popup .project-invite-popup-body ul.project-invite-popup-navi li.on:after {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 0px;
  width: 100%;
  height: 4px;
  background-color: #333;
  border-radius: 4px;
}

.project-invite-popup .project-invite-popup-body .group-tree-wrap-1 {
  padding: 0;
  width: 60%;
  max-width: 387px;
  height: 510px;
  overflow-y: hidden;
}

.project-invite-popup.js-manager-layer .project-invite-popup-body .group-tree-wrap-1,
.project-invite-popup.js-manager-layer .project-invite-popup-body .project-invite-memberList,
.project-invite-popup.js-participant-layer .project-invite-popup-body .group-tree-wrap-1,
.project-invite-popup.js-participant-layer .project-invite-popup-body .project-invite-memberList {
  height: 550px;
  max-height: 550px;
}

.project-invite-popup .project-invite-popup-body .group-tree-wrap-1 .project-invite-search {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #ddd;
}

.project-invite-popup .project-invite-popup-body .group-tree-wrap-1 .project-invite-search.d-none {
  display: none;
}

.project-invite-popup .project-invite-popup-body .group-tree-wrap-1 .project-invite-search .icons-search {
  position: absolute;
  top: 0;
  left: 35px;
  transform: translateY(26px);
  display: inline-block;
}

.project-invite-popup .project-invite-popup-body .group-tree-wrap-1 .project-invite-search .icons-search:before {
  font-size: 16px;
  left: 0;
  top: 0;
  transform: none;
}

.project-invite-employee-case {
  height: calc(100% - 60px);
}

#teamInviteLayer .project-invite-ouside-case .sub-drag-picture-section-1.project-invite-only-list-wrap {
  overflow-y: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#teamInviteLayer .project-invite-ouside-case .sub-drag-picture-section-1.project-invite-only-list-wrap .invite-blank-txt {
  margin: auto 0;
}

#teamInviteLayer .coperate-section-position-fix-1 .group-list-wrap {
  height: 100%;
}

#teamInviteLayer .coperate-section-position-fix-1 .group-list-wrap .group-list {
  height: inherit;
}

.project-invite-popup .project-invite-popup-body .group-tree-wrap-1 .project-invite-search .project-invite-popup-search-input {
  margin: 15px 20px;
  padding-left: 45px;
  max-width: 340px;
  flex: 1;
  height: 40px;
  border: 1px solid #ddd;
  border-radius: 4px;
  display: block;
}

.project-invite-popup .project-invite-popup-body .project-invite-memberList {
  position: relative;
  display: flex;
  width: 40%;
  max-width: 258px;
  padding: 59px 10px 15px;
  align-items: center;
  max-height: 510px;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;

}

.project-invite-popup .project-invite-popup-body .project-invite-memberList .project-invite-selected-num {
  position: absolute;
  display: flex;
  justify-content: space-between;
  padding-bottom: 13px;
  top: 20px;
  left: 19px;
  width: 220px;
  font-size: 14px;
  font-weight: bold;
  color: #555;
  border-bottom: 1px solid #ddd;
}

.project-invite-popup .project-invite-popup-body .project-invite-memberList .project-invite-selected-num span {

}

.project-invite-popup .project-invite-popup-body .project-invite-memberList .project-invite-selected-num button {
  font-size: 14px;
  font-weight: normal;
  color: #6449FC;
}

.project-invite-popup .project-invite-popup-body .project-invite-memberList > ul {
  align-self: baseline;
}

.project-invite-popup .project-invite-popup-body .project-invite-memberList > ul > li {
  max-width: 150px;
  border-radius: 6px;
  background-color: #eeeaf5;
}

.project-invite-popup .project-invite-popup-body .project-invite-memberList > ul > li:hover {
  border: 1px solid #6449FC;
}

.project-invite-popup .project-invite-popup-body .project-invite-memberList > ul > li:hover .member-name {
  color: #6449FC;
}

.project-invite-popup .project-invite-popup-body .project-invite-memberList > ul > li.group-item {
  padding: 0 30px 0 8px;
}

.project-invite-popup .project-invite-popup-body .project-invite-memberList > ul > li.group-item > i {
  display: none;
}

.project-invite-popup .project-invite-popup-body .project-invite-memberList > ul > li a em {
  font-family: 'icon-contents' !important;
  background-image: none;
}

.project-invite-popup .project-invite-popup-body .project-invite-memberList > ul > li a:hover em {
  background-image: none;
  /*position: relative;*/
}

.project-invite-popup .project-invite-popup-body .project-invite-memberList > ul > li a em:before {
  content: "\e9a5";
  position: absolute;
  color: #999;
  font-size: 12px;
  top: -4px;
  right: 1px;
  transform: rotate(45deg);
}

.project-invite-popup .project-invite-popup-body .project-invite-memberList > ul > li a:hover em:before {
  /*  top: -20px;
    right: -29px;*/
  color: #6449FC;
}

.project-invite-popup .project-invite-popup-body .project-invite-choiceList > li.active,
.project-invite-popup li.js-member-item.active {
  background-color: #efebff;
}

.project-invite-popup .project-invite-popup-body .project-invite-memberList > ul > li > i {
  border-radius: 6px 0 0 6px;
}

.project-invite-popup .project-invite-popup-body .project-invite-memberList > ul > li .member-name {
  max-width: 90px;
  font-weight: bold;
}

.project-invite-popup .project-invite-popup-body .project-invite-memberList > ul > li.group-item .member-name {
  max-width: 100px;
}

.project-invite-popup .project-invite-popup-body .project-invite-memberList > p.invite-blank-txt,
.project-invite-popup .project-invite-popup-body .group-tree-wrap-1 p.invite-blank-txt {
  width: inherit;
  text-align: center;
  font-size: 13px;
  color: #999;
}

.project-invite-popup .project-invite-popup-body p.right-blank-txt {
  width: 100%;
  text-align: center;
  font-size: 13px;
  color: #999;
}

.project-invite-popup .project-invite-popup-body .project-invite-orgChart#inviteOrgChart {
  padding: 10px 30px 7px 32px;
  overflow-y: auto;
  overflow-x: hidden;
}

.project-invite-popup .project-invite-popup-body .project-invite-orgChart#inviteOrgChart li:before {
  width: 10px;
  left: -10px;
}

.project-invite-popup .project-invite-popup-body .project-invite-orgChart#inviteOrgChart li.disabled .coperate-check-type-1 {
  background: url(/flow-renewal/assets/images/icons/icon_check_disable.png);
  background-size: 20px;
}

.project-invite-popup .project-invite-popup-body .sub-drag-icon-type-1.drag {
  border-top: 1px solid #ddd;
  text-align: center;
}

.project-invite-popup .project-invite-popup-body .sub-drag-icon-type-1.drag .icons-hamburger:before {
  cursor: pointer;
  font-size: 10px;
}

.project-invite-popup .project-invite-popup-body .project-invite-team {
  padding: 0 0 10px 30px;
  line-height: 21px;
}

#teamInviteLayer.project-invite-popup .project-invite-popup-body .project-invite-team > span {
  display: inline-block;
  margin: 0;
  font-size: 14px;
  font-weight: bold;
}

.project-invite-popup .project-invite-popup-body .project-invite-team > a {
  vertical-align: top;
  padding-left: 5px;
  font-size: 14px;
  font-weight: bold;
  color: #6449fc;
  text-decoration: underline;
  text-underline-position: under;
}

.project-invite-popup .project-invite-popup-body .project-invite-team .project-invite-team_close {
  position: absolute;
  right: 20px;
  width: 12px;
  height: 20px;
}

.project-invite-popup .project-invite-popup-body .project-invite-team .project-invite-team_close i:before {
  font-size: 12px;
  font-weight: bold;
  color: #bbb;
}

.project-invite-popup .project-invite-popup-body .project-invite-team .project-invite-team_close i:hover:before {
  color: #6449fc;
}

.project-invite-popup .project-invite-popup-body .project-invite-choiceList#inviteOrgChart {
  overflow-y: scroll;
  padding-left: 32px;
}

.project-invite-popup .project-invite-popup-body .project-invite-choiceList > li,
.project-invite-popup li.js-member-item {
  padding: 10px 0 10px 30px;
  display: flex;
  align-items: center;
  width: 100%;
  height: 64px;
}

.project-invite-popup .project-invite-popup-body .project-invite-choiceList > li .my-check-2,
.project-invite-popup li.js-member-item .my-check-2 {
  position: relative;
  margin-right: 10px;
  display: flex;
  transform: none;
  top: 0;
}

.project-invite-popup .project-invite-popup-body .project-invite-choiceList > li .post-author,
.project-invite-popup li.js-member-item .post-author {
  float: none;
  flex: 1;
  display: flex;
  width: 70%;
}

.project-invite-popup .project-invite-popup-body .project-invite-choiceList > li .post-author .post-author-info,
.project-invite-popup li.js-member-item .post-author .post-author-info {
  width: auto;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.project-invite-popup .project-invite-popup-body .project-invite-choiceList > li .post-author .post-author-info dt em,
.project-invite-popup li.js-member-item .post-author .post-author-info dt em {
  max-width: 80px;
}

.project-invite-popup .project-invite-popup-body .project-invite-choiceList > li:hover:before,
.project-invite-popup li.js-member-item:hover:before {
  content: '';
  width: 25px;
  height: 100%;
  background: #EFEBFF;
  position: absolute;
  left: -25px;
  top: 0;
}

.member-list-ai-badge {
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  min-width: 24px;
  height: 24px;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 700;
  color: #9F00BA;
  border: 1px solid #F8E2FC;
  background-color: #FDEFFF;
}

.task-item-cell .member-list-ai-badge,
.sub-work .member-list-ai-badge {
  margin-right: 0;
}

.project-invite-popup .project-invite-popup-footer {
  /*position: fixed;*/
  padding-top: 15px;
  bottom: 0;
  width: 100%;
  height: 66px;
  background: #fff;
  border-top: 1px solid #ddd;
}

#teamInviteLayer.project-invite-popup .sub-drag-picture-section-1 {
  margin: 0;
  height: calc(100% - 20px);
}

#teamInviteLayer.project-invite-popup .sub-drag-section-2 {
  padding-bottom: 28px
}

.project-invite-popup .coperate-check-type-2 {
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}

.project-invite-popup .group-tree-wrap-1 ul li.active .my-check-2 {
  background: url("/flow-renewal/assets/images/icons/icon_check_on.png") no-repeat;
  background-size: contain;
}

#teamInviteLayer .sub-drag-picture-section-1.project-invite-only-list-wrap {
  padding-bottom: 17px;
  display: flex;
  justify-content: center;
  width: 380px;
  height: 455px;
}

#teamInviteLayer .sub-drag-picture-section-1.project-invite-only-list-wrap .project-invite-choiceList {
  height: 450px;
  padding-top: 5px;
}

#teamInviteLayer.js-manager-layer .sub-drag-picture-section-1.project-invite-only-list-wrap .project-invite-choiceList,
#teamInviteLayer.js-manager-layer .sub-drag-picture-section-1.project-invite-only-list-wrap,
#teamInviteLayer.js-participant-layer .sub-drag-picture-section-1.project-invite-only-list-wrap,
#teamInviteLayer.js-participant-layer .sub-drag-picture-section-1.project-invite-only-list-wrap .project-invite-choiceList {
  height: 490px;
}

.project-invite-employee-case .group-list-wrap {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.project-invite-employee-case .group-list-wrap ul {
  padding: 10px 15px 7px 20px;
  height: 100%;
  width: 100%;
}

.project-invite-employee-case .group-list-wrap ul li {
  position: relative;
  padding: 0 40px 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.project-invite-employee-case .group-list-wrap ul li:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 13px;
  width: 6px;
  height: 6px;
  background-color: #555;
  border-radius: 50%;
}

.project-invite-employee-case .group-list-wrap .group-list .active {
  font-weight: 700;
  color: #6449fc;
}

.project-invite-employee-case ul li .coperate-check-type-1 {
  right: 10px;
}

.project-invite-ouside-case .loading-area {
  position: absolute;
  margin-top: 50%;
}

.top-btns .top-recommend-evt-button {
  margin-right: 10px;
  width: 129px;
  height: 25px;
  background: linear-gradient(91.2deg, #E6CBFF 0.21%, #FFEBA6 91.71%);
  border-radius: 15px;
}

.top-btns .top-recommend-evt-button > span {
  display: inline-block;
  margin-left: 5px;
  font-size: 12px;
  font-weight: bold;
  color: #27223C;
}

.top-btns .top-okr-connect-button {
  width: 73px;
  height: 27px;
  background: url(/flow-renewal/html2/okr/images/ico_flag.svg) no-repeat 10px 5px rgba(255, 255, 255, 0.1);
  background-size: 16px;
  border: 1px solid #999;
  box-sizing: border-box;
  border-radius: 14px;
}

.light .top-btns .top-okr-connect-button {
  border: 1px solid #555;
}

.top-btns .top-okr-connect-button > span {
  display: inline-block;
  margin-left: 16px;
  font-size: 13px;
  color: #fff;
  vertical-align: bottom;
}

.light .top-btns .top-okr-connect-button > span {
  color: #555;
}

.top-btns .top-okr-connect-button:hover {
  border: 1px solid #36CFBD;
}

.light .top-btns .top-okr-connect-button:hover {
  border: 1px solid #6449FC;
}

.top-btns .top-okr-connect-button:hover > span {
  color: #36CFBD;
}

.light .top-btns .top-okr-connect-button:hover > span {
  color: #6449FC;
}

/*삼성전자 Q&A 버튼*/
.top-btns .top-qna-button {
  width: 73px;
  height: 27px;
  background: url(/flow-renewal/assets/images/icons/qna.png) no-repeat 10px 5px rgba(255, 255, 255, 0.1);
  background-size: 16px;
  border: 1px solid #999;
  box-sizing: border-box;
  border-radius: 14px;
}

.light .top-btns .top-qna-button {
  border: 1px solid #555;
}

.top-btns .top-qna-button > span {
  display: inline-block;
  margin-left: 16px;
  font-size: 13px;
  color: #fff;
  vertical-align: bottom;
}

.light .top-btns .top-qna-button > span {
  color: #555;
}

.top-btns .top-qna-button:hover {
  border: 1px solid #36CFBD;
}

.light .top-btns .top-qna-button:hover {
  border: 1px solid #6449FC;
}

.top-btns .top-qna-button:hover > span {
  color: #36CFBD;
}

.light .top-btns .top-qna-button:hover > span {
  color: #6449FC;
}

/*START : KSH : enter건 : 교원 그룹웨어 버튼*/
.top-btns button .icons-channel {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(/flow-renewal/assets/images/icons/gw-icon.svg) no-repeat center;
}

.top-btns button .icons-channel:hover {
  background-image: url(/flow-renewal/assets/images/icons/gw-icon-hover-web.svg);
}

.light .top-btns button .icons-channel {
  background-image: url(/flow-renewal/assets/images/icons/gw-icon-light.svg);
}

.light .top-btns button .icons-channel:hover {
  background-image: url(/flow-renewal/assets/images/icons/gw-icon-light-hover.svg);
}

/*END : KSH : enter건 : 교원 그룹웨어 버튼*/


/* 히스토리탭의 검색 옵션 팝업 */
.top-btns .update-info-button {
  display: none;
  width: 110px;
  height: 26px;
  border-radius: 4px;
  background: #fff;
}

.top-btns .update-info-button:hover {
  background-color: #009AF0;
}

html:lang(ja) .top-btns .update-info-button {
  min-width: 152px;
}

.top-btns .update-info-button span:before {
  content: "N";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  margin-right: 4px;
  border-radius: 50%;
  font-size: 10px;
  background: #FF3D00;
  color: #fff !important;
  font-weight: bold;
  text-decoration: none;
}

.top-btns .update-info-button > span {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 700;
  color: #009AF0;
}

.top-btns .update-info-button:hover span {
  color: #fff;
}

/* 히스토리탭의 검색 옵션 팝업 */
.allHistoryLayer .project-search .popup-filter-type-1 {
  height: auto;
}

.allHistoryLayer .project-search .popup-filter-type-1 .js-filter-item {
  text-align: left;
  cursor: pointer;
}

.one-alarm-read-processing {
  position: absolute;
  padding: 2px 6px;
  background: #fff;
  font-size: 11px;
  color: #7163C3;
  border-radius: 20px;
  vertical-align: middle;
  right: 0;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05), 0 3px 3px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.1s linear;
}

.one-alarm-read-processing:hover {
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1), 0 3px 3px rgba(0, 0, 0, 0.15);
}

.auth-section {
  overflow: auto;
  /*height: calc(100vh - 150px);*/
}


/* 프로젝트의 캘린더 탭 페이지에서 스크롤 덜 잡히는 오류 해결 */
.all-calendar-nav.layer-scroll {
  padding: 0 0 38px 0;
}

.fc-view-container {
  height: calc(100% - 80px);
}

.all-calendar .fc-scroller {
  height: auto !important;
}

/*new badge*/

.new-badge {
  position: relative;
}

.new-badge:before {
  content: "New";
  position: absolute;
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  height: 100%;
  letter-spacing: -0.02em;
  color: #FF6B6B;

  /* 동적 삽입 요소 */
  right: 85px;
  top: 0px;
}

.new-badge-popup {
  z-index: 9;
  width: 180px;
  display: block;
  margin-top: 5px;
  position: absolute;
  border: 1px solid #6449FC;
  border-radius: 8px;
  box-shadow: 0 0 15px rgb(0 0 0 / 15%);
  text-align: center;
  top: 55px;
  right: -90px;
}

.new-badge-popup:after {
  content: "";
  position: absolute;
  top: -6px;
  left: 40px;
  height: 0;
  width: 1px;
  border-bottom: 8px solid #6449fc;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
}

.new-badge-popup:after {
  content: "";
  position: absolute;
  top: -6px;
  left: 40px;
  height: 0;
  width: 1px;
  border-bottom: 8px solid #6449fc;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
}

.new-badge-popup header {
  padding: 6px 0;
  background-color: #6449FC;
  font-weight: bold;
  font-size: 13px;
  line-height: 19px;
  color: #fff;
  border-radius: 5px 5px 0 0;
}

.new-badge-popup header button {
  position: absolute;
  top: 5px;
  right: 12px;
  width: 12px;
  height: 20px;
  background: url(/flow-renewal/assets/images/icons/btn-close-new-badge-pop.svg) no-repeat center;
}

.new-badge-popup header button i {

}

.new-badge-popup article {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 12px 12px 10px;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
}

.new-badge-popup article p {
  width: 100%;
  font-size: 12px;
  color: #555;
}

.new-badge-popup article button {
  margin-top: 13px;
  padding: 3px 0;
  width: 100%;
  color: #6449FC;
  background: #F8F7FF;
  border: 1px solid #6449FC;
  box-sizing: border-box;
  border-radius: 3px;
  font-size: 13px;
}

.new-badge-popup.new-badge-reminder {
  top: 30px;
  right: -90px;
}

.new-badge-popup.new-badge-routine {
  top: 55px;
  right: -90px;
}

.wide-post .project-detail-inner .small-style-wrap {
  max-width: 80%;
}

.wide-post .project-board-wr {
  max-width: 80%;
}

article.pledge-popup {
  display: flex;
  flex-direction: column;
  width: 90%;
  max-width: 600px;
  min-width: 300px;
  max-height: 95%;
  /*height: 528px;*/
  margin: 0 auto;
  padding: 20px 30px;
  background-color: #fff;
  box-shadow: 20px 20px 30px rgb(0, 0, 0);
  border-radius: 10px;
  /*overflow: hidden;*/
}

article.pledge-popup .pledge-popup-header {
  position: relative;
  margin-bottom: 20px;
}

article.pledge-popup .pledge-popup-header span {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

article.pledge-popup .pledge-popup-header > button {
  position: absolute;
  right: -10px;
  width: 15px;
  height: 15px;
  background: url(/flow-renewal/assets/images/login-sprite.png) no-repeat -232px -153px;
  background-size: 660px auto;
}

article.pledge-popup .pledge-popup-header > button > span {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

article.pledge-popup .pledge-popup-body {
  border: 1px solid #ddd;
  border-radius: 4px;
  overflow: auto;
}

article.pledge-popup .pledge-popup-body dl dt,
article.pledge-popup .pledge-popup-body dl dd ol li {
  margin-bottom: 10px;
}

article.pledge-popup .pledge-popup-body dl {
  padding: 10px 20px;
  font-size: 13px;
  color: #555;
}

article.pledge-popup .pledge-popup-footer {
  margin-top: 20px;
  text-align: center;
}

article.pledge-popup .pledge-popup-footer button {
  display: inline-block;
  width: 165px;
  height: 36px;
  font-size: 13px;
  box-sizing: border-box;
  border-radius: 4px;
}

article.pledge-popup .pledge-popup-footer button:first-child {
  margin-right: 5px;
  border: 1px solid #ddd;
  color: #555;
}

article.pledge-popup .pledge-popup-footer button:last-child {
  background-color: #6449FC;
  color: #fff;
}

.flow-unlock-popup {
  padding: 15px 0;

}

.flow-unlock-popup .flow-content {
  text-align: center;
}

.flow-unlock-popup .flow-content p {
  margin-bottom: 10px;
}

.flow-unlock-popup a.unlock-link {
  display: inline-block;
  margin: 10px 0;
  color: #623AD6;
  text-decoration: underline;
  text-underline-position: under;
}

.login-unlock-button {
  display: block;
  /*width: 374px;*/
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  background: #623AD6;
  border-radius: 4px;
  font-size: 13px;
}

/* 프로젝트 설정 강제 팝업 */
.user-info-compulsion-popup {
  width: 600px;
  margin: 0 auto;
  padding: 20px 30px;
  background-color: #fff;
  box-shadow: 20px 20px 30px rgb(0 0 0 / 20%);
  border: 1px solid #777;
  border-radius: 10px;
}

.user-info-compulsion-popup header {
  position: relative;
  margin-bottom: 30px;
}

.user-info-compulsion-popup header h1 {
  margin: 0;
  line-height: 24px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

.user-info-compulsion-popup header a {
  right: 0;
}

.user-info-compulsion-popup dl {
  margin-bottom: 30px;
}

.user-info-compulsion-popup dl dt {
  margin: 20px 0;
  line-height: 20px;
  font-size: 13px;
  font-weight: bold;
  color: #555;
}

.user-info-compulsion-popup dl dt:first-child {
  margin-top: 0;
}

.user-info-compulsion-popup dl dd ul {
  font-size: 13px;
}

.user-info-compulsion-popup dl dd ul li {
  display: flex;
  line-height: 38px;
}

.user-info-compulsion-popup dl dd ul li > span {
  display: inline-block;
  padding-left: 10px;
  width: 130px;
  color: #555;
}

.user-info-compulsion-popup dl dd ul li > div {
  display: inline-block;
  width: calc(100% - 140px);
}

.user-info-compulsion-popup dl dd ul li > div.url-input-box {
  display: flex;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.user-info-compulsion-popup dl dd ul li > div.url-input-box > span {
  display: inline-block;
  line-height: 40px;
}

.user-info-compulsion-popup dl dd ul li > div.url-input-box > input {
  line-height: 40px;
  border-bottom: none;
  padding: 0 0 0 10px;
}

.user-info-compulsion-popup dl dd ul li > div > span {
  line-height: 15px;
}

.user-info-compulsion-popup dl dd ul li > div > input {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  width: 100%;
}

.user-info-compulsion-popup dl dd ul li > div > input.active {
  border-bottom: 1px solid #777;
}

.user-info-compulsion-popup dl dd ul li > div > input.error {
  color: #FF6B6B;
  border-bottom: 1px solid #777;
}

/* Chrome, Safari, Edge, Opera */
.user-info-compulsion-popup dl dd ul li > div > input[type=number]::-webkit-outer-spin-button,
.user-info-compulsion-popup dl dd ul li > div > input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.user-info-compulsion-popup dl dd ul li > div > input[type=number] {
  -moz-appearance: textfield;
}


.user-info-compulsion-popup dl dd ul li > div > p {
  line-height: 18px;
  font-size: 12px;
}

.user-info-compulsion-popup dl dd ul li > div > p span {
  display: none;
}

.user-info-compulsion-popup dl dd ul li > div > p span.active {
  display: block;
  margin: 10px 0 20px;
}

.user-info-compulsion-popup dl dd ul li > div > p span:nth-child(1) {
  color: #555;
}

.user-info-compulsion-popup dl dd ul li > div > p span:nth-child(2) {
  color: #6449FC;
}

.user-info-compulsion-popup dl dd ul li > div > p span:nth-child(3) {
  color: #FF6B6B;
}

.user-info-compulsion-popup dl dd ul li > div > select {
  padding: 10px 14px;
  width: 100%;
  /*background: #FFF;*/
  background: #FFF url(/flow-renewal/assets/images/section-ar-1.png) 95% 50% no-repeat;
  border: 1px solid #DDD;
  box-sizing: border-box;
  border-radius: 4px;
}

.user-info-compulsion-popup footer {
  display: flex;
  justify-content: center;
}

.user-info-compulsion-popup button {
  padding: 10px 48px;
  background: #EEE;
  line-height: 19px;
  color: #999;
  border-radius: 4px;
}

.user-info-compulsion-popup button.active {
  background: #6449FC;
  color: #fff;
}

/* Footer 추가 건 */
/* 삼전코드 운영에서 삭제
.wrap-use-footer .main-body-wrap {
  height: calc(100% - 40px);
  /*height: 100%;*/
/*}*/
/*.wrap-use-footer .menu-group.admin:not(#leftBottomUl){*/
/*  padding-bottom: 40px;*/
/*}*/

.mainFooter {
  position: fixed;
  bottom: 0px;
  width: 100%;
  height: 40px;
  background: #2c2a34;
  border-top: 1px solid #484654;
}

.mainFooter .inner {
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  height: 100%;
}

.mainFooter p {
  color: #ddd;
}

.mainFooter .info a {
  color: #fff;
}

.mainFooter .info a:hover {
  text-decoration: underline;
}


/*  --- 에디터3.0 FLOW ---  */
.cke_inner .cke_reset_all,
.cke_inner .cke_reset_all *,
.cke_inner .cke_reset_all a,
.cke_inner .cke_reset_all textarea {
  vertical-align: middle;
  font: inherit;
}

.cke_inner .cke_top {
  margin-top: 10px;
  padding: 6px 10px 0;
  position: sticky;
  top: 0;
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.cke_inner .cke_button__bold_icon {
  background: url(/flow-renewal/assets/images/icons/ckeToolbar/t1.svg) no-repeat !important;
}

.cke_inner .cke_button__italic_icon {
  background: url(/flow-renewal/assets/images/icons/ckeToolbar/t2.svg) no-repeat !important;
}

.cke_inner .cke_button__underline_icon {
  background: url(/flow-renewal/assets/images/icons/ckeToolbar/t3.svg) no-repeat !important;
}

.cke_inner .cke_button__strike_icon {
  background: url(/flow-renewal/assets/images/icons/ckeToolbar/t4.svg) no-repeat center !important;
}

.cke_inner .cke_button__textcolor_icon {
  background: url(/flow-renewal/assets/images/icons/ckeToolbar/t5.svg) no-repeat !important;
}

.cke_inner .cke_button__table_icon {
  background: url(/flow-renewal/assets/images/icons/ckeToolbar/t6.svg) no-repeat !important;
}

.cke_inner .cke_button__input-custom_icon {
  background: url(/flow-renewal/assets/images/icons/ckeToolbar/t7.svg) no-repeat !important;
}

.cke_inner .cke_button__google-map_icon {
  background: url(/flow-renewal/assets/images/icons/ckeToolbar/t8.svg) no-repeat !important;
}

.cke_inner .cke_button__custom-table_icon {
  background: url(/flow-renewal/module/lib/ckeditor/plugins/custom-commands/icons/custom-table.png) no-repeat !important;
}

.cke_inner .cke_button__web-view_icon {
  background-position: 5px 5px !important;
  background-size: 20px !important;
}

.cke_inner .cke_button_icon {
  width: 30px;
  height: 30px;
  position: relative;
  top: -7px;
  opacity: .7;
}

.cke_inner .cke_button:hover .cke_button_icon,
.cke_inner a.cke_button_on .cke_button_icon {
  opacity: 1;
}

.cke_inner .cke_toolgroup {
  margin: 0 2px 6px 0;
}

.cke_inner a.cke_combo_button {
  width: 90px;
  height: 30px;
  margin-right: 5px;
  padding: 0;
  line-height: 29px;
}

.cke_inner .cke_combo:after,
.cke_inner .cke_toolgroup a.cke_button:last-child:after,
.cke_inner .cke_toolgroup a.cke_button.cke_button_disabled:hover:last-child:after {
  margin-top: 6px;
}

.cke_inner .cke_toolbar_start + .cke_combo_off a.cke_combo_button:hover,
.cke_inner .cke_toolbar_start + .cke_combo_off a.cke_combo_button:focus,
.cke_inner .cke_toolbar_start + .cke_combo_off a.cke_combo_button:active {
  background: #ddd;
  border: none;
  border-radius: 4px;
}

.cke_inner .cke_combo_open {
  margin: 1px 2px 1px;
}

.cke_inner .cke_combo_arrow,
.cke_inner .cke_button_arrow {
  margin: 7px 0 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #777;
}

.cke_inner .cke_button_arrow {
  margin: -4px -3px 0;
}

.cke_inner a.cke_button_expandable {
  width: 40px;
}

.cke_inner .cke_combo_on a.cke_combo_button,
.cke_inner .cke_combo_on a.cke_combo_button:active {
  background: #f9f9f9;
  border: none;
  border-radius: 4px;
}

.cke_inner a.cke_button_expandable.cke_button_off,
.cke_inner a.cke_button_expandable.cke_button_on,
.cke_inner a.cke_button_off,
.cke_inner a.cke_button_on {
  margin: 0 2px;
  padding: 6px 0;
  border: none;
}

.cke_inner a.cke_button_expandable.cke_button_off:hover,
.cke_inner a.cke_button_expandable.cke_button_off:focus,
.cke_inner a.cke_button_expandable.cke_button_off:active,
.cke_inner a.cke_button_off:hover,
.cke_inner a.cke_button_off:focus,
.cke_inner a.cke_button_off:active {
  padding: 6px 0;
  background: #ddd;
  border: none;
  border-radius: 4px;
}

.cke_inner a.cke_button_on {
  background: #ccc;
  border-radius: 4px;
}

.cke_inner a.cke_button__textcolor.cke_button_on,
.cke_inner a.cke_button__textcolor.cke_button_on:active {
  background: #f9f9f9;
}

.cke_inner + .editor-upload-menu {
  min-width: 124px;
  padding: 12px 14px;
  top: 34px;
  left: 364px;
}

.cke_inner + .editor-upload-menu button {
  height: auto;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 19px;
}

.cke_inner + .editor-upload-menu button:last-of-type {
  margin-bottom: 0;
}

.cke_inner + .editor-google-map.google-map-input {
  width: 380px;
  padding: 9px 14px 10px 14px;
  color: #999;
  font-size: 13px;
  line-height: 19px;
  top: 34px;
  left: 270px;
}

.cke_inner + .editor-google-map.google-map-input input {
  color: #555;
}


/* 해커톤 - skin color */
.btn-skin-color {
  height: 20px;
  width: 20px;
}

.btn-skin-color span {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: conic-gradient(#8b22ff 0% 25%, #ffc33b 25% 56%, #21f3d6 56% 100%);
  border-radius: 50%;
}

.skin-color-layer.modal-account {
  /*display: flex;*/
  flex-wrap: wrap;
  width: 260px;
}

.skin-color-layer.modal-account li {
  float: left;
  margin-left: 10px;
}

.skin-color-layer.modal-account li div {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  border: 1px solid #ddd;
}

.skin-color-layer.modal-account li div:hover {
  animation: skinColorAni infinite 2s;
}

@keyframes skinColorAni {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

.skin-color-layer.modal-account li div:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 10px;
}

.skin-color-layer.modal-account li div:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 20px;
  height: calc(100% - 10px);
}

.skin-color-layer.modal-account li div span {
  color: #555;
  margin-left: 15px;
}


.skin-color-layer.modal-account li[data-color-class="skin-default"] div:before,
.skin-color-layer.modal-account li[data-color-class="skin-default"] div:after {
  background: #2c2a34;
}

.skin-color-layer.modal-account li[data-color-class="skin-flow"] div:before {
  background: #6449fc;
}

.skin-color-layer.modal-account li[data-color-class="skin-flow"] div:after {
  background: #f8f7ff;
}

.skin-color-layer.modal-account li[data-color-class="skin-blue"] div:before {
  background: #044696;
}

.skin-color-layer.modal-account li[data-color-class="skin-blue"] div:after {
  background: #040a3c;
}

.skin-color-layer.modal-account li[data-color-class="skin-forest"] div:before {
  background: #718355;
}

.skin-color-layer.modal-account li[data-color-class="skin-forest"] div:after {
  background: #e9f5db;
}

/*.main-wrap header,
.main-wrap .left-task{
    transition: background-color 0.5s linear;
}*/

.main-wrap.skin-default header,
.main-wrap.skin-default .left-task {
  background: #2c2a34;
}

.main-wrap.skin-flow header {
  background: #6449fc;
  border: 1px solid #6449fc;
}

.main-wrap.skin-flow .left-task {
  background: #f8f7ff;
}

.main-wrap.skin-flow .main-search {
  background: #f8f7ff;
  border: 1px solid #f8f7ff;
}

.main-wrap.skin-flow .main-search input::placeholder,
.main-wrap.skin-flow .main-search .detail-search-button,
.main-wrap.skin-flow .menu-accordion-button,
.main-wrap.skin-flow .menu-accordion-list li,
.main-wrap.skin-flow .menu-group > li > a,
.main-wrap.skin-flow .menu-group > li a [class^="ico-"]::before,
.main-wrap.skin-flow .menu-accordion-list > li > a [class^="ico-"]::before,
.main-wrap.skin-flow .menu-accordion-group .project-more-button,
.main-wrap.skin-flow .project-more-button:before,
.main-wrap.skin-flow .menu-accordion .ico-label:before {
  color: #003566 !important;
}

.main-wrap.skin-flow .menu-accordion-button:hover,
.main-wrap.skin-flow .menu-accordion-list li:hover,
.main-wrap.skin-flow .menu-group > li > a:hover,
.main-wrap.skin-flow .menu-group > li a:hover [class^="ico-"]::before,
.main-wrap.skin-flow .menu-accordion-list > li:hover > a [class^="ico-"]::before,
.main-wrap.skin-flow .menu-accordion-group .project-more-button:hover,
.main-wrap.skin-flow .project-more-button:hover:before {
  color: #6449fc !important;
  border-color: #6449fc !important;
}

.main-wrap.skin-blue header {
  background: #044696;
  border: 1px solid #044696;
}

.main-wrap.skin-blue .left-task {
  background: #040a3c;
}

.main-wrap.skin-blue .main-search {
  background: #040a3c;
  border: 1px solid #040a3c;
}

.main-wrap.skin-forest header {
  background: #718355;
  border: 1px solid #718355;
}

.main-wrap.skin-forest .left-task {
  background: #e9f5db;
}

.main-wrap.skin-forest .main-search {
  background: #e9f5db;
  border: 1px solid #e9f5db;
}

.main-wrap.skin-forest .main-search input::placeholder,
.main-wrap.skin-forest .main-search .detail-search-button,
.main-wrap.skin-forest .menu-accordion-button,
.main-wrap.skin-forest .menu-accordion-list li,
.main-wrap.skin-forest .menu-group > li > a,
.main-wrap.skin-forest .menu-group > li a [class^="ico-"]::before,
.main-wrap.skin-forest .menu-accordion-list > li > a [class^="ico-"]::before,
.main-wrap.skin-forest .menu-accordion-group .project-more-button,
.main-wrap.skin-forest .project-more-button:before,
.main-wrap.skin-forest .menu-accordion .ico-label:before {
  color: #003566 !important;
}

.main-wrap.skin-forest .menu-accordion-button:hover,
.main-wrap.skin-forest .menu-accordion-list li:hover,
.main-wrap.skin-forest .menu-group > li > a:hover,
.main-wrap.skin-forest .menu-group > li a:hover [class^="ico-"]::before,
.main-wrap.skin-forest .menu-accordion-list > li:hover > a [class^="ico-"]::before,
.main-wrap.skin-forest .menu-accordion-group .project-more-button:hover,
.main-wrap.skin-forest .project-more-button:hover:before {
  color: #6449fc !important;
  border-color: #6449fc !important;
}

.org-null-text {
  position: relative;
  top: 40%;
  width: 50%;
  margin: 0px auto;
}

.z-20 {
  z-index: 20;
}

.section-list-item {
  height: 34px;
}

.section-list-name {
  margin-left: 10px;
  width: 76%;
  color: #555;
}

.password-expiration-popup {
  z-index: 12;
  display: flex;
  justify-content: center;
  align-items: center;
}

.allCalendarLayer {
  padding: 10px 30px;
}

/*  그룹통화 - 데스크탑모드 사이드 팝업 */
.group-call-pop {
  width: 400px;
  background: #FFFFFF;
  border-radius: 14px;
  overflow: hidden;
}

.group-call-pop .group-call-pop-tit {
  position: relative;
  padding: 15px 20px;
  background: #36CFBD;
}

.group-call-pop .group-call-pop-tit p {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #fff;
}

.group-call-pop .group-call-pop-tit p:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  background: url("/flow-renewal/assets/images/icons/call-line.svg") no-repeat center center / contain;
}

.group-call-pop .group-call-pop-tit .close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 14px;
  height: 14px;
  background: url("/flow-renewal/assets/images/icons/icon_close_white.svg") no-repeat center center / contain;
}

.group-call-pop .group-call-pop-cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px 20px;
}

.group-call-pop .post-author {
  width: 258px;
  float: none;
}

.group-call-pop .call-btn-wrap {
  display: flex;
  justify-content: flex-start;
}

.group-call-pop .call-btn-wrap button {
  width: 44px;
  height: 44px;
}

.group-call-pop .call-btn-wrap .call-off {
  margin-right: 14px;
  background: url("/flow-renewal/assets/images/icons/call-off.svg") no-repeat center center/cover;
}

.group-call-pop .call-btn-wrap .call-on {
  background: url("/flow-renewal/assets/images/icons/call-on.svg") no-repeat center center/cover;
}

/* KSH : 220530 : 마케팅 약관 동의 팝업 관련 */
.marketing-agreement-popup {
  height: auto;
}

.marketing-agree-case {

}

.marketing-agree-case > p {
  width: 95%;
}

.marketing-agree-case > p a {
  display: block;
  margin: 20px 270px 0 0;
  color: #6449fc;
}

.marketing-agree-case .flow-pop-button-type-2 {
  position: relative;
  margin: 20px 0 10px;
  bottom: 0;
}

.marketing-agree-case .flow-pop-button-type-2 > a {
  display: inline-block;
  width: 100%;
}

.marketing-agree-case .flow-pop-sub-button-2 {
  margin-left: 0;
  width: 100%;
  min-width: 100%;
}

.marketing-agree-case .marketing-disagree-button {
  display: block;
  text-align: center;
  width: 100%;
  text-decoration: underline;
  font-size: 13px;
}


/* KSH : 220530 : 마케팅 약관 동의 팝업 관련 */
.marketing-agreement-popup {
  height: auto;
}

.marketing-agree-case {

}

.marketing-agree-case > p {
  width: 95%;
}

.marketing-agree-case > p a {
  display: block;
  margin: 20px 215px 0 0;
  color: #6449fc;
}

.marketing-agree-case .flow-pop-button-type-2 {
  position: relative;
  margin: 20px 0 10px;
  bottom: 0;
}

.marketing-agree-case .flow-pop-button-type-2 > a {
  display: inline-block;
  width: 100%;
}

.marketing-agree-case .flow-pop-sub-button-2 {
  margin-left: 0;
  width: 100%;
  min-width: 100%;
}

.marketing-agree-case .marketing-disagree-button {
  display: block;
  text-align: center;
  width: 100%;
  text-decoration: underline;
  font-size: 13px;
}

/* 프로젝트의 캘린더 탭 페이지에서 스크롤 덜 잡히는 오류 해결 */
.all-calendar-nav.layer-scroll {
  padding: 0 0 38px 0;
}

.fc-view-container {
  height: calc(100% - 80px);
}

.all-calendar .fc-scroller {
  height: auto !important;
}


/* START : KSH : 220420 : 엔터건: 교원 - 팀즈화상회의 채팅쪽 팝업 */
/* 공통팝업 */
.article-popup-layer {
  background: #fff;
}

.article-popup-layer header h1 {
  margin: 0;
  font-weight: bold;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  color: #6449FC;
}

.article-popup-layer footer .popup-button-wrap {
  display: flex;
}

.article-popup-layer footer .popup-button-wrap button {
  flex: 1;
  padding: 7px 0;
  line-height: 18px;
}

.article-popup-layer footer .popup-button-wrap button.button-light-popup {
  color: #555;
  background: #FFF;
  box-sizing: border-box;
  border: 1px solid #DDD;
  border-radius: 4px;
}

.article-popup-layer footer .popup-button-wrap button.button-confirm-popup {
  color: #fff;
  background: #6449FC;
  border-radius: 4px;
}

.video-connect-select-pop {
  position: relative;
  margin: 0 auto;
  min-width: 360px;
  max-width: 360px;
  padding: 15px 20px;
  background: #fff;
  border: 1px solid #777;
  box-sizing: border-box;
  box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  height: auto;
}

.video-connect-select-pop header {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.video-connect-select-pop header h1 {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  color: #333;
}

.article-popup-layer.video-connect-select-pop footer .popup-button-wrap button {
  padding: 3px 0;
}

.article-popup-layer.video-connect-select-pop footer .popup-button-wrap button:last-child {
  margin-left: 10px;
}

.video-service-select-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 15px 0;
  padding: 9px;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  box-sizing: border-box;
  border-radius: 6px;
  cursor: pointer;
}

.video-service-select-box .ico-arrow {
  transform: rotate(180deg);
}

.video-service-select-box .ico-arrow:before {
  font-size: 16px;
  font-weight: bold;
}

.video-connect-select-pop {
  background: #fff;
  border: 1px solid #777;
  box-sizing: border-box;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
}

.video-service-select-pop {
  position: absolute;
  width: calc(100% - 40px);
  margin-top: -10px;
  background: #fff;
  border: 1px solid #777;
  box-sizing: border-box;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
}

.video-connect-select-pop li {
  padding: 8px;
  border-top: 1px solid #eeeeee;
  cursor: pointer;
}

.video-connect-select-pop li:first-child {
  border-top: 0;
}

.video-service-option-default span {
  padding-left: 11px;
  font-weight: 400;
  font-size: 13px;
  line-height: 19px;
  color: #999;
}

.video-service-option {
  display: flex;
  align-items: center;
  height: 30px;
  width: 100%;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #555555;
}

.video-service-option:hover span {
  color: #6449FC !important;
}

.video-service-option i {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 6px;
}

i.icon-default {
  background: url("/flow-renewal/assets/images/icons/icon-default.svg") no-repeat center !important;
  background-size: 32px !important;
}
i.icon-4NB{
  background: url("/flow-renewal/assets/images/icons/icon-zoom.svg") no-repeat center !important;
}

i.icon-zoom {
  background: url("/flow-renewal/assets/images/icons/icon-zoom.svg") no-repeat center !important;
}

i.icon-teams {
  background: url("/flow-renewal/assets/images/icons/icon-teams.svg") no-repeat center;
  background-size: 30px !important;

}

i.icon-webex {
  background: url("/flow-renewal/assets/images/webex-ico.png") no-repeat center !important;
  background-size: 30px !important;
}

.share-chat i.icon-zoom {
  background: #2d8cff url(/flow-renewal/assets/images/icons/icon-zoom.svg) no-repeat center !important;
  background-size: 44px !important;
}

.share-chat i.icon-teams {
  background: #5558af url(/flow-renewal/assets/images/icons/icon-teams.svg) no-repeat center !important;
  background-size: 44px !important;
}

.share-chat i.icon-zoom,
.share-chat i.icon-teams {
  border-radius: 15px;
  height: 44px;
  width: 44px;
}

/* END : KSH : 220420 : 엔터건: 교원 - 팀즈화상회의 채팅쪽 팝업 */

.icon-pop {
  right: 0;
  position: absolute;
  padding: 6px 14px 20px 14px;
  width: 293px;
  height: 248px;
  overflow-y: auto;
  background: #FFFFFF;
  border: 1px solid #777777;
  box-sizing: border-box;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
}

.icon-pop ul {
  /*display: flex;*/
}

.icon-pop ul li {
  float: left;
  margin: 14px 4px 0 0;
  width: 61px;
  display: flex;
  flex-direction: column;
}

.icon-pop ul li:nth-child(4n) {
  margin-right: 0;
}

.iconpop-img-wrap {
  padding: 0 8px;
  min-height: 45px;
  display: flex;
  align-items: center;
  border-radius: 10px;
}

.iconpop-img-wrap img {
  width: 100%;
  border-radius: 10px;
}

.icon-pop ul li em {
  text-align: center;
  font-size: 12px;
  color: #555;
  letter-spacing: -1px;
}


#postPopup .js-post-nav.ews-schedule .project-color.red {
  border: none;
  background: #ff3434;
}

#postPopup .js-post-nav.ews-schedule .project-color.gray {
  border: none;
  background: #ddd;
}

#postPopup .js-post-nav.ews-schedule .project-color.black {
  border: none;
  background: #111;
}

#postPopup .js-post-nav.ews-schedule .project-color.gray-dark {
  border: none;
  background: #999;
}

#postPopup .js-post-nav.ews-schedule .project-color.purple {
  border: none;
  background: #8B00ea;
}

#postPopup .js-post-nav.ews-schedule .project-color.blue {
  border: none;
  background: #0066ff;
}

#postPopup .js-post-nav.ews-schedule .project-color.blue-light {
  border: none;
  background: #00b3ff;
}

#postPopup .js-post-nav.ews-schedule .project-color.pink {
  border: none;
  background: #ff5caa;
}

#postPopup .js-post-nav.ews-schedule .project-color.orange {
  border: none;
  background: #fd7900;
}

#postPopup .js-post-nav.ews-schedule .project-color.yellow {
  border: none;
  background: #ffb800;
}

#postPopup .js-post-nav.ews-schedule .project-color.green {
  border: none;
  background: #00b01c;
}

#postPopup .js-post-nav.ews-schedule .project-color.green-light {
  border: none;
  background: #00b19c;
}

#postPopup #ewsSchdUpdateSelectPopup .flow-pop-button-type-1 {
  display: flex;
}

#postPopup #ewsSchdUpdateSelectPopup .flow-pop-button-type-1 > div {
  width: 100%;
  cursor: pointer;
}

#postPopup #ewsSchdUpdateSelectPopup .flow-pop-button-type-1 > div > div {
  width: 100%;
  max-width: 100%;
}

/* START : KSH : 220802 : 캘린더 반복일정 팝업 */
.calendar-repeat-popup {
  width: 530px;
  margin: 0 auto;
  color: #333;
}

.calendar-repeat-popup input[type=number] {
  -webkit-appearance: none;
  margin: 0;
}

.calendar-repeat-popup input[type=number]::-webkit-outer-spin-button,
.calendar-repeat-popup input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.calendar-repeat-popup input[type=radio] {
  display: none;
}

.calendar-repeat-popup input[type=radio] + label {
  display: inline-block;
  width: 80px;
  height: 20px;
  margin-right: 6px;
  padding-left: 25px;
  background: url(/flow-renewal/assets/images/icons/icon-radio-off.svg) center left no-repeat;
  background-size: 20px;
  font-size: 13px;
  font-weight: 400;
  color: #555;
  cursor: pointer;
}

.calendar-repeat-popup input[type=radio]:checked + label {
  background: url(/flow-renewal/assets/images/icons/icon-radio-on.svg) center left no-repeat;
  background-size: 20px;
}

.calendar-repeat-popup .input-num-wrap {
  position: relative;
  display: inline-block;
}

.calendar-repeat-popup .input-num-wrap button {
  position: absolute;
  right: 10px;
  width: 14px;
  height: 14px;
  background: url(/flow-renewal/assets/images/icons/icon-arrow-black.svg) no-repeat center;
  background-size: 16px;
}

.calendar-repeat-popup .input-num-wrap .button-calendar-num-plus {
  z-index: 1;
  top: 4px;
  transform: rotate(180deg);
}

.calendar-repeat-popup .input-num-wrap .button-calendar-num-minus {
  bottom: 4px;
}

.calendar-repeat-popup .label-date-input-wrap {
  height: 36px;
  flex: 1;
  overflow: hidden;
  cursor: pointer;
}

.calendar-repeat-popup .label-date-input-wrap label {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  line-height: 30px;
  border: 1px solid #ddd;
  border-radius: 6px;
  box-sizing: border-box;
  cursor: pointer;
}

.calendar-repeat-popup .i-date-img {
  position: absolute;
  top: 50%;
  transform: translate(0, -8px);
  right: 15px;
  width: 18px;
  height: 16px;
  background: url(/flow-renewal/assets/icon-font/svg/calendar-gray.svg) no-repeat center;
}

.calendar-repeat-popup .label-date-input-wrap label.disabled,
.calendar-repeat-popup select:disabled {
  color: #999;
  background: #eee;
  border: 1px solid #ddd;
}

.calendar-repeat-popup .disabled .i-date-img {
  background: url(/flow-renewal/assets/icon-font/svg/calendar-gray-hover.svg) no-repeat center;
}

.calendar-repeat-popup .label-date-input-wrap input {
  height: 100%;
  width: 100%;
  background-color: transparent;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  text-align: center;
  color: #333;
}

.calendar-repeat-popup header {
  position: relative;
}

.calendar-repeat-popup header > span {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #333;
}

.calendar-repeat-popup .popup-main {
  padding: 0 30px;
}

.calendar-repeat-popup .day-check-wrap li {
  display: inline-block;
  width: 36px;
  height: 26px;
  border: 1px dotted #555;
  border-radius: 200px;
  font-size: 12px;
  color: #555;
  line-height: 26px;
  text-align: center;
}

.calendar-repeat-popup .day-check-wrap li.active {
  color: #fff;
  background: #6449fc;
}

.calendar-repeat-popup .day-check-wrap a {
  display: block;
}

.calendar-repeat-popup dl {
  display: flex;
  margin-bottom: 15px;
}

.calendar-repeat-popup dt {
  width: 80px;
  padding-top: 8px;
  font-weight: 700;
  font-size: 13px;
  line-height: 19px;
  color: #333;
}

.calendar-repeat-duration input,
.calendar-repeat-popup select {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 36px;
  font-size: 13px;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-right: 5px;
}

.calendar-repeat-duration input {
  padding: 0 20px;
}

.calendar-repeat-popup select {
  padding: 0 10px;
}

.calendar-repeat-popup .select-wrap {
  position: relative;
  display: inline-block;
  width: 80px !important;
  margin-right: 5px;
  background: url(/flow-renewal/assets/images/icons/icon-arrow-black.svg) no-repeat center right 5px;
  background-size: 16px;
}

/*.calendar-repeat-popup .select-wrap:after{*/
/*  content: '';*/
/*  position: absolute;*/
/*  top: 10px;*/
/*  right: 10px;*/
/*  width: 14px;*/
/*  height: 14px;*/
/*  background: url(/flow-renewal/assets/images/icons/icon-arrow-black.svg) no-repeat center;*/
/*  background-size: 16px;*/
/*}*/
.calendar-repeat-duration input:disabled,
.calendar-repeat-popup select:disabled {
  background-color: #eee;
  color: #999;
}

.calendar-repeat-duration .day-check-wrap {
  margin-top: 22px;
}

.calendar-repeat-day {
  padding-bottom: 14px;
  border-bottom: 1px solid #eee;
}

.calendar-repeat-day li {
  display: flex;
  align-items: center;
  margin-bottom: 7px;
}

.calendar-repeat-day li div:first-child {
  width: 90px;
}

.calendar-repeat-detail li {
  display: flex;
  align-items: center;
  height: 36px;
  margin-bottom: 7px;
}

.calendar-repeat-detail dd {
  flex: 1;
}

.calendar-repeat-number-wrap {
  flex: 1;
}

.calendar-repeat-number-wrap .input-num-wrap {
  width: 100%;
}

.calendar-repeat-number-wrap input[type=number] {
  display: inline-block;
  width: 100%;
  height: 36px;
  padding: 0 20px;
  background: #fff;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.calendar-repeat-popup .popup-button-wrap {
  height: 36px;
}

.calendar-repeat-popup .popup-button-wrap button {
  flex: 1;
}

.calendar-repeat-popup .popup-button-wrap .button-light-popup {
  margin-right: 10px;
}

.webex {
  /*webex*/
}

.webex.share-chat {
  height: auto;
  padding-bottom: 15px;
}

.feed-content .webex .video-conference-join {
  padding: 0 12px;
}

.feed-content .webex .icon-post-video {
  margin-top: 6px;
}

.create-content-area .webex .icon-post-video {
  margin-top: 4px;
}

.webex .hostkey-wrap {
  display: inline-block;
  color: #777;
}

.webex .hostkey-wrap:before {
  content: "";
  display: inline-block;
  position: relative;
  top: 6px;
  width: 1px;
  height: 20px;
  background: #ddd;
  margin: 0 16px;
}

.webex .hostkey-wrap .tit {
  font-weight: bold;
  font-size: 15px;
}

.webex .hostkey-wrap .keynum {
  margin: 0 8px;
  font-size: 14px;
}

.webex .hostkey-wrap .hostkey-copy {
  display: inline-block;
}

.webex .copy-url.video-conference-join {
  width: auto;
}

.webex .host-key-value:hover {
  cursor: pointer;
  color: #6449fc;
}

.webex .video-conference-join .link-copy,
.webex .create-content-cell .link-copy {
  width: 15px;
  height: 15px;
  background: none;
}

.webex .video-conference-join .link-copy i:before,
.webex .create-content-cell .link-copy i:before {
  color: #555;
  font-size: 15px;
}

.webex .hostkey-wrap .hostkey-copy .txt {
  margin-left: 4px;
  color: #555;
  font-weight: 500;
  text-decoration: underline;
}

.menu-group .ico-project-terminate {
  display: inline-block;
  width: 16px;
  height: 16px !important;
  background: url(/flow-renewal/assets/images/icons/icon-project-terminate.svg) no-repeat;
}

li:hover > button.left-menu-item .ico-project-terminate {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(/flow-renewal/assets/images/icons/icon-project-terminate-on.svg) no-repeat;
}

.section-list-1 li .terminate-project-tag {
  display: none;
}

.terminate-project-tag {
  display: none;
  padding: 2px 10px 3px;
  margin-left: 20px;
  font-weight: 700;
  font-size: 13px;
  line-height: 19px;
  color: #333;
  background: #eee;
  border: 1px solid #333;
  border-radius: 12px;
}

.terminate-project-item .terminate-project-tag {
  display: inline-block !important;
}

.terminate-project-item .terminate-project-tag + .share-project-ttl {
  margin-left: 8px;
}

.project-search-item.terminate-project-item .terminate-project-tag {
  margin: 0 11px 0 0;
}

.terminate-project-item .all-task-project .terminate-project-tag {
  margin: 0 4px 0 0;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .alarm-banner.ie-banner {
    display: flex;
    background: #FF6B6B;
  }

  .alarm-banner.ie-banner .icons-alarm-wrapper {
    padding: 0;
    background: transparent;
  }

  .alarm-banner.ie-banner .icons-warning {
    display: inline-block;
    width: 36px;
    height: 36px;
    background: url(/flow-renewal/assets/images/icons/icons-warning.svg) no-repeat;
    background-size: cover;
  }

  .alarm-banner.ie-banner .top-banner-button {
    font-weight: 700;
  }

}

/*
** 프로필 노출정보 개선(영문 줄넘김)
*/
.minify-profile .post-author .thumbnail {
  flex-shrink: 0;
}

/* 게시글 */
.minify-profile .post-author-info dt {
  flex-wrap: wrap;
}

.minify-profile .post-author-info .author {
  min-width: 100%;
  margin-bottom: 3px;
  margin-right: 0;
  /*font-size: 15px;*/
}

.minify-profile .post-author-info .date {
  margin: 0;
}

.minify-profile .post-card-wrapper .card-header-top .post-author .post-author-info dd {
  display: none;
}

/* 우측 참여자목록 */
.minify-profile .post-author {
  display: flex;
  align-items: center;
}

.minify-profile .post-author .position {
  min-width: 100%;
  color: #999;
  line-height: 1.3em;
}

.minify-profile .feed-content .post-author .position {
  display: none;
}

.minify-profile .post-author .company,
.minify-profile .post-author .team {
  display: none;
}

.minify-profile .project-invite-popup-1 {
  width: 520px;
}

/*  참여자 팝업 -302 */
.minify-profile #allSendienceUl .flow-project-make-1 .post-author-info {
  width: 302px;
}

.minify-profile .flow-project-make-1 .post-author em {
  min-width: 100%;
}

/*  참여요청 팝업  */
.minify-profile #joinParticipantsArea {
  width: 100%;
}

.minify-profile #joinParticipantsArea .mini-mode-area-list-type-1 strong {
  max-width: 260px;
  margin-right: 0;
}

.minify-profile #joinParticipantsArea .post-author,
.minify-profile #joinParticipantsArea .post-author-info {
  width: 100%;
}

.minify-profile #joinParticipantsArea .post-author-info dt {
  flex-wrap: nowrap;
}

.minify-profile #joinParticipantsArea .post-author-info .author {
  min-width: calc(100% - 24px);
}

/*  우측 조직도, 채팅 목록  */
.mini-mode-area-list-type-1 > p:not(.join-participant-name) {
  width: 260px;
}

.mini-favorite-member .mini-mode-area-list-type-1 > p:not(.join-participant-name) {
  max-width: 220px;
}

.minify-profile .mini-mode-area-list-type-1 > p {
  flex-wrap: wrap;
}

.minify-profile .mini-mode-area-list-type-1 .name,
.minify-profile .mini-mode-area-list-type-1 .position {
  min-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.minify-profile #organizationLayer .position {
  color: #999;
  line-height: 16px;
}

.minify-profile #organizationLayer .mini-mode-text-gray-1 {
  display: none;
}

.minify-profile #chattingLayer .post-author-info {
  width: 270px;
}

.minify-profile #chatMemberList .my-check-2 {
  display: none;
}

.minify-profile #messengerMenuLayer .post-author dl.post-author-info {
  /*width: 190px;*/
}

/*  프로필  - 한글/글로벌 공통부분으로 수정  */
.name-card .info-box {
  flex-wrap: wrap;
  width: 290px;
}

.name-card .info .name,
.name-card .info .position {
  min-width: 100%;
}

.name-card .info .name {
  margin: 0 0 6px 0;
  font-size: 20px;
  line-height: 23px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.name-card .position {
  color: #eee;
}

.name-card .info-box:nth-child(2) {
  display: none;
}

.contact-contents .company-info div {
  display: flex;
  flex-direction: column;
  width: calc(100% - 40px);
  min-height: 40px;
  padding: 11px 0;
  border-bottom: 1px solid #eee;
}

.contact-contents .company-info strong {
  display: block;
  /*overflow: hidden;*/
  /*white-space: nowrap;*/
  /*text-overflow: ellipsis;*/
  font-weight: bold;
}

.contact-contents .company-info em {
  padding: 3px 0 0 0;
}

.profile-popup .contact-section {
  max-height: 280px;
  overflow-y: scroll;
}

/*  담당자 팝업  */
.minify-profile .project-invite-popup .post-author-info dd {
  display: none;
}

.minify-profile .project-invite-popup .project-invite-popup-body .project-invite-choiceList > li .post-author .post-author-info,
.project-invite-popup li.js-member-item .post-author .post-author-info {
  max-width: 250px;
}

.minify-profile .project-invite-popup .project-invite-popup-body .project-invite-choiceList > li .post-author .post-author-info dt em {
  /*font-size: 14px;*/
  color: #999;
  min-width: 100%;
}

.minify-profile .project-invite-popup .project-invite-popup-body .project-invite-memberList > ul > li {
  max-width: 190px;
}

.minify-profile .project-invite-popup .project-invite-popup-body .project-invite-memberList > ul > li .member-name {
  max-width: 130px;
}

/*  게시물 쓰기, 읽기, 읽음확인  */
.minify-profile .all-seach-section-wrap-1 .all-seach-popup-write-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 186px;
}

.minify-profile .all-seach-section-wrap-1 .all-seach-popup-write-2 {
  flex-shrink: 0;
}

.minify-profile .all-seach-section-wrap-1 .all-seach-popup-write-all-wrap .js-registration-name {
  /*font-size: 15px;*/
}

.minify-profile .all-seach-section-wrap-1 .all-seach-popup-write-all-wrap .js-registration-name,
.minify-profile .all-seach-section-wrap-1 .all-seach-popup-write-all-wrap .js-registration-position {
  min-width: 100%;
}

.minify-profile .all-seach-section-wrap-1 .all-seach-popup-write-all-wrap .js-registration-position {
  color: #999;
}

.minify-profile .all-seach-section-wrap-1 .all-seach-popup-write-wrap-2 {
  display: none;
}

.minify-profile .post-card-container .manager-btn-group .manager-item,
.minify-profile .create-post-wrap .manager-btn-group .manager-item {
  display: inline-flex;
  align-items: center;
}

.minify-profile .post-card-container .manager-btn-group .thumbnail,
.minify-profile .create-post-wrap .manager-btn-group .thumbnail {
  flex-shrink: 0;
}

.minify-profile .post-card-container .manager-btn-group .js-registration-name,
.minify-profile .create-post-wrap .manager-btn-group .js-registration-name {
  max-width: 146px;
  margin-left: 4px;
}

.temp-popup .minify-profile .read-confirmation.name-type-seach-popup-type-1 {
  width: 520px;
}

.minify-profile .read-confirmation.name-type-seach-popup-type-1 .post-author-info {
  width: 256px !important;
  margin-right: 20px;
}

/*  투표  */
.minify-profile.vote-participant-user-popup {
  width: 520px;
}

.minify-profile dl.vote-participant-list-wrap dd li {
  align-items: center;
}

.minify-profile p.vote-participant-co-info {
  display: none;
}

.minify-profile p.vote-participant-user-info {
  display: flex;
  flex-direction: column;
}

.minify-profile p.vote-participant-user-info span {
  width: 390px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.minify-profile p.vote-participant-user-info span:first-child {
  /*font-size: 15px;*/
}

.minify-profile p.vote-participant-user-info span:last-child {
  color: #999;
}

/*  조직도 팝업  */
.minify-profile .project-invite-popup .post-author-info dd {
  display: none;
}

.minify-profile #teamInviteLayer.project-invite-popup .project-invite-popup-body .project-invite-team .dvsn-name .dvsn-name {
  max-width: 212px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.minify-profile .project-invite-popup .project-invite-popup-body .project-invite-team {
  padding-top: 5px;
}

.minify-profile #teamInviteLayer .sub-drag-header-type-2 > .project-invite-team > span > span,
.minify-profile #organizationLayer .dvsn-name span {
  display: inline-block;
}

#organizationLayer .dvsn-name .dvsn-name {
  max-width: 300px;
}

#organizationLayer .dvsn-name > span {
  display: inline-block;
}

.minify-profile #organizationLayer .mini-mode-area-list-type-1 strong {
  max-width: unset;
  margin-right: 0;
}

/*  채팅, 화상회의  */
.minify-profile .chat-notice .author .js-register-name {
  max-width: 196px;
  /*font-size: 14px;*/
}

.minify-profile .chat-container .user-title strong {
  max-width: 344px;
  white-space: normal;
}

.minify-profile .chat-menu .post-author em {
  max-width: 100%;
  color: #999;
}

.minify-profile .chat-menu .menu-participants .participants-list .post-author {
  margin-left: 10px;
}

.minify-profile .chat-container .user-title em,
.minify-profile .chat-container .user-sub-title > *,
.minify-profile .user-sub-wr .user-title em,
.minify-profile .user-sub-wr .user-sub-title > * {
  display: none;
}

/*  좋아요  */
.minify-profile .reaction-check-popup,
.minify-profile .reaction-check-popup .name-type-seach-popup-type-1 {
  width: 520px;
}

.minify-profile .reaction-check-popup .post-author-info .author {
  word-wrap: break-word;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/*  사이드바 알람  */
.minify-profile #alarmUl .all-text-wrap-type-2 {
  max-width: 230px;
  text-overflow: unset;
  white-space: unset;
  overflow: visible;
}

/*  미확인 알림  */
.minify-profile .unidentified-item.title {
  display: block;
}

.minify-profile .unidentified-name {
  display: inline;
  line-height: 18px;
}

/*  멘션  */
.mention-ul .post-author-info,
.minify-profile .mention-ul .post-author-info {
  width: 176px;
}

.minify-profile .mention-ul .post-author {
  width: 100%;
}

.minify-profile .mention-ul .post-author span {
  flex-shrink: 0;
}

.minify-profile .mention-ul .post-author em {
  max-width: 100%;
}

.minify-profile .mention-ul .post-author-info dd {
  display: none;
}

/*
** 채팅 통합검색 no.191930
*/
/*  검색영역 버튼  */
.chat-search-total {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  padding: 8px 10px;
  font-size: 12px;
  color: #333;
}

.chat-search-total:hover {
  color: #6449FC;
}

.mini-mode-right-section-1 .chat-search-total {
  right: 10px;
}

.chat-search-total.move-search-total {
  right: 50px;
}

.mini-mode-right-section-1 .chat-search-total.move-search-total {
  right: 20px;
}

/*  채팅 통합검색 - 팝업  */
.chat-search-pop {
}

.chat-header.total-search {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
  border: none;
  box-shadow: none;
}

.total-search-cont {
  /*margin-top: 50px;*/
}

.total-search-cont .all-setup-type-2 {
  margin: 0 20px 10px;
}

.total-search-cont .all-setup-input-type-1 {
  border-color: #999;
}

.total-search-cont .all-setup-input-type-1:focus {
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
}

.total-search-cont .tab-menu {
  display: flex;
  height: 42px;
  margin: 0 -20px;
}

.total-search-cont .tab-menu li {
  width: calc(100% / 4);
  margin: 0 auto;
  text-align: center;
  float: none !important;
}

.total-search-cont .tab-menu li span:after {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  position: relative;
  top: -2px;
  background-color: #ccc;
  border-radius: 10px;
}

.total-search-cont .tab-menu li span.on:after {
  background-color: #333;
}

.total-search-cont .btn-search-delete {
  right: 10px;
  background: #555;
}

.search-info {
  position: relative;
  width: 100%;
  height: 300px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  background: #fff;
  padding-top: 50px;
}

.search-info img {
  display: block;
  margin: 0 auto;
}

.search-info p {
  margin-top: -40px;
  text-align: center;
  font-size: 13px;
  color: #999;
}

.search-info.no-result p {
  margin-top: 20px;
}

.search-info.no-result img {
  /*width: 90px;*/
}

.total-search-result {
  position: relative;
  height: 100vh;
}

.total-search-result .txt-ellipsis,
.total-search-result .info > * {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.total-search-result .chat-list-area {
  width: 100%;
}

.total-search-result .result-wrap {
  width: 100%;
  height: calc(100vh - 154px);
  background: #fff;
  overflow-y: scroll;
}

.total-search-result .sort {
  margin-top: 20px;
}

.total-search-result .sort {
  margin-top: 20px;
}

.total-search-result .sort .opt-wrap {
  height: 45px;
}

.total-search-result .sort .tit,
.total-search-result .sort .opt-wrap,
.total-search-result .sort > ul {
  padding: 0 20px;
}

.total-search-result .tit,
.total-search-result .tit div {
  display: flex;
  align-items: center;
}

.total-search-result .tit {
  justify-content: space-between;
  width: 100%;
  font-weight: bold;
}

.total-search-result .tit h2 {
  font-size: 14px;
  color: #333;
}

.total-search-result .tit span {
  font-size: 15px;
  color: #999;
  margin-left: 4px;
}

.total-search-result .tit button {
  display: none;
  padding: 0 10px;
  margin-right: -10px;
  font-size: 12px;
  font-weight: 500;
  color: #777;
}

.total-search-result .tit button:hover {
  color: #6449FC;
}

.total-search-result .tit button.active {
  display: block;
  color: #6449FC;
}

.total-search-result .sort > ul li {
  cursor: pointer;
  border-bottom: 1px solid #eee;
}

.total-search-result .sort > ul li:hover {
  background: #EFEBFF;
}

.total-search-result li:last-child {
}

.total-search-result .mini-mode-text-sub-area-1:after {
  display: none;
}

.total-search-result .result-wrap .mini-mode-text-sub-area-1 {
  justify-content: space-between;
}

.total-search-result .result-wrap .mini-mode-chattng-type-text-2 {
  position: relative;
  height: auto;
  white-space: nowrap;
}

.total-search-result .result-wrap .mini-mode-chattng-type-3 {
  flex-shrink: 0;
  margin: 0;
}

.total-search-result .profile.type3 .profile-img:first-child {
  display: block;
  margin: 0 auto;
}

.total-search-result .result-wrap .txt-wrap {
  width: calc(100% - 54px);
}

.total-search-result .result-wrap .info {
  display: flex;
  justify-content: space-between;
}

.total-search-result .result-wrap .info > p {
  display: flex;
  align-items: center;
  /*  max-width: 240px;*/
  max-width: calc(100% - 100px);
  font-size: 13px;
  font-weight: 700;
}

.total-search-result .result-wrap .info > p > strong {
  color: #333;
  font-size: 13px;
  font-weight: 700;
}

.total-search-result .result-wrap .info .mini-mode-chattng-type-2 {
  margin-left: 4px;
}

.total-search-result .txt-wrap > .info:last-child {
  justify-content: flex-start;
  align-items: center;
}

.total-search-result .txt-wrap > .info:last-child .user-title {
  width: auto;
  margin-right: 6px;
  font-size: 12px;
  color: #555;
}

.total-search-result .txt-wrap > .info:last-child .mini-mode-chattng-type-text-2 {
  font-size: 13px;
}

.total-search-result .txt-wrap > .info:last-child .mini-mode-chattng-type-text-2:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 10px;
  background: #ccc;
  margin: 0 8px;
}

.total-search-result .txt-wrap > .info:last-child .room-title {
  margin-left: 6px;
  font-size: 12px;
  color: #555;
  max-width: 40%;
}

.total-search-result .txt-phrase {
  margin-top: 4px;
  color: #777;
  font-size: 13px;
  line-height: 19px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.total-search-result .by-cont .txt-phrase {
  margin: 0 0 4px;
}

.total-search-result .mini-mode-text-gray-1 {
  display: flex;
  align-items: center;
}

.total-search-result .mini-mode-text-gray-1 > span {
  font-size: 13px;
}

.total-search-result .mini-mode-text-gray-1 i + span a {
  font-size: 12px;
}

.total-search-result .txt-phrase strong {
  color: #333;
  background: #FFF171;
}

/*
** //채팅 통합검색 no.191930
*/

/* 채팅방 편집(삭제)기능 */
.side-wr .popup-button.setting {
  display: flex;
  position: relative;
  width: auto;
  height: auto;
  border: 0;
  top: 0;
  color: #555;
  font-weight: 500;
  font-size: 13px;
}

.side-wr .popup-button.setting i.icon-setting {
  position: relative;
  display: inline-block;
  top: 0;
  background: url(/flow-renewal/assets/images/icons/icon-project-setting.svg) no-repeat;
  height: 18px;
  width: 18px;
  margin-right: 2px;
}

.side-wr .popup-button.setting:hover {
  color: #6449fc;
}

.side-wr .popup-button.setting:hover i.icon-setting {
  background: url(/flow-renewal/assets/images/icons/icon-project-setting-hover.svg) no-repeat;
}

.chat-edit-mode-tab,
.chat-edit-mode-wrap {
  display: none;
}

.chat-edit-mode .chat-edit-mode-tab {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 40px);
  margin-left: 20px;
}

.chat-edit-mode .side-contents .tab-menu,
.chat-edit-mode .side-contents .popup-right {
  display: none;
}

.chat-edit-mode .btn-close {
  display: none !important;
}

.chat-edit-mode-tab .chat-edit-button {
  padding: 5px 10px 4px 0;
  color: #777;
  font-weight: 500;
  font-size: 12px;
}

.chat-edit-mode-tab .chat-edit-button .icons-donwload {
  transform: rotate(90deg);
  display: inline-block;
  margin-right: 3px;
  line-height: 14px;
}

.chat-edit-mode-tab .chat-edit-button .icons-donwload:before {
  color: #777;
  font-size: 13px;
}

.chat-edit-mode-tab .chat-edit-button:hover,
.chat-edit-mode-tab .chat-edit-button:hover .icons-donwload:before {
  color: #6449fc;
}

.chat-edit-mode-tab li:last-child button {
  margin-left: 5px;
  padding: 4px 10px 5px;
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  background-color: #6449fc;
  border-radius: 4px;
}

.chat-edit-mode-tab li:last-child button.disabled {
  color: #999;
  background-color: #eee;
}

.chat-edit-mode.side-wr .all-setup-type-2 {
  display: none;
}

.chat-edit-mode .chat-edit-mode-wrap {
  position: relative;
  display: block;
  z-index: 1;
  height: 34px;
  margin: 10px 0;
  padding: 0 20px;
}

.chat-edit-mode-wrap > ul {
  height: 100%;
  margin-top: 6px;
  text-align: center;
}

.chat-edit-mode-wrap .no-check-case {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  color: #777;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
}

.chat-edit-mode-wrap .no-check-case > i {
  margin-right: 7px;
}

.chat-edit-mode-wrap .check-case {
  display: inline-block;
  height: 34px;
  margin: 0 auto;
  padding: 0 18px;
  border: 1px solid #6449fc;
  font-size: 12px;
  background: #fff;
  box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.1);
  border-radius: 17px;
}

.chat-edit-mode-wrap .check-case > div {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.chat-edit-mode-wrap .check-case p span {
  color: #6449fc;
}

.chat-edit-mode-wrap .check-case > div > button {
  margin-left: 10px;
  color: #ff3434;
}

.chat-edit-mode.side-wr .participants-list li {
  padding: 10px 30px 10px 20px;
}

.chat-edit-chk-wrap {
  display: none;
}

.chat-edit-mode .chat-edit-chk-wrap {
  display: inline-block;
  min-width: 20px;
  height: 20px;
  margin-right: 15px;
}

.chat-edit-mode .chat-edit-chk-wrap input[type="checkbox"] {
  display: none;
}

.chat-edit-mode .chat-edit-chk-wrap input[type="checkbox"] + label {
  display: flex;
  width: 20px;
  height: 20px;
  justify-content: center;
  border: 1px dotted #555;
  border-radius: 50%;
  cursor: pointer;
}

.chat-edit-mode .chat-edit-chk-wrap input.disabled[type="checkbox"] + label {
  border: 1px solid #999;
  background-color: #ccc;
}

.chat-edit-mode .chat-edit-chk-wrap input[type="checkbox"] + label .icons-check-2 {
  transform: scale(0.8);
}

.chat-edit-mode .chat-edit-chk-wrap input[type="checkbox"] + label .icons-check-2:before {
  position: relative;
  top: initial;
  left: initial;
  transform: initial;
  color: #999;
}

.chat-edit-mode li[data-room-kind="T"] .chat-edit-chk-wrap input[type="checkbox"] + label,
.chat-edit-mode .chat-edit-chk-wrap input[type="checkbox"][room-gb="3"] + label,
.chat-edit-mode .chat-edit-chk-wrap input[type="checkbox"][room-gb="2"][only-manager-yn="Y"] + label {
  border: 1px solid #999;
  background: #ccc;
}

.chat-edit-mode .chat-edit-chk-wrap input[type="checkbox"]:checked + label {
  background-color: #6449fc;
}

.chat-edit-mode .chat-edit-chk-wrap input[type="checkbox"]:checked + label .icons-check-2:before {
  color: #fff;
}

.chat-setting-pop {
  z-index: 1;
  position: absolute;
  top: 30px;
  right: 96px;
  min-width: 72px;
  padding: 8px 12px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
}

.chat-setting-pop li {
  margin: 0 0 4px 0;
}

.chat-setting-pop li button {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  color: #555;
}

.chat-setting-pop li:hover button {
  color: #6449fc;
}


/* 전달하기 기능 팝업 */
.forward-pop {
  margin: 0 auto;
  position: relative;
  width: 674px;
  min-height: 450px;
  height: 64vh;
  padding: 20px 30px 20px 30px;
  background: #fff;
  border: 1px solid #999;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 20px 20px 30px rgb(0 0 0 / 20%);
  box-shadow: 20px 20px 30px rgb(0 0 0 / 20%);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.forward-pop.js-hide-popup-area .menu-text-popup-1 {
  padding: 0 18px;
  height: 35px;
  line-height: 35px;
  position: absolute;
  top: auto;
  bottom: 65px;
  left: 50%;
  transform: translateX(-50%);
}

.forward-pop .content-wr {
  height: calc(100% - 160px);
}

.forward-pop .section-list-1 {
  display: none;
  /*overflow: auto;*/
}

.forward-pop .section-list-1.chat-room-case {
  padding-bottom: 10px;
}

.forward-pop .section-list-1.on {
  display: block;
}

.share-tab {
  display: flex;
}

.share-tab a {
  flex: 1;
  width: 50%;
  height: 40px;
  margin: 0;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
  border-bottom: 2px solid #ccc;
}

.share-tab a.on {
  border-bottom: 2px solid #333;
}

.chat-room-case + .sub-drag-section-2 {
  display: none;
  bottom: 60px;
}

.chat-room-case.on + .sub-drag-section-2 {
  display: block;
}

.forward-pop .profile.type3 .profile-img,
.forward-pop .profile.type4 .profile-img {
  width: 20px;
  height: 20px;
}

.forward-pop .mini-mode-main-picture-1 {
  min-width: 40px;
}

.forward-pop .project-item.on,
.forward-pop .section-list-1 li a:hover,
.forward-pop .section-list-1 li.on {
  background-color: #efebff;
}

.forward-pop .project-item.on .forward-chat-name,
.forward-pop li:hover .forward-chat-name,
.forward-pop .sub-drag-section-2 .section-list-1 li.on strong {
  color: #6449fc;
}

.forward-pop .project-item.on .check-menu-item::before,
.forward-pop .js-participant-item.on .check-menu-item::before {
  background-image: url(/flow-renewal/assets/images/icons/icon_check_on.png);
}

.forward-pop .sub-drag-picture-section-1 {
  margin: 0;
}

.forward-pop .sub-drag-picture-section-1 > div > ul {
  padding: 10px 20px 0;
}

.forward-pop .sub-drag-section-2 {
  display: none;
}

.forward-pop .sub-drag-section-2 .section-list-1 {
  display: block;
  /*height: calc(100% - 30px);*/
}

.forward-pop .sub-drag-section-2 .section-list-1 li strong {
  padding: initial;
  background-color: initial;
  margin-left: 0;
  font-size: 14px;
  color: #333;
}

.forward-pop .mini-mode-text-sub-area-1 {
  width: 100%;
  padding-left: 10px;
}

.forward-chat-name {
  font-weight: 700;
  font-size: 13px;
  line-height: 15px;
  color: #333;
}

.forward-chat-num {
  min-width: 40px;
  font-weight: 700;
  font-size: 13px;
  line-height: 15px;
  color: #999;
}

.forward-chat-num.d-none {
  display: none;
}

.forward-pop li.null-case {
  position: relative;
  height: 100%;
}

.forward-pop li.null-case .null-wr {
  top: 50px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .alarm-banner.ie-banner {
    display: flex;
    background: #FF6B6B;
  }

  .alarm-banner.ie-banner .icons-alarm-wrapper {
    padding: 0;
    background: transparent;
  }

  .alarm-banner.ie-banner .icons-warning {
    display: inline-block;
    width: 36px;
    height: 36px;
    background: url(/flow-renewal/assets/images/icons/icons-warning.svg) no-repeat;
    background-size: cover;
  }

  .alarm-banner.ie-banner .top-banner-button {
    font-weight: 700;
  }
}

/*프로젝트 투어*/
.prj-tour-wrap.on + .main-top, /*프로젝트 투어 실행 시 상단 GNB 숨겨짐*/
.prj-tour-wrap,
.prj-tour-wrap.on .pop-type-basic {
  display: none;
}

.prj-tour-wrap.on + .main-top + div + div + .main-body-wrap {
  height: 100%;
}

.prj-tour-wrap.on {
  display: block;
}

.prj-tour-wrap.on .pop-type-basic.on {
  display: flex;
}

.prj-tour-wrap.on .prj-tour-start {
  width: 600px;
  height: 240px;
}

.prj-tour-wrap.on .prj-tour-start .prj-t-img,
.prj-tour-wrap.on .prj-tour-start .prj-t-txt {
  display: inline-block;
  width: 300px;
}

.prj-tour-wrap.on .prj-tour-start .prj-t-img img {
  width: 100%;
  height: 100%;
  border-radius: 10px 0 0 10px;
}

.prj-tour-wrap.on .prj-tour-start .prj-t-txt {
  padding: 44px 26px;
  background: #fff;
  border-radius: 0 10px 10px 0;
}

.prj-tour-wrap.on .prj-tour-start .prj-t-txt b {
  display: block;
  margin-bottom: 8px;
  color: #333;
  font-size: 24px;
  font-weight: 700;
}

.prj-tour-wrap.on .pop-type-basic p {
  margin-bottom: 30px;
  color: #777;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.28px;
}

.prj-tour-wrap.on .prj-tour-email {
  flex-wrap: wrap;
  width: 450px;
  height: 370px;
  padding: 50px 38px 20px 38px;
}

.prj-tour-wrap.on .prj-tour-email p {
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}

.prj-tour-wrap.on .pop-type-basic button:not(.type-bd) {
  width: 100%;
  padding: 8px 0;
  background: #6449FC;
  border-radius: 6px;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
}

.prj-tour-wrap.on .pop-type-basic button:not(.type-bd):hover,
.prj-tour-deletebutton button:hover {
  background: #7163C3;
}

.prj-tour-wrap.on .prj-tour-email button {
  border-radius: 4px;
}

.prj-tour-wrap.on .prj-tour-email .btn-close {
  top: 20px;
  right: 20px;
}

.prj-tour-wrap.on .prj-tour-email img {
  width: 220px;
  height: 118px;
  margin: 0 auto;
}

.prj-tour-wrap.on .prj-tour-email b {
  margin: 20px auto 6px auto;
  color: #333;
  font-size: 20px;
  font-weight: 700;
}

.prj-tour-wrap.on .prj-tour-email input {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 20px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #fff;
}

.prj-tour-wrap.on .flow-project-popup-6 {
  max-width: 360px;
  width: 100%;
}

.prj-tour-wrap.on .flow-project-popup-6 .flow-content {
  width: 100%;
  padding: 25px 20px 15px 20px;
}

.prj-tour-wrap.on .flow-project-popup-6 .flow-content p {
  margin-bottom: 0;
  line-height: 20px;
}

.prj-tour-wrap.on .flow-project-popup-6 .flow-content div + button,
.prj-tour-wrap.on .flow-project-popup-6 .tour-button .type-bd,
.prj-tour-wrap.on .flow-project-popup-6 .tour-button .type-bg {
  height: 26px;
  font-size: 12px;
  line-height: 26px;
}

.prj-tour-wrap.on .flow-project-popup-6 .flow-content div + button,
.prj-tour-wrap.on .flow-project-popup-6 .tour-button {
  padding: 0;
}

.prj-tour-wrap.on .flow-project-popup-6 .tour-button .type-bd,
.prj-tour-wrap.on .flow-project-popup-6 .tour-button .type-bg {
  width: 50%;
}

.prj-tour-deletebutton {
  display: block;
  width: 120px;
  height: 40px;
  position: absolute;
  right: 50px;
  bottom: 50px;
  z-index: 10;
}

.prj-tour-deletebutton button {
  display: flex;
  width: 100%;
  align-items: center;
  background: #6449FC;
  border-radius: 20px;
}

.prj-tour-deletebutton button i {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(/flow-renewal/assets/images/prj-tour-img2.svg) no-repeat center center / contain;
}

.prj-tour-deletebutton button:hover i {
  background: url(/flow-renewal/assets/images/prj-tour-img2-hover.svg) no-repeat center center / contain;
}

.prj-tour-deletebutton button span {
  display: inline-block;
  position: relative;
  right: -5px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

/*[개선] 무료 체험 만료 화면 개선*/
.free-trial .pop-type-basic {
  width: 370px;
  min-height: 518px;
}

.free-trial .pop-type-basic img {
  width: 100%;
  border-radius: 10px 10px 0 0;
}

.free-trial .pop-type-basic .btn-close {
  top: 20px;
  right: 20px;
}

.free-trial .pop-type-basic .cont b {
  display: block;
  margin: 30px 0 8px 0;
  font-size: 22px;
  text-align: center;
}

.free-trial .pop-type-basic .cont p {
  color: #555;
  font-size: 14px;
  text-align: center;
  letter-spacing: -0.28px;
}

.free-trial .pop-type-basic .btn-wrap {
  width: 100%;
  padding: 30px 0 10px 0;
}

.free-trial .pop-type-basic .btn-wrap button {
  width: 100%;
}

.free-trial .pop-type-basic .cont a {
  display: block;
  width: 100%;
  color: #777;
  font-size: 13px;
  text-align: center;
  text-decoration: underline;
  cursor: pointer;
}

.free-trial .pop-type-basic .cont a:hover {
  color: #7163C3;
}

/*[엔터] 회사 공개프로젝트 정렬 기능*/
.main-header .open-prj-title{
  display: none;
}
.main-header .title-1[data-code="open"] + .open-prj-title{
  display: inline-block;
  float: right;
}
.open-prj-title .open-wrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-width: 110px;
  height: 80px;
  margin-right: 30px;
}
.open-prj-title .open-wrap .project-search.default{
  position: relative;
  top: -1px;
  right: -10px;
  cursor: pointer;
}
.open-prj-title .open-wrap .project-search.default .icons-search{
  position: relative;
  left: -34px;
}
.open-prj-title .open-wrap .project-search.default span{
  color: #333;
  font-size: 12px;
}
.open-prj-title .open-wrap .project-search.default:hover .icons-search:before,
.open-prj-title .open-wrap .project-search.default:hover span{
  color: #6449fc;
}
.open-prj-title .open-wrap .project-search-input{
  min-width: 355px;
  height: 30px;
}
.open-prj-title .open-wrap .filter-button{
  min-width: 50px;
  position: relative;
  margin-left: 20px;
}

/*프로젝트 투어*/
.prj-tour-wrap.on + .main-top, /*프로젝트 투어 실행 시 상단 GNB 숨겨짐*/
.prj-tour-wrap,
.prj-tour-wrap.on .pop-type-basic{
  display: none;
}
.prj-tour-wrap.on + .main-top + div + div + .main-body-wrap{
  height: 100%;
}
.prj-tour-wrap.on{
  display: block;
}
.prj-tour-wrap.on .pop-type-basic.on{
  display: flex;
}
.prj-tour-wrap.on .prj-tour-start{
  width: 600px;
  height: 240px;
}
.prj-tour-wrap.on .prj-tour-start .prj-t-img,
.prj-tour-wrap.on .prj-tour-start .prj-t-txt{
  display: inline-block;
  width: 300px;
}
.prj-tour-wrap.on .prj-tour-start .prj-t-img img{
  width: 100%;
  height: 100%;
  border-radius: 10px 0 0 10px;
}
.prj-tour-wrap.on .prj-tour-start .prj-t-txt{
  padding: 44px 26px;
  background: #fff;
  border-radius: 0 10px 10px 0;
}
.prj-tour-wrap.on .prj-tour-start .prj-t-txt b{
  display: block;
  margin-bottom: 8px;
  color: #333;
  font-size: 24px;
  font-weight: 700;
}
.prj-tour-wrap.on .pop-type-basic p{
  margin-bottom: 30px;
  color: #777;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.28px;
}
.prj-tour-wrap.on .prj-tour-email{
  flex-wrap: wrap;
  width: 450px;
  height: 370px;
  padding: 50px 38px 20px 38px;
}
.prj-tour-wrap.on .prj-tour-email p{
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}
.prj-tour-wrap.on .pop-type-basic button:not(.type-bd){
  width: 100%;
  padding: 8px 0;
  background: #6449FC;
  border-radius: 6px;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
}
.prj-tour-wrap.on .pop-type-basic button:not(.type-bd):hover,
.prj-tour-deletebutton button:hover{
  background: #7163C3;
}
.prj-tour-wrap.on .prj-tour-email button{
  border-radius: 4px;
}
.prj-tour-wrap.on .prj-tour-email .btn-close{
  top: 20px;
  right: 20px;
}
.prj-tour-wrap.on .prj-tour-email img{
  width: 220px;
  height: 118px;
  margin: 0 auto;
}
.prj-tour-wrap.on .prj-tour-email b{
  margin: 20px auto 6px auto;
  color: #333;
  font-size: 20px;
  font-weight: 700;
}
.prj-tour-wrap.on .prj-tour-email input{
  display: block;
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 20px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #fff;
}
.prj-tour-wrap.on .flow-project-popup-6{
  max-width: 360px;
  width: 100%;
}
.prj-tour-wrap.on .flow-project-popup-6 .flow-content{
  width: 100%;
  padding: 25px 20px 15px 20px;
}
.prj-tour-wrap.on .flow-project-popup-6 .flow-content p{
  margin-bottom: 0;
  line-height: 20px;
}
.prj-tour-wrap.on .flow-project-popup-6 .flow-content div + button,
.prj-tour-wrap.on .flow-project-popup-6 .tour-button .type-bd,
.prj-tour-wrap.on .flow-project-popup-6 .tour-button .type-bg{
  height: 26px;
  font-size: 12px;
  line-height: 26px;
}
.prj-tour-wrap.on .flow-project-popup-6 .flow-content div + button,
.prj-tour-wrap.on .flow-project-popup-6 .tour-button{
  padding: 0;
}
.prj-tour-wrap.on .flow-project-popup-6 .tour-button .type-bd,
.prj-tour-wrap.on .flow-project-popup-6 .tour-button .type-bg{
  width: 50%;
}
.prj-tour-deletebutton{
  display: block;
  width: 120px;
  height: 40px;
  position: absolute;
  right: 50px;
  bottom: 50px;
  z-index: 10;
}
.prj-tour-deletebutton button{
  display: flex;
  width: 100%;
  align-items: center;
  background: #6449FC;
  border-radius: 20px;
}
.prj-tour-deletebutton button i{
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(/flow-renewal/assets/images/prj-tour-img2.svg) no-repeat center center / contain;
}
.prj-tour-deletebutton button:hover i{
  background: url(/flow-renewal/assets/images/prj-tour-img2-hover.svg) no-repeat center center / contain;
}
.prj-tour-deletebutton button span{
  display: inline-block;
  position: relative;
  right: -5px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

/*  엔터 : 프로젝트 초대하기 > 엑셀로 추가  */
.useExcelInvite .d-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.useExcelInvite .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 36px;
  border-radius: 4px;
  border: 1px solid #ddd;
  font-weight: 500;
  font-size: 13px;
  line-height: 1rem;
  color: #555;
}

.useExcelInvite .btn:hover {
  color: #6449FC;
  border-color: #6449FC;
}

.useExcelInvite .excel-invite-header {
  width: 100%;
  height: 50px;
  padding: 0 30px;
  font-size: 12px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #999999;
}

.useExcelInvite .excel-invite-header .all-count {
  font-size: 14px;
  font-weight: 700;
  color: #333;
}

.useExcelInvite .excel-invite-header p {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.useExcelInvite .excel-invite-header p span {
  margin-left: 2px;
}

.useExcelInvite .excel-invite-header p:nth-child(2) {
  color: #00B19C;
  margin-left: 10px;
}

.useExcelInvite .excel-invite-header p:last-child {
  color: #FE6464;
  margin-left: 8px;
}

.useExcelInvite .excel-invite-header p:nth-child(2):before,
.useExcelInvite .excel-invite-header p:last-child:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 2px;
  background: url('/flow-renewal/assets/images/icons/icon-avaible-gr.svg') no-repeat center center/contain;
}

.useExcelInvite .excel-invite-header p:last-child:before {
  background-image: url('/flow-renewal/assets/images/icons/icon-disavaible-pk.svg');
}

.useExcelInvite .excel-invite-header .btn {
  width: auto;
  height: 30px;
  padding: 0 15px;
}

.useExcelInvite .excel-invite-header .del-btn button {
  font-size: 14px;
  font-weight: 500;
  color: #999;
}

.useExcelInvite .excel-invite-header .del-btn button:first-child {
  color: #555;
}

.useExcelInvite .excel-invite-header .del-btn button:hover {
  color: #6449FC;
}

.useExcelInvite .excel-invite-header .del-btn button:first-child:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 12px;
  margin: 0 8px;
  background: #ccc;
}

.useExcelInvite .ico-down {
  width: 14px;
  height: 14px;
  margin-right: 5px;
  background: url('/flow-renewal/assets/images/icons/icon-down2.svg') no-repeat center center/cover;
}

.useExcelInvite .btn:hover .ico-down {
  background-image: url('/flow-renewal/assets/images/icons/icon-down2-hover.svg');
}

.useExcelInvite .excel-invite-cont {
  height: 100%;
}

.useExcelInvite .excel-invite-cont .excel-list-wrap {
  height: 100%;
  font-size: 13px;
  color: #555;
}

.useExcelInvite .excel-invite-cont .excel-list-header {
  height: 36px;
  padding: 0 20px;
  border-bottom: 1px solid #ddd;
  font-weight: bold;
}

.useExcelInvite .excel-invite-cont .icon-checkbox {
  margin: 10px;
  flex-shrink: 0;
}

.useExcelInvite .excel-invite-cont .excel-list-header,
.useExcelInvite .excel-invite-cont li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.useExcelInvite .excel-invite-cont .excel-list-header p,
.useExcelInvite .excel-invite-cont li p {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.useExcelInvite .excel-invite-cont ul {
  height: 100%;
  overflow-y: scroll;
}

.useExcelInvite .excel-invite-cont .list-wrap {
  height: 100%;
}

.useExcelInvite .excel-invite-cont .list-wrap ul li {
  height: 36px;
  padding: 0 20px;
}

.useExcelInvite .excel-invite-cont li:last-child {
  margin-bottom: 80px;
}

.useExcelInvite .excel-invite-cont .excel-list-header p:first-of-type,
.useExcelInvite .excel-invite-cont li p:first-of-type {
  width: 233px;
  flex-shrink: 0;
  padding: 0 10px;
}

.useExcelInvite .excel-invite-cont.select-all .excel-list-cont li,
.useExcelInvite .excel-invite-cont ul .checked {
  color: #6449FC;
  background: #EFEBFF;
}

.useExcelInvite .excel-invite-cont.select-all .excel-list-cont li .icon-checkbox,
.useExcelInvite .excel-invite-cont ul .checked .icon-checkbox {
  color: #fff;
  background: #6449FC;
}

.useExcelInvite .excel-invite-cont ul .disable {
  color: #FE6565 !important;
  background: #FFF0F0 !important;
}

.useExcelInvite .excel-list-cont {
  position: relative;
  height: 426px;
}

.useExcelInvite .btn.excel-reupload {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: calc(100% - 20px);
  margin: 0 10px;
  height: 40px;
  color: #fff;
  font-weight: 500;
  background: #169250;
  box-shadow: 5px 5px 18px rgba(0, 0, 0, 0.22);
}

.useExcelInvite .btn.excel-reupload:hover {
  color: #fff;
  background: #0F6638;
  border-color: #0F6638;
}

.useExcelInvite .excel-reupload .excel-icon {
  width: 18px;
  height: 18px;
  margin-right: 6px;
  background: url('/flow-renewal/assets/images/icons/icon-file-xls-wh.svg') no-repeat center center/cover;
}

.useExcelInvite .no-list {
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  color: #999;
  text-align: center;
}

.useExcelInvite .no-list p {
  margin-top: 16px;
}

.useExcelInvite .no-list .btn {
  width: auto;
  padding: 10px 20px;
  margin-top: 14px;
  color: #6449FC;
  font-size: 12px;
  border-color: #6449FC;
  border-radius: 36px;
}

.useExcelInvite .no-list .btn:hover {
  color: #fff;
  background: #6449FC;
}

/*부가상품 직원일정*/
.plus-product .btns-wr {
  width: 100%;
  position: absolute;
  top: 20px;
  padding: 0 30px;
  margin-bottom: 0;
}

.plus-product .btns-wr .project-search-area {
  width: 355px;
  position: absolute;
  top: 1px;
  left: 250px;
  z-index: 1;
}

.plus-product .btns-wr.day .project-search-area {
  left: 302px;
}

.plus-product .btns-wr.week-list .project-search-area {
  left: 375px;
}

.plus-product .btns-wr .project-search-icon {
  width: 36px;
  height: 30px;
  border: 1px solid #ddd;
  border-radius: 4px;
  z-index: 1;
}

.plus-product .btns-wr .project-search-icon:hover {
  border-color: #777;
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.15);
  cursor: pointer;
}

.plus-product .btns-wr .project-search-icon .icons-search:before {
  left: 10px;
}

.plus-product .btns-wr .project-search-area .project-search-input {
  height: 30px;
}

.plus-product .btns-area {
  position: absolute;
  right: 30px;
}

.plus-product .calendar-print-button {
  width: 40px;
  margin-right: 215px;
  padding: 0;
  z-index: 1;
}

.plus-product .calendar-print-button:hover {
  background: url(/flow-renewal/assets/images/icons/icon_print-hover.svg) center left 10px no-repeat !important;
}

.plus-product .btns-area button.collect-add-button {
  top: -9px;
  z-index: 1;
}

.plus-product .fc-toolbar.fc-header-toolbar {
  margin-top: 10px;
}

.plus-product .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk > button.fc-today-button {
  color: #555;
  opacity: 1;
}

.plus-product .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-of-type {
  margin-left: 30px;
}

.plus-product .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:last-of-type {
  margin-right: 125px;
}

.plus-product .all-calendar-nav.layer-scroll {
  padding: 0;
}

.plus-product .fc .fc-dayGridMonth-view .fc-scrollgrid,
.plus-product .fc .fc-dayGridMonth-view .fc-scrollgrid-section table {
  border-spacing: 0;
}

.plus-product .fc .fc-dayGridMonth-view .fc-scrollgrid-section table {
  border-collapse: collapse;
}

.plus-product .all-calendar.fc-theme-standard td.fc-day {
  border-radius: 0;
}

.plus-product .all-calendar.fc-theme-standard td.fc-day.fc-day-today {
  border-style: double;
}

.plus-product .week-list + .all-calendar-wrap .all-calendar.fc-theme-standard td.fc-day.fc-day-today,
.plus-product .day + .all-calendar-wrap .all-calendar.fc-theme-standard td.fc-day.fc-day-today,
.plus-product .all-calendar td:not(.fc-day-sat, .fc-day-sun, .fc-day-today) {
  background: transparent;
}

.plus-product .fc .fc-daygrid-event-harness-abs {
  margin-right: 10px;
}

.plus-product .fc .fc-scrollgrid table.fc-col-header tr {
  border-bottom: 1px solid #ddd;
}

/*[엔터] 삼성전자DS : 플로우&지라 연동*/
.icon-template-jira {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(/flow-renewal/assets/images/icons/icon-template-jira.svg) no-repeat center center / contain;
}

.post-author-info .icon-template-jira {
  width: 14px;
  height: 14px;
}

/*  엔터 : 프로젝트 초대하기 > 엑셀로 추가전용 레이아웃 변경  */
.useExcelInvite .project-invite-popup .project-invite-popup-body .group-tree-wrap-1-excel {
  height: 460px;
}

.useExcelInvite .project-invite-popup .project-invite-popup-body .project-invite-memberList-excel {
  max-height: 460px;
}

.useExcelInvite .project-invite-popup .project-invite-popup-body .project-invite-memberList .project-invite-selected-num {
  display: none;
}

.useExcelInvite #teamInviteLayer .sub-drag-picture-section-1.project-invite-only-list-wrap .project-invite-choiceList {
  height: 406px;
}

.useExcelInvite #teamInviteLayer .sub-drag-picture-section-1.project-invite-only-list-wrap .project-invite-choiceList {
  height: 382px;
}


/*  경인사 2factor에서 공통 분리 */
.auth-popup .flow-project-header-1 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.auth-popup .flow-content {
  padding: 20px 30px 0;
}

.auth-popup .btn-back {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background: url('/flow-renewal/assets/images/icon-return.svg') no-repeat center center / contain;
  opacity: .5;
}

.auth-popup .btn-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
}

.auth-popup .btn-wrap button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 5px);
  padding: 14px 0;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  border: 1px solid #ddd;
  border-radius: 8px;
}

.auth-popup .btn-wrap svg {
  margin-right: 10px;
}

.auth-popup .btn-wrap .phone rect,
.auth-popup .btn-wrap .phone path {
  stroke: #555;
}

.auth-popup .btn-wrap .phone circle,
.auth-popup .btn-wrap .mail path {
  fill: #555;
}

.auth-popup .btn-wrap button:hover {
  color: #623AD6;
  border: 1px solid #623AD6;
}

.auth-popup .btn-wrap .phone:hover rect,
.auth-popup .btn-wrap .phone:hover path {
  stroke: #623AD6;
}

.auth-popup .btn-wrap .phone:hover circle,
.auth-popup .btn-wrap .mail:hover path {
  fill: #623AD6;
}

/*  다시 알림 - 게시글 하단버튼  */
.post-bottom-button i.icon-reminder {
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  background: url("/flow-renewal/assets/images/icons/icon-reminder.svg") no-repeat center / cover;
}

.post-bottom-button:hover i.icon-reminder,
.post-bottom-button.active i.icon-reminder {
  background-image: url("/flow-renewal/assets/images/icons/icon-reminder-pp.svg");
}

.btn-reminder {
  display: none;
  position: relative;
  cursor: pointer;
}

.write2 .btn-reminder,
.schedule .btn-reminder,
.task .btn-reminder,
.todo .btn-reminder,
.vote .btn-reminder {
  display: inline-block;
}

.btn-reminder.active {
  color: #6449FC;
  font-weight: 500;
}

.btn-reminder .date {
  display: inline-block;
  margin-right: 4px;
}

.btn-reminder.active .date {
  display: inline-block;
}

.btn-reminder .dropdown-menu {
  top: -70px;
  z-index: 1;
}

.btn-reminder .dropdown-menu li {
  color: #555;
  cursor: pointer;
}

.btn-reminder .dropdown-menu li:last-child {
  color: #FF6B6B;
}

.btn-reminder .dropdown-menu li:hover {
  color: #6449FC;
}

/* 다시 알림 - 설정 팝업 */
.pop-type-basic.set-remind .radio-wrap .sub-tit {
  margin-bottom: 10px;
  font-weight: 500;
}

.pop-type-basic.set-remind .radio-wrap .radio-down {
  display: none;
}

.pop-type-basic.set-remind .radio-down > li + li {
  margin-top: 18px;
}

.pop-type-basic.set-remind .radio-wrap .main-select:has( > input:checked) .radio-down, 
/*.pop-type-basic.set-remind .radio-wrap .main-select:has( > input:checked) .radio-down,*/
.pop-type-basic.set-remind .main-select.checked .radio-down {
  display: block;
  margin-bottom: 14px;
}

.pop-type-basic.set-remind .bd-box li {
  position: relative;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  white-space: nowrap;
}

.pop-type-basic.set-remind .bd-box li:hover {
  border-color: #6449FC;
  color: #6449FC;
}

.pop-type-basic.set-remind .bd-box li:hover .btn-radio-label:before {
  border-color: #6449FC;
}

.pop-type-basic.set-remind .bd-box li + li {
  margin-top: 6px;
}

.pop-type-basic.set-remind .bd-box .active {
  background: #EFEBFF;
  border: 1px solid #6449FC;
  color: #6449FC;
}

/*.pop-type-basic.set-remind .bd-box li:has(input:checked), ie지원시 :has 사용불가*/
.pop-type-basic.set-remind .bd-box li:has(input:checked),
.pop-type-basic.set-remind .bd-box li.checked {
  background: #EFEBFF;
  border: 1px solid #6449FC;
  color: #6449FC;
}

.pop-type-basic.set-remind .bd-box p {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
}

.pop-type-basic.set-remind .bd-box em {
  margin-right: 3px;
}

.pop-type-basic.set-remind .bd-box .btn-radio-label {
  padding: 10px 14px;
}

.pop-type-basic.set-remind .dropdown-wrap {
  position: relative;
  width: 100%;
}

.pop-type-basic.set-remind .dropdown-menu {
  max-height: 140px;
}

.pop-type-basic.set-remind .dropdown-menu li {
  font-weight: 400;
}

#userguiding .userguiding-checklist-launcher {
  z-index: 1 !important;
}

#userguiding #checklist-content-container {
  z-index: 2 !important;
}

.subscreen #teamInviteLayer .coperate-section-position-fix-1 {
  width: 100%;
}

.subscreen .project-invite-popup {
  top: 0;
  transform: translateX(-50%);
}

.project-invite-popup .project-invite-popup-body .project-invite-choiceList > li.ai-recommend-wrap,
.project-invite-popup .project-invite-popup-body .project-invite-choiceList > li.worker-name-wrap {
  height: auto;
  padding: 0;
  flex-direction: column;
}

.project-invite-choiceList > li.ai-recommend-wrap > ul,
.project-invite-choiceList > li.worker-name-wrap > ul {
  width: 100%;
}

.worker-list-ai-recommend-wrap .icons-exclamation:before,
.project-invite-choiceList > li.ai-recommend-wrap .icons-exclamation:before {
  color: #777;
}

.project-invite-choiceList .worker-name-wrap:hover,
.project-invite-choiceList .ai-recommend-wrap:hover {
  background-color: initial;
}

.ui-helper-hidden-accessible {
  display: none !important;
}

.zindex1000{z-index:1000 !important;}
