@charset "UTF-8";
@import url("//fonts.googleapis.com/earlyaccess/notosanskr.css");
/* html5요소 하위브라우져 적용 */
header, footer, section, article, aside, nav, hgroup, details, menu, figure, figcaption {
  display: block;
}

/* 모든 Device를 위한 공통 로드 */
/* body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,figure,figcaption,span{margin:0;padding:0;font-family: 'Noto Sans KR', sans-serif;color:var(--black_0);} */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, figure, figcaption, span {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
}

* {
  -webkit-text-size-adjust: none;
  box-sizing: border-box;
  font-family: "Noto Sans KR";
}

html, body {
  height: auto;
  min-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

body {
  font-size: 12px;
  font-family: "Noto Sans KR", sans-serif;
  color: var(--black_0);
}

table {
  border-spacing: 0;
  *border-collapse: collapse;
  font-family: helvetica, apple sd gothic neo, sans-serif;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
  font-family: "Noto Sans KR", sans-serif;
}

* {
  list-style: none;
  font-family: "Noto Sans KR", sans-serif;
  line-height: 1;
}

legend, caption {
  text-indent: -100%;
  *text-indent: 0;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  text-shadow: none;
  color: transparent;
}

a {
  text-decoration: none;
  color: inherit;
}

select, input {
  vertical-align: middle;
  font-family: "Noto Sans KR", sans-serif;
}

.clfix {
  *zoom: 1;
}

.clfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

.ir {
  overflow: hidden;
  text-indent: -9999px;
  position: absolute;
  z-index: -9999;
  top: -10000px;
  left: -100000px;
}

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

.block {
  display: block;
}

.inline {
  display: inline;
}

.inlineBlock {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.clear {
  clear: both;
}

.overHidden {
  overflow: hidden;
}

.hide {
  display: none;
}

.posRel {
  position: relative;
  z-index: 1;
}

/* align */
.center {
  text-align: center;
}

.alignRight {
  text-align: right;
}

.alignLeft {
  text-align: left;
}

.alignCenter {
  text-align: center;
}

/* color */
*::-webkit-scrollbar {
  width: 5px; /* 스크롤바의 너비 */
}
*::-webkit-scrollbar-thumb {
  height: 30%; /* 스크롤바의 길이 */
  background: #888; /* 스크롤바의 색상 */
  border-radius: 5px;
}
*::-webkit-scrollbar-track {
  background: rgba(33, 122, 244, 0.1); /*스크롤바 뒷 배경 색상*/
}

/* skip navigation */
a.skipNaviBtn {
  position: absolute;
  z-index: 100;
  background: none repeat scroll 0 0 #ea0e15;
  color: var(--white_1);
  display: block;
  left: -200%;
  text-align: center;
  width: 200px;
  padding: 5px 0;
  border: 1px solid var(--black_0);
  border-top: none;
}
a.skipNaviBtn:focus {
  left: 50%;
  margin-left: -100px;
  z-index: 10000;
}

/* Drag & Drop upload */
.realContents.file-drop-target {
  outline: 2px dashed #217af4;
  outline-offset: -6px;
  background: rgba(33, 122, 244, 0.06);
  position: relative;
}

.realContents.file-drop-target::after {
  content: "Drop files to upload";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.95);
  color: #217af4;
  padding: 8px 14px;
  border-radius: 6px;
  font-size: 13px;
  z-index: 5;
  pointer-events: none;
}
a.skipNaviBtn:hover {
  left: 50%;
  margin-left: -100px;
  z-index: 10000;
}
a.skipNaviBtn:active {
  left: 50%;
  margin-left: -100px;
  z-index: 10000;
}

/*padding*/
.pt0 {
  padding-top: 0 !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

/* 즐겨찾기 별표: 아이콘 위에 겹쳐 표시 (모든 파일 메뉴) */
.fileIconWrap {
  position: relative;
  display: inline-block;
}
.fileFavStarOverlay {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.fileFavStarOverlay img {
  width: 14px;
  height: 14px;
  vertical-align: middle;
}

/* margin */
.mt0 {
  margin-top: 0 !important;
}

.mt18 {
  margin-top: 18px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt46 {
  margin-top: 46px !important;
}

/* layout */
.wrap {
  display: flex;
  width: 100%;
}

#snb {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: flex-start;
  width: 233px;
  min-width: 233px;
  min-height: 130vh;
  background: #009956;
  box-shadow: 0 0 9px 5px rgba(32, 32, 32, 0.24);
}
#snb .logo {
  display: flex;
  align-items: center;
  width: calc(100% - 18px);
  height: 74px;
  padding: 0 0 0 24px;
  margin: 0 auto 17px;
  line-height: 1;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.05em;
  border-bottom: 1px solid #84d4b1;
}
#snb nav {
  width: calc(100% - 18px);
  height: auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  gap: 3px 0;
  margin: 0 auto;
}
#snb nav a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 44px;
  padding: 0 0 0 56px;
  color: #baecd6;
  font-size: 13.5px;
  letter-spacing: 0.02em;
  border-radius: 5px;
}
#snb nav a:hover {
  color: #fff;
}
#snb nav a:nth-child(1) {
  background: url(../images/common/snb_1_off.png) 23px center no-repeat;
}
#snb nav a:nth-child(1):hover {
  background: #005e35 url(../images/common/snb_1_on.png) 23px center no-repeat;
}
#snb nav a:nth-child(2) {
  background: url(../images/common/snb_2_off.png) 23px center no-repeat;
}
#snb nav a:nth-child(2):hover {
  background: #005e35 url(../images/common/snb_2_on.png) 23px center no-repeat;
}
#snb nav a:nth-child(3) {
  background: url(../images/common/snb_3_off.png) 23px center no-repeat;
}
#snb nav a:nth-child(3):hover {
  background: #005e35 url(../images/common/snb_3_on.png) 23px center no-repeat;
}
#snb nav a:nth-child(4) {
  background: url(../images/common/snb_4_off.png) 23px center no-repeat;
}
#snb nav a:nth-child(4):hover {
  background: #005e35 url(../images/common/snb_4_on.png) 23px center no-repeat;
}
#snb nav a:nth-child(5) {
  background: url(../images/common/snb_5_off.png) 23px center no-repeat;
}
#snb nav a:nth-child(5):hover {
  background: #005e35 url(../images/common/snb_5_on.png) 23px center no-repeat;
}
#snb nav a:nth-child(6) {
  background: url(../images/common/snb_6_off.png) 23px center no-repeat;
}
#snb nav a:nth-child(6):hover {
  background: #005e35 url(../images/common/snb_6_on.png) 23px center no-repeat;
}
#snb nav a:nth-child(7) {
  background: url(../images/common/snb_7_off.png) 23px center no-repeat;
}
#snb nav a:nth-child(7):hover {
  background: #005e35 url(../images/common/snb_7_on.png) 23px center no-repeat;
}
#snb nav a.snbPosLink {
  background: none;
  padding: 0 0 0 23px;
  gap: 10px;
  color: #d2e9df;
}
#snb nav a.snbPosLink:hover {
  background: #005e35;
  color: #fff;
}
#snb nav a.snbPosLink svg {
  width: 18px;
  height: 18px;
  opacity: 0.75;
  flex-shrink: 0;
}
#snb nav a.snbPosLink:hover svg {
  opacity: 1;
}
#snb.on nav a.snbPosLink {
  padding: 0;
  justify-content: center;
  gap: 0;
  font-size: 0;
  color: transparent;
}
#snb.on nav a.snbPosLink svg {
  width: 18px;
  height: 18px;
}

#snb.on {
  width: 73px;
  min-width: 73px;
}
#snb.on .logo {
  overflow: hidden;
  width: 42px;
  height: 55px;
  padding: 0 0 15px 0;
  margin: 18px auto 17px;
  line-height: 0;
  color: transparent;
  font-size: 0;
  text-indent: -999px;
  border-bottom: 1px solid #84d4b1;
  background: url(../images/common/logo_small.png) 0 0 no-repeat;
}
#snb.on nav {
  width: 56px;
  height: calc(100% - 360px);
}
#snb.on nav a {
  overflow: hidden;
  text-indent: -999px;
  font-size: 0;
  color: transparent;
}
#snb.on nav a:hover {
  color: #fff;
}
#snb.on nav a:nth-child(1) {
  background: url(../images/common/snb_1_off.png) center no-repeat;
}
#snb.on nav a:nth-child(1):hover {
  background: #005e35 url(../images/common/snb_1_on.png) center no-repeat;
}
#snb.on nav a:nth-child(2) {
  background: url(../images/common/snb_2_off.png) center no-repeat;
}
#snb.on nav a:nth-child(2):hover {
  background: #005e35 url(../images/common/snb_2_on.png) center no-repeat;
}
#snb.on nav a:nth-child(3) {
  background: url(../images/common/snb_3_off.png) center no-repeat;
}
#snb.on nav a:nth-child(3):hover {
  background: #005e35 url(../images/common/snb_3_on.png) center no-repeat;
}
#snb.on nav a:nth-child(4) {
  background: url(../images/common/snb_4_off.png) center no-repeat;
}
#snb.on nav a:nth-child(4):hover {
  background: #005e35 url(../images/common/snb_4_on.png) center no-repeat;
}
#snb.on nav a:nth-child(5) {
  background: url(../images/common/snb_5_off.png) center no-repeat;
}
#snb.on nav a:nth-child(5):hover {
  background: #005e35 url(../images/common/snb_5_on.png) center no-repeat;
}
#snb.on nav a:nth-child(6) {
  background: url(../images/common/snb_6_off.png) center no-repeat;
}
#snb.on nav a:nth-child(6):hover {
  background: #005e35 url(../images/common/snb_6_on.png) center no-repeat;
}
#snb.on nav a:nth-child(7) {
  background: url(../images/common/snb_7_off.png) center no-repeat;
}
#snb.on nav a:nth-child(7):hover {
  background: #005e35 url(../images/common/snb_7_on.png) center no-repeat;
}
#snb.on #snbFooter {
  width: 56px;
}
#snb.on #snbFooter a {
  width: 56px;
  overflow: hidden;
  text-indent: -999px;
  font-size: 0;
  color: transparent;
}
#snb.on #snbFooter a:hover {
  color: #fff;
}
#snb.on #snbFooter a:nth-child(1) {
  background: url(../images/common/lnb_footer_1_off.png) center no-repeat;
}
#snb.on #snbFooter a:nth-child(1):hover {
  background: #005e35 url(../images/common/lnb_footer_1_on.png) center no-repeat;
}
#snb.on #snbFooter a:nth-child(2) {
  background: url(../images/common/lnb_footer_2_off.png) center no-repeat;
}
#snb.on #snbFooter a:nth-child(2):hover {
  background: #005e35 url(../images/common/lnb_footer_2_on.png) center no-repeat;
}
#snb.on #snbFooter a:nth-child(3) {
  background: url(../images/common/lnb_footer_3_off.png) center no-repeat;
}
#snb.on #snbFooter a:nth-child(3):hover {
  background: #005e35 url(../images/common/lnb_footer_3_on.png) center no-repeat;
}
#snb #snbFooter {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: calc(100% - 18px);
  padding: 23px 0 0 0;
  margin: auto auto 112px;
  border-top: 1px solid #84d4b1;
}
#snb #snbFooter a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 44px;
  padding: 0 0 0 56px;
  color: #baecd6;
  font-size: 13.5px;
  letter-spacing: 0.02em;
  border-radius: 5px;
}
#snb #snbFooter a:hover {
  color: #fff;
}
#snb #snbFooter a:nth-child(1) {
  background: url(../images/common/lnb_footer_1_off.png) 23px center no-repeat;
}
#snb #snbFooter a:nth-child(1):hover {
  background: #005e35 url(../images/common/lnb_footer_1_on.png) 23px center no-repeat;
}
#snb #snbFooter a:nth-child(2) {
  background: url(../images/common/lnb_footer_2_off.png) 23px center no-repeat;
}
#snb #snbFooter a:nth-child(2):hover {
  background: #005e35 url(../images/common/lnb_footer_2_on.png) 23px center no-repeat;
}
#snb #snbFooter a:nth-child(3) {
  background: url(../images/common/lnb_footer_3_off.png) 23px center no-repeat;
}
#snb #snbFooter a:nth-child(3):hover {
  background: #005e35 url(../images/common/lnb_footer_3_on.png) 23px center no-repeat;
}

#contents {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #f4f6f7;
  /* contents*/
  /* icons */
  /* table */
  /* paging */
  /* search */
  /* AI Search */
  /* compare */
}
#contents #gnb {
  display: flex;
  height: 74px;
  padding: 19px 0 0 23px;
  border-bottom: 1px solid #e1e6ea;
}
#contents #gnb .leftMenu {
  display: flex;
  align-items: center;
}
#contents #gnb .leftMenu a {
  overflow: hidden;
  display: block;
  align-items: center;
  text-indent: -999px;
  font-size: 0;
  color: transparent;
}
#contents #gnb .leftMenu a.btnToggle {
  width: 16px;
  height: 18px;
  background: url(../images/common/btn_hamberger.png) 0 0 no-repeat;
}
#contents #gnb .leftMenu .hoverMenu {
  display: flex;
  gap: 0 6px;
  margin-left: 40px;
}
#contents #gnb .leftMenu .hoverMenu a {
  width: 40px;
  height: 43px;
}
#contents #gnb .leftMenu .hoverMenu a.btnDashboard {
  background: url(../images/common/icon_dashboard.png) center 11px no-repeat;
}
#contents #gnb .leftMenu .hoverMenu a.btnFile {
  background: url(../images/common/icon_file.png) center 11px no-repeat;
}
#contents #gnb .leftMenu .hoverMenu a.btnMail {
  background: url(../images/common/icon_mail.png) center 11px no-repeat;
}
#contents #gnb .leftMenu .hoverMenu a.btnSchedule {
  background: url(../images/common/icon_schedule.png) center 11px no-repeat;
}
#contents #gnb .leftMenu .hoverMenu:hover a {
  padding: 27px 0 0 0;
  text-indent: 0;
  font-size: 10px;
  color: #a4a4a4;
  text-align: center;
  background-position: center 0;
}
#contents #gnb .leftMenu .hoverMenu:hover a.btnFile {
  color: #009956;
}
#contents #gnb .rightMenu {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-bottom: 16px;
  justify-content: flex-end;
  padding-right: 21px;
  gap: 0 28px;
}
#contents #gnb .rightMenu select {
  position: relative;
  z-index: 1;
  width: 182px;
  height: 36px;
  padding: 0 0 0 36px;
  margin-right: 55px;
  font-size: 15px;
  color: #292929;
  border: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.07);
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 4px;
  background-color: #fff;
  background-image: url(../images/common/bg_select.gif), url(../images/common/bg_arrow.gif);
  background-position: 20px 10px, 90% center;
  background-repeat: no-repeat;
}
#contents #gnb .rightMenu select::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 10px;
  left: 20px;
  display: block;
  width: 1px;
  height: 16px;
  background: #9e9e9e;
}
#contents #gnb .rightMenu select.mr0 {
  margin-right: 0;
}
#contents #gnb .rightMenu > a {
  overflow: hidden;
  display: block;
  align-items: center;
  text-indent: -999px;
  font-size: 0;
  color: transparent;
}
#contents #gnb .rightMenu > a:nth-child(4) {
  width: 18px;
  height: 19px;
  background: url(../images/common/icon_right_1.png) 0 0 no-repeat;
}
#contents #gnb .rightMenu > a:nth-child(5) {
  width: 24px;
  height: 21px;
  background: url(../images/common/icon_right_2_green.png) 0 0 no-repeat;
}
#contents #gnb .rightMenu > a:nth-child(6) {
  width: 18px;
  height: 19px;
  background: url(../images/common/icon_right_3.png) 0 0 no-repeat;
}
#contents #gnb .rightMenu > a:nth-child(7) {
  width: 18px;
  height: 19px;
  background: url(../images/common/icon_right_4.png) 0 0 no-repeat;
}
#contents #gnb .rightMenu > a.btnAccount {
  cursor: pointer;
}
#contents #gnb .rightMenu .accoungUtil {
  display: none;
  position: absolute;
  z-index: 2;
  top: 36px;
  right: 8px;
  width: 135px;
  padding: 14px 0 0 0;
  background: url(../images/common/bg_balloon.png) 0 0 no-repeat;
}
#contents #gnb .rightMenu .accoungUtil .wrapper {
  background: #fff;
  border: 1px solid #e1e6ea;
  border-radius: 0 0 6px 6px;
  border-top: none;
}
#contents #gnb .rightMenu .accoungUtil .wrapper h4 {
  width: calc(100% - 28px);
  padding: 0 0 5px 0;
  margin: 0 auto;
  text-align: center;
  line-height: 23px;
  font-weight: bold;
  border-bottom: 1px solid #e1e6ea;
}
#contents #gnb .rightMenu .accoungUtil .wrapper .btn_history {
  display: flex;
  height: 46px;
  align-items: center;
  justify-content: center;
  font-size: 13.5px;
}
#contents #gnb .rightMenu .accoungUtil .wrapper .btn_log {
  display: flex;
  height: 46px;
  align-items: center;
  justify-content: center;
  font-size: 13.5px;
  gap: 0 5px;
  background: #f4f6f7;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}
#contents #gnb .rightMenu .accoungUtil .wrapper .btn_log i {
  display: block;
  width: 12px;
  height: 15px;
  background: url(../images/common/icon_logout.png) 0 0 no-repeat;
}
#contents .utilArea {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 66px;
  padding: 6px 19px 0 0;
}
#contents .utilArea .folderNoteOpenLinkWrap {
  margin-left: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 12px;
}
#contents .utilArea .location {
  display: flex;
  align-items: center;
  gap: 0 10px;
  padding: 0 0 0 40px;
}
#contents .utilArea .location > a, #contents .utilArea .location .functionBtn {
  display: flex;
  position: relative;
  z-index: 1;
  gap: 0 10px;
  align-items: center;
}
#contents .utilArea .location > a::after, #contents .utilArea .location .functionBtn::after {
  content: "";
  display: block;
  width: 8px;
  height: 11px;
  background: url(../images/common/icon_gt.png) 0 0 no-repeat;
}
#contents .utilArea .location > a.homeIcon, #contents .utilArea .location .functionBtn.homeIcon {
  width: 39px;
  height: 21px;
  align-items: center;
  text-indent: -999px;
  font-size: 0;
  color: transparent;
  background: url(../images/common/icon_home.png) 0 0 no-repeat;
}
#contents .utilArea .location > a.homeIcon::after, #contents .utilArea .location .functionBtn.homeIcon::after {
  margin-left: 20px;
}
#contents .utilArea .location > a:last-child::after, #contents .utilArea .location .functionBtn:last-child::after {
  display: none;
}
#contents .utilArea .location > a.functionBtn, #contents .utilArea .location .functionBtn.functionBtn {
  overflow: hidden;
  text-indent: -999px;
  font-size: 0;
  color: transparent;
  width: 18px;
  height: 18px;
  background: url(../images/common/icon_plus.png) 0 0 no-repeat;
}
#contents .utilArea .btnType {
  display: block;
  width: 22px;
  height: 21px;
  background: url(../images/common/icon_type_off.png) 0 0 no-repeat;
  overflow: hidden;
  text-indent: -999px;
  font-size: 0;
  color: transparent;
}
#contents .utilArea .btnType:hover {
  background: url(../images/common/icon_type_on.png) 0 0 no-repeat;
}
#contents .utilArea .btnMove {
  display: block;
  width: 27px;
  height: 26px;
  background: url(../images/common/icon_auto.png) 0 0 no-repeat;
  overflow: hidden;
  text-indent: -999px;
  font-size: 0;
  color: transparent;
}
#contents .utilArea .controlFolder {
  display: none;
  justify-content: center;
  align-items: center;
  gap: 0 18px;
  width: auto;
  height: 36px;
  padding: 0 16px;
  background: #fff;
  border-radius: 4px;
}
#contents .utilArea .controlFolder a {
  display: block;
  height: 26px;
  padding: 0 0 0 35px;
  line-height: 26px;
  font-size: 15px;
  color: #222;
}
#contents .utilArea .controlFolder a:nth-child(1) {
  background: url(../images/common/context_1.png) 0 0 no-repeat;
}
#contents .utilArea .controlFolder a:nth-child(2) {
  background: url(../images/common/context_2.png) 0 0 no-repeat;
}
#contents .utilArea .controlFolder a:nth-child(3) {
  background: url(../images/common/context_8.png) 0 0 no-repeat;
}
#contents .utilArea .controlFolder a:nth-child(4) {
  background: url(../images/common/context_3.png) 0 0 no-repeat;
}
#contents .utilArea .controlFolder a:nth-child(5) {
  background: url(../images/common/context_4.png) 0 0 no-repeat;
}
#contents .utilArea .controlFolder a:nth-child(6) {
  background: url(../images/common/context_5.png) 0 0 no-repeat;
}
#contents .utilArea .controlFolder a:nth-child(7) {
  background: url(../images/common/context_6.png) 0 0 no-repeat;
}
#contents .utilArea .controlFolder a:nth-child(8) {
  background: url(../images/common/context_7.png) 0 0 no-repeat;
}
#contents .utilArea .controlFolder a:nth-child(9) {
  background: url(../images/common/context_9.png) 0 0 no-repeat;
}
#contents .utilArea .btnSetting {
  display: block;
  width: 25px;
  height: 23px;
  margin: 0 22px 0 auto;
  background: url(../images/common/icon_setting.png) 0 0 no-repeat;
  overflow: hidden;
  text-indent: -999px;
  font-size: 0;
  color: transparent;
}
#contents .utilArea .tagSelect {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  width: 60%;
  height: 40px;
  min-width: 720px;
  padding: 0 34px;
  margin-left: 18px;
  color: #929292;
  background: #fff;
  border: 1px solid #e1e6ea;
  border-radius: 3px;
}
#contents .utilArea .tagSelect .choosenUl {
  display: flex;
  gap: 0 8px;
  align-items: center;
  height: 38px;
}
#contents .utilArea .tagSelect .choosenUl li {
  display: flex;
  align-items: center;
  height: 23px;
  padding: 0 16px;
  font-size: 14px;
  color: #222;
  border-radius: 5px;
  box-shadow: 0 3px 5px rgba(79, 79, 79, 0.31);
}
#contents .utilArea .tagSelect .infoTxt {
  padding-left: 46px;
  font-size: 15px;
  color: #929292;
}
#contents .utilArea .tagSelect .choiceUl {
  display: none;
  position: absolute;
  z-index: 2;
  top: 38px;
  left: -1px;
  width: calc(100% + 2px);
  max-height: 500px;
  padding: 20px 0;
  background: #fff;
  border: 1px solid #e1e6ea;
  border-radius: 3px;
}
#contents .utilArea .tagSelect .choiceUl li {
  height: 40px;
}
#contents .utilArea .tagSelect .choiceUl li a {
  display: flex;
  align-items: center;
  height: 40px;
  padding-left: 34px;
  font-size: 15px;
  color: #929292;
}
#contents .utilArea .tagSelect .choiceUl li a:hover {
  text-decoration: underline;
}
#contents .utilArea .tagSelect .choiceUl li a.on {
  background: #eee;
}
#contents .searchSet {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 34px);
  height: 80px;
  padding: 0 16px;
  margin: 0 auto 18px;
  border: 1px solid #e1e6ea;
  border-radius: 5px;
  background: #fff;
}
#contents .searchSet .seachwordArea {
  display: flex;
  align-items: center;
  gap: 0 10px;
  width: 40%;
}
#contents .searchSet .seachwordArea i.icon_search {
  display: block;
  width: 28px;
  height: 26px;
  background: url(../images/common/img_search.png) 0 0 no-repeat;
}
#contents .searchSet .seachwordArea input[type=text] {
  width: calc(100% - 200px);
  height: 44px;
  border: 1px solid #e1e6ea;
  border-radius: 4px;
  background: #fafafa;
}
#contents .searchSet .seachwordArea a.btnSearch {
  display: flex;
  width: 130px;
  height: 44px;
  align-items: center;
  justify-content: center;
  font-size: 17.5px;
  color: #fff;
  background: #009956;
  border-radius: 4px;
  box-shadow: inset 0px 5px 5px 2px rgba(255, 255, 255, 0.2), inset 0 -6px 5px 4px rgba(0, 0, 0, 0.1);
}
#contents .searchSet .statusPaging {
  display: flex;
  justify-content: flex-end;
  gap: 0 32px;
}
#contents .searchSet .statusPaging .statusInfo {
  display: flex;
  align-items: center;
  gap: 0 18px;
}
#contents .searchSet .statusPaging .statusInfo > span {
  display: flex;
  align-items: center;
  font-size: 15px;
  gap: 0 8px;
}
#contents .searchSet .statusPaging .statusInfo > span::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 7px;
}
#contents .searchSet .statusPaging .statusInfo > span.type1::before {
  background: #b7b7b7;
}
#contents .searchSet .statusPaging .statusInfo > span.type2::before {
  background: #ffe400;
}
#contents .searchSet .statusPaging .statusInfo > span.type3::before {
  background: #0060ff;
}
#contents .searchSet .statusPaging .statusInfo > span.type4::before {
  background: #009956;
}
#contents .searchSet .statusPaging .statusInfo > span.type5::before {
  background: #ff0000;
}
#contents .searchSet .statusPaging select {
  width: 296px;
  height: 47px;
  padding: 0 0 0 36px;
  font-size: 15px;
  color: #292929;
  border: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.07);
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 4px;
  background-color: #fff;
  background-image: url(../images/common/bg_select.gif), url(../images/common/bg_arrow.gif);
  background-position: 20px 17px, 90% center;
  background-repeat: no-repeat;
}
#contents .searchSet .statusPaging select::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 10px;
  left: 20px;
  display: block;
  width: 1px;
  height: 16px;
  background: #9e9e9e;
}
#contents .chatContents {
  width: calc(100% - 34px);
  min-height: calc(100vh - 230px);
/*  padding: 30px 0;*/
  margin: 0 auto;
  border: 1px solid #e1e6ea;
  border-radius: 5px;
  background: #fff;
}

#contents .realContents {
  width: calc(100% - 34px);
  padding: 30px 0;
  margin: 0 auto;
}
#contents .realContents.documentPage {
  padding-top: 0;
  border: 1px solid #e1e6ea;
  border-radius: 5px;
  background: #fff;
}
#contents .realContents.toxicityPage {
  padding-top: 0;
}
#contents .realContents.settingsPage {
  padding-top: 0;
}
#contents #footer {
  display: flex;
  height: 65px;
  padding: 0 0 0 44px;
  align-items: center;
  margin-top: auto;
  font-size: 13px;
  color: #d3dadf;
  border-top: 1px solid #e1e6ea;
}
#contents .titleType1 {
  font-size: 20px;
  letter-spacing: 0.02em;
  font-weight: 400;
}
#contents .textType1 {
  font-size: 17px;
  letter-spacing: 0.02em;
  font-weight: 400;
}
#contents .documentTitleWrap {
  text-align: center;
}
#contents .flexCenter {
  display: flex;
  align-items: center;
  gap: 0 12px;
}
#contents .flexCenter.center {
  justify-content: center;
}
#contents .alignRight .flexCenter {
  justify-content: flex-end;
}
#contents .icon {
  display: inline-block;
  vertical-align: middle;
}
#contents .icon.icon_up {
  width: 13px;
  height: 11px;
  background: url(../images/common/icon_up.png) 0 0 no-repeat;
}
#contents .icon.icon_down {
  width: 13px;
  height: 11px;
  background: url(../images/common/icon_down.png) 0 0 no-repeat;
}
#contents table {
  table-layout: fixed;
}
#contents table.colTable {
  width: 100%;
}
#contents table.colTable thead th {
  height: 53px;
  font-size: 15.3px;
  letter-spacing: 0.02em;
  border-bottom: 1px solid #e1e6ea;
}
#contents table.colTable tbody tr td {
  height: 53px;
  font-size: 15.3px;
  letter-spacing: 0.02em;
  border-bottom: 1px solid #e1e6ea;
}
#contents table.colTable tbody tr:hover td {
  background: #f4f6f7;
}
#contents table.colTable tbody tr.context-active td {
  background: #e3eefe;
  outline: none;
}
#contents table.colTable tfoot td {
  height: 53px;
  font-size: 15.3px;
  letter-spacing: 0.02em;
}
#contents .changeInput {
  width: 100%;
  height: 37px;
  font-size: 15.5px;
  background: #fff;
  border: 1px solid #ff701e;
  border-radius: 6px;
}
#contents .pagingWrap {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 20px 0 40px 0;
  margin-top: 20px;
}
#contents .pagingWrap .paging {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 47px;
  gap: 0 4px;
}
#contents .pagingWrap .paging a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  font-size: 15px;
  color: #222;
}
#contents .pagingWrap .paging a.prevPage {
  width: 9px;
  height: 15px;
  margin-right: 24px;
  overflow: hidden;
  text-indent: -999px;
  background: url(../images/common/paging_prev.png) 0 0 no-repeat;
}
#contents .pagingWrap .paging a.nextPage {
  width: 9px;
  height: 15px;
  margin-left: 24px;
  overflow: hidden;
  text-indent: -999px;
  background: url(../images/common/paging_next.png) 0 0 no-repeat;
}
#contents .pagingWrap .paging strong {
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 15px;
  background: #009956;
  border-radius: 15.5px;
}
#contents .pagingWrap select {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 20px;
  width: 296px;
  height: 47px;
  padding: 0 0 0 36px;
  margin-right: 55px;
  font-size: 15px;
  color: #292929;
  border: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.07);
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 4px;
  background-color: #fff;
  background-image: url(../images/common/bg_select.gif), url(../images/common/bg_arrow.gif);
  background-position: 20px 17px, 90% center;
  background-repeat: no-repeat;
}
#contents .pagingWrap select::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 10px;
  left: 20px;
  display: block;
  width: 1px;
  height: 16px;
  background: #9e9e9e;
}
#contents .searchWrap {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
}
#contents .searchWrap .searchInputArea {
  display: flex;
  align-items: center;
  width: calc(100% - 42px);
  height: 64px;
  margin: -13px auto 0;
  padding: 0 23px 19px 50px;
  border-bottom: 1px solid #e1e6ea;
  background: url(../images/common/img_search.png) 11px 9px no-repeat;
}
#contents .searchWrap .searchInputArea input[type=text] {
  width: calc(80%) !important;
  height: 44px;
  padding: 0 28px;
  font-size: 16px;
  color: #292929;
  flex-shrink: 0;
  background: #fafafa;
  border: 1px solid #e1e6ea;
  border-radius: 4px;
}
#contents .searchWrap .searchInputArea .btnSearch {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 44px;
  margin-left: 16px;
  margin-right: 16px;
  font-size: 17.5px;
  color: #fff;
  background: #009956;
  border-radius: 4px;
}
#contents .searchWrap .searchInputArea .resultInfo {
  margin-left: 16px;
  margin-right: 16px;
  font-size: 17px;
  color: #333;
  white-space: nowrap;
}
#contents .searchWrap .searchInputArea .resultInfo strong {
  font-size: 17px;
  color: #009956;
}
#contents .searchWrap .searchInputArea .btnType {
  display: block;
  width: 22px;
  height: 21px;
  margin-left: auto;
  background: url(../images/common/icon_type_off.png) 0 0 no-repeat;
  overflow: hidden;
  text-indent: -999px;
  font-size: 0;
  color: transparent;
}
#contents .searchWrap .searchInputArea .btnType:hover {
  background: url(../images/common/icon_type_on.png) 0 0 no-repeat;
}
#contents .searchWrap .searchInputArea select {
  position: relative;
  z-index: 1;
  width: 182px;
  height: 36px;
  padding: 0 0 0 36px;
  margin-left: 52px;
  font-size: 15px;
  color: #292929;
  border: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.07);
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 4px;
  background-color: #fff;
  background-image: url(../images/common/bg_select.gif), url(../images/common/bg_arrow.gif);
  background-position: 20px 10px, 90% center;
  background-repeat: no-repeat;
}
#contents .searchWrap .searchInputArea select::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 10px;
  left: 20px;
  display: block;
  width: 1px;
  height: 16px;
  background: #9e9e9e;
}
#contents .searchWrap .searchInputArea select.mr0 {
  margin-right: 0;
}
#contents .searchWrap .resultUl li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 105px 0 70px;
}
#contents .searchWrap .resultUl li .textWrap h4 {
  font-size: 20px;
  font-weight: bold;
  color: #009956;
}
#contents .searchWrap .resultUl li .textWrap .author {
  padding: 15px 0 0 0;
  font-size: 17px;
  font-weight: bold;
  color: #ff6113;
}
#contents .searchWrap .resultUl li .textWrap .resultTxt {
  width: calc(100vw - 590px);
  padding: 15px 0 0 0;
  font-size: 17px;
  color: #252525;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#contents .searchWrap .resultUl li .btnsWrap {
  display: flex;
  gap: 0 17px;
  margin-left: 55px;
}
#contents .searchWrap .resultUl li .btnsWrap a {
  display: block;
  width: 50px;
  height: 74px;
  padding: 56px 0 0 0;
  text-align: center;
  font-size: 15px;
  color: #4d4d4d;
}
#contents .searchWrap .resultUl li .btnsWrap a.pdf {
  background: url(../images/common/icon_pdf.png) 0 0 no-repeat;
}
#contents .searchWrap .resultUl li .btnsWrap a.pt {
  background: url(../images/common/icon_pt.png) 0 0 no-repeat;
}
#contents .searchWrap .resultUl li .btnsWrap a.word {
  background: url(../images/common/icon_word.png) 0 0 no-repeat;
}
#contents .searchWrap .resultUl li .btnsWrap a.excel {
  background: url(../images/common/icon_excel.png) 0 0 no-repeat;
}
#contents .searchWrap .resultUl li + li {
  margin-top: 10px;
}
#contents .searchWrap .openSearchResults {
  max-height: 520px;
  overflow-y: auto;
  padding-right: 10px;
}
#contents .searchWrap .searchInputWrapper {
  position: relative;
  flex: 1;
}
#contents .searchWrap .searchHistoryLayer {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: 5px;
  background: #fff;
  border: 1px solid #e1e6ea;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  max-height: 300px;
  overflow-y: auto;
}
#contents .searchWrap .searchHistoryLayer .searchHistoryHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
  border-bottom: 1px solid #e1e6ea;
  background: #f8f9fa;
  font-size: 13px;
  font-weight: bold;
  color: #333;
}
#contents .searchWrap .searchHistoryLayer .searchHistoryHeader .closeHistoryBtn {
  font-size: 20px;
  color: #666;
  text-decoration: none;
  cursor: pointer;
  line-height: 1;
}
#contents .searchWrap .searchHistoryLayer .searchHistoryHeader .closeHistoryBtn:hover {
  color: #000;
}
#contents .searchWrap .searchHistoryLayer .searchHistoryList {
  list-style: none;
  margin: 0;
  padding: 0;
}
#contents .searchWrap .searchHistoryLayer .searchHistoryList .searchHistoryItem {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
  border-bottom: 1px solid #f0f0f0;
  cursor: pointer;
  transition: background 0.2s;
}
#contents .searchWrap .searchHistoryLayer .searchHistoryList .searchHistoryItem:hover {
  background: #f4f6f7;
}
#contents .searchWrap .searchHistoryLayer .searchHistoryList .searchHistoryItem:last-child {
  border-bottom: none;
}
#contents .searchWrap .searchHistoryLayer .searchHistoryList .searchHistoryItem .searchHistoryTitle {
  flex: 1;
  font-size: 13px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#contents .searchWrap .searchHistoryLayer .searchHistoryList .searchHistoryItem .searchHistoryDelete {
  margin-left: 10px;
  padding: 2px 8px;
  font-size: 18px;
  color: #999;
  background: none;
  border: none;
  cursor: pointer;
  line-height: 1;
}
#contents .searchWrap .searchHistoryLayer .searchHistoryList .searchHistoryItem .searchHistoryDelete:hover {
  color: #f00;
}
#contents .searchWrap .searchHistoryLayer .searchHistoryEmpty {
  padding: 20px;
  text-align: center;
  font-size: 13px;
  color: #999;
}
#contents .searchWrap .openSearchTableContainer {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 1px solid #e1e6ea;
  border-radius: 4px;
  flex: 1 1 auto;
  min-height: 0;
}
#contents .searchWrap .openSearchTableContainer .openSearchTableWrapper {
  height: 1030px !important;
  max-height: 1030px !important;
  min-height: 1030px !important;
  overflow-y: scroll !important;
  overflow-x: auto !important;
  position: relative;
  display: block !important;
  flex-shrink: 0;
  box-sizing: border-box;
}
#contents .searchWrap .openSearchTableContainer .openSearchTable {
  table-layout: fixed;
}
#contents .searchWrap .openSearchTableContainer .openSearchTableWrapper::-webkit-scrollbar {
  width: 8px;
}
#contents .searchWrap .openSearchTableContainer .openSearchTableWrapper::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}
#contents .searchWrap .openSearchTableContainer .openSearchTableWrapper::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}
#contents .searchWrap .openSearchTableContainer .openSearchTableWrapper::-webkit-scrollbar-thumb:hover {
  background: #555;
}
#contents .searchWrap .openSearchTableContainer .openSearchTable {
  width: 100%;
}
#contents .searchWrap .openSearchTableContainer .pagingWrap {
  position: sticky;
  bottom: 0;
  z-index: 10;
  width: 100%;
  padding: 15px 0;
  margin-top: auto;
  margin-bottom: 0;
  background: #fff;
  border-top: 1px solid #e1e6ea;
}
#contents .searchWrap .openSearchTable {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}
#contents .searchWrap .openSearchTable thead {
  position: sticky;
  top: 0;
  z-index: 10;
  background: #fff;
}
#contents .searchWrap .openSearchTable thead th {
  padding: 12px 10px;
  font-size: 13px;
  font-weight: bold;
  color: #333;
  text-align: center;
  border-bottom: 2px solid #009956;
  background: #f8f9fa;
}
#contents .searchWrap .openSearchTable thead th.col-no {
  width: 60px;
  text-align: center;
}
#contents .searchWrap .openSearchTable thead th.col-filename {
  width: 300px;
}
#contents .searchWrap .openSearchTable thead th.col-page {
  width: 100px;
  text-align: center;
}
#contents .searchWrap .openSearchTable thead th.col-score {
  width: 100px;
  text-align: center;
}
#contents .searchWrap .openSearchTable thead th.col-content {
  width: auto;
}
#contents .searchWrap .openSearchTable thead th.col-actions {
  width: 120px;
  text-align: center;
}
#contents .searchWrap .openSearchTable tbody tr {
  border-bottom: 1px solid #e1e6ea;
}
#contents .searchWrap .openSearchTable tbody tr:hover {
  background: #f4f6f7;
}
#contents .searchWrap .openSearchTable tbody tr td {
  padding: 10px;
  font-size: 13px;
  color: #252525;
  vertical-align: top;
}
#contents .searchWrap .openSearchTable tbody tr td.col-no {
  text-align: center;
  color: #666;
}
#contents .searchWrap .openSearchTable tbody tr td.col-filename {
  font-weight: 500;
  color: #009956;
  max-width: 300px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#contents .searchWrap .openSearchTable tbody tr td.col-page {
  text-align: center;
  color: #666;
}
#contents .searchWrap .openSearchTable tbody tr td.col-score {
  text-align: center;
  color: #666;
  font-weight: 500;
}
#contents .searchWrap .openSearchTable tbody tr td.col-content {
  color: #555;
  line-height: 1.6;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  max-height: 8em;
}
#contents .searchWrap .openSearchTable tbody tr.empty-state-row {
  border-bottom: none;
}
#contents .searchWrap .openSearchTable tbody tr.empty-state-row:hover {
  background: transparent;
}
#contents .searchWrap .openSearchTable tbody tr td.col-actions {
  text-align: center;
}
#contents .searchWrap .openSearchTable tbody tr td.col-actions .openSearchActions {
  display: flex;
  gap: 8px;
  justify-content: center;
}
#contents .searchWrap .openSearchTable tbody tr td.empty-state-cell {
  padding: 80px 20px;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}
#contents .searchWrap .openSearchTable tbody tr.empty-state-row {
  width: 100%;
}
#contents .searchWrap .openSearchTable tbody tr.empty-state-row td {
  width: 100%;
}
#contents .searchWrap .openSearchTable tbody tr td.empty-state-cell .empty-state-message {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 100%;
  margin: 0 auto;
}
#contents .searchWrap .openSearchTable tbody tr td.empty-state-cell .empty-state-message .empty-state-icon {
  font-size: 48px;
  opacity: 0.5;
  margin-bottom: 8px;
}
#contents .searchWrap .openSearchTable tbody tr td.empty-state-cell .empty-state-message .empty-state-text {
  font-size: 16px;
  color: #666;
  margin: 0;
  font-weight: 400;
  line-height: 1.5;
}
#contents .searchWrap .openSearchTable tbody tr td.col-actions .openSearchActions a {
  padding: 4px 12px;
  font-size: 12px;
  border-radius: 3px;
  text-decoration: none;
  transition: all 0.2s;
}
#contents .searchWrap .openSearchTable tbody tr td.col-actions .openSearchActions a.openSearchPdfBtn {
  background: #009956;
  color: #fff;
}
#contents .searchWrap .openSearchTable tbody tr td.col-actions .openSearchActions a.openSearchPdfBtn:hover {
  background: #005e35;
}
#contents .searchWrap .openSearchTable tbody tr td.col-actions .openSearchActions a.openSearchOriginBtn {
  background: #f0f0f0;
  color: #555;
}
#contents .searchWrap .openSearchTable tbody tr td.col-actions .openSearchActions a.openSearchOriginBtn:hover {
  background: #e0e0e0;
}
#contents .searchWrap .nodata {
  padding: 58px 0 0 0;
  margin-top: 20vh;
  line-height: 26px;
  font-size: 15px;
  color: #222;
  text-align: center;
  background: url(../images/common/icon_notice_1.png) center 0 no-repeat;
}
#contents .searchWrap .hyundaiText {
  padding: 58px 0 0 0;
  margin-top: 20vh;
  line-height: 26px;
  font-size: 15px;
  color: #222;
  text-align: center;
}
#contents .aiSearchWrap {
  display: flex;
  position: relative;
  z-index: 1;
  height: calc(100vh - 74px);
}
#contents .aiSearchWrap .chatListArea {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 259px;
  min-width: 259px;
  height: 100%;
  padding: 20px 16px 16px;
  border-right: 1px solid #e8ecf0;
  box-shadow: 3px 0 12px rgba(0,0,0,0.04);
  background: #fff;
  overflow: hidden;
  transition: width 0.25s ease, min-width 0.25s ease, padding 0.25s ease;
}
#contents .aiSearchWrap .chatListArea .newChatBtn {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 10px 16px;
  border: none;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  background: #009956;
  cursor: pointer;
  transition: background 0.15s;
  margin: 0 0 4px 0;
}
#contents .aiSearchWrap .chatListArea .newChatBtn:hover {
  background: #007d46;
}
#contents .aiSearchWrap .chatListArea .newChatBtn .newChatBtnIcon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  stroke: currentColor;
}
#contents .aiSearchWrap .chatListArea > h3 {
  padding: 20px 0 8px 4px;
  font-size: 11px;
  font-weight: 600;
  color: #9ca3af;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
#contents .aiSearchWrap .chatListArea > ul {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  max-height: calc(100vh - 240px);
  padding-bottom: 20px;
  scrollbar-width: thin;
  scrollbar-color: #d0d5dc #fff;
}
#contents .aiSearchWrap .chatListArea > ul > li.chatItem {
  display: flex;
  align-items: center;
  border-radius: 8px;
  transition: background 0.12s;
  position: relative;
}
#contents .aiSearchWrap .chatListArea > ul > li.chatItem:hover {
  background: #f3f4f6;
}
#contents .aiSearchWrap .chatListArea > ul > li.chatItem.is-active {
  background: #e6f7ee;
}
#contents .aiSearchWrap .chatListArea > ul > li.chatItem .chatItemLink {
  flex: 1;
  min-width: 0;
  padding: 9px 10px;
  font-size: 13px;
  color: #374151;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#contents .aiSearchWrap .chatListArea > ul > li.chatItem .chatItemLink .chatItemName {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#contents .aiSearchWrap .chatListArea > ul > li.chatItem.is-active .chatItemLink {
  color: #009956;
  font-weight: 600;
}
#contents .aiSearchWrap .chatListArea > ul > li.chatItem .chatItemActions {
  display: flex;
  align-items: center;
  gap: 2px;
  padding-right: 4px;
  opacity: 0;
  transition: opacity 0.15s;
  flex-shrink: 0;
}
#contents .aiSearchWrap .chatListArea > ul > li.chatItem:hover .chatItemActions,
#contents .aiSearchWrap .chatListArea > ul > li.chatItem.is-active .chatItemActions {
  opacity: 1;
}
#contents .aiSearchWrap .chatListArea > ul > li.chatItem .chatActionBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: none;
  border-radius: 6px;
  background: transparent;
  cursor: pointer;
  color: #9ca3af;
  transition: background 0.12s, color 0.12s;
  padding: 0;
}
#contents .aiSearchWrap .chatListArea > ul > li.chatItem .chatActionBtn:hover {
  background: #e5e7eb;
  color: #374151;
}
#contents .aiSearchWrap .chatListArea > ul > li.chatItem .chatActionBtn.btnDeleteChat:hover {
  background: #fee2e2;
  color: #ef4444;
}
#contents .aiSearchWrap .chatListArea > ul > li.chatItem .chatActionBtn svg {
  width: 15px;
  height: 15px;
  pointer-events: none;
}
#contents .aiSearchWrap .chatListArea > ul > li.chatItem + li.chatItem {
  margin-top: 2px;
}
#contents .aiSearchWrap .chatListArea .fileSelectWrap {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 17px;
  width: 223px;
  border: 1px solid #e1e6ea;
  border-radius: 6px;
}
#contents .aiSearchWrap .chatListArea .fileSelectWrap .headerArea {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 38px;
  padding: 0 16px;
  border-radius: 6px 6px 0 0;
  background: #ecf1f5;
}
#contents .aiSearchWrap .chatListArea .fileSelectWrap .headerArea .plusBtn {
  display: block;
  width: 18px;
  height: 18px;
  margin: 0;
  background: url(../images/common/icon_add.png) 0 0 no-repeat;
}
#contents .aiSearchWrap .chatListArea .fileSelectWrap .headerArea .toggleBtn {
  display: block;
  width: 18px;
  height: 18px;
  margin: 0;
  background: url(../images/common/bg_arrow_2.gif) center no-repeat;
  transform: rotate(180deg);
}
#contents .aiSearchWrap .chatListArea .fileSelectWrap .headerArea .toggleBtn.on {
  transform: rotate(0);
}
#contents .aiSearchWrap .chatListArea .fileSelectWrap .listArea {
  display: none;
  overflow-y: auto;
  max-height: 142px;
}
#contents .aiSearchWrap .chatListArea .fileSelectWrap .listArea.on {
  display: block;
}
#contents .aiSearchWrap .chatListArea .fileSelectWrap .listArea li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 26px;
  padding: 12px 12px 12px 18px;
  gap: 5px 8px;
}
#contents .aiSearchWrap .chatListArea .fileSelectWrap .listArea li a.btnDelete {
  display: block;
  width: 13px;
  height: 13px;
  background: url(../images/common/icon_close.png) 0 0 no-repeat;
}
#contents .aiSearchWrap .chatListArea .fileSelectWrap .listArea li label {
  width: 140px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: middle;
}
#contents .aiSearchWrap .chatListArea .fileSelectWrap .listArea li label img {
  width: 15px;
  height: 19px;
  -o-object-fit: contain;
     object-fit: contain;
  vertical-align: middle;
  margin-right: 9px;
}
#contents .aiSearchWrap .chatMsgArea {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: calc(100% - 259px);
  height: calc(100vh - 141px);
  overflow: hidden;
  background: #f7f8f9;
}
#contents .aiSearchWrap .chatMsgArea .systemMsg {
  display: none;
}
#contents .aiSearchWrap .chatMsgArea .systemMsg .toggleBtn {
  position: relative;
  z-index: 1;
  font-size: 15px;
}
#contents .aiSearchWrap .chatMsgArea .systemMsg .toggleBtn::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: -32px;
  top: 8px;
  display: block;
  width: 11px;
  height: 7px;
  background: url(../images/common/bg_arrow_2.gif) 0 0 no-repeat;
}
#contents .aiSearchWrap .chatMsgArea .systemMsg .toggleBtn.on::before {
  transform: rotate(180deg);
}
#contents .aiSearchWrap .chatMsgArea .systemMsg .flagBtn {
  position: absolute;
  z-index: 2;
  top: -10px;
  right: -4px;
  display: block;
  width: 37px;
  height: 37px;
  box-shadow: 4px 4px 9px rgba(124, 153, 176, 0.24);
  background: #fff url(../images/common/flag_off.png) center no-repeat;
  border-radius: 18.5px;
}
#contents .aiSearchWrap .chatMsgArea .systemMsg .flagBtn.on {
  background-image: url(../images/common/flag_on.png);
}
#contents .aiSearchWrap .chatMsgArea .systemMsg .msgArea {
  display: none;
  width: 100%;
  padding: 16px 10px 9px 0;
  border: none;
  background: none;
  resize: none;
  color: #737373;
  font-size: 12px;
  outline: none;
}
#contents .aiSearchWrap .chatMsgArea .scrollArea {
  flex: 1;
  min-height: 0;
  padding: 24px 30px 24px 70px;
  height: auto;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-color: #c8ced6 #f7f8f9;
  background: #f7f8f9;
}

#contents .aiSearchWrap .chatMsgArea .scrollArea::-webkit-scrollbar {
  width: 8px;
}

#contents .aiSearchWrap .chatMsgArea .scrollArea::-webkit-scrollbar-track {
  background: #f7f8f9;
}

#contents .aiSearchWrap .chatMsgArea .scrollArea::-webkit-scrollbar-thumb {
  background: #c8ced6;
  border-radius: 4px;
}

#contents .aiSearchWrap .chatMsgArea .scrollArea::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}

#contents .aiSearchWrap .chatMsgArea .chatTextWrap {
  display: flex;
  flex-direction: column;
  padding: 0;
  justify-content: flex-start;
  gap: 30px 0;
  min-height: 100%;
/*  padding-bottom: 90px;*/
}
#contents .aiSearchWrap .chatMsgArea .chatTextWrap .theOtherMsg {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 100%;
  padding: 0 0 40px 22px;
  margin-right: auto;
  margin-bottom: 0;
  font-size: 16px;
  box-sizing: border-box;
}
#contents .aiSearchWrap .chatMsgArea .chatTextWrap .theOtherMsg .msg {
  background: #fff;
  border-radius: 4px 16px 16px 16px;
  padding: 16px 20px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.06);
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
}
#contents .aiSearchWrap .chatMsgArea .chatTextWrap .theOtherMsg .leftSide {
  position: absolute;
  z-index: 1;
  left: -50px;
  top: -10px;
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}
#contents .aiSearchWrap .chatMsgArea .chatTextWrap .theOtherMsg .leftSide .profileImg {
  overflow: hidden;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background: #fff;
  border: 1px solid #e8ecf0;
}
#contents .aiSearchWrap .chatMsgArea .chatTextWrap .theOtherMsg .leftSide .profileImg img {
  width: 50px;
  height: 50px;
  padding: 5px;
  -o-object-fit: contain;
     object-fit: contain;
}
#contents .aiSearchWrap .chatMsgArea .chatTextWrap .theOtherMsg .leftSide .status-dots {
  display: flex !important;
  gap: 6px;
  align-items: center;
  height: 17px;
  background: #e6f4ec;
  padding-left: 6px;
  padding-right: 6px;
  border-radius: 10px;
  margin-top: 8px;
  visibility: visible !important;
  opacity: 1 !important;
}
#contents .aiSearchWrap .chatMsgArea .chatTextWrap .theOtherMsg .leftSide .status-dots .dot {
  border-radius: 50%;
  animation: chatDotPulse 1.2s ease-in-out infinite;
  transform-origin: center;
}
#contents .aiSearchWrap .chatMsgArea .chatTextWrap .theOtherMsg .leftSide .status-dots .dot:nth-child(1) {
  width: 5px;
  height: 5px;
  background-color: #b9edd7;
}
#contents .aiSearchWrap .chatMsgArea .chatTextWrap .theOtherMsg .leftSide .status-dots .dot:nth-child(2) {
  width: 5px;
  height: 5px;
  background-color: #8ed7b9;
  animation-delay: 0.15s;
}
#contents .aiSearchWrap .chatMsgArea .chatTextWrap .theOtherMsg .leftSide .status-dots .dot:nth-child(3) {
  width: 5px;
  height: 5px;
  background-color: #58ca99;
  animation-delay: 0.3s;
}
#contents .aiSearchWrap .chatMsgArea .chatTextWrap .theOtherMsg .leftSide .status-dots .dot:nth-child(4) {
  width: 7px;
  height: 7px;
  background-color: #019855;
  animation-delay: 0.45s;
}
@keyframes chatDotPulse {
  0% {
    opacity: 0.3;
    transform: scale(0.8);
  }
  50% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0.3;
    transform: scale(0.8);
  }
}
#contents .aiSearchWrap .chatMsgArea .chatTextWrap .theOtherMsg .msg,
#contents .aiSearchWrap .chatMsgArea .chatTextWrap .theOtherMsg .msg * {
  line-height: 1.6;
}
#contents .aiSearchWrap .chatMsgArea .chatTextWrap .theOtherMsg .msg {
  font-size: 16px;
  word-break: break-word;
  margin: 0;
}
#contents .aiSearchWrap .chatMsgArea .chatTextWrap .theOtherMsg .msg p {
  margin: 0 0 0.75em 0;
}
#contents .aiSearchWrap .chatMsgArea .chatTextWrap .theOtherMsg .msg p:last-child {
  margin-bottom: 0;
}
#contents .aiSearchWrap .chatMsgArea .chatTextWrap .theOtherMsg .msg .depth1 {
  padding-bottom: 0;
}
#contents .aiSearchWrap .chatMsgArea .chatTextWrap .theOtherMsg .utilBtns {
  position: absolute;
  z-index: 1;
  bottom: 10px;
  right: 0;
  display: flex;
  align-items: center;
  gap: 0 8px;
}
#contents .aiSearchWrap .chatMsgArea .chatTextWrap .theOtherMsg .utilBtns a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 0.2s;
}
#contents .aiSearchWrap .chatMsgArea .chatTextWrap .theOtherMsg .utilBtns a:hover {
  opacity: 1;
}
#contents .aiSearchWrap .chatMsgArea .chatTextWrap .theOtherMsg .utilBtns a.active {
  opacity: 1;
}
#contents .aiSearchWrap .chatMsgArea .chatTextWrap .theOtherMsg .utilBtns i {
  display: block;
  width: 23px;
  height: 24px;
  cursor: pointer;
}
#contents .aiSearchWrap .chatMsgArea .chatTextWrap .theOtherMsg .utilBtns i.icon_good {
  background: url(../images/common/icon_msg_4.png) 0 0 no-repeat;
}
#contents .aiSearchWrap .chatMsgArea .chatTextWrap .theOtherMsg .utilBtns i.icon_bad {
  background: url(../images/common/icon_msg_5.png) 0 0 no-repeat;
}
#contents .aiSearchWrap .chatMsgArea .chatTextWrap .theOtherMsg .utilBtns i.icon_ctrl {
  background: url(../images/common/icon_msg_6.png) 0 0 no-repeat;
}
#contents .aiSearchWrap .chatMsgArea .chatTextWrap .theOtherMsg .utilBtns i.icon_share {
  background: url(../images/common/icon_msg_7.png) 0 0 no-repeat;
}
#contents .aiSearchWrap .chatMsgArea .chatTextWrap .theOtherMsg .utilBtns i.icon_refresh {
  background: url(../images/common/icon_msg_8.png) 0 0 no-repeat;
}
#contents .aiSearchWrap .chatMsgArea .chatTextWrap .theOtherMsg .utilBtns i.icon_copy {
  background: url(../images/common/icon_msg_9.png) 0 0 no-repeat;
}
#contents .aiSearchWrap .chatMsgArea .chatTextWrap .theOtherMsg .utilBtns i.icon_source {
  background: url(../images/common/icon_msg_6.png) 0 0 no-repeat;
  width: 23px;
  height: 24px;
}
#contents .aiSearchWrap .sourceDocumentPanel {
  position: fixed;
  z-index: 1000;
  right: 0;
  top: 80px;
  width: 400px;
  height: calc(100vh - 80px);
  background: #fff;
  border-left: 1px solid #e1e6ea;
  box-shadow: -2px 0 8px rgba(0, 0, 0, 0.1);
}
#contents .aiSearchWrap .sourceDocumentPanel .sourceDocumentHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  border-bottom: 1px solid #e1e6ea;
}
#contents .aiSearchWrap .sourceDocumentPanel .sourceDocumentHeader h3 {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin: 0;
}
#contents .aiSearchWrap .sourceDocumentPanel .sourceDocumentHeader .closeSourcePanel {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  font-size: 24px;
  color: #999;
  cursor: pointer;
}
#contents .aiSearchWrap .sourceDocumentPanel .sourceDocumentHeader .closeSourcePanel:hover {
  color: #333;
}
#contents .aiSearchWrap .sourceDocumentPanel .sourceDocumentContent {
  padding: 20px;
  height: calc(100vh - 160px);
  overflow-y: auto;
}
#contents .aiSearchWrap .sourceDocumentPanel .sourceDocumentContent .sourceDocumentItem {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e1e6ea;
}
#contents .aiSearchWrap .sourceDocumentPanel .sourceDocumentContent .sourceDocumentItem:last-child {
  border-bottom: none;
}
#contents .aiSearchWrap .sourceDocumentPanel .sourceDocumentContent .sourceDocumentItem .sourceDocumentHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding: 0;
  border: none;
}
#contents .aiSearchWrap .sourceDocumentPanel .sourceDocumentContent .sourceDocumentItem .sourceDocumentHeader .sourceDocumentTitle {
  font-size: 14px;
  font-weight: bold;
  color: #009956;
  flex: 1;
}
#contents .aiSearchWrap .sourceDocumentPanel .sourceDocumentContent .sourceDocumentItem .sourceDocumentHeader .sourceDocumentPages {
  font-size: 12px;
  color: #666;
  margin-left: 10px;
}
#contents .aiSearchWrap .sourceDocumentPanel .sourceDocumentContent .sourceDocumentItem .sourceDocumentText {
  font-size: 13px;
  line-height: 1.6;
  color: #555;
  margin-bottom: 15px;
  word-break: break-word;
}
#contents .aiSearchWrap .sourceDocumentPanel .sourceDocumentContent .sourceDocumentItem .sourceDocumentActions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
#contents .aiSearchWrap .sourceDocumentPanel .sourceDocumentContent .sourceDocumentItem .sourceDocumentActions .sourcePageLink {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 5px 10px;
  font-size: 12px;
  color: #009956;
  border: 1px solid #009956;
  border-radius: 4px;
  text-decoration: none;
}
#contents .aiSearchWrap .sourceDocumentPanel .sourceDocumentContent .sourceDocumentItem .sourceDocumentActions .sourcePageLink:hover {
  background: #009956;
  color: #fff;
}
#contents .aiSearchWrap .sourceDocumentPanel .sourceDocumentContent .sourceDocumentItem .sourceDocumentActions .sourcePageLink .icon_pdf {
  display: block;
  width: 16px;
  height: 16px;
  background: url(../images/common/icon_pdf.png) 0 0 no-repeat;
  background-size: contain;
}
#contents .aiSearchWrap .chatMsgArea .chatTextWrap .theOtherMsg .utilBtns a.on i.icon_good {
  background: url(../images/common/icon_msg_4_on.png) 0 0 no-repeat;
}
#contents .aiSearchWrap .chatMsgArea .chatTextWrap .theOtherMsg .utilBtns a.on i.icon_bad {
  background: url(../images/common/icon_msg_5_on.png) 0 0 no-repeat;
}
#contents .aiSearchWrap .chatMsgArea .chatTextWrap .myMsg {
  position: relative;
  z-index: 1;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 90%;
  margin-bottom: 0;
  padding: 15px 120px 15px 45px;
  margin-left: auto;
  color: #fff;
  font-size: 16px;
  word-break: break-word;
  background: #009956;
  border-radius: 25px 25px 0 25px;
}
#contents .aiSearchWrap .chatMsgArea .chatTextWrap .myMsg::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: -16px;
  width: 0;
  height: 0;
  border-bottom: 17px solid #009956;
  border-left: 0 solid #009956;
  border-right: 17px solid #f7f8f9;
}
/* 녹색 말풍선: 편집/삭제 아이콘은 밝은 톤 + 반투명 호버 패드 */
#contents .aiSearchWrap .chatMsgArea .chatTextWrap .myMsg:not(.editMode) a.edit-query,
#contents .aiSearchWrap .chatMsgArea .chatTextWrap .myMsg:not(.editMode) a.edit-msg-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 2;
  bottom: 6px;
  left: 6px;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  text-decoration: none;
  transition: background 0.15s ease, opacity 0.15s ease;
}
#contents .aiSearchWrap .chatMsgArea .chatTextWrap .myMsg:not(.editMode) a.edit-query:hover,
#contents .aiSearchWrap .chatMsgArea .chatTextWrap .myMsg:not(.editMode) a.edit-msg-btn:hover {
  background: rgba(255, 255, 255, 0.22);
}
#contents .aiSearchWrap .chatMsgArea .chatTextWrap .myMsg:not(.editMode) a.delete-query,
#contents .aiSearchWrap .chatMsgArea .chatTextWrap .myMsg:not(.editMode) a.delete-msg-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 2;
  bottom: 8px;
  right: 22px;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  text-decoration: none;
  transition: background 0.15s ease, opacity 0.15s ease;
}
#contents .aiSearchWrap .chatMsgArea .chatTextWrap .myMsg:not(.editMode) a.delete-query:hover,
#contents .aiSearchWrap .chatMsgArea .chatTextWrap .myMsg:not(.editMode) a.delete-msg-btn:hover {
  background: rgba(255, 255, 255, 0.22);
}
#contents .aiSearchWrap .chatMsgArea .chatTextWrap .myMsg:not(.editMode) a.edit-query .icon_pencil,
#contents .aiSearchWrap .chatMsgArea .chatTextWrap .myMsg:not(.editMode) a.edit-msg-btn .icon_pencil {
  display: block;
  position: static;
  width: 20px;
  height: 20px;
  background: url(../images/common/icon_pencil.png) center center no-repeat;
  background-size: contain;
  filter: brightness(0) invert(1) brightness(0.68);
}
#contents .aiSearchWrap .chatMsgArea .chatTextWrap .myMsg:not(.editMode) a.delete-query .icon_trash,
#contents .aiSearchWrap .chatMsgArea .chatTextWrap .myMsg:not(.editMode) a.delete-msg-btn .icon_trash {
  display: block;
  position: static;
  width: 16px;
  height: 18px;
  background: url(../images/common/icon_trash.png) center center no-repeat;
  background-size: contain;
  filter: brightness(0) invert(1) brightness(0.76);
}
#contents .aiSearchWrap .chatMsgArea .chatTextWrap .myMsg::before {
  content: attr(data-date);
  position: absolute;
  z-index: 1;
  left: -160px;
  bottom: 4px;
  font-size: 15px;
  letter-spacing: -0.011em;
  color: #8a9aaa;
}
#contents .aiSearchWrap .chatMsgArea .chatTextWrap .myMsg .modifyTextInput {
  width: 100%;
  min-height: 50px;
  background: none;
  border: none;
  resize: none;
  font-size: 16px;
}
#contents .aiSearchWrap .chatMsgArea .chatTextWrap .myMsg.editMode {
  width: 100%;
  max-width: 100%;
  align-self: stretch;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 18px;
  box-sizing: border-box;
  background: #fff;
  color: #1e293b;
  border: 1px solid #dde2e8;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}
#contents .aiSearchWrap .chatMsgArea .chatTextWrap .myMsg.editMode::before {
  display: none;
}
#contents .aiSearchWrap .chatMsgArea .chatTextWrap .myMsg.editMode::after {
  display: none;
}
#contents .aiSearchWrap .chatMsgArea .chatTextWrap .myMsg.editMode .textContent {
  width: 100%;
}
#contents .aiSearchWrap .chatMsgArea .chatTextWrap .myMsg.editMode .textContent .modifyTextInput {
  width: 100%;
  min-height: 88px;
  padding: 12px 14px;
  border: 1px solid #e1e6ea;
  border-radius: 8px;
  background: #f8fafc;
  color: #1e293b;
  font-size: 15px;
  line-height: 1.5;
  resize: vertical;
  box-sizing: border-box;
  font-family: inherit;
}
#contents .aiSearchWrap .chatMsgArea .chatTextWrap .myMsg.editMode .textContent .modifyTextInput:focus {
  outline: none;
  border-color: #009956;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(0, 153, 86, 0.15);
}
#contents .aiSearchWrap .chatMsgArea .chatTextWrap .myMsg.editMode .textContent .btnsWrap {
  margin-top: 12px;
}
#contents .aiSearchWrap .chatMsgArea .chatTextWrap .myMsg .textContent .btnsWrap {
  display: flex;
  justify-content: flex-end;
  gap: 0 7px;
  width: 100%;
}
#contents .aiSearchWrap .chatMsgArea .chatTextWrap .myMsg .textContent .btnsWrap a {
  display: flex;
  width: 74px;
  height: 27px;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  border-radius: 4px;
}
#contents .aiSearchWrap .chatMsgArea .chatTextWrap .myMsg .textContent .btnsWrap a.btnCancel {
  color: #222;
  background: #fff;
  border: 1px solid #e1e6ea;
}
#contents .aiSearchWrap .chatMsgArea .chatTextWrap .myMsg .textContent .btnsWrap a.btnSubmit {
  color: #fff;
  background: #009956;
  border: 1px solid #009956;
}
#contents .aiSearchWrap .chatMsgArea .inputChat {
  display: flex;
  flex-direction: column;
  width: 85%;
  min-height: 52px;
  margin: 12px auto 20px;
  padding: 10px 20px 10px 20px;
  background: #fff;
  border: 1px solid #dde2e8;
  border-radius: 20px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.07);
}
#contents .aiSearchWrap .chatMsgArea .inputChat .inputChatRow {
  display: flex;
  align-items: flex-end;
  width: 100%;
}
#contents .aiSearchWrap .chatMsgArea .inputChat .icon_img {
  display: block;
  width: 29px;
  height: 26px;
  background: url(../images/common/icon_msg_1.png) 0 0 no-repeat;
}
#contents .aiSearchWrap .chatMsgArea .inputChat .icon_mic {
  display: block;
  width: 29px;
  height: 26px;
  margin-left: 6px;
  background: url(../images/common/icon_msg_2.png) 0 0 no-repeat;
}
#contents .aiSearchWrap .chatMsgArea .inputChat .icon_send {
  display: block;
  width: 29px;
  height: 26px;
  margin-left: 30px;
  background: url(../images/common/icon_msg_3.png) 0 0 no-repeat;
}
#contents .aiSearchWrap .chatMsgArea .inputChat .inputMsg {
  flex: 1;
  max-height: 200px;
  height: auto;
  border: none;
  outline: none;
  background: none;
  font-size: 15px;
  resize: none;
  overflow-y: auto;
  line-height: 1.5;
  padding: 0;
  font-family: inherit;
}
#contents .aiSearchWrap .chatMsgArea .inputChat:focus-within {
  border-color: #a8c5da;
  box-shadow: 0 0 0 3px rgba(0, 153, 86, 0.10);
}
#contents .aiSearchWrap .chatMsgArea .inputChat .usualQ {
  position: absolute;
  z-index: 1;
  bottom: 51px;
  left: 50%;
  display: block;
  width: calc(100% - 200px);
  transform: translateX(-50%);
}
#contents .aiSearchWrap .chatMsgArea .inputChat .usualQ .toggleBtn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 40px;
  padding: 0 15px 0 22px;
  font-size: 15px;
  color: #292929;
  background: #fbfbfb;
  border: 1px solid #e3e3e3;
  border-bottom: none;
}
#contents .aiSearchWrap .chatMsgArea .inputChat .usualQ .toggleBtn::after {
  content: "";
  display: block;
  width: 14px;
  height: 9px;
  background: url(../images/common/bg_arrow_3.gif) 0 0 no-repeat;
  transform: rotate(180deg);
}
#contents .aiSearchWrap .chatMsgArea .inputChat .usualQ .toggleBtn.on::after {
  transform: rotate(0deg);
}
#contents .aiSearchWrap .chatMsgArea .inputChat .usualQ .selectBox {
  display: none;
  overflow-y: auto;
  position: absolute;
  z-index: 1;
  bottom: 39px;
  left: 0;
  width: 100%;
  max-height: 161px;
  border: 1px solid #e3e3e3;
  border-radius: 6px 6px 0 0;
  background: #fff;
}
#contents .aiSearchWrap .chatMsgArea .inputChat .usualQ .selectBox.on {
  display: block;
}
#contents .aiSearchWrap .chatMsgArea .inputChat .usualQ .selectBox li {
  display: flex;
  height: 40px;
  align-items: center;
  border-bottom: 1px solid #e3e3e3;
}
#contents .aiSearchWrap .chatMsgArea .inputChat .usualQ .selectBox li:last-child {
  border: none;
}
#contents .aiSearchWrap .chatMsgArea .inputChat .usualQ .selectBox li a {
  padding: 0 20px;
  font-size: 15px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#contents .aiSearchWrap .chatMsgArea .inputChat .usualQ .selectBox li a:hover {
  font-weight: 500;
  letter-spacing: -0.1px;
}
#contents .aiSearchWrap .chatRawText {
  display: none;
  position: relative;
  z-index: 1;
  width: calc(70% - 530px);
  max-width: 470px;
  margin: 0px 0;
  box-shadow: -11px 0px 11px rgba(0, 0, 0, 0.05);
}
#contents .aiSearchWrap .chatRawText > ul {
  overflow-y: auto;
  padding: 0 35px;
  height: calc(100vh - 255px);
}
#contents .aiSearchWrap .chatRawText > ul > li {
  padding: 30px 0;
  border-bottom: 1px solid #e1e6ea;
}
#contents .aiSearchWrap .chatRawText > ul > li > h4 {
  font-size: 15px;
  font-weight: 500;
}
#contents .aiSearchWrap .chatRawText > ul > li .rawTextWrap {
  padding: 12px 0 0 0;
  line-height: 27px;
  font-size: 16px;
  letter-spacing: -0.011em;
}
#contents .aiSearchWrap .chatRawText > ul > li .rawTextWrap i {
  display: inline-block;
  vertical-align: middle;
}
#contents .aiSearchWrap .chatRawText > ul > li .rawTextWrap i.icon_pdf {
  width: 17px;
  height: 22px;
  margin: 0 6px;
  background: url(../images/common/icon_pdf_s.jpg) 0 0 no-repeat;
}
#contents .aiSearchWrap .chatRawText > ul > li .rawTextWrap i.icon_folder {
  width: 17px;
  height: 14px;
  background: url(../images/common/icon_folder_s.jpg) 0 0 no-repeat;
}
#contents .aiSearchWrap .chatRawText > ul > li:last-child {
  border-bottom: none;
}
#contents .aiSearchWrap .chatRawText .closeBtn {
  display: block;
  width: 13px;
  height: 13px;
  margin: 20px 10px 0 auto;
  background: url(../images/common/icon_close.png) 0 0 no-repeat;
}
#contents .aiSearchWrap .dot-falling {
  margin-left: 21px;
  position: relative;
  left: -9999px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #0a9d5c;
  color: #0a9d5c;
  box-shadow: 9999px 0 0 0 #0a9d5c;
  animation: dot-falling 1s infinite linear;
  animation-delay: 0.1s;
}
#contents .aiSearchWrap .dot-falling::before, #contents .aiSearchWrap .dot-falling::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
}
#contents .aiSearchWrap .dot-falling::before {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #0a9d5c;
  color: #0a9d5c;
  animation: dot-falling-before 1s infinite linear;
  animation-delay: 0s;
}
#contents .aiSearchWrap .dot-falling::after {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #0a9d5c;
  color: #0a9d5c;
  animation: dot-falling-after 1s infinite linear;
  animation-delay: 0.2s;
}
@keyframes dot-falling {
  0% {
    box-shadow: 9999px -15px 0 0 rgba(152, 128, 255, 0);
  }
  25%, 50%, 75% {
    box-shadow: 9999px 0 0 0 #0a9d5c;
  }
  100% {
    box-shadow: 9999px 15px 0 0 rgba(152, 128, 255, 0);
  }
}
@keyframes dot-falling-before {
  0% {
    box-shadow: 9984px -15px 0 0 rgba(152, 128, 255, 0);
  }
  25%, 50%, 75% {
    box-shadow: 9984px 0 0 0 #0a9d5c;
  }
  100% {
    box-shadow: 9984px 15px 0 0 rgba(152, 128, 255, 0);
  }
}
@keyframes dot-falling-after {
  0% {
    box-shadow: 10014px -15px 0 0 rgba(152, 128, 255, 0);
  }
  25%, 50%, 75% {
    box-shadow: 10014px 0 0 0 #0a9d5c;
  }
  100% {
    box-shadow: 10014px 15px 0 0 rgba(152, 128, 255, 0);
  }
}
#contents .btnsRight {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  padding-right: 47px;
}
#contents .btnsRight a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 74px;
  height: 27px;
  color: #fff;
  font-size: 15px;
  border-radius: 4px;
}
#contents .btnsRight a.btn_compare {
  background: #0a9d5c;
}
#contents .btnsRight a.btn_loading {
  background: #7860f4;
}
#contents .btnsRight a.btn_download {
  background: #ff701e;
}
#contents .btnsRightBottom {
  display: flex;
  justify-content: flex-end;
  padding: 20px 47px 0 0;
  gap: 10px;
}
#contents .btnsRightBottom a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 74px;
  height: 27px;
  color: #fff;
  font-size: 15px;
  border-radius: 4px;
}
#contents .btnsRightBottom a.btn_compare {
  background: #0a9d5c;
}
#contents .btnsRightBottom a.btn_loading {
  background: #7860f4;
}
#contents .btnsRightBottom a.btn_download {
  background: #ff701e;
}
#contents .compareContents {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 20px 19px;
  padding: 17px 47px 0;
  /* result */
}
#contents .compareContents .flexOne {
  position: relative;
  z-index: 1;
  flex: 1;
  flex-basis: auto;
  padding: 43px 72px;
  background: #f5f8fa;
  border: 1px solid #e3e3e3;
  border-radius: 6px;
}
#contents .compareContents .flexOne h3 {
  line-height: 20px;
  font-size: 17px;
}
#contents .compareContents .flexOne .selectArea {
  height: 89px;
}
#contents .compareContents .flexOne .selectArea select {
  width: 131px;
  height: 41px;
  display: block;
  padding: 0 0 0 16px;
  margin: 20px 0 0 auto;
  font-size: 15px;
  color: #292929;
  border: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.07);
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 4px;
  background-color: #fff;
  background-image: url(../images/common/bg_arrow.gif);
  background-position: 90% center;
  background-repeat: no-repeat;
}
#contents .compareContents .flexOne .selectArea .detailSelect {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0 10px;
  padding: 7px 0 0 0;
}
#contents .compareContents .flexOne .selectArea .detailSelect label {
  font-size: 15px;
  margin-left: 4px;
}
#contents .compareContents .flexOne .selectArea .detailSelect input[type=text] {
  width: 47px;
  height: 41px;
  text-align: center;
  font-size: 15px;
  border: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.07);
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 4px;
  background-color: #fff;
}
#contents .compareContents .flexOne .showArea {
  display: flex;
  gap: 0 27px;
  justify-content: space-between;
  padding: 8px 0 0 0;
}
#contents .compareContents .flexOne .showArea .viewOne {
  flex: 1;
  text-align: center;
  border-radius: 6px;
  border: 1px solid #e3e3e3;
}
#contents .compareContents .flexOne .btnsLeft {
  position: absolute;
  left: 20px;
  top: 50%;
  display: flex;
  width: 28px;
  margin: 50px 0 0 0;
  flex-direction: column;
  gap: 8px;
}
#contents .compareContents .flexOne .btnsLeft a {
  display: block;
  width: 28px;
  height: 28px;
}
#contents .compareContents .flexOne .btnsRight {
  position: absolute;
  right: 20px;
  top: 50%;
  display: flex;
  width: 28px;
  margin: 50px 0 0 0;
  flex-direction: column;
  gap: 8px;
  padding-right: 0;
}
#contents .compareContents .flexOne .btnsRight a {
  display: block;
  width: 28px;
  height: 28px;
}
#contents .compareContents table.colTable tbody tr:hover td {
  background: #fff;
}
#contents .compareContents table.colTable .historyTdWrap {
  display: flex;
  align-items: center;
  min-height: 100px;
  margin: 15px;
  padding: 25px 20px;
  line-height: 20px;
  font-size: 17px;
  word-break: break-word;
  background: #f5f8fa;
  border-radius: 6px;
}
#contents .compareContents table.colTable .historyTdWrap.center {
  justify-content: center;
}
#contents .compareContents table.colTable .historyTdWrap .status {
  display: block;
  padding: 40px 0 0 0;
  font-size: 17px;
}
#contents .compareContents table.colTable .historyTdWrap .status_1 {
  background: url(../images/common/compare.gif) top center no-repeat;
}
#contents .compareContents table.colTable .historyTdWrap .status_2 {
  background: url(../images/common/status_2.png) top center no-repeat;
}
#contents .compareContents.result {
  align-items: center;
  gap: 25px;
}
#contents .compareContents.result .flexOne {
  padding: 43px 54px;
}
#contents .compareContents.result .flexOne h3 {
  text-align: center;
}
#contents .compareContents.result .flexOne .resultArea {
  overflow-y: auto;
  height: 352px;
  margin: 21px auto 0;
  border: 1px solid #e3e3e3;
  border-radius: 6px;
}
#contents .compareContents.result .flexOne .resultArea::-webkit-scrollbar {
  width: 24px; /* 스크롤바의 너비 */
}
#contents .compareContents.result .flexOne .resultArea::-webkit-scrollbar-thumb {
  width: 14px;
  border: 5px solid #f5f8fa;
  height: 30%; /* 스크롤바의 길이 */
  background: #009956; /* 스크롤바의 색상 */
  border-radius: 12px;
}
#contents .compareContents.result .flexOne .resultArea::-webkit-scrollbar-track {
  background: #f5f8fa; /*스크롤바 뒷 배경 색상*/
}
#contents .compareContents.result .flexOne .resultArea h4 {
  display: flex;
  height: 31px;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  font-weight: bold;
  background: #ecf1f5;
}
#contents .compareContents.result .flexOne .resultArea ul {
  background: #fff;
}
#contents .compareContents.result .flexOne .resultArea ul li {
  display: flex;
  height: 32px;
  align-items: center;
  padding-left: 18px;
  font-size: 17px;
  border-bottom: 1px solid #e3e3e3;
}
#contents .compareContents.result .flexOne:nth-child(1)::after {
  display: none;
}
#contents .compareContents.result .loading {
  display: block;
  width: 45px;
  height: 38px;
  background: url(../images/common/loading.png) center no-repeat;
}
#contents .compareContents.result .loading.ing {
  animation: spin 2s linear infinite;
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
#contents .autoListTable .type1 {
  display: block;
  width: 14px;
  height: 14px;
  margin: 0 auto;
  border-radius: 7px;
  background: #b7b7b7;
}
#contents .autoListTable .type2 {
  display: block;
  width: 14px;
  height: 14px;
  margin: 0 auto;
  border-radius: 7px;
  background: #ffe400;
}
#contents .autoListTable .type3 {
  display: block;
  width: 14px;
  height: 14px;
  margin: 0 auto;
  border-radius: 7px;
  background: #0060ff;
}
#contents .autoListTable .type4 {
  display: block;
  width: 14px;
  height: 14px;
  margin: 0 auto;
  border-radius: 7px;
  background: #009956;
}
#contents .autoListTable .type5 {
  display: block;
  width: 14px;
  height: 14px;
  margin: 0 auto;
  border-radius: 7px;
  background: #ff0000;
}
#contents .feedFlex {
  display: flex;
  gap: 0 33px;
  padding: 0 45px;
}
#contents .feedFlex .flexOne {
  width: calc(50% - 47px);
  padding: 46px 54px 20px;
  background: #f5f8fa;
  border-radius: 6px;
  border: 1px solid #e3e3e3;
}
#contents .feedFlex .flexOne .feedContents {
  overflow-y: auto;
  height: 366px;
  background: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 6px;
}
#contents .feedFlex .flexOne .feedContents h4 {
  display: flex;
  align-items: center;
  height: 48px;
  justify-content: center;
  font-size: 17px;
  font-weight: 500;
  background: #ecf1f5;
  border-radius: 6px 6px 0 0;
}
#contents .feedFlex .flexOne .feedContents .colTable tbody tr:last-child td {
  border-bottom: none;
}
#contents .feedFlex .flexOne .feedContents .colTable .icon_file {
  width: 28px;
}
#contents .feedFlex .flexOne .btnsWrap {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  padding: 20px 0 0 0;
}
#contents .feedFlex .flexOne .btnsWrap a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 74px;
  height: 27px;
  color: #fff;
  font-size: 15px;
  background: #ff701e;
  border-radius: 4px;
}
#contents .feedFlex .btnsWrap {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
  justify-content: center;
}
#contents .feedFlex .btnsWrap a {
  display: block;
  width: 28px;
  height: 28px;
}
#contents .feedFlex .btnsWrap a.btnLeft {
  background: url(../images/common/arrow01.png) 0 0 no-repeat;
}
#contents .feedFlex .btnsWrap a.btnRight {
  background: url(../images/common/arrow02.png) 0 0 no-repeat;
}
#contents .FeedBtnsWrap {
  display: flex;
  justify-content: flex-end;
  padding: 20px 45px 0;
}
#contents .FeedBtnsWrap a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 134px;
  height: 36px;
  font-size: 16px;
  color: #fff;
  background: #009956;
  border-radius: 4px;
}
#contents .loadingGraph {
  overflow: hidden;
  position: relative;
  z-index: 1;
  height: 20px;
  width: calc(100% - 40px);
  margin: 15px auto 0;
  background: #dadada;
  border-radius: 3px;
}
#contents .loadingGraph > span {
  display: flex;
  height: 20px;
  justify-content: center;
  align-items: center;
  font-size: 11px;
  background: #1fa56b;
  border-radius: 3px 0 0 3px;
}
#contents .loadingGraph > span::after {
  content: attr(data-percent);
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
  width: 100%;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#contents .resultFlex {
  display: flex;
  margin-top: 32px;
}
#contents .resultFlex .scrollWrap {
  overflow: hidden;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 438px;
}
#contents .resultFlex .scrollWrap .autoListScroll {
  position: absolute;
  z-index: 1;
  overflow: auto;
  width: 100%;
  height: 394px;
}
#contents .resultFlex .scrollWrap .autoListScroll .autoListTable {
  table-layout: auto;
  min-width: 100%;
  width: -moz-max-content;
  width: max-content;
  border-collapse: collapse;
  border: 1px solid #e1e6ea;
}
#contents .resultFlex .scrollWrap .autoListScroll .autoListTable th {
  font-weight: bold;
  font-size: 15px;
  background: #eef1f2;
  border: 1px solid #e1e6ea;
}
#contents .resultFlex .scrollWrap .autoListScroll .autoListTable td {
  padding: 16px 14px;
  word-break: break-all;
  white-space: nowrap;
  background: #f4f6f7;
}
#contents .resultFlex .scrollWrap .autoListScroll .autoListTable td:nth-child(even) {
  background: #fff;
}
#contents .resultFlex .scrollWrap .autoListScroll .autoListTable td span[data-tooltip]:hover {
  position: relative;
  z-index: 1;
}
#contents .resultFlex .scrollWrap .autoListScroll .autoListTable td span[data-tooltip]:hover::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 100%;
  display: block;
  width: 8px;
  height: 10px;
  margin: -4px 0 0 0;
  background: url(../images/common/tooltip.png) 0 0 no-repeat;
}
#contents .resultFlex .scrollWrap .autoListScroll .autoListTable td span[data-tooltip]:hover::after {
  content: attr(data-tooltip);
  display: flex;
  position: absolute;
  z-index: 1;
  top: -13px;
  left: calc(100% + 6px);
  height: 45px;
  padding: 0 18px;
  align-items: center;
  background: #fff;
  border: 2px solid #009956;
  border-radius: 8px;
}
#contents .resultFlex .scrollWrap .autoListScroll::-webkit-scrollbar {
  width: 24px; /* 스크롤바의 너비 */
  height: 23px;
}
#contents .resultFlex .scrollWrap .autoListScroll::-webkit-scrollbar-thumb {
  height: 14px; /* 스크롤바의 길이 */
  background: #009956; /* 스크롤바의 색상 */
  border: 5px solid #e1e6ea;
  border-radius: 12px;
}
#contents .resultFlex .scrollWrap .autoListScroll::-webkit-scrollbar-track {
  width: 24px;
  background: #f5f8fa; /*스크롤바 뒷 배경 색상*/
  border: 1px solid #e1e6ea;
}
#contents .resultFlex .resultDescription {
  display: none;
}
#contents .resultFlex.longType {
  gap: 0 27px;
}
#contents .resultFlex.longType .scrollWrap {
  width: 70%;
}
#contents .resultFlex.longType .resultDescription {
  position: relative;
  z-index: 1;
  overflow-y: auto;
  box-sizing: border-box;
  width: calc(30% - 27px);
  height: 600px;
  padding: 20px 30px;
  border: 1px solid #e1e6ea;
  box-shadow: -4px 2px 11px rgba(94, 94, 94, 0.05);
}
#contents .resultFlex.longType .resultDescription .descriptionText {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.011em;
}
#contents .resultFlex.longType .resultDescription .closeBtn {
  position: absolute;
  z-index: 10;
  top: 14px;
  right: 21px;
  padding: 0;
  width: 13px;
  height: 13px;
  margin-top: 0;
  background: url(../images/common/icon_close.png) 0 0 no-repeat;
}
#contents .resultFlex.longType .resultDescription::-webkit-scrollbar {
  width: 24px; /* 스크롤바의 너비 */
  height: 23px;
}
#contents .resultFlex.longType .resultDescription::-webkit-scrollbar-thumb {
  height: 14px; /* 스크롤바의 길이 */
  background: #009956; /* 스크롤바의 색상 */
  border: 5px solid #e1e6ea;
  border-radius: 12px;
}
#contents .resultFlex.longType .resultDescription::-webkit-scrollbar-track {
  width: 24px;
  background: #f5f8fa; /*스크롤바 뒷 배경 색상*/
  border: 1px solid #e1e6ea;
}

/* right click */
.contextBox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  width: 206px;
  padding: 19px;
  padding-top: 28px;
  background: #fff;
  border: 1px solid #e1e6ea;
  border-radius: 6px;
}
.contextBox-dragHandle {
  position: absolute;
  top: 0;
  left: 0;
  right: 40px;
  height: 24px;
  cursor: move;
  border-radius: 6px 0 0 0;
  background: #f0f2f5;
  z-index: 8;
}
.contextBox-dragHandle:hover {
  background: #e4e7eb;
}
.contextBox a {
  display: block;
  height: 26px;
  padding: 0 0 0 35px;
  line-height: 26px;
  font-size: 15px;
  color: #222;
}
.contextBox a.closeBtn {
  position: absolute;
  z-index: 10;
  top: 14px;
  right: 13px;
  padding: 0;
  width: 13px;
  height: 13px;
  margin-top: 0;
  background: url(../images/common/icon_close.png) 0 0 no-repeat;
}
.contextBox a:nth-child(2) {
  background: url(../images/common/context_1.png) 0 0 no-repeat;
}
.contextBox a:nth-child(3) {
  background: url(../images/common/context_2.png) 0 0 no-repeat;
}
.contextBox a:nth-child(4) {
  background: url(../images/common/context_8.png) 0 0 no-repeat;
}
.contextBox a:nth-child(5) {
  background: url(../images/common/context_3.png) 0 0 no-repeat;
}
.contextBox a:nth-child(6) {
  background: url(../images/common/context_4.png) 0 0 no-repeat;
}
.contextBox a:nth-child(7) {
  background: url(../images/common/context_5.png) 0 0 no-repeat;
}
.contextBox a:nth-child(8) {
  background: url(../images/common/context_6.png) 0 0 no-repeat;
}
.contextBox a:nth-child(9) {
  background: url(../images/common/context_6.png) 0 0 no-repeat;
}
.contextBox a:nth-child(10) {
  background: url(../images/common/context_7.png) 0 0 no-repeat;
}
.contextBox a:nth-child(11) {
  background: url(../images/common/context_9.png) 0 0 no-repeat;
}
.contextBox a:nth-child(12) {
  background: url(../images/common/context_10.png) 0 0 no-repeat;
}
.contextBox a:nth-child(13) {
  background: url(../images/common/context_11.png) 0 0 no-repeat;
}
.contextBox a.closeBtn {
  background: url(../images/common/icon_close.png) 0 0 no-repeat;
}
.contextBox a + a {
  margin-top: 17px;
}
.contextBox .contextBox-dragHandle + a {
  margin-top: 0;
}

/* 공유&활동 레이어 */
.shareActiveLayer {
  display: none;
  position: fixed;
  top: 50vh;
  left: 50vw;
  z-index: 9;
  width: 440px;
  min-height: 320px;
  max-height: 85vh;
  padding: 0 20px 16px 20px;
  padding-top: 32px;
  transform: translate(-50%, -50%);
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
  border-radius: 6px;
}
.shareActiveLayer-dragHandle {
  position: absolute;
  top: 0;
  left: 0;
  right: 40px;
  height: 28px;
  cursor: move;
  border-radius: 6px 0 0 0;
  background: #f0f2f5;
  z-index: 8;
}
.shareActiveLayer-dragHandle:hover {
  background: #e4e7eb;
}
.shareActiveLayer .tabArea {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.shareActiveLayer .tabArea a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 6px;
  padding: 13px 0;
  width: 175px;
  font-size: 17px;
  text-align: center;
}
.shareActiveLayer .tabArea a.on {
  color: #222;
  border-bottom: 2px solid #009956;
}
.shareActiveLayer .tabArea a.off {
  color: #777;
  border-bottom: 2px solid transparent;
}
.shareActiveLayer .tabArea a:nth-child(1).on::before {
  content: "";
  display: block;
  width: 21px;
  height: 18px;
  background: url(../images/common/icon_share_on.png) 0 0 no-repeat;
}
.shareActiveLayer .tabArea a:nth-child(1).off::before {
  content: "";
  display: block;
  width: 21px;
  height: 18px;
  background: url(../images/common/icon_share_off.png) 0 0 no-repeat;
}
.shareActiveLayer .tabArea a:nth-child(2).on::before {
  content: "";
  display: block;
  width: 21px;
  height: 18px;
  background: url(../images/common/icon_activ_on.png) 0 0 no-repeat;
}
.shareActiveLayer .tabArea a:nth-child(2).off::before {
  content: "";
  display: block;
  width: 21px;
  height: 18px;
  background: url(../images/common/icon_activ_off.png) 0 0 no-repeat;
}
.shareActiveLayer .tabArea a::before {
  margin-top: 4px;
}
.shareActiveLayer .tabView {
  display: none !important;
  width: 100%;
  padding: 6px 0 0 0;
}
.shareActiveLayer .tabView.tabView-visible {
  display: block !important;
}
.shareActiveLayer .shareAreaLabel {
  margin: 6px 0 4px 0;
  font-size: 12px;
  color: #555;
}
.shareActiveLayer .shareAreaLabel:first-of-type {
  margin-top: 0;
}
.shareActiveLayer .shareAreaBtns {
  margin: 8px 0;
}
.shareActiveLayer .shareAreaBtns .btnShareConfirm {
  display: inline-block;
  padding: 8px 20px;
  background: #009956;
  color: #fff;
  border-radius: 4px;
  text-decoration: none;
  font-size: 14px;
}
.shareActiveLayer .shareAreaBtns .btnShareConfirm:hover {
  background: #008048;
}
.shareActiveLayer .shareSearchHint,
.shareActiveLayer .shareNoUser {
  color: #888;
  font-size: 13px;
}
.shareActiveLayer .shareUserItem label {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.shareActiveLayer .shareUserItem .shareUserCb {
  margin: 0;
}
.shareActiveLayer .tabView .searchUser {
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
  padding: 0 0 0 53px;
  color: #222;
  font-size: 15px;
  background: #fafafa url(../images/common/icon_search.png) 20px 11px no-repeat;
  border: 1px solid #e1e6ea;
  border-radius: 4px;
}
.shareActiveLayer .tabView .userList {
  overflow-y: auto;
  min-height: 44px;
  max-height: 100px;
  padding: 8px 12px;
  margin: 2px 0 0 0;
  border: 1px solid #e1e6ea;
  border-radius: 4px;
  background: #fafafa;
}
.shareActiveLayer .tabView .shareUserListArea,
.shareActiveLayer .tabView .shareExistingListArea {
  min-height: 40px;
  max-height: 90px;
}
.shareActiveLayer .tabView .userList li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
}
.shareActiveLayer .tabView .userList li a {
  font-size: 14px;
  color: #222;
}
.shareActiveLayer .tabView .userList li + li {
  margin-top: 8px;
}
.shareActiveLayer .tabView .activeList {
  overflow-y: auto;
  height: 226px;
  padding: 12px 19px;
  margin: 5px auto 0;
  border: 1px solid #e1e6ea;
  border-radius: 4px;
  background: #fff;
}
.shareActiveLayer .tabView .activeList li {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.shareActiveLayer .tabView .activeList li i {
  display: block;
  width: 18px;
  height: 18px;
}
.shareActiveLayer .tabView .activeList li i.icon_1 {
  background: url(../images/common/icon_favorite.png) 0 0 no-repeat;
}
.shareActiveLayer .tabView .activeList li i.icon_2 {
  background: url(../images/common/icon_refresh.png) 0 0 no-repeat;
}
.shareActiveLayer .tabView .activeList li i.icon_3 {
  background: url(../images/common/icon_ex.png) 0 0 no-repeat;
}
.shareActiveLayer .tabView .activeList li i.icon_4 {
  background: url(../images/common/icon_add.png) 0 0 no-repeat;
}
.shareActiveLayer .tabView .activeList li i.icon_share_activity {
  flex-shrink: 0;
}
.shareActiveLayer .tabView .activeList li i.icon_share_activity img {
  display: block;
  width: 18px;
  height: 18px;
  object-fit: contain;
}
.shareActiveLayer .tabView .activeList li.shareActivityHint,
.shareActiveLayer .tabView .activeList .shareActivityHint {
  color: #666;
  font-size: 14px;
}
.shareActiveLayer .tabView .activeList li .detail {
  padding: 0 6px;
  width: 250px;
  font-size: 14.5px;
  color: #222;
}
.shareActiveLayer .tabView .activeList li .status {
  width: 66px;
  font-size: 14.5px;
  color: #222;
}
.shareActiveLayer .tabView .activeList li .date {
  width: 60px;
  text-align: right;
  font-size: 14.5px;
  color: #222;
}
.shareActiveLayer .tabView .activeList li + li {
  margin-top: 14px;
}
/* 공유 활동 탭: 표시 여부는 .tabView-visible 클래스로 제어 (display: flex 등에 덮이지 않도록) */
.shareActiveLayer .tabView.activeArea .activeTable {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
.shareActiveLayer .tabView.activeArea .activeTable thead th {
  padding: 10px 12px;
  text-align: center;
  border-bottom: 1px solid #e1e6ea;
  background: #f5f7f9;
  font-weight: 600;
  color: #333;
}
.shareActiveLayer .tabView.activeArea .activeTable tbody td {
  padding: 10px 12px;
  border-bottom: 1px solid #eee;
  vertical-align: middle;
}
.shareActiveLayer .tabView.activeArea .activeTable tbody td.shareActivityHint {
  color: #666;
  font-size: 14px;
  padding: 24px;
}
.shareActiveLayer .tabView.activeArea .shareActivityPerson {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.shareActiveLayer .tabView.activeArea .shareActivityPerson i {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}
.shareActiveLayer .tabView.activeArea .shareActivityPerson img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  vertical-align: middle;
}
.shareActiveLayer .tabView.activeArea .shareActivityPerson span {
  font-size: 14px;
  color: #222;
}
.shareActiveLayer .tabView.activeArea {
  max-height: 260px;
  overflow-y: auto;
}
.shareActiveLayer .tabView.activeArea .activeTable tbody td:nth-child(3) {
  white-space: nowrap;
}
/* 공유한 문서 리스트: 헤더 가운데 정렬, 크기·일시 컬럼 정렬 */
.colTableShareList thead th {
  text-align: center;
}
.colTableShareList thead th .flexCenter {
  justify-content: center;
}
.colTableShareList tbody td.alignRight {
  text-align: right;
}
.colTableShareList tbody td:nth-child(5),
.colTableShareList tbody td:nth-child(6) {
  text-align: right;
}
/* 공유한 문서: 공유 받은 사람 셀 - 버튼 타입 (케이조선2 ×) */
.shareRecipientsCell {
  white-space: normal;
  word-break: break-word;
}
.shareRecipientsCell .shareRecipientBtn {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin: 2px 4px 2px 0;
  padding: 4px 8px;
  font-size: 13px;
  line-height: 1.3;
  color: #333;
  background: #e8f4ec;
  border: 1px solid #009956;
  border-radius: 4px;
  white-space: nowrap;
}
.shareRecipientsCell .shareRecipientBtn .shareRecipientName {
  margin-right: 2px;
}
.shareRecipientsCell .unshareOneBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1;
  color: #c00;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 3px;
  cursor: pointer;
}
.shareRecipientsCell .unshareOneBtn:hover {
  color: #fff;
  background: #c00;
  border-color: #c00;
}
/* 공유받은 문서: 본인 외 공유 받은 사람은 × 비활성(이름만 표시) */
.shareRecipientsCell .shareRecipientBtn-disabled {
  cursor: default;
  opacity: 0.9;
}
.shareRecipientsCell .shareRecipientBtn-disabled .shareRecipientName {
  margin-right: 0;
}
/* 공유한 문서: 공유/활동 버튼 타입 */
.colTableShareList .btnShareActivity {
  display: inline-block;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.3;
  color: #333;
  background: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
}
.colTableShareList .btnShareActivity:hover {
  background: #e8e8e8;
  border-color: #ccc;
}
.shareActiveLayer .closeBtn {
  position: absolute;
  z-index: 10;
  top: 8px;
  right: 16px;
  padding: 0;
  width: 13px;
  height: 13px;
  margin-top: 0;
  background: url(../images/common/icon_close.png) 0 0 no-repeat;
}

/* 이동 복사,비교 레이어 */
.folderMoveLayer, .folderCompareLayer {
  display: none;
  position: fixed;
  top: 50vh;
  left: 50vw;
  z-index: 9;
  width: 472px;
  height: 411px;
  padding: 10px 24px 22px 24px;
  transform: translate(-50%, -50%);
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
}
.folderMoveLayer .folderMoveBreadcrumb {
  margin: 16px 0 12px 0;
  padding-top: 4px;
  font-size: 13px;
  color: #555;
  position: relative;
  z-index: 9;
}
.folderMoveLayer h2, .folderCompareLayer h2 {
  position: relative;
  z-index: 9;
  display: inline-block;
  padding: 15px 90px 15px 20px;
  font-weight: normal;
  font-size: 17px;
  color: #222;
  border-bottom: 2px solid #009956;
}
.folderMoveLayer .folderMoveContents, .folderCompareLayer .folderMoveContents {
  position: relative;
  z-index: 9;
  overflow-y: auto;
  height: 281px;
  margin: 10px 0 0 0;
  border: 1px solid #e1e6ea;
  border-radius: 4px;
  background: #fff;
}
.folderMoveLayer .colTable, .folderCompareLayer .colTable {
  position: relative;
  z-index: 9;
  table-layout: fixed;
  width: 100%;
}
.folderMoveLayer .colTable thead th, .folderCompareLayer .colTable thead th {
  line-height: 29px;
  text-align: center;
  font-size: 11px;
  color: #222;
}
.folderMoveLayer .colTable thead th.alignLeft, .folderCompareLayer .colTable thead th.alignLeft {
  padding-left: 20px;
  text-align: left;
}
.folderMoveLayer .colTable tbody td, .folderCompareLayer .colTable tbody td {
  text-align: center;
  line-height: 41px;
  font-size: 15px;
  color: #222;
  border-bottom: 1px solid #e1e6ea;
}
.folderMoveLayer .colTable tbody td.alignLeft, .folderCompareLayer .colTable tbody td.alignLeft {
  padding-left: 20px;
  text-align: left;
}
.folderMoveLayer .colTable tbody td .icon_folder, .folderCompareLayer .colTable tbody td .icon_folder {
  display: inline-block;
  width: 21px;
  height: 18px;
  margin-right: 7px;
  vertical-align: middle;
  background: url(../images/common/icon_folder_small.png) 0 0 no-repeat;
}
.folderMoveLayer .colTable tbody tr:last-child td, .folderCompareLayer .colTable tbody tr:last-child td {
  border-bottom: none;
}
.folderMoveLayer .colTable tbody .selectFile, .folderCompareLayer .colTable tbody .selectFile {
  display: flex;
  gap: 0 18px;
  align-items: center;
}
.folderMoveLayer .colTable tbody .selectFile i, .folderCompareLayer .colTable tbody .selectFile i {
  float: left;
  width: 12px;
  height: 12px;
}
.folderMoveLayer .colTable tbody .selectFile i img, .folderCompareLayer .colTable tbody .selectFile i img {
  width: 16px;
  vertical-align: top;
}
.folderMoveLayer .colTable tbody .selectFile span, .folderCompareLayer .colTable tbody .selectFile span {
  float: left;
  line-height: 20px;
  font-size: 15px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.folderMoveLayer .colTable tbody .toggleTr, .folderCompareLayer .colTable tbody .toggleTr {
  background: #fff;
}
.folderMoveLayer .colTable tbody .toggleTr.on, .folderCompareLayer .colTable tbody .toggleTr.on {
  background: #f4f6f7;
}
.folderMoveLayer .folderMoveHint {
  color: #888;
  font-size: 12px;
  font-weight: normal;
  margin-left: 4px;
}
.folderMoveLayer .btnsWrap, .folderCompareLayer .btnsWrap {
  display: flex;
  justify-content: flex-end;
  gap: 0 7px;
  padding: 13px 0 0 0;
}
.folderMoveLayer .btnsWrap a, .folderCompareLayer .btnsWrap a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 27px;
  padding: 0 24px;
  color: #fff;
  font-size: 15px;
  border-radius: 4px;
}
/* 파일 선택 레이어 */
.fileSelectLayer {
  display: none;
  position: fixed;
  top: 50vh;
  left: 50vw;
  z-index: 9;
  width: 600px;
  height: 500px;
  padding: 10px 24px 22px 24px;
  transform: translate(-50%, -50%);
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
}
.fileSelectLayer h2 {
  position: relative;
  z-index: 9;
  display: inline-block;
  padding: 15px 90px 15px 20px;
  font-weight: normal;
  font-size: 17px;
  color: #222;
  border-bottom: 2px solid #009956;
}
.fileSelectLayer .fileSelectContents {
  position: relative;
  z-index: 9;
  height: 360px;
  margin: 10px 0 0 0;
  border: 1px solid #e1e6ea;
  border-radius: 4px;
  background: #fff;
  display: flex;
  flex-direction: column;
}
.fileSelectLayer .fileSelectHeader {
  padding: 10px 15px;
  border-bottom: 1px solid #e1e6ea;
  background: #fafafa;
}
.fileSelectLayer .breadcrumb {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 13px;
}
.fileSelectLayer .breadcrumbItem {
  color: #009956;
  cursor: pointer;
  text-decoration: none;
}
.fileSelectLayer .breadcrumbItem:hover {
  text-decoration: underline;
}
.fileSelectLayer .breadcrumbItem::after {
  content: ' > ';
  color: #999;
  margin-left: 5px;
}
.fileSelectLayer .breadcrumbItem:last-child::after {
  content: '';
}
.fileSelectLayer .fileSelectList {
  flex: 1;
  overflow-y: auto;
  padding: 0;
}
.fileSelectLayer .colTable {
  position: relative;
  z-index: 9;
  table-layout: fixed;
  width: 100%;
}
.fileSelectLayer .colTable thead th {
  line-height: 29px;
  text-align: center;
  font-size: 11px;
  color: #222;
  background: #fafafa;
  position: sticky;
  top: 0;
  z-index: 1;
}
.fileSelectLayer .colTable thead th.alignLeft {
  padding-left: 20px;
  text-align: left;
}
.fileSelectLayer .colTable tbody td {
  text-align: center;
  line-height: 41px;
  font-size: 15px;
  color: #222;
  border-bottom: 1px solid #e1e6ea;
  cursor: pointer;
}
.fileSelectLayer .colTable tbody td.alignLeft {
  padding-left: 20px;
  text-align: left;
}
.fileSelectLayer .colTable tbody tr:hover {
  background: #f5f5f5;
}
.fileSelectLayer .colTable tbody tr.selected {
  background: #e8f5e9;
}
.fileSelectLayer .colTable tbody tr.selected td {
  color: #009956;
}
.fileSelectLayer .colTable tbody .fileItem {
  display: flex;
  gap: 0 10px;
  align-items: center;
}
.fileSelectLayer .colTable tbody .fileItem i {
  display: inline-block;
  width: 16px;
  height: 16px;
}
.fileSelectLayer .colTable tbody .fileItem i.icon_folder {
  background: url(../images/common/icon_folder_small.png) 0 0 no-repeat;
}
.fileSelectLayer .colTable tbody .fileItem span {
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.fileSelectLayer .btnsWrap {
  position: relative;
  z-index: 9;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 15px;
}
.fileSelectLayer .btnsWrap a {
  display: inline-block;
  padding: 8px 20px;
  font-size: 14px;
  color: #222;
  background: #fff;
  border: 1px solid #e1e6ea;
  border-radius: 4px;
  text-decoration: none;
  cursor: pointer;
}
.fileSelectLayer .btnsWrap a.btnConfirm {
  color: #fff;
  background: #009956;
  border: 1px solid #009956;
}
.fileSelectLayer .btnsWrap a:hover {
  opacity: 0.8;
}
.fileSelectLayer .closeBtn {
  position: absolute;
  z-index: 10;
  top: 14px;
  right: 21px;
  padding: 0;
  width: 13px;
  height: 13px;
  margin-top: 0;
  background: url(../images/common/icon_close.png) 0 0 no-repeat;
}

.folderMoveLayer .btnsWrap a.btnCopy, .folderCompareLayer .btnsWrap a.btnCopy {
  background: #ff701e;
}
.folderMoveLayer .btnsWrap a.btnMove, .folderCompareLayer .btnsWrap a.btnMove {
  background: #7860f4;
}
.folderMoveLayer .btnsWrap a.btnSelect, .folderCompareLayer .btnsWrap a.btnSelect {
  background: #1fa56b;
}
.folderMoveLayer .closeBtn, .folderCompareLayer .closeBtn {
  position: absolute;
  z-index: 10;
  top: 14px;
  right: 21px;
  padding: 0;
  width: 13px;
  height: 13px;
  margin-top: 0;
  background: url(../images/common/icon_close.png) 0 0 no-repeat;
}

/* 추가 레이어 */
.addLayer {
  display: none;
  position: absolute;
  top: 25px;
  left: 0;
  z-index: 9;
  width: 264px;
  height: 330px;
  padding: 14px 15px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.09);
}
.addLayer > div {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  height: 36px;
  padding: 0 0 0 38px;
  cursor: pointer;
  font-size: 15px;
  color: #222;
}
.addLayer > div.btn_1 {
  background: url(../images/common/btn_add_1.png) 7px 8px no-repeat;
}
.addLayer > div.btn_2 {
  background: url(../images/common/btn_add_2.png) 7px 8px no-repeat;
}
.addLayer > div.btn_3 {
  background: url(../images/common/btn_add_3.png) 7px 8px no-repeat;
}
.addLayer > div.btn_4 {
  background: url(../images/common/btn_add_4.png) 7px 8px no-repeat;
}
.addLayer > div.btn_5 {
  background: url(../images/common/btn_add_5.png) 7px 8px no-repeat;
}
.addLayer > div.btn_6 {
  background: url(../images/common/btn_add_6.png) 7px 8px no-repeat;
}
.addLayer > div.btn_7 {
  background: url(../images/common/btn_add_7.png) 7px 8px no-repeat;
}
.addLayer > div + div {
  margin-top: 8px;
}
.addLayer > div input[type=text] {
  position: relative;
  z-index: 1;
  left: -40px;
  width: 157px;
  height: 25px;
  padding: 0 0 0 49px;
  font-size: 15px;
  border: none;
  background: #f4f6f7;
  width: 233px;
  height: 36px;
  cursor: auto;
  background: url(../images/common/add_over.png) 0 0 no-repeat;
  box-shadow: 0 0 4px 3px rgba(94, 94, 94, 0.11);
  border-radius: 6px;
}
.addLayer > div input[type=text] + .submitThis {
  display: block;
  position: absolute;
  z-index: 2;
  top: 4px;
  right: 10px;
  width: 24px;
  height: 25px;
}

/* 버전관리 레이어 */
.versionSetLayer {
  display: none;
  position: fixed;
  top: 50vh;
  left: 50vw;
  z-index: 9;
  flex-direction: column;
  width: 1000px;
  height: 373px;
  padding: 10px 24px 22px 24px;
  transform: translate(-50%, -50%);
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
  border-radius: 10px;
}
.versionSetLayer.dragover {
  box-shadow: 0 0 0 2px #1fa56b inset;
}
.versionSetLayer h2 {
  position: relative;
  z-index: 9;
  display: inline-block;
  padding: 15px 90px 15px 20px;
  font-weight: normal;
  font-size: 17px;
  color: #222;
  border-bottom: 2px solid #009956;
}
.versionSetLayer .versionSetContents {
  position: relative;
  z-index: 9;
  overflow-y: auto;
  flex: 1 1 auto;
  min-height: 0;
  margin: 10px 0 0 0;
  border: 1px solid #e1e6ea;
  border-radius: 4px;
  background: #fff;
}
.versionSetLayer .colTable {
  position: relative;
  z-index: 9;
  table-layout: fixed;
  width: 100%;
}
.versionSetLayer .colTable thead th {
  line-height: 29px;
  text-align: center;
  font-size: 11px;
  color: #222;
}
.versionSetLayer .colTable thead th.alignLeft {
  padding-left: 20px;
  text-align: left;
}
.versionSetLayer .colTable tbody td {
  text-align: center;
  line-height: 41px;
  font-size: 15px;
  color: #222;
  border-bottom: 1px solid #e1e6ea;
}
.versionSetLayer .colTable tbody td.alignLeft {
  padding-left: 20px;
  text-align: left;
}
.versionSetLayer .colTable tbody td .icon_folder {
  display: inline-block;
  width: 21px;
  height: 18px;
  margin-right: 7px;
  vertical-align: middle;
  background: url(../images/common/icon_folder_small.png) 0 0 no-repeat;
}
.versionSetLayer .colTable tbody td .btnDown {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-bottom: -4px;
  background: url(../images/common/icon_download.png) 0 0 no-repeat;
}
.versionSetLayer .colTable tbody tr:last-child td {
  border-bottom: none;
}
.versionSetLayer .colTable tbody .selectFile {
  display: flex;
  gap: 0 18px;
  align-items: center;
}
.versionSetLayer .colTable tbody .selectFile i {
  float: left;
  width: 12px;
  height: 12px;
}
.versionSetLayer .colTable tbody .selectFile i img {
  width: 16px;
  vertical-align: top;
}
.versionSetLayer .colTable tbody .selectFile span {
  float: left;
  line-height: 20px;
  font-size: 15px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.versionSetLayer .colTable tbody .toggleTr {
  background: #fff;
}
.versionSetLayer .colTable tbody .toggleTr.on {
  background: #f4f6f7;
}
.versionSetLayer .btnsWrap {
  display: flex;
  justify-content: flex-end;
  gap: 0 7px;
  padding: 13px 0 0 0;
}
.versionSetLayer .btnsWrap a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 27px;
  padding: 0 24px;
  color: #fff;
  font-size: 15px;
  border-radius: 4px;
}
.versionSetLayer .btnsWrap a.btnCopy {
  background: #ff701e;
}
.versionSetLayer .btnsWrap a.btnMove {
  background: #7860f4;
}
.versionSetLayer .btnsWrap a.btnSelect {
  background: #1fa56b;
}
.versionSetLayer .closeBtn {
  position: absolute;
  z-index: 10;
  top: 14px;
  right: 21px;
  padding: 0;
  width: 13px;
  height: 13px;
  margin-top: 0;
  background: url(../images/common/icon_close.png) 0 0 no-repeat;
}

.referenceLayer {
  display: none;
  position: fixed;
  top: 50vh;
  left: 50vw;
  z-index: 9;
  width: 822px;
  height: 361px;
  padding: 10px 24px 22px 24px;
  transform: translate(-50%, -50%);
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
  border-radius: 10px;
}
.referenceLayer h2 {
  position: relative;
  z-index: 9;
  display: inline-block;
  padding: 15px 90px 15px 20px;
  font-weight: normal;
  font-size: 17px;
  color: #222;
  border-bottom: 2px solid #009956;
}
.referenceLayer .referenceContents {
  position: relative;
  z-index: 9;
  overflow-y: auto;
  height: 271px;
  margin: 10px 0 0 0;
  border: 1px solid #e1e6ea;
  border-radius: 4px;
  background: #fff;
}
.referenceLayer .colTable {
  position: relative;
  z-index: 9;
  table-layout: fixed;
  width: 100%;
}
.referenceLayer .colTable thead th {
  line-height: 29px;
  text-align: center;
  font-size: 11px;
  color: #222;
}
.referenceLayer .colTable thead th.alignLeft {
  padding-left: 20px;
  text-align: left;
}
.referenceLayer .colTable tbody td {
  padding: 11px 0 11px 20px;
  text-align: center;
  font-size: 15px;
  color: #222;
  vertical-align: middle;
  border-bottom: 1px solid #e1e6ea;
}
.referenceLayer .colTable tbody td.alignLeft {
  padding-left: 12px;
  text-align: left;
}
.referenceLayer .colTable tbody td .imgFile {
  width: 20px;
  height: 23px;
  margin: auto 0;
}
.referenceLayer .colTable tbody tr:last-child td {
  border-bottom: none;
}
.referenceLayer .closeBtn {
  position: absolute;
  z-index: 10;
  top: 14px;
  right: 21px;
  padding: 0;
  width: 13px;
  height: 13px;
  margin-top: 0;
  background: url(../images/common/icon_close.png) 0 0 no-repeat;
}

/* ===== 파일 업로드 모달 ===== */
/* --- 모달 프레임 --- */
.fileUploadLayer {
  display: none;
  position: fixed;
  top: 50vh;
  left: 50vw;
  z-index: 9;
  width: 680px;
  max-height: 82vh;
  padding: 0;
  transform: translate(-50%, -50%);
  background: #fff;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.16);
  border-radius: 16px;
  overflow: hidden;
  flex-direction: column;
}
.fileUploadLayer.is-open {
  display: flex;
}

/* 헤더 */
.fileUploadLayerHeader {
  display: flex;
  align-items: center;
  padding: 18px 20px 16px 24px;
  border-bottom: 1px solid #edf0f4;
  flex-shrink: 0;
  gap: 8px;
}
.fileUploadLayerHeader h3 {
  font-size: 15px;
  font-weight: 700;
  color: #111827;
  line-height: 1;
  flex-shrink: 0;
}
.fileUploadLayerHeader .uploadSummary {
  font-size: 12px;
  color: #9ca3af;
  flex: 1;
}
.fileUploadLayer > h3,
.fileUploadLayer > h4 {
  display: none;
}

/* 드롭존 */
.fileUploadDropZone {
  margin: 16px 20px 0;
  flex-shrink: 0;
  border: 2px dashed #d1d9e0;
  border-radius: 12px;
  background: #f8fafc;
  transition: border-color 0.2s, background 0.2s;
  cursor: pointer;
}
.fileUploadDropZone.dragover,
.fileUploadDropZone:hover {
  border-color: #1fa56b;
  background: #f0fdf7;
}
.fileUploadDropZoneInner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 22px 20px 20px;
  gap: 10px;
}
.fileUploadDropIcon {
  display: block;
  width: 36px;
  height: 36px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231fa56b' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4'/%3E%3Cpolyline points='17 8 12 3 7 8'/%3E%3Cline x1='12' y1='3' x2='12' y2='15'/%3E%3C/svg%3E") center / contain no-repeat;
  opacity: 0.8;
}
.fileUploadDropTitle {
  font-size: 13px;
  color: #6b7280;
  text-align: center;
  line-height: 1.4;
}
.fileUploadDropBtns {
  display: flex;
  gap: 8px;
}
.fileUploadDropBtns a {
  display: inline-flex;
  align-items: center;
  padding: 7px 16px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.15s, color 0.15s;
}
.fileUploadDropBtns a.btnSelectFile {
  background: #1fa56b;
  color: #fff;
}
.fileUploadDropBtns a.btnSelectFile:hover {
  background: #178758;
}
.fileUploadDropBtns a.btnSelectFolder {
  background: #f0fdf7;
  color: #1fa56b;
  border: 1px solid #a7f0d0;
}
.fileUploadDropBtns a.btnSelectFolder:hover {
  background: #dcfaee;
}
.fileUploadLayer.is-uploading .fileUploadDropZone {
  pointer-events: none;
  opacity: 0.45;
}

/* 파일 목록 */
.fileUploadContents {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  margin-top: 12px;
}
.fileUploadLayer .colTable {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
}
.fileUploadLayer .colTable thead th {
  position: sticky;
  top: 0;
  z-index: 1;
  padding: 8px 12px;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  color: #9ca3af;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background: #fff;
  border-bottom: 1px solid #edf0f4;
}
.fileUploadLayer .colTable thead th.alignLeft {
  padding-left: 20px;
  text-align: left;
}
.fileUploadLayer .colTable tbody td {
  padding: 10px 12px;
  vertical-align: middle;
  text-align: center;
  font-size: 13px;
  color: #374151;
  border-bottom: 1px solid #f3f4f6;
}
.fileUploadLayer .colTable tbody td.alignLeft {
  padding-left: 20px;
  text-align: left;
  max-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fileUploadLayer .colTable tbody td .fileNameText {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px;
  color: #111827;
}
.fileUploadLayer .colTable tbody td .fileSizeText {
  font-size: 12px;
  color: #9ca3af;
}
/* 프로그레스 바 */
.fileUploadLayer .colTable tbody td .graph {
  position: relative;
  width: 100%;
  height: 4px;
  background: #e5e7eb;
  border-radius: 99px;
  overflow: hidden;
}
.fileUploadLayer .colTable tbody td .graph span {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: linear-gradient(90deg, #1fa56b, #34d399);
  border-radius: 99px;
  transition: width 0.3s ease;
}
.fileUploadLayer .colTable tbody td .graph span.graph-fail {
  background: linear-gradient(90deg, #ef4444, #f87171);
}
.fileUploadLayer .colTable tbody tr.uploadProgressRow td.uploadProgressCell {
  padding: 0 20px 10px 20px;
  border-bottom: 1px solid #f3f4f6;
}
.fileUploadLayer .colTable tbody td .graph.graphFull {
  width: 100%;
  margin: 0;
}
/* 상태 배지 */
.fileUploadLayer .colTable tbody td .status {
  display: inline-flex;
  align-items: center;
  font-size: 11px;
  font-weight: 600;
  padding: 3px 9px;
  border-radius: 99px;
  white-space: nowrap;
}
.fileUploadLayer .colTable tbody td .status.status-waiting {
  color: #6b7280;
  background: #f3f4f6;
}
.fileUploadLayer .colTable tbody td .status.status-uploading {
  color: #1d4ed8;
  background: #eff6ff;
}
.fileUploadLayer .colTable tbody td .status.status-done {
  color: #15803d;
  background: #f0fdf4;
}
.fileUploadLayer .colTable tbody td .status.status-fail {
  color: #b91c1c;
  background: #fef2f2;
}
/* 삭제 버튼 */
.fileUploadLayer .colTable tbody td .btnRemoveFile {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 6px;
  color: #d1d5db;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  transition: background 0.15s, color 0.15s;
}
.fileUploadLayer .colTable tbody td .btnRemoveFile:hover {
  background: #fee2e2;
  color: #ef4444;
}
.fileUploadLayer.is-uploading .btnRemoveFile {
  pointer-events: none;
  opacity: 0.3;
}
.fileUploadLayer .colTable tbody tr:last-child td {
  border-bottom: none;
}
.fileUploadLayer .fileUploadEmptyRow td {
  padding: 36px 20px !important;
  text-align: center !important;
  color: #d1d5db;
  font-size: 13px;
}

/* 푸터 */
.fileUploadFooter {
  display: flex;
  align-items: center;
  padding: 13px 20px;
  border-top: 1px solid #edf0f4;
  background: #fff;
  flex-shrink: 0;
  gap: 12px;
}
.fileUploadFooterBtns {
  display: flex;
  gap: 8px;
  flex-shrink: 0;
}
.fileUploadFooterBtns a {
  display: inline-flex;
  align-items: center;
  padding: 8px 18px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.15s, color 0.15s, opacity 0.15s;
}
.fileUploadFooterBtns .btnClearQueue {
  color: #6b7280;
  background: #f3f4f6;
}
.fileUploadFooterBtns .btnClearQueue:hover {
  background: #e5e7eb;
}
.fileUploadFooterBtns .btnUploadStart {
  background: #1fa56b;
  color: #fff;
  min-width: 110px;
  justify-content: center;
}
.fileUploadFooterBtns .btnUploadStart:hover {
  background: #178758;
}
.fileUploadFooterBtns .btnUploadStart.is-disabled,
.fileUploadFooterBtns .btnUploadStart[disabled] {
  background: #a7f0d0;
  cursor: not-allowed;
  pointer-events: none;
}
.fileUploadLayer.is-uploading .btnClearQueue {
  display: none;
}

/* 닫기 버튼 */
.fileUploadLayer .closeBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  flex-shrink: 0;
  background: url(../images/common/icon_close.png) center center no-repeat;
  background-size: 12px 12px;
  transition: background-color 0.15s;
}
.fileUploadLayer .closeBtn:hover {
  background-color: #f3f4f6;
}

.fileUploadLayer .fileUploadActions {
  display: none;
}

/* --- 파일 카드 리스트 --- */
.fileUploadContents {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  padding: 8px 0 4px;
}
.fuList {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.fuEmpty {
  padding: 40px 20px;
  text-align: center;
  color: #c9d0d8;
  font-size: 13px;
}
/* 파일 아이템 */
.fuItem {
  padding: 10px 20px 0;
  border-bottom: 1px solid #f3f4f6;
  transition: background 0.1s;
}
.fuItem:last-child {
  border-bottom: none;
}
.fuItem:hover {
  background: #fafbfc;
}
.fuItemMain {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  padding-bottom: 8px;
}
.fuItemIcon {
  flex-shrink: 0;
  width: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fuFileTypeBadge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 22px;
  border-radius: 4px;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #fff;
  flex-shrink: 0;
}
.fuItemInfo {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.fuItemName {
  font-size: 13px;
  font-weight: 500;
  color: #111827;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fuItemPath {
  font-size: 11px;
  color: #9ca3af;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fuItemSize {
  font-size: 12px;
  color: #9ca3af;
  flex-shrink: 0;
  white-space: nowrap;
}
/* 상태 배지 */
.fuBadge {
  display: inline-flex;
  align-items: center;
  font-size: 11px;
  font-weight: 600;
  padding: 3px 9px;
  border-radius: 99px;
  white-space: nowrap;
  flex-shrink: 0;
}
.fuBadge.status-waiting  { color: #6b7280; background: #f3f4f6; }
.fuBadge.status-uploading { color: #1d4ed8; background: #eff6ff; }
.fuBadge.status-done     { color: #15803d; background: #f0fdf4; }
.fuBadge.status-fail     { color: #b91c1c; background: #fef2f2; }
/* 삭제 버튼 */
.fuRemoveBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  border-radius: 6px;
  background: none;
  border: none;
  color: #d1d5db;
  font-size: 17px;
  line-height: 1;
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
  padding: 0;
}
.fuRemoveBtn:hover { background: #fee2e2; color: #ef4444; }
.fuRemoveBtn--hidden { opacity: 0; pointer-events: none; }
.fileUploadLayer.is-uploading .fuRemoveBtn { pointer-events: none; opacity: 0.25; }
/* 개별 프로그레스 바 */
.fuProgressWrap {
  padding-bottom: 10px;
}
.fuProgress {
  height: 4px;
  background: #e5e7eb;
  border-radius: 99px;
  overflow: hidden;
}
.fuProgressBar {
  height: 100%;
  background: linear-gradient(90deg, #3b82f6, #60a5fa);
  border-radius: 99px;
  transition: width 0.3s ease;
  min-width: 0;
}
.fuProgressBar.fu-bar-done { background: linear-gradient(90deg, #1fa56b, #34d399); }
.fuProgressBar.fu-bar-fail { background: linear-gradient(90deg, #ef4444, #f87171); }
/* 업로드 중 아이템 강조 */
.fuItem--status-uploading .fuItemName { color: #1d4ed8; }

/* --- 전체 진행률 (푸터) --- */
.overallProgressWrap {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.overallProgressTrack {
  flex: 1;
  height: 4px;
  background: #e5e7eb;
  border-radius: 99px;
  overflow: hidden;
}
.overallProgressBar {
  height: 100%;
  background: linear-gradient(90deg, #1fa56b, #34d399);
  border-radius: 99px;
  transition: width 0.3s ease;
}
.overallProgressText {
  font-size: 11px;
  color: #6b7280;
  white-space: nowrap;
  flex-shrink: 0;
}

.dimmed {
  display: none;
  position: fixed;
  z-index: 8;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
}

.loadings {
  display: none; /* 필요 시 JS로 display: block; */
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #0a9d5c;
  animation: loading 1s infinite ease-in-out;
  animation-delay: 0.1s;
  z-index: 10;
}

.loadings::before, .loadings::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #0a9d5c;
  top: 0;
}

.loadings::before {
  left: -20px;
  animation: loading 1s infinite ease-in-out;
  animation-delay: 0s;
}

.loadings::after {
  left: 20px;
  animation: loading 1s infinite ease-in-out;
  animation-delay: 0.2s;
}

@keyframes loading {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    transform: translateY(10px);
    opacity: 0.3;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
/* login */
.loginWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
}
.loginWrap .loginBox {
  display: flex;
  justify-content: space-between;
  width: 950px;
  height: 609px;
  padding: 21px 20px 0 90px;
  background: #0a9d5c url(../images/common/logo_login.png) 50px bottom no-repeat;
  border-radius: 15px;
}
.loginWrap .loginBox .textSection {
  display: flex;
  height: 587px;
  flex-direction: column;
  align-content: space-between;
  width: 264px;
  padding: 104px 0 0 0;
}
.loginWrap .loginBox .textSection h2 {
  color: #fff;
  font-size: 39px;
  font-weight: bold;
  text-shadow: 0 4px 6px rgba(0, 0, 0, 0.42);
}
.loginWrap .loginBox .textSection .infoArea {
  width: 264px;
  padding: 16px 0 55px 0;
  margin-top: auto;
  border-top: 1px solid #8cd1b3;
}
.loginWrap .loginBox .textSection .infoArea h3 {
  line-height: 30px;
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  text-shadow: 0 4px 6px rgba(0, 0, 0, 0.42);
}
.loginWrap .loginBox .textSection .infoArea p {
  padding: 8px 0 0 0;
  line-height: 16px;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.42);
}
.loginWrap .loginBox .loginSection {
  width: 503px;
  height: 564px;
  padding: 107px 0 0 126px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 0 20px 4px rgba(24, 24, 24, 0.51);
}
.loginWrap .loginBox .loginSection h1 {
  font-size: 26px;
  font-weight: 700;
  color: #3d3d3d;
}
.loginWrap .loginBox .loginSection h1 span {
  display: block;
  padding: 10px 0 0 0;
  font-size: 26px;
  font-weight: 700;
  color: #e1e4e3;
}
.loginWrap .loginBox .loginSection fieldset {
  width: 252px;
  padding: 4px 0 0 0;
}
.loginWrap .loginBox .loginSection fieldset input {
  width: 100%;
  height: 46px;
  margin: 14px 0 0 0;
  padding: 0 0 0 50px;
  border: none;
  border-bottom: 1px solid #009956;
}
.loginWrap .loginBox .loginSection fieldset input[type=text] {
  background: url(../images/common/icon_login_id.png) 20px 14px no-repeat;
}
.loginWrap .loginBox .loginSection fieldset input[type=password] {
  background: url(../images/common/icon_login_pw.png) 20px 14px no-repeat;
}
.loginWrap .loginBox .loginSection fieldset .btnLogin {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 45px;
  margin: 29px 0 0 0;
  font-size: 14px;
  color: #fff;
  background: #009956;
  border-radius: 4px;
}
.loginWrap .loginBox .loginSection fieldset .rememberId {
  display: flex;
  align-items: center;
  margin-top: 12px;
  font-size: 12px;
  color: #444;
}
.loginWrap .loginBox .loginSection fieldset .rememberId label {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}
.loginWrap .loginBox .loginSection fieldset .rememberId input[type=checkbox] {
  width: 14px;
  height: 14px;
  margin: 0;
  padding: 0;
  border: 1px solid #c7c7c7;
}
.loginWrap .loginBox .loginSection .btnsWrap {
  display: flex;
  justify-content: space-between;
  width: 252px;
}
.loginWrap .loginBox .loginSection .btnsWrap a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 121px;
  height: 28px;
  margin: 45px 0 0 0;
  font-size: 12px;
  color: #222;
  border: 2px solid #009956;
  border-radius: 3px;
}

/* 회원가입 */
.registWrap {
  display: flex;
}
.registWrap .registLnb {
  display: flex;
  flex-direction: column;
  width: 306px;
  min-height: 100vh;
  background: #0a9d5c url(../images/common/logo_login.png) 23px bottom no-repeat;
}
.registWrap .registLnb .textSection {
  display: flex;
  flex-direction: column;
  align-content: space-between;
  width: 306px;
  padding: 130px 0 0 50px;
}
.registWrap .registLnb .textSection h2 {
  color: #fff;
  font-size: 35px;
  font-weight: bold;
  text-shadow: 0 4px 6px rgba(0, 0, 0, 0.42);
}
.registWrap .registLnb .textSection .infoArea {
  width: 306px;
}
.registWrap .registLnb .textSection .infoArea p {
  padding: 20px 0 0 0;
  font-size: 19px;
  color: #137347;
  font-weight: bold;
}
.registWrap .registLnb .footArea {
  width: 206px;
  padding: 16px 0 73px 0;
  margin-top: auto;
  margin-left: 50px;
  border-top: 1px solid #8cd1b3;
}
.registWrap .registLnb .footArea h3 {
  line-height: 30px;
  font-size: 19px;
  color: #fff;
  font-weight: bold;
  text-shadow: 0 4px 6px rgba(0, 0, 0, 0.42);
}
.registWrap .registLnb .footArea p {
  padding: 8px 0 0 0;
  line-height: 16px;
  font-size: 11px;
  color: #fff;
  font-weight: normal;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.42);
}
.registWrap .registContents {
  padding: 76px 0 0 55px;
}
.registWrap .registContents h3 {
  margin: 24px 0 10px 0;
  font-size: 15px;
  font-weight: 500;
  color: #222;
}
.registWrap .registContents .infoWrite {
  display: flex;
  align-items: center;
  margin: 10px 0 0 0;
  gap: 0 12px;
  font-size: 15px;
  color: #222;
}
.registWrap .registContents .infoWrite input[type=text], .registWrap .registContents .infoWrite input[type=password] {
  width: 287px;
  height: 41px;
  padding: 0 15px;
  font-size: 15px;
  border: 1px solid #009956;
  border-radius: 3px;
}
.registWrap .registContents .infoWrite select {
  width: 131px;
  height: 41px;
  font-size: 15px;
  border: 1px solid #009956;
  border-radius: 3px;
}
.registWrap .registContents .greenBtn {
  display: flex;
  width: 116px;
  height: 41px;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  color: #fff;
  background: #009956;
  border-radius: 3px;
}
.registWrap .registContents .rowWrap {
  display: flex;
  gap: 0 12px;
}
.registWrap .registContents .rowWrap .flexOne {
  display: flex;
  flex-direction: column;
}
.registWrap .registContents .rowWrap .flexOne input[type=text], .registWrap .registContents .rowWrap .flexOne input[type=password] {
  width: 287px;
  height: 41px;
  padding: 0 15px;
  font-size: 15px;
  border: 1px solid #009956;
  border-radius: 3px;
}
.registWrap .registContents .rowWrap2 {
  display: flex;
  gap: 0 30px;
}
.registWrap .registContents .rowWrap2 .flexOne input[type=text], .registWrap .registContents .rowWrap2 .flexOne input[type=password] {
  width: 287px;
  height: 41px;
  padding: 0 15px;
  font-size: 15px;
  border: 1px solid #009956;
  border-radius: 3px;
}
.registWrap .registContents .btnsWrap {
  display: flex;
  margin: 53px 0 0 0;
  gap: 0 8px;
}
.registWrap .registContents .btnsWrap a {
  display: flex;
  width: 139px;
  height: 41px;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  color: #fff;
  background: #009956;
  border-radius: 3px;
}

/* 아이디 중복 체크 레이어*/
.checkIdLayer {
  display: none;
  position: fixed;
  top: 50vh;
  left: 50vw;
  z-index: 9;
  width: 507px;
  padding: 52px 65px;
  transform: translate(-50%, -50%);
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
  border-radius: 6px;
}
.checkIdLayer h3 {
  font-size: 15px;
  color: #222;
}
.checkIdLayer .idInputArea {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0 0 0;
}
.checkIdLayer .idInputArea input[type=text] {
  width: 268px;
  height: 43px;
  padding: 0 0 0 21px;
  font-size: 15px;
  color: #222;
  background: #fafafa;
  border: 1px solid #e1e6ea;
  border-radius: 4px;
}
.checkIdLayer .idInputArea a {
  display: flex;
  width: 104px;
  height: 43px;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: #fff;
  background: #ff701e;
  border-radius: 4px;
}
.checkIdLayer p {
  padding: 25px 0 0 20px;
  line-height: 1.6;
  font-size: 14px;
  color: #222;
}
.checkIdLayer p strong {
  color: #009956;
}
.checkIdLayer a.btnConfirm {
  display: flex;
  width: 100%;
  height: 43px;
  margin: 30px 0 0 0;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  color: #fff;
  background: #009956;
  border-radius: 4px;
}
.checkIdLayer .closeBtn {
  position: absolute;
  z-index: 10;
  top: 14px;
  right: 21px;
  padding: 0;
  width: 13px;
  height: 13px;
  margin-top: 0;
  background: url(../images/common/icon_close.png) 0 0 no-repeat;
}

/* 이벤트 레이어 1*/
.eventLayer_1 {
  display: none;
  position: fixed;
  top: 50vh;
  left: 50vw;
  z-index: 9;
  width: 507px;
  padding: 37px 34px 30px;
  transform: translate(-50%, -50%);
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
  border-radius: 6px;
}
.eventLayer_1 h3 {
  font-size: 19px;
  color: #222;
  text-align: center;
}
.eventLayer_1 p {
  padding: 15px 0 25px;
  text-align: center;
  font-size: 14px;
  color: #222;
  letter-spacing: -0.015em;
}
.eventLayer_1 .eventContents {
  display: flex;
  width: 100%;
  min-height: 282px;
  justify-content: center;
  align-items: center;
  background: #fafafa;
  border: 1px solid #e1e6ea;
  border-radius: 4px;
}
.eventLayer_1 .btnsWrap {
  display: flex;
  justify-content: center;
  gap: 0 11px;
  padding: 27px 0 0 0;
}
.eventLayer_1 .btnsWrap a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 139px;
  height: 37px;
  font-size: 16px;
  color: #fff;
  border-radius: 4px;
}
.eventLayer_1 .btnsWrap a:nth-child(1) {
  background: #ff701e;
}
.eventLayer_1 .btnsWrap a:nth-child(2) {
  background: #7860f4;
}
.eventLayer_1 .closeBtn {
  position: absolute;
  z-index: 10;
  top: 14px;
  right: 21px;
  padding: 0;
  width: 13px;
  height: 13px;
  margin-top: 0;
  background: url(../images/common/icon_close.png) 0 0 no-repeat;
}

/* 이벤트 레이어 2*/
.eventLayer_2 {
  display: none;
  position: fixed;
  top: 50vh;
  left: 50vw;
  z-index: 9;
  width: 507px;
  padding: 73px 34px 30px;
  transform: translate(-50%, -50%);
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
  border-radius: 6px;
}
.eventLayer_2::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 41px;
  background: #009956;
  border-radius: 6px 6px 0 0;
}
.eventLayer_2 h3 {
  font-size: 19px;
  color: #222;
  text-align: center;
}
.eventLayer_2 p {
  padding: 15px 0 25px;
  text-align: center;
  font-size: 14px;
  color: #222;
  letter-spacing: -0.015em;
}
.eventLayer_2 .eventContents {
  display: flex;
  width: 100%;
  min-height: 282px;
  justify-content: center;
  align-items: center;
  background: #fafafa;
  border: 1px solid #e1e6ea;
  border-radius: 4px;
}
.eventLayer_2 .btnsWrap {
  display: flex;
  justify-content: center;
  gap: 0 11px;
  padding: 27px 0 0 0;
}
.eventLayer_2 .btnsWrap a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 139px;
  height: 37px;
  font-size: 16px;
  color: #333;
  border-radius: 4px;
  border: 1px solid #009956;
}
.eventLayer_2 .closeBtn {
  position: absolute;
  z-index: 10;
  top: 14px;
  right: 21px;
  padding: 0;
  width: 13px;
  height: 13px;
  margin-top: 0;
  background: url(../images/common/btn_close_white.png) 0 0 no-repeat;
}

/* 알림 레이어 1 */
.noticLayer_1 {
  display: none;
  position: fixed;
  top: 50vh;
  left: 50vw;
  z-index: 9;
  width: 458px;
  padding: 41px 34px;
  transform: translate(-50%, -50%);
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
  border-radius: 6px;
}
.noticLayer_1 .noticeContents {
  padding: 58px 0 0 0;
  line-height: 1.2;
  font-size: 15px;
  color: #222;
  text-align: center;
  background: url(../images/common/icon_notice_1.png) center 0 no-repeat;
}
.noticLayer_1 .btnsWrap {
  display: flex;
  justify-content: center;
  gap: 0 11px;
  padding: 33px 0 0 0;
}
.noticLayer_1 .btnsWrap a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 139px;
  height: 37px;
  font-size: 16px;
  color: #fff;
  border-radius: 4px;
}
.noticLayer_1 .btnsWrap a:nth-child(1) {
  background: #ff701e;
}
.noticLayer_1 .btnsWrap a:nth-child(2) {
  background: #7860f4;
}
.noticLayer_1 .closeBtn {
  position: absolute;
  z-index: 10;
  top: 14px;
  right: 21px;
  padding: 0;
  width: 13px;
  height: 13px;
  margin-top: 0;
  background: url(../images/common/icon_close.png) 0 0 no-repeat;
}

/* 알림 레이어 2 */
.noticLayer_2 {
  display: none;
  position: fixed;
  top: 50vh;
  left: 50vw;
  z-index: 9;
  width: 458px;
  padding: 70px 34px 41px;
  transform: translate(-50%, -50%);
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
  border-radius: 6px;
}
.noticLayer_2::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 41px;
  background: #009956;
  border-radius: 6px 6px 0 0;
}
.noticLayer_2 .noticeContents {
  padding: 78px 0 0 0;
  line-height: 1.2;
  font-size: 15px;
  color: #222;
  text-align: center;
  background: url(../images/common/icon_notice_2.png) center 0 no-repeat;
}
.noticLayer_2 .btnsWrap {
  display: flex;
  justify-content: center;
  gap: 0 11px;
  padding: 27px 0 0 0;
}
.noticLayer_2 .btnsWrap a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 139px;
  height: 37px;
  font-size: 16px;
  color: #333;
  border-radius: 4px;
  border: 1px solid #009956;
}
.noticLayer_2 .closeBtn {
  position: absolute;
  z-index: 10;
  top: 14px;
  right: 21px;
  padding: 0;
  width: 13px;
  height: 13px;
  margin-top: 0;
  background: url(../images/common/btn_close_white.png) 0 0 no-repeat;
}

/* 알림 레이어 3 */
.noticLayer_3 {
  display: none;
  position: fixed;
  top: 50vh;
  left: 50vw;
  z-index: 9;
  width: 458px;
  padding: 35px 34px;
  transform: translate(-50%, -50%);
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
  border-radius: 6px;
}
.noticLayer_3 h3 {
  text-align: center;
  font-size: 17px;
  color: #222;
}
.noticLayer_3 .noticeContents {
  padding: 20px 0 0 0;
  line-height: 1.2;
  font-size: 15px;
  color: #222;
  text-align: center;
}
.noticLayer_3 .btnsWrap {
  display: flex;
  justify-content: center;
  gap: 0 11px;
  padding: 38px 0 0 0;
}
.noticLayer_3 .btnsWrap a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 139px;
  height: 37px;
  font-size: 16px;
  color: #fff;
  border-radius: 4px;
}
.noticLayer_3 .btnsWrap a:nth-child(1) {
  background: #ff701e;
}
.noticLayer_3 .btnsWrap a:nth-child(2) {
  background: #7860f4;
}
.noticLayer_3 .closeBtn {
  position: absolute;
  z-index: 10;
  top: 14px;
  right: 21px;
  padding: 0;
  width: 13px;
  height: 13px;
  margin-top: 0;
  background: url(../images/common/icon_close.png) 0 0 no-repeat;
}

/* 알림 레이어 4 */
.noticLayer_4 {
  display: none;
  position: fixed;
  top: 50vh;
  left: 50vw;
  z-index: 9;
  width: 458px;
  padding: 78px 34px 41px;
  transform: translate(-50%, -50%);
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
  border-radius: 6px;
}
.noticLayer_4 h3 {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: 41px;
  padding: 0 0 0 45px;
  color: #fff;
  font-size: 17px;
  background: #009956;
  border-radius: 6px 6px 0 0;
}
.noticLayer_4 .noticeContents {
  line-height: 1.2;
  font-size: 15px;
  color: #222;
  text-align: center;
}
.noticLayer_4 .btnsWrap {
  display: flex;
  justify-content: center;
  gap: 0 11px;
  padding: 37px 0 0 0;
}
.noticLayer_4 .btnsWrap a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 139px;
  height: 37px;
  font-size: 16px;
  color: #333;
  border-radius: 4px;
  border: 1px solid #009956;
}
.noticLayer_4 .closeBtn {
  position: absolute;
  z-index: 10;
  top: 14px;
  right: 21px;
  padding: 0;
  width: 13px;
  height: 13px;
  margin-top: 0;
  background: url(../images/common/btn_close_white.png) 0 0 no-repeat;
}

/* 개인정보 레이어 */
.termsLayer {
  display: none;
  position: fixed;
  top: 50vh;
  left: 50vw;
  z-index: 9;
  width: 874px;
  padding: 50px 53px 37px;
  transform: translate(-50%, -50%);
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
  border-radius: 6px;
}
.termsLayer h3 {
  padding: 0 0 0 20px;
  font-size: 19px;
  color: #222;
}
.termsLayer .termsTextArea {
  margin: 30px auto 0;
  width: 768px;
  height: 502px;
  padding: 15px;
  font-size: 14px;
  line-height: 1.2;
  border: 1px solid #e1e6ea;
  background: #fafafa;
}
.termsLayer .confirmBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 134px;
  height: 36px;
  margin: 24px auto 0;
  color: #fff;
  font-size: 16px;
  border-radius: 4px;
  background: #009956;
}
.termsLayer .closeBtn {
  position: absolute;
  z-index: 10;
  top: 14px;
  right: 21px;
  padding: 0;
  width: 13px;
  height: 13px;
  margin-top: 0;
  background: url(../images/common/icon_close.png) 0 0 no-repeat;
}

/* 메시지 보관함 */
.msgLayer {
  display: none;
  position: fixed;
  top: 50vh;
  left: 50vw;
  z-index: 9;
  width: 552px;
  padding: 40px 0 0 0;
  transform: translate(-50%, -50%);
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
  border-radius: 6px;
}
.msgLayer h3 {
  padding: 0 0 0 29px;
  font-size: 19px;
  color: #222;
}
.msgLayer .tabArea {
  display: flex;
  margin: 36px 0 0 0;
  padding: 0 0 0 26px;
  gap: 0 8px;
  border-bottom: 1px solid #39af7c;
}
.msgLayer .tabArea a {
  position: relative;
  z-index: 1;
  opacity: 0.5;
  display: flex;
  width: 120px;
  height: 43px;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 15px;
  border-radius: 10px 10px 0 0;
}
.msgLayer .tabArea a:hover, .msgLayer .tabArea a.on {
  opacity: 1;
  box-shadow: 2px 2px 6px 2px rgba(119, 119, 119, 0.39);
}
.msgLayer .tabArea a:nth-child(1) {
  background: #1fa56b;
}
.msgLayer .tabArea a:nth-child(2) {
  background: #ff701e;
}
.msgLayer .tabArea a:nth-child(3) {
  background: #7860f4;
}
.msgLayer .tabArea a mark {
  overflow: hidden;
  position: absolute;
  z-index: 2;
  top: -4.5px;
  left: 13px;
  width: 9px;
  height: 9px;
  padding: 0;
  font-size: 0;
  text-indent: -99px;
  background: #f00;
  border-radius: 4.5px;
}
.msgLayer .viewArea {
  display: none;
  overflow-y: auto;
  max-height: 546px;
  padding: 16px 27px 55px;
}
.msgLayer .viewArea_1 {
  display: block;
}
.msgLayer .viewArea ul {
  display: flex;
  gap: 7px 0;
  flex-direction: column;
  width: 498px;
}
.msgLayer .viewArea ul li {
  width: 100%;
  padding: 4px 10px 11px 10px;
  border: 1px solid #e1e6ea;
  background: #f5f8fa;
}
.msgLayer .viewArea ul li .topInfo {
  display: flex;
  height: 31px;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e1e6ea;
}
.msgLayer .viewArea ul li .topInfo .userInfo {
  padding: 0 0 0 13px;
  font-size: 13px;
  color: #222;
}
.msgLayer .viewArea ul li .topInfo .userInfo span {
  margin-right: 11px;
}
.msgLayer .viewArea ul li .topInfo .dateInfo {
  padding: 0 8px 0 0;
  font-size: 13px;
  color: #222;
}
.msgLayer .viewArea ul li .textInfo {
  min-height: 44px;
  padding: 13px;
  line-height: 1.2;
  font-size: 15px;
  color: #222;
}
.msgLayer .viewArea ul li .relyInfo {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.msgLayer .viewArea ul li .relyInfo .replyText {
  padding: 0 0 0 35px;
  font-size: 13px;
  color: #5a5a5a;
}
.msgLayer .viewArea ul li .relyInfo a {
  margin-right: 12px;
}
.msgLayer .moreIcon {
  display: block;
  position: absolute;
  z-index: 1;
  bottom: 21px;
  left: 50%;
  width: 34px;
  height: 8px;
  margin: 0 0 0 -17px;
  background: url(../images/common/icon_more.png) 0 0 no-repeat;
}
.msgLayer .closeBtn {
  position: absolute;
  z-index: 10;
  top: 14px;
  right: 21px;
  padding: 0;
  width: 13px;
  height: 13px;
  margin-top: 0;
  background: url(../images/common/icon_close.png) 0 0 no-repeat;
}

/* 이동 폴더 선택 팝업 */
.moveFolderLayer {
  display: none;
  position: fixed;
  top: 50vh;
  left: 50vw;
  z-index: 9;
  width: 374px;
  height: 316px;
  padding: 10px 24px 22px 24px;
  transform: translate(-50%, -50%);
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
}
.moveFolderLayer h2 {
  position: relative;
  z-index: 9;
  display: inline-block;
  padding: 15px 90px 15px 20px;
  font-weight: normal;
  font-size: 17px;
  color: #222;
  border-bottom: 2px solid #009956;
}
.moveFolderLayer .moveFolderContents {
  position: relative;
  z-index: 9;
  overflow-y: auto;
  height: 227px;
  margin: 10px 0 0 0;
  border: 1px solid #e1e6ea;
  border-radius: 4px;
  background: #fff;
}
.moveFolderLayer .colTable {
  position: relative;
  z-index: 9;
  table-layout: fixed;
  width: 100%;
}
.moveFolderLayer .colTable tbody td {
  text-align: center;
  vertical-align: middle;
  line-height: 1.2;
  font-size: 15px;
  color: #222;
  border-bottom: 1px solid #e1e6ea;
}
.moveFolderLayer .colTable tbody td.alignLeft {
  padding-left: 20px;
  text-align: left;
}
.moveFolderLayer .colTable tbody td img {
  width: 19px;
}
.moveFolderLayer .colTable tbody td a {
  font-size: 15px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.moveFolderLayer .colTable tbody tr:last-child td {
  border-bottom: none;
}
.moveFolderLayer .btnsWrap {
  display: flex;
  justify-content: flex-end;
  gap: 0 7px;
  padding: 13px 0 0 0;
}
.moveFolderLayer .btnsWrap a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 27px;
  padding: 0 24px;
  color: #fff;
  font-size: 15px;
  border-radius: 4px;
}
.moveFolderLayer .btnsWrap a.btnCopy {
  background: #ff701e;
}
.moveFolderLayer .btnsWrap a.btnMove {
  background: #7860f4;
}
.moveFolderLayer .btnsWrap a.btnSelect {
  background: #1fa56b;
}
.moveFolderLayer .closeBtn {
  position: absolute;
  z-index: 10;
  top: 14px;
  right: 21px;
  padding: 0;
  width: 13px;
  height: 13px;
  margin-top: 0;
  background: url(../images/common/icon_close.png) 0 0 no-repeat;
}

/* 폴더 선택 팝업 */
.selectFolderLayer {
  display: none;
  position: fixed;
  top: 50vh;
  left: 50vw;
  z-index: 9;
  width: 818px;
  height: 410px;
  padding: 10px 24px 22px 24px;
  transform: translate(-50%, -50%);
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
}
.selectFolderLayer h2 {
  position: relative;
  z-index: 9;
  display: inline-block;
  padding: 15px 90px 15px 20px;
  font-weight: normal;
  font-size: 17px;
  color: #222;
  border-bottom: 2px solid #009956;
}
.selectFolderLayer .selectFolderContents {
  position: relative;
  z-index: 9;
  overflow-y: auto;
  height: 281px;
  margin: 10px 0 0 0;
  border: 1px solid #e1e6ea;
  border-radius: 4px;
  background: #fff;
}
.selectFolderLayer .colTable {
  position: relative;
  z-index: 9;
  table-layout: fixed;
  width: 100%;
}
.selectFolderLayer .colTable thead th {
  height: 29px;
  font-size: 11px;
}
.selectFolderLayer .colTable thead th.alignLeft {
  text-align: left;
}
.selectFolderLayer .colTable tbody td {
  height: 44px;
  text-align: center;
  vertical-align: middle;
  line-height: 1.2;
  font-size: 15px;
  color: #222;
  border-bottom: 1px solid #e1e6ea;
}
.selectFolderLayer .colTable tbody td.alignLeft {
  text-align: left;
}
.selectFolderLayer .colTable tbody td img {
  width: 19px;
  margin-right: 10px;
  vertical-align: middle;
}
.selectFolderLayer .colTable tbody td a {
  font-size: 15px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.selectFolderLayer .btnsWrap {
  display: flex;
  justify-content: flex-end;
  gap: 0 7px;
  padding: 13px 0 0 0;
}
.selectFolderLayer .btnsWrap a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 27px;
  padding: 0 24px;
  color: #fff;
  font-size: 15px;
  border-radius: 4px;
}
.selectFolderLayer .btnsWrap a.btnCopy {
  background: #ff701e;
}
.selectFolderLayer .btnsWrap a.btnMove {
  background: #7860f4;
}
.selectFolderLayer .btnsWrap a.btnSelect {
  background: #1fa56b;
}
.selectFolderLayer .closeBtn {
  position: absolute;
  z-index: 10;
  top: 14px;
  right: 21px;
  padding: 0;
  width: 13px;
  height: 13px;
  margin-top: 0;
  background: url(../images/common/icon_close.png) 0 0 no-repeat;
}

.documentScrollArea {
  height: calc(100vh - 392px);
  overflow-y: auto;
}
.documentScrollArea table tfoot {
  position: sticky;
  bottom: 0;
  background: #fff;
}

/* 폴더별 WYSIWYG 노트 (TOAST UI Editor) */
.folderWysiwygArea {
  margin-bottom: 20px;
  padding: 0;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  background: #fff;
  display: flex;
  flex-direction: column;
}
.folderWysiwygArea .folderNoteBodyWrap {
  flex: 1;
  min-height: 280px;
  padding: 12px 16px 0;
}
.folderWysiwygArea .folderNoteEditorWrap {
  position: relative;
  min-height: 260px;
}
.folderWysiwygArea .folderNoteFooterWrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 16px 12px;
  border-top: 1px solid #e0e0e0;
  background: #fafafa;
  border-radius: 0 0 5px 5px;
}
.folderWysiwygArea .folderNoteFooterWrap .folderNoteFooterLeft {
  display: flex;
  align-items: center;
  gap: 10px;
}
.folderWysiwygArea .folderNoteFooterWrap .folderNoteFooterLeft .btnFolderNoteSave {
  padding: 6px 14px;
  font-size: 13px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  background: #fff;
  cursor: pointer;
}
.folderWysiwygArea .folderNoteFooterWrap .folderNoteFooterLeft .btnFolderNoteSave:hover {
  background: #f5f5f5;
}
.folderWysiwygArea .folderNoteFooterWrap .folderNoteFooterLeft .folderNoteSaveStatus {
  font-size: 12px;
  color: #666;
}
.folderWysiwygArea .folderNoteFooterWrap .folderNoteFooterLeft .noteDefaultToggleSwitch {
  display: inline-flex;
  align-items: center;
  border: none;
  padding: 0;
  background: transparent;
  cursor: pointer;
  vertical-align: middle;
}
.folderWysiwygArea .folderNoteFooterWrap .folderNoteFooterLeft .noteDefaultToggleSwitch .noteDefaultToggleTrack {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: auto;
  width: max-content;
  height: 36px;
  border-radius: 18px;
  padding: 0 6px 0 12px;
  transition: background 0.2s, color 0.2s, border 0.2s;
}
.folderWysiwygArea .folderNoteFooterWrap .folderNoteFooterLeft .noteDefaultToggleSwitch .noteDefaultToggleLabel {
  font-size: 11px;
  font-weight: 400;
  white-space: nowrap;
  flex-shrink: 0;
  transition: order 0.2s;
}
.folderWysiwygArea .folderNoteFooterWrap .folderNoteFooterLeft .noteDefaultToggleSwitch .noteDefaultToggleThumb {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  flex-shrink: 0;
  transition: background 0.2s, transform 0.2s;
}
.folderWysiwygArea .folderNoteFooterWrap .folderNoteFooterLeft .noteDefaultToggleSwitch.on .noteDefaultToggleTrack {
  background: #009956;
  color: #fff;
  border: 1px solid #009956;
}
.folderWysiwygArea .folderNoteFooterWrap .folderNoteFooterLeft .noteDefaultToggleSwitch.on .noteDefaultToggleLabel {
  order: 0;
}
.folderWysiwygArea .folderNoteFooterWrap .folderNoteFooterLeft .noteDefaultToggleSwitch.on .noteDefaultToggleThumb {
  order: 1;
  background: #fff;
}
.folderWysiwygArea .folderNoteFooterWrap .folderNoteFooterLeft .noteDefaultToggleSwitch.off .noteDefaultToggleTrack {
  background: #fff;
  color: #222;
  border: 1px solid #e1e6ea;
}
.folderWysiwygArea .folderNoteFooterWrap .folderNoteFooterLeft .noteDefaultToggleSwitch.off .noteDefaultToggleLabel {
  order: 1;
}
.folderWysiwygArea .folderNoteFooterWrap .folderNoteFooterLeft .noteDefaultToggleSwitch.off .noteDefaultToggleThumb {
  order: 0;
  background: #009956;
}
.folderWysiwygArea .folderNoteFooterWrap .btnFolderNoteToggle {
  padding: 6px 14px;
  font-size: 13px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  background: #fff;
  cursor: pointer;
}
.folderWysiwygArea .folderNoteFooterWrap .btnFolderNoteToggle:hover {
  background: #f5f5f5;
}
.folderWysiwygArea #folderNoteEditor {
  min-height: 260px;
}
.folderWysiwygArea #folderNoteEditor .toastui-editor-defaultUI {
  border-radius: 4px;
}
.folderWysiwygArea .folderNoteEditor {
  min-height: 260px;
}
.folderWysiwygArea .folderNoteEditor .toastui-editor-defaultUI {
  border-radius: 4px;
}
.folderNoteOpenLinkWrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 12px;
  margin-bottom: 12px;
}
.folderNoteOpenLinkWrap .noteOpenToggleSwitch {
  display: inline-flex;
  align-items: center;
  border: none;
  padding: 0;
  background: transparent;
  cursor: pointer;
  vertical-align: middle;
}
.folderNoteOpenLinkWrap .noteOpenToggleSwitch .noteOpenToggleTrack {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: auto;
  width: max-content;
  height: 36px;
  border-radius: 18px;
  padding: 0 6px 0 12px;
  transition: background 0.2s, color 0.2s, border 0.2s;
}
.folderNoteOpenLinkWrap .noteOpenToggleSwitch .noteOpenToggleLabel {
  font-size: 11px;
  font-weight: 400;
  white-space: nowrap;
  flex-shrink: 0;
  transition: order 0.2s;
}
.folderNoteOpenLinkWrap .noteOpenToggleSwitch .noteOpenToggleThumb {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  flex-shrink: 0;
  transition: background 0.2s, transform 0.2s;
}
.folderNoteOpenLinkWrap .noteOpenToggleSwitch.on .noteOpenToggleTrack {
  background: #009956;
  color: #fff;
  border: 1px solid #009956;
}
.folderNoteOpenLinkWrap .noteOpenToggleSwitch.on .noteOpenToggleLabel {
  order: 0;
}
.folderNoteOpenLinkWrap .noteOpenToggleSwitch.on .noteOpenToggleThumb {
  order: 1;
  background: #fff;
}
.folderNoteOpenLinkWrap .noteOpenToggleSwitch.off .noteOpenToggleTrack {
  background: #fff;
  color: #222;
  border: 1px solid #e1e6ea;
}
.folderNoteOpenLinkWrap .noteOpenToggleSwitch.off .noteOpenToggleLabel {
  order: 1;
}
.folderNoteOpenLinkWrap .noteOpenToggleSwitch.off .noteOpenToggleThumb {
  order: 0;
  background: #009956;
}

/* 설정 화면 - 모든 파일(문서) 화면과 동일한 타이포·테이블 스타일 */
.settingsPage {
  padding: 0;
}
.settingsHeader {
  padding: 0 20px;
  margin-bottom: 0;
  text-align: center;
}
.settingsHeader .settingsTitle {
  margin: 0 0 8px 0;
}
.settingsHeader .settingsTitle.titleType1 {
  font-size: 20px;
  letter-spacing: 0.02em;
  font-weight: 400;
  color: #222;
}
.settingsHeader .settingsDesc {
  margin: 0;
}
.settingsHeader .settingsDesc.textType1 {
  font-size: 17px;
  letter-spacing: 0.02em;
  font-weight: 400;
  color: #333;
  line-height: 1.5;
}
.settingsCard {
  margin: 0;
}
.settingsCard .settingsTable {
  width: 100%;
  margin: 0;
}
.settingsCard .settingsTable col.colName {
  width: 180px;
}
.settingsCard .settingsTable col.colValue {
  width: 100px;
}
.settingsCard .settingsTable col.colDesc {
  width: auto;
}
.settingsCard .settingsTable thead th {
  height: 53px;
  font-size: 15.3px;
  letter-spacing: 0.02em;
  border-bottom: 1px solid #e1e6ea;
  padding: 0 20px;
  text-align: left;
}
.settingsCard .settingsTable thead th:nth-child(2) {
  text-align: center;
}
.settingsCard .settingsTable tbody tr td {
  height: 53px;
  font-size: 15.3px;
  letter-spacing: 0.02em;
  border-bottom: 1px solid #e1e6ea;
  padding: 0 20px;
  vertical-align: middle;
}
.settingsCard .settingsTable tbody tr td.cellName {
  font-weight: 500;
  color: #222;
}
.settingsCard .settingsTable tbody tr td.cellValue {
  text-align: center;
}
.settingsCard .settingsTable tbody tr td.cellDesc {
  color: #333;
  line-height: 1.5;
}
.settingsCard .settingsTable tbody tr:hover td {
  background: #f4f6f7;
}
.settingsCard .settingsTable .settingValueSelect {
  height: 37px;
  padding: 0 12px;
  font-size: 15px;
  min-width: 100px;
  border: 1px solid #e1e6ea;
  border-radius: 4px;
  background: #fff;
  cursor: pointer;
}
.settingsCard .settingsTable .settingValueSelect:focus {
  outline: none;
  border-color: #009956;
}
.settingsCard .settingsActions {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 20px 20px 30px;
}
.settingsCard .settingsActions .btnSettingsSave {
  padding: 8px 20px;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #fff;
  background: #009956;
  border: 1px solid #009956;
  border-radius: 4px;
  cursor: pointer;
}
.settingsCard .settingsActions .btnSettingsSave:hover {
  background: #008a4d;
  border-color: #008a4d;
}
.settingsCard .settingsActions .settingsSaveStatus {
  font-size: 15px;
  color: #333;
}

/* 삭제된 파일 화면 - 테이블 타이틀 가운데 정렬 */
.deletedFileSection .deletedFileTable thead th {
  text-align: center;
}
.deletedFileSection .deletedFileTable .deletedFileNameCell {
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;
}
.deletedFileSection .deletedFileTable .deletedFileNameCell .folderName {
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;
}
.deletedFileSection .deletedFileTable .deletedFilePathCell {
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;
  min-width: 0;
  color: #555;
  font-size: 14px;
}
/* 삭제된 파일 화면 - 복원 버튼 */
.btnRestoreDeleted {
  padding: 6px 14px;
  font-size: 15px;
  color: #fff;
  background: #009956;
  border: 1px solid #009956;
  border-radius: 4px;
  cursor: pointer;
}
.btnRestoreDeleted:hover {
  background: #008a4d;
  border-color: #008a4d;
}

/* 설정 화면 (레거시) */
.settingsTableWrap .settingsTable {
  margin-top: 0;
}
.settingsTableWrap .settingsTable td,
.settingsTableWrap .settingsTable th {
  padding: 10px 12px;
  vertical-align: middle;
}
.settingsTableWrap .settingValueSelect {
  padding: 4px 8px;
  font-size: 13px;
  min-width: 80px;
}
.settingsBtnWrap .btnSettingsSave {
  padding: 8px 20px;
  cursor: pointer;
}
.settingsBtnWrap .settingsSaveStatus {
  margin-left: 12px;
  font-size: 13px;
  color: #666;
}

/* AI 응답 구조화 스타일 */
#contents .aiSearchWrap .chatMsgArea .chatTextWrap .theOtherMsg .msg {
  line-height: 1.6;
  color: #333;
}

#contents .aiSearchWrap .chatMsgArea .chatTextWrap .theOtherMsg .msg .info-item {
  margin: 4px 0;
  padding: 2px 0;
}

#contents .aiSearchWrap .chatMsgArea .chatTextWrap .theOtherMsg .msg .info-label {
  color: #333;
  font-weight: 600;
  margin-right: 8px;
}

#contents .aiSearchWrap .chatMsgArea .chatTextWrap .theOtherMsg .msg .info-value {
  color: #555;
}

#contents .aiSearchWrap .chatMsgArea .chatTextWrap .theOtherMsg .msg .msg-heading {
  font-size: 16px;
  font-weight: 600;
  margin: 10px 0 4px 0;
  color: #333;
}

#contents .aiSearchWrap .chatMsgArea .chatTextWrap .theOtherMsg .msg .msg-subheading {
  font-size: 14px;
  font-weight: 600;
  margin: 8px 0 4px 0;
  color: #444;
}

#contents .aiSearchWrap .chatMsgArea .chatTextWrap .theOtherMsg .msg .msg-list {
  margin: 6px 0;
  padding-left: 4px;
  list-style-type: none;
}

#contents .aiSearchWrap .chatMsgArea .chatTextWrap .theOtherMsg .msg .msg-list li {
  margin: 3px 0;
  line-height: 1.5;
  position: relative;
  padding-left: 18px;
}

#contents .aiSearchWrap .chatMsgArea .chatTextWrap .theOtherMsg .msg .msg-list li::before {
  content: "•";
  position: absolute;
  left: 2px;
  top: 0;
  color: #019855;
  font-weight: bold;
}

/* "제목: 설명" 형태 항목 — 제목은 굵게 한 줄, 설명은 아래 줄로 분리 */
#contents .aiSearchWrap .chatMsgArea .chatTextWrap .theOtherMsg .msg .msg-list li.titled .msg-li-title {
  display: block;
  font-weight: 600;
  color: #1f2937;
}

#contents .aiSearchWrap .chatMsgArea .chatTextWrap .theOtherMsg .msg .msg-list li.titled .msg-li-desc {
  display: block;
  color: #444;
  margin-top: 2px;
}

#contents .aiSearchWrap .chatMsgArea .chatTextWrap .theOtherMsg .msg .msg-list li strong {
  color: #1f2937;
}

#contents .aiSearchWrap .chatMsgArea .chatTextWrap .theOtherMsg .msg .faq-section {
  margin: 16px 0;
  border-top: 1px solid #e1e6ea;
  padding-top: 16px;
}

#contents .aiSearchWrap .chatMsgArea .chatTextWrap .theOtherMsg .msg .faq-toggle {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  cursor: pointer;
  margin: 0;
  padding: 8px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#contents .aiSearchWrap .chatMsgArea .chatTextWrap .theOtherMsg .msg .faq-toggle:hover {
  color: #0a9d5c;
}

#contents .aiSearchWrap .chatMsgArea .chatTextWrap .theOtherMsg .msg .faq-toggle .icon_arrow {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-right: 2px solid #999;
  border-bottom: 2px solid #999;
  transform: rotate(45deg);
  transition: transform 0.3s;
  margin-left: 8px;
}

#contents .aiSearchWrap .chatMsgArea .chatTextWrap .theOtherMsg .msg .faq-toggle.expanded .icon_arrow {
  transform: rotate(-135deg);
}

#contents .aiSearchWrap .chatMsgArea .chatTextWrap .theOtherMsg .msg .faq-content {
  margin-top: 8px;
  padding-left: 16px;
  color: #555;
}

/* ===================================================
   Chat Sidebar - 토글 가능한 사이드바 (SNB는 항상 고정)
   =================================================== */

/* --- 햄버거 토글 버튼 (항상 표시) --- */
.chatSidebarToggle {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border: none;
  background: transparent;
  cursor: pointer;
  border-radius: 8px;
  transition: background 0.15s;
  padding: 0;
}
.chatSidebarToggle:hover {
  background: rgba(0,0,0,0.06);
}
.chatSidebarToggle svg {
  width: 18px;
  height: 18px;
  stroke: #6b7280;
}

/* --- chatMsgArea 상단 헤더 바 (토글 버튼 담는 공간) --- */
.chatMsgTopBar {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 16px;
  flex-shrink: 0;
  min-height: 52px;
  background: #fff;
  box-shadow: 0 1px 0 #e8ecf0, 0 2px 8px rgba(0,0,0,0.04);
}
.chatMsgTopBar .chatCurrentTitle {
  flex: 1;
  font-size: 13px;
  color: #9ca3af;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* --- 질의 모드 스위처 --- */
.chatModeSwitch {
  display: flex;
  align-items: center;
  gap: 2px;
  background: #f0f2f4;
  border-radius: 10px;
  padding: 3px;
  flex-shrink: 0;
}
.chatModeBtn {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 6px 13px;
  border: none;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 500;
  color: #6b7280;
  background: transparent;
  cursor: pointer;
  transition: background 0.15s, color 0.15s, box-shadow 0.15s;
  white-space: nowrap;
  position: relative;
}
.chatModeBtn svg {
  width: 13px;
  height: 13px;
  flex-shrink: 0;
  pointer-events: none;
}
.chatModeBtn.is-active {
  background: #fff;
  color: #009956;
  font-weight: 600;
  box-shadow: 0 1px 4px rgba(0,0,0,0.10);
}
.chatModeBtn:not(.is-active):hover {
  background: #e4e6e9;
  color: #374151;
}
.modeComingSoon {
  display: inline-flex;
  align-items: center;
  padding: 1px 6px;
  background: #e0f2eb;
  color: #009956;
  border-radius: 20px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.02em;
  margin-left: 2px;
}
/* 일반질의 - Tavily 준비 중 표시 (선택은 가능) */
.chatModeBtn[data-mode="general"]:not(.is-active) .modeComingSoon {
  opacity: 0.7;
}

/* --- 하단 고정 영역 (docModeBar + inputChat 묶음) --- */
#contents .aiSearchWrap .chatMsgArea .chatBottomArea {
  flex-shrink: 0;
  width: 100%;
  background: transparent;
  padding-bottom: calc(20px + env(safe-area-inset-bottom, 0px));
  box-sizing: border-box;
}

/* --- 문서추적 모드 파일 바 (inputChat 내부 상단) --- */
.docModeBar {
  display: none;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
  padding: 6px 0 8px;
  border-bottom: 1px solid #e8ecef;
  margin-bottom: 6px;
  width: 100%;
}
.docModeBar.is-visible {
  display: flex;
}
.docModeBarInner {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  min-height: 32px;
}
.docModeBarIcon {
  width: 14px;
  height: 14px;
  color: #009956;
  flex-shrink: 0;
  pointer-events: none;
}
.docModeBarLabel {
  font-size: 12px;
  font-weight: 600;
  color: #009956;
  flex-shrink: 0;
  margin-right: 4px;
}
/* 선택된 파일 칩 */
.docFileChips {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
  flex: 1;
}
.docFileChip {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 3px 8px 3px 8px;
  background: #e8f7f0;
  border: 1px solid #b8e0cc;
  border-radius: 20px;
  font-size: 11px;
  color: #1a5c3a;
  font-weight: 500;
  max-width: 160px;
}
.docFileChip span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.docFileChip .chipRemove {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  color: #6b9e82;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.1s;
  pointer-events: auto;
}
.docFileChip .chipRemove:hover {
  background: #c3e8d4;
  color: #1a5c3a;
}
/* 문서 추가 버튼 */
.docAddFileBtn {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 10px;
  border: 1px dashed #b8dfc9;
  border-radius: 20px;
  background: transparent;
  color: #009956;
  font-size: 11px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.15s, border-color 0.15s;
  flex-shrink: 0;
}
.docAddFileBtn svg {
  width: 11px;
  height: 11px;
  pointer-events: none;
}
.docAddFileBtn:hover {
  background: #e8f7f0;
  border-color: #009956;
}

/* --- chatListArea 헤더 (제목 + 닫기 버튼) --- */
.chatListHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 4px 16px;
  flex-shrink: 0;
  gap: 8px;
}
.chatListHeader .chatListTitle {
  font-size: 14px;
  font-weight: 700;
  color: #111827;
}
.chatListHeader .chatListCloseBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: transparent;
  border: none;
  cursor: pointer;
  color: #9ca3af;
  font-size: 18px;
  line-height: 1;
  transition: background 0.15s, color 0.15s;
  padding: 0;
}
.chatListHeader .chatListCloseBtn:hover {
  background: #f3f4f6;
  color: #374151;
}

/* 구 plusBtn 선택자 제거 후 newChatBtn으로 대체됨 (위 블록에서 정의) */

/* --- 사이드바 collapsed 상태 (데스크톱) --- */
#contents .aiSearchWrap.sidebar-collapsed .chatListArea {
  width: 0;
  min-width: 0;
  padding: 0;
  overflow: hidden;
  border-right: none;
}
#contents .aiSearchWrap.sidebar-collapsed .chatMsgArea {
  width: 100%;
}

/* --- chatSidebarDimmed (모바일 오버레이용) --- */
#contents .aiSearchWrap .chatSidebarDimmed {
  display: none;
  position: absolute;
  inset: 0;
  z-index: 9;
  background: rgba(0, 0, 0, 0.3);
}
#contents .aiSearchWrap .chatSidebarDimmed.is-open {
  display: block;
}

@media (min-width: 901px) {
  #contents .aiSearchWrap .chatSidebarDimmed.is-open {
    display: none !important;
  }
}

/* ===================================================
   반응형 (SNB는 항상 고정)
   =================================================== */

/* 1200px 이하: chatListArea 폭 축소 + scrollArea 여백 줄임 */
@media (max-width: 1200px) {
  #contents .aiSearchWrap .chatListArea {
    width: 210px;
    min-width: 210px;
  }
  #contents .aiSearchWrap .chatMsgArea {
    width: calc(100% - 210px);
  }
  #contents .aiSearchWrap .chatMsgArea .scrollArea {
    padding-left: 52px;
    padding-right: 20px;
  }
  #contents .aiSearchWrap .chatListArea .fileSelectWrap {
    width: calc(100% - 24px);
  }
}

/* 900px 이하: chatListArea → 오버레이 방식 */
@media (max-width: 900px) {
  #contents .aiSearchWrap {
    position: relative;
    overflow: hidden;
  }
  #contents .aiSearchWrap .chatListArea {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    height: 100%;
    width: 280px !important;
    min-width: 280px !important;
    padding: 16px 16px 80px !important;
    transform: translateX(-100%);
    box-shadow: 4px 0 24px rgba(0,0,0,0.14);
    transition: transform 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden auto;
  }
  #contents .aiSearchWrap .chatListArea.is-open {
    transform: translateX(0);
  }
  /* collapsed 클래스 무시 (모바일에서는 오버레이 방식만) */
  #contents .aiSearchWrap.sidebar-collapsed .chatListArea {
    width: 280px !important;
    min-width: 280px !important;
  }
  #contents .aiSearchWrap .chatMsgArea {
    width: 100% !important;
  }
  #contents .aiSearchWrap .chatMsgArea .scrollArea {
    padding-left: 24px;
    padding-right: 20px;
  }
  #contents .aiSearchWrap .chatMsgArea .chatTextWrap .myMsg::before {
    display: none;
  }
  /* myMsg 패딩 축소 (오른쪽 아이콘 공간 줄임) */
  #contents .aiSearchWrap .chatMsgArea .chatTextWrap .myMsg {
    max-width: 92%;
    padding: 13px 52px 13px 38px;
  }
  /* theOtherMsg leftSide 아바타 숨김, 패딩 최소화 */
  #contents .aiSearchWrap .chatMsgArea .chatTextWrap .theOtherMsg {
    padding-left: 8px;
    padding-bottom: 36px;
  }
  #contents .aiSearchWrap .chatMsgArea .chatTextWrap .theOtherMsg .leftSide {
    display: none;
  }
  /* chatTextWrap 전체 너비 활용 */
  #contents .aiSearchWrap .chatMsgArea .chatTextWrap .theOtherMsg,
  #contents .aiSearchWrap .chatMsgArea .chatTextWrap .myMsg {
    font-size: 15px;
  }
}

/* 600px 이하 */
@media (max-width: 600px) {
  #contents .aiSearchWrap .chatMsgArea .scrollArea {
    padding: 12px 10px 16px 12px;
  }
  #contents .aiSearchWrap .chatMsgArea .chatTextWrap {
    gap: 24px 0;
  }
  #contents .aiSearchWrap .chatMsgArea .chatTextWrap .theOtherMsg {
    padding-left: 4px;
    padding-bottom: 32px;
    width: 100%;
  }
  #contents .aiSearchWrap .chatMsgArea .chatTextWrap .myMsg {
    max-width: 98%;
    padding: 11px 46px 11px 12px;
    font-size: 14px;
  }
  #contents .aiSearchWrap .chatMsgArea .chatTextWrap .myMsg::before {
    display: none;
  }
  #contents .aiSearchWrap .chatMsgArea .inputChat {
    width: 94%;
    padding: 11px 16px;
    min-height: 48px;
    height: auto;
    margin: 8px auto 16px;
  }
  #contents .aiSearchWrap .chatMsgArea .systemMsg {
    padding: 11px 11px 11px 40px;
  }
}

/* =========================================================
   새 채팅 랜딩 화면 (ChatGPT 스타일 중앙 입력창)
   ========================================================= */

/* 랜딩 오버레이: 인사말 + 입력창을 세로 flex로 중앙 정렬 */
.newChatLanding {
  display: none;
  position: absolute;
  z-index: 2;
  inset: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 28px;
  padding: 0 8% 60px;
  pointer-events: none;
}

/* 인사말 텍스트 */
.newChatLandingInner {
  text-align: center;
  pointer-events: none;
}

.newChatGreetingSub {
  font-size: 13px;
  color: #9aa5b1;
  letter-spacing: 0.06em;
  margin-bottom: 10px;
  font-weight: 500;
}

.newChatGreetingTitle {
  font-size: 26px;
  font-weight: 700;
  color: #1a2332;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

/* is-landing 상태 활성화 */
.chatMsgArea.is-landing .newChatLanding {
  display: flex;
}

.chatMsgArea.is-landing .scrollArea {
  visibility: hidden;
  pointer-events: none;
}

/* 랜딩 모드: chatBottomArea 절대 위치로 화면 중앙 배치 */
.chatMsgArea.is-landing .chatBottomArea {
  position: absolute;
  top: 58%;
  left: 50%;
  transform: translateX(-50%);
  width: 68%;
  max-width: 700px;
  background: transparent;
  z-index: 3;
}
.chatMsgArea.is-landing .inputChat {
  width: 100%;
  margin: 0;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.10);
  border-color: #d0d7de;
}

/* 랜딩 모드: 인사말은 input 위에 오도록 중앙보다 위로 */
.chatMsgArea.is-landing .newChatLanding {
  justify-content: center;
  padding-bottom: 130px;
}

/* 랜딩 인사말 페이드인 애니메이션 */
@keyframes landingFadeIn {
  from { opacity: 0; transform: translateY(12px); }
  to   { opacity: 1; transform: translateY(0); }
}

.chatMsgArea.is-landing .newChatLanding {
  animation: landingFadeIn 0.35s ease forwards;
}

/* 모바일 대응 */
@media screen and (max-width: 768px) {
  .newChatLanding {
    padding: 0 4% 40px;
  }
  .newChatGreetingTitle {
    font-size: 20px;
  }
  .chatMsgArea.is-landing .chatBottomArea {
    width: 92%;
    top: 58%;
  }
}

/* ============================================================
   Answer-inline table image preview
   - 챗봇 답변 직후, 답변이 인용한 표/이미지 영역을 썸네일 그리드로 표시
   - 썸네일 클릭 → PDF 뷰어로 해당 페이지+bbox 하이라이트
   ============================================================ */
.answerTablePreview {
  margin-top: 12px;
  padding: 10px 12px;
  background: #f7f8fa;
  border: 1px solid #e3e6eb;
  border-radius: 8px;
}
.answerTablePreviewHeader {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 8px;
}
.answerTablePreviewTitle {
  font-size: 12px;
  color: #444;
  font-weight: 600;
}
.answerTablePreviewCount {
  font-size: 11px;
  color: #fff;
  background: #6b7280;
  padding: 1px 7px;
  border-radius: 10px;
  line-height: 1.4;
  font-weight: 500;
}
.answerTablePreviewGrid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.answerTableThumb {
  width: 168px;
  background: #fff;
  border: 1px solid #e3e6eb;
  border-radius: 6px;
  padding: 6px;
  cursor: pointer;
  transition: border-color 0.15s, box-shadow 0.15s, transform 0.05s;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.answerTableThumb:hover {
  border-color: #4a90e2;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}
.answerTableThumb:active {
  transform: translateY(1px);
}
.answerTableThumb img {
  display: block;
  width: 100%;
  height: 110px;
  object-fit: contain;
  background: #f3f4f6;
  border-radius: 3px;
}
.answerTableThumbCaption {
  display: block;
  margin-top: 6px;
  font-size: 11px;
  color: #555;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 600px) {
  .answerTableThumb {
    width: calc(50% - 4px);
  }
  .answerTableThumb img {
    height: 96px;
  }
}

/* ============================================================
   Answer table lightbox (썸네일 클릭 시 확대 모달)
   ============================================================ */
.answerTableLightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
}
.answerTableLightbox.is-open {
  display: flex;
}
.answerTableLightboxBackdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.78);
  cursor: zoom-out;
}
.answerTableLightboxContent {
  position: relative;
  z-index: 1;
  max-width: 92vw;
  max-height: 92vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.answerTableLightboxImage {
  display: block;
  max-width: 92vw;
  max-height: 84vh;
  width: auto;
  height: auto;
  object-fit: contain;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
}
.answerTableLightboxCaption {
  font-size: 13px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
  max-width: 90vw;
  word-break: break-word;
}
.answerTableLightboxClose {
  position: absolute;
  top: -36px;
  right: 0;
  width: 32px;
  height: 32px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.15s;
}
.answerTableLightboxClose:hover {
  background: rgba(255, 255, 255, 0.3);
}

/* 라이트박스 열린 동안 배경 스크롤 잠금 */
body.answerTableLightbox-bodyLock {
  overflow: hidden;
}

/* 메뉴 권한: JS(applyMenuPermissions)에서 개별 항목만 display:none 처리 */

/* 모든 파일 — 공용/내문서 세그먼트 토글 */
.docsScopeTabs {
  display: inline-flex;
  padding: 3px;
  background: #ecf0f5;
  border: 1px solid #cfd7e1;
  border-radius: 6px;
}
.docsScopeTabs button {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  height: 28px;
  padding: 0 14px;
  font-size: 12px;
  font-weight: 600;
  color: #4a5563;
  background: transparent;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.15s, color 0.15s, box-shadow 0.15s;
}
.docsScopeTabs button:hover {
  color: #14212f;
}
.docsScopeTabs button.is-active {
  background: #f7f9fc;
  color: #14212f;
  box-shadow: 0 1px 2px rgba(14,26,43,.06), 0 1px 1px rgba(14,26,43,.04);
}