/* _content/Genie/Areas/Identity/Pages/Account/Components/SignInWithQR/Default.cshtml.rz.scp.css */
#qr-container[b-czxv2hhkmp] {
  display: flex;
  gap: 3rem;
}
#qr-container > article[b-czxv2hhkmp] {
  flex: 1 1 auto;
}
#qr-container input[type=number][b-czxv2hhkmp]::-webkit-inner-spin-button,
#qr-container input[type=number][b-czxv2hhkmp]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#qr-container input[type=number][b-czxv2hhkmp] {
  -moz-appearance: textfield; /* Firefox */
}
#qr-container #otpInputs[b-czxv2hhkmp] {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.625rem;
  width: 100%;
}
#qr-container #otpInputs .otp-input[b-czxv2hhkmp] {
  text-align: center;
  padding: 10px;
  font-size: 2rem;
  font-weight: bold;
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22file:///C:/Users/jsu7138/Desktop/app/pcms2.0/Genie/Genie/Areas/Identity/Pages/Account/Components/SignInWithQR/Default.cshtml.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%22AAAC;EACG;EACA;;AAEA;EACI;;AAGJ;AAAA;EAEI;EACA;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA%22%7D */
/* _content/Genie/Areas/Identity/Pages/Account/Login.cshtml.rz.scp.css */
@charset "UTF-8";
body[b-efu4nqbziv]  {
  background-color: var(--pcms-white-blue);
}

.container-card[b-efu4nqbziv]  {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: auto;
  display: none;
  background: var(--pcms-white-blue);
  margin: 0 -15px;
  z-index: 0;
}
.container-card[b-efu4nqbziv]  .container-card-footer {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.container-card[b-efu4nqbziv]  .container-card-footer > * {
  align-self: end;
}

.screen[b-efu4nqbziv] {
  background: white;
  position: absolute;
  width: 700px;
  top: calc(50% - 150px);
  left: calc(50% - 350px);
  border-radius: 1rem;
  box-shadow: 1px 1px 4px 1px #b9b9b9;
  padding: 3rem;
  opacity: 0;
  transform: translateX(100%); /* 기본적으로 오른쪽에 숨김 */
  transition: opacity 0.2s ease, transform 0.2s ease;
  z-index: 0;
}
.screen.active[b-efu4nqbziv] {
  opacity: 1;
  transform: translateX(0);
  z-index: 1;
}
.screen.slide-out-left[b-efu4nqbziv] {
  transform: translateX(-100%);
  opacity: 0;
}
.screen.slide-in-right[b-efu4nqbziv] {
  transform: translateX(100%);
  opacity: 0;
}
.screen.slide-in-left[b-efu4nqbziv] {
  transform: translateX(0);
  opacity: 1;
}
.screen.slide-out-right[b-efu4nqbziv] {
  transform: translateX(100%);
  opacity: 0;
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22file:///C:/Users/jsu7138/Desktop/app/pcms2.0/Genie/Genie/Areas/Identity/Pages/Account/Login.cshtml.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%22;AAAC;EACG;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;;AAEA;EACI;;;AAKZ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA%22%7D */
/* _content/Genie/Pages/Categories/Index.cshtml.rz.scp.css */
.pcms_container[b-8dp336hu8u] {
  overflow: hidden !important;
  height: 100%;
}

#btn-category-move-apply[b-8dp336hu8u],
#btn-category-move-cancel[b-8dp336hu8u] {
  display: none;
}

.category-sidebar[b-8dp336hu8u] {
  box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.05);
  margin-left: 10px;
  width: 250px;
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22file:///C:/Users/jsu7138/Desktop/app/pcms2.0/Genie/Genie/Pages/Categories/Index.cshtml.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%22AAAC;EACG;EACA;;;AAGJ;AAAA;EAEI;;;AAGJ;EACI;EACA;EACA%22%7D */
/* _content/Genie/Pages/Domains/Index.cshtml.rz.scp.css */
#domain-viewer[b-au5ec58a39]  #table-spinner {
  display: none;
  background: rgba(255, 255, 255, 0.4666666667);
  width: 100%;
  height: 100%;
  position: absolute;
}
#domain-viewer[b-au5ec58a39]  aside.pcms_area-box {
  width: 250px;
  display: flex;
  flex-flow: column;
  flex: 0 1 auto;
}
#domain-viewer[b-au5ec58a39]  aside.pcms_area-box .domain-group-item .glyphicon {
  display: none;
  width: 25px;
  height: 25px;
  align-content: center;
  text-align: center;
  border-radius: 3px;
}
#domain-viewer[b-au5ec58a39]  aside.pcms_area-box .domain-group-item .glyphicon:hover {
  background: white;
}
#domain-viewer[b-au5ec58a39]  aside.pcms_area-box .domain-group-item:hover .glyphicon {
  display: block;
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22file:///C:/Users/jsu7138/Desktop/app/pcms2.0/Genie/Genie/Pages/Domains/Index.cshtml.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%22AACI;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAGI;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAKJ;EACI%22%7D */
/* _content/Genie/Pages/Home/Index.cshtml.rz.scp.css */
.list-group .list-group-item.list-group-item-action.active[b-3xr6fpb0dd] {
    background-color: #f7f7f7;
    color: #2579ff;
    font-weight: bold;
    border-bottom: 3px solid;
}

.list-group .list-group-item[b-3xr6fpb0dd] {
    border: 0;
}

.pcms_resource-icons[b-3xr6fpb0dd] {
    transform: scale(0.4);
    top: 11px;
    left: -8px;
}

.resource-tyeps[b-3xr6fpb0dd] {
    position: absolute;
    white-space: nowrap;
    overflow: hidden;
    align-self: center;
    height: 100%;
    top: 0;
}

    .resource-tyeps .custom-box[b-3xr6fpb0dd] {
        display: flex;
        width: 0;
        overflow: hidden;
        transition: 0.3s;
        height: 100%;
    }

        .resource-tyeps .custom-box.custom-box-sm[b-3xr6fpb0dd] {
            flex-flow: column;
            height: min-content;
            z-index: 111;
            position: fixed;
        }

        .resource-tyeps .custom-box.custom-box-open[b-3xr6fpb0dd] {
            width: 100%;
            border: 1px solid #dee2e6 !important;
        }

        .resource-tyeps .custom-box.custom-box-sm.custom-box-open[b-3xr6fpb0dd] {
            width: 165px;
        }

.w-px-15[b-3xr6fpb0dd] {
    display: inline-block;
    width: 15px;
}

.index-menu-1[b-3xr6fpb0dd] {
    width: max-content;
}

.font-15[b-3xr6fpb0dd] {
    font-size: 15px;
}

.h-min[b-3xr6fpb0dd] {
    height: min-content;
}
/* _content/Genie/Pages/Products/CalendarByHoliday.cshtml.rz.scp.css */
.container-holiday[b-opk0d26bau] {
  background-color: #f8f9fa;
  z-index: 0;
}
.container-holiday .container-holiday-left[b-opk0d26bau],
.container-holiday .container-holiday-right[b-opk0d26bau] {
  background: white;
  margin: 5px;
}
.container-holiday .container-holiday-left[b-opk0d26bau] {
  display: flex;
  flex-flow: column;
  overflow: hidden;
  min-width: 570px;
  flex-grow: 1;
}
.container-holiday .container-holiday-left > nav[b-opk0d26bau]  {
  background: #f8f9fa;
  align-items: center;
  font-size: 13.5px;
}
.container-holiday .container-holiday-left > nav[b-opk0d26bau]  > .nav-group-option {
  display: none;
}
.container-holiday .container-holiday-left > nav[b-opk0d26bau]  > .nav-link {
  border: 0 !important;
}
.container-holiday .container-holiday-left > nav[b-opk0d26bau]  > .nav-link:first-of-type {
  border-left: 1px solid #dee2e6;
}
.container-holiday .container-holiday-left > nav[b-opk0d26bau]  > .nav-link:last-of-type {
  border-right: 1px solid #dee2e6;
  margin-right: auto;
}
.container-holiday .container-holiday-left > nav[b-opk0d26bau]  > .nav-link.active {
  font-weight: bold;
}
.container-holiday .container-holiday-left > nav[b-opk0d26bau]  > .nav-link.active[data-group=resource] ~ .nav-group-option[aria-labelledby=resource] {
  display: block;
}
.container-holiday .container-holiday-left > nav[b-opk0d26bau]  > .nav-link:not(.active) {
  color: #4f4f4f;
}
.container-holiday .container-holiday-left > nav[b-opk0d26bau]  > .nav-link:not(.active):not(:last-of-type):not(:first-of-type) {
  border-left: 0;
  border-right: 0;
  border-radius: 0;
}
.container-holiday .container-holiday-left > nav[b-opk0d26bau]  > .nav-link:not(.active):first-child {
  border-right: 0;
  border-start-end-radius: 0;
}
.container-holiday .container-holiday-left > nav[b-opk0d26bau]  > .nav-link:not(.active):last-of-type {
  border-left: 0;
  border-start-start-radius: 0;
}
.container-holiday .container-holiday-left .tab-pane[b-opk0d26bau] {
  height: 100%;
}
.container-holiday .container-holiday-left .tab-pane .tab-content[b-opk0d26bau] {
  overflow: auto;
  height: 100%;
}
.container-holiday .container-holiday-right[b-opk0d26bau] {
  display: flex;
  flex-flow: column;
  flex: 0 0 410px;
  padding: 5px;
}
.container-holiday .container-holiday-right .resource-log-view[b-opk0d26bau] {
  flex: 0 1 auto;
  overflow: hidden;
}
.container-holiday .container-holiday-right .resource-log-view > form[b-opk0d26bau], .container-holiday .container-holiday-right .resource-log-view .card[b-opk0d26bau] {
  height: 100%;
}
.container-holiday .container-holiday-right .resource-log-view .card-body[b-opk0d26bau] {
  flex: 1 1 auto;
  overflow: auto;
}
.container-holiday .container-holiday-right > *:not(:last-child)[b-opk0d26bau] {
  margin-bottom: 10px;
}
.container-holiday .container-holiday-right > * .card-header[b-opk0d26bau] {
  font-weight: bold;
  white-space: nowrap;
}
.container-holiday #calendar-images-container .list-group[b-opk0d26bau] {
  flex: 0 0 auto;
  min-width: 200px;
  margin: 10px 5px;
  overflow: auto;
}
.container-holiday #calendar-images-container .img-container[b-opk0d26bau]  {
  display: flex;
  flex-flow: wrap;
}
.container-holiday #calendar-images-container .img-container[b-opk0d26bau]  .img-box {
  width: 250px;
  height: 250px;
  box-shadow: 4px 4px 2px -2px rgba(0, 0, 0, 0.21);
  padding: 5px;
  margin: 5px;
  display: flex;
  flex-flow: column;
  border: 1px solid transparent;
}
.container-holiday #calendar-images-container .img-container[b-opk0d26bau]  .img-box:hover {
  border: 1px solid rgba(21, 61, 120, 0.3411764706);
}
.container-holiday #calendar-images-container .img-container[b-opk0d26bau]  .img-box > img {
  flex: 0 0 auto;
  height: 220px;
  object-fit: contain;
  padding: 5px;
}
.container-holiday #calendar-images-container .img-container[b-opk0d26bau]  .img-box > .title {
  flex: 1 1 auto;
  align-content: center;
  overflow: hidden;
  text-overflow: ellipsis;
}
.container-holiday[b-opk0d26bau]  + .pcms-loading-animation {
  background-color: rgba(255, 255, 255, 0.5607843137);
}
.container-holiday:not(.loading)[b-opk0d26bau]  + .pcms-loading-animation {
  display: none;
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22file:///C:/Users/jsu7138/Desktop/app/pcms2.0/Genie/Genie/Pages/Products/CalendarByHoliday.cshtml.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%22AAAC;EACG;EACA;;AAEA;AAAA;EAEI;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;;AAEA;EACI;;AAGJ;EACI;EACA;;AAGJ;EACI;;AAEA;EACI;;AAIR;EACI;;AAEA;EACI;EACA;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;;AAMhB;EACI;;AAEA;EACI;EACA;;AAKZ;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAEA;EACI;;AAGJ;EACI;EACA;;AAKJ;EACI;;AAGJ;EACI;EACA;;AAMR;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAMhB;EACI;;AAGJ;EACI%22%7D */
/* _content/Genie/Pages/ResourceCategories/Index.cshtml.rz.scp.css */
.pcms_container[b-zeilhu54my] {
  overflow: hidden !important;
  height: 100%;
}

#btn-category-move-apply[b-zeilhu54my],
#btn-category-move-cancel[b-zeilhu54my] {
  display: none;
}

.anime-update-csv[b-zeilhu54my] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  width: 100%;
}

.anime-update-csv > span:first-child[b-zeilhu54my] {
  text-align: right;
  width: 100%;
}

.anime-update-csv > .pcms_animate[b-zeilhu54my] {
  position: relative;
  width: 50px;
}

.anime-update-csv > .pcms_animate .pcms_animate-circle[b-zeilhu54my] {
  position: absolute;
  width: 30px;
  height: 30px;
}

.category-sidebar[b-zeilhu54my] {
  box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.05);
  margin-left: 10px;
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22file:///C:/Users/jsu7138/Desktop/app/pcms2.0/Genie/Genie/Pages/ResourceCategories/Index.cshtml.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%22AAAC;EACG;EACA;;;AAGJ;AAAA;EAEI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA%22%7D */
/* _content/Genie/Pages/Search.cshtml.rz.scp.css */
.title-contianer[b-f9hotowue9]  {
  margin-bottom: 7px;
  box-shadow: -2px 2px 3px 0px #b3b3b3;
  font-size: 1.5rem;
  position: sticky;
  display: flex;
  width: 100%;
  top: 0;
  background-color: white;
  z-index: 1;
}
.title-contianer[b-f9hotowue9]  > .text-container {
  flex: 1 1 auto;
  white-space: nowrap;
  align-self: center;
}
.title-contianer[b-f9hotowue9]  > .filter-container {
  width: 100%;
  margin: 0 25px;
  padding-right: 50px;
  display: none;
}
.title-contianer[b-f9hotowue9]  > .filter-container > .btn-filter-remove {
  outline: none;
  font-size: 11px;
  color: #000000;
  padding: 3px 6px;
  cursor: pointer;
  border: none;
  border-radius: 3px;
  background-color: #EEE;
}
.title-contianer[b-f9hotowue9]  > .filter-container > .btn-filter-remove[name=filterColors][value="10"] {
  color: white;
}
.title-contianer[b-f9hotowue9]  > .filter-container > .btn-filter-remove:hover {
  background-color: #e6e6e6;
}
.title-contianer[b-f9hotowue9]  > .t-close {
  position: absolute;
  right: 0;
}

.list-container[b-f9hotowue9] {
  display: flex;
  flex-flow: row;
  width: 100%;
  height: 100%;
  overflow: auto;
}
.list-container > .list[b-f9hotowue9] {
  flex: 0 0 auto;
  width: 100%;
  border: 1px solid #efefef;
  border-top: 0;
  border-bottom: 0;
  overflow: auto;
  background-color: white;
}
.list-container.t-show > .list[b-f9hotowue9] {
  width: 372px;
}
.list-container:not(.t-show) > .list[b-f9hotowue9] {
  min-width: 1200px;
}

.list-container > .list > .product[b-f9hotowue9] {
  display: flex;
  flex-flow: row;
  padding: 5px;
}
.list-container > .list > .product.active[b-f9hotowue9] {
  background-color: #f5f8ff;
}
.list-container > .list > .product > .info[b-f9hotowue9] {
  display: flex;
  flex-flow: wrap;
  flex: 1 1 calc(100% - 100px);
}
.list-container > .list > .product:not(:last-of-type)[b-f9hotowue9] {
  border-bottom: 1px solid #efefef;
}
.list-container > .list > .product > .info > .name[b-f9hotowue9] {
  display: inline-flex;
  min-height: 45px;
}
.list-container > .list > .product > .info > .name > a *[b-f9hotowue9] {
  word-break: break-all;
}
.list-container > .list > .product > a:hover[b-f9hotowue9] {
  border-radius: 2px;
  background-color: #dae7ff;
}
.list-container > .list > .product:not(.active):hover[b-f9hotowue9] {
  background-color: #fbfbfb;
}
.list-container > .frame-container[b-f9hotowue9] {
  flex: 1 1 100%;
  background-color: white;
  position: relative;
  overflow: hidden;
}
.list-container > .frame-container .pcms_animate[b-f9hotowue9] {
  min-width: 250px;
}
.list-container .product[b-f9hotowue9]  .p-id {
  white-space: nowrap;
}
.list-container .product[b-f9hotowue9]  .preview {
  align-self: center;
  text-align: center;
  padding-right: 5px;
  flex: 0 1 100px;
  min-width: 100px;
}
.list-container .product[b-f9hotowue9]  .preview > img {
  max-width: 75px;
  width: 100%;
  height: 100%;
  max-height: 100px;
  object-fit: contain;
}
.list-container:not(.t-show) .product[b-f9hotowue9]  .p-id {
  margin: 0 auto;
  min-width: 45px;
}
.list-container:not(.t-show) .product[b-f9hotowue9]  .p-name, .list-container:not(.t-show) .product[b-f9hotowue9]  .p-sku {
  margin: 0 auto;
  width: 210px;
}
.list-container:not(.t-show) .product[b-f9hotowue9]  .p-route {
  margin: 0 auto;
  width: 220px;
}
.list-container:not(.t-show) .product[b-f9hotowue9]  .policy {
  margin: 0 auto;
}
.list-container:not(.t-show) .product[b-f9hotowue9]  .p-u-utc {
  margin: 0 auto;
  margin-left: auto;
}

.modal-container[b-f9hotowue9] {
  display: none;
  border: none;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.2);
  cursor: wait;
}

.modal-popup[b-f9hotowue9] {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 460px;
  height: auto;
  transform: translateX(-50%) translateY(-50%);
  border-radius: 0px;
  background-color: #fff;
  text-align: center;
  z-index: 9999;
  box-shadow: 2px 4px 6px 0px rgba(0, 0, 0, 0.2);
  padding: 50px 50px;
  cursor: wait;
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22file:///C:/Users/jsu7138/Desktop/app/pcms2.0/Genie/Genie/Pages/Search.cshtml.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%22AAAC;EACG;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGI;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;;AAKZ;EACI;EACA;;;AAKZ;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;;;AAMA;EACI;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;;AAIA;EACI;EACA;;AAEA;EACI;;AAIR;EACI;EACA;;AAIR;EACI;;AAIR;EACI;EACA;EACA;EACA;;AAEA;EACI;;AAMR;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;;AAMR;EACI;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;;AAGJ;EACI;EACA;;;AAKZ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA%22%7D */
/* _content/Genie/Pages/Setting/Components/Code/_ExtraConfigPartial.cshtml.rz.scp.css */
#card-extra-config-freeset[b-8sa742xwlr]  td {
  place-content: center;
}
#card-extra-config-freeset[b-8sa742xwlr]  textarea {
  min-height: 300px;
  width: 100%;
}
#card-extra-config-freeset[b-8sa742xwlr]  .json-display {
  width: 100%;
  min-height: 300px;
}
#card-extra-config-freeset[b-8sa742xwlr]  .edit-viwer:disabled {
  text-overflow: ellipsis;
  border-color: transparent;
  background: none;
}
#card-extra-config-freeset[b-8sa742xwlr]  .btn-switch-group .btn-edit-group {
  display: none;
}
#card-extra-config-freeset[b-8sa742xwlr]  .btn-switch-group.active .btn-edit-group {
  display: block;
}
#card-extra-config-freeset[b-8sa742xwlr]  .btn-switch-group.active .btn-default-group {
  display: none;
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22file:///C:/Users/jsu7138/Desktop/app/pcms2.0/Genie/Genie/Pages/Setting/Components/Code/_ExtraConfigPartial.cshtml.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%22AACI;EACI;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI%22%7D */
/* _content/Genie/Pages/Shared/Components/App/Default.cshtml.rz.scp.css */
.dialog-app-editor[b-1ldbmmn6sv]  {
  position: fixed;
  display: flex;
  flex-flow: column;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(128, 128, 128, 0.8);
  border: 0;
}
.dialog-app-editor[b-1ldbmmn6sv]  > * {
  margin: 20px;
}
.dialog-app-editor[b-1ldbmmn6sv]  > *:first-of-type {
  margin: 5px 0;
}
.dialog-app-editor[b-1ldbmmn6sv]  > *:last-of-type {
  margin-top: 0;
}
.dialog-app-editor[b-1ldbmmn6sv]  > .toolbar {
  position: relative;
  flex: 0 0 auto;
  background: var(--pcms-blue);
  display: flex;
  justify-content: space-between;
  text-wrap: nowrap;
  padding: 10px;
}
.dialog-app-editor[b-1ldbmmn6sv]  > .toolbar > section {
  display: flex;
  align-items: center;
}
.dialog-app-editor[b-1ldbmmn6sv]  > .toolbar > section > * {
  margin: 0 10px;
}
.dialog-app-editor[b-1ldbmmn6sv]  > .toolbar > section.right {
  margin-right: 85px;
}
.dialog-app-editor[b-1ldbmmn6sv]  > .toolbar > section.right .close {
  color: white;
  transform: scale(2);
  position: absolute;
  right: 10px;
  top: 13px;
  text-shadow: none;
}
.dialog-app-editor[b-1ldbmmn6sv]  > .toolbar > section.right #app-nav-pagination > * {
  margin: 0;
}
.dialog-app-editor[b-1ldbmmn6sv]  > .toolbar > section .filters {
  display: flex;
  align-self: stretch;
}
.dialog-app-editor[b-1ldbmmn6sv]  > .toolbar > section .filters > * {
  flex: 1 1 auto;
  margin: 0 3px;
}
.dialog-app-editor[b-1ldbmmn6sv]  > .toolbar > section .filters .btn-outline-info:not(.active):not(:hover) {
  background: #ffd0d0;
  color: #474040;
}
.dialog-app-editor[b-1ldbmmn6sv]  > .toolbar > section .filters .btn {
  display: flex;
  gap: 5px;
  align-items: center;
}
.dialog-app-editor[b-1ldbmmn6sv]  > .toolbar > .progress {
  height: 2px;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background: transparent;
}
.dialog-app-editor[b-1ldbmmn6sv]  > .toolbar > .progress > .progress-bar {
  transition: none;
}
.dialog-app-editor[b-1ldbmmn6sv]  > .toolbar label {
  margin: 0;
}
.dialog-app-editor[b-1ldbmmn6sv]  > .body {
  position: relative;
  background-color: white;
  align-self: center;
  width: 100%;
  height: 100%;
}
.dialog-app-editor[b-1ldbmmn6sv]  > .body #app-editor-frame {
  width: 100%;
  height: 100%;
  border: 0px solid black;
  box-shadow: 0px 6px 6px 0px rgba(32, 33, 36, 0.5);
  position: absolute;
  flex: 1 1 auto;
}
.dialog-app-editor[b-1ldbmmn6sv]  .divider {
  width: 3px;
  height: 100%;
  border-radius: 20px;
  background-color: #3e60b1;
  margin: 0 1rem !important;
}

@media (max-width: 1000px) {
  .dialog-app-editor[b-1ldbmmn6sv] {
    flex-flow: row;
    justify-content: space-between;
  }
  .dialog-app-editor > .toolbar[b-1ldbmmn6sv] {
    flex-flow: column;
  }
  .dialog-app-editor > .toolbar > section[b-1ldbmmn6sv] {
    flex-flow: column;
    width: 100%;
  }
  .dialog-app-editor > .toolbar > section > .reactive-form[b-1ldbmmn6sv] {
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: 0;
    width: 80%;
  }
  .dialog-app-editor > .toolbar > section > .filters[b-1ldbmmn6sv] {
    display: flex;
    flex-flow: column;
    margin: auto;
  }
  .dialog-app-editor > .toolbar > section > .filters > *[b-1ldbmmn6sv] {
    text-align: left;
    width: 100%;
    margin: 0 0 5px 0;
  }
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22file:///C:/Users/jsu7138/Desktop/app/pcms2.0/Genie/Genie/Pages/Shared/Components/App/Default.cshtml.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%22AAAC;EACG;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAEA;EACI;;AAGJ;EACI;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAEA;EACI;;AAGJ;EACI;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;;AAIR;EACI;EACA;;AAEA;EACI;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;EACA;;AAKZ;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAIR;EACI;;AAIR;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;;AAIR;EACI;EACA;EACA;EACA;EACA;;;AAIR;EACI;IACI;IACA;;EAEA;IACI;;EAEA;IACI;IACA;;EAEA;IACI;IACA;IACA;IACA;;EAGJ;IACI;IACA;IACA;;EAEA;IACI;IACA;IACA%22%7D */
/* _content/Genie/Pages/Shared/Components/Categories/Default.cshtml.rz.scp.css */
.pcms_container[b-079dz3szjj] {
  overflow: hidden !important;
  height: 100%;
}

#btn-category-move-apply[b-079dz3szjj],
#btn-category-move-cancel[b-079dz3szjj] {
  display: none;
}

#tree-table[b-079dz3szjj] {
  display: flex;
  flex-flow: column;
  flex: 1 1 auto;
  margin-left: 10px;
  overflow: auto;
  overflow-y: hidden;
}
#tree-table > *:not(.tree-container)[b-079dz3szjj],
#tree-table .ui-sortable[b-079dz3szjj] {
  padding-bottom: 35px;
  min-width: 1470px;
}
#tree-table > .tree-label[b-079dz3szjj] {
  display: flex;
  justify-content: start;
  background: rgba(255, 255, 255, 0.4784313725);
  position: sticky;
  top: 0;
  z-index: 999;
  border-radius: 3px;
  padding: 10px 0 0 0;
  font-size: 14px;
}
#tree-table > .tree-label > *:first-of-type[b-079dz3szjj] {
  margin-left: 0px !important;
}
#tree-table > .tree-label > *:last-child[b-079dz3szjj] {
  padding-left: 148px;
  padding-right: 15px;
}
#tree-table > .tree-label > *[b-079dz3szjj] {
  background: #efefef;
  border-radius: 3px;
}
#tree-table > .tree-label .group[b-079dz3szjj] {
  flex: 1 1 auto;
  display: flex;
  justify-content: right;
  min-width: 670px;
}
#tree-table > .tree-label > div:not(.group)[b-079dz3szjj],
#tree-table > .tree-label .group > div[b-079dz3szjj] {
  flex: 1 1 auto;
  width: 100%;
  padding: 5px;
  margin: 0 10px;
  font-weight: bold;
  text-align: center;
}
#tree-table > .tree-label > div:not(.group).description[b-079dz3szjj],
#tree-table > .tree-label .group > div.description[b-079dz3szjj] {
  width: 100%;
  min-width: 550px;
  max-width: 1000px;
  margin-right: 0;
}
#tree-table > .tree-label > div:not(.group).text[b-079dz3szjj],
#tree-table > .tree-label .group > div.text[b-079dz3szjj] {
  min-width: 120px;
  max-width: 200px;
}
#tree-table > .tree-label > div:not(.group).checkbox[b-079dz3szjj],
#tree-table > .tree-label .group > div.checkbox[b-079dz3szjj] {
  max-width: 70px;
}
#tree-table > .tree-label > div:not(.group).select[b-079dz3szjj],
#tree-table > .tree-label .group > div.select[b-079dz3szjj] {
  flex: 0 0 110px;
}
#tree-table .tree-container[b-079dz3szjj] {
  overflow-x: hidden;
  min-width: 1470px;
  height: 100%;
  overflow-y: scroll;
}
#tree-table .tree-container > .ui-sortable[b-079dz3szjj]  {
  padding-bottom: 35px;
  margin-right: -10px;
}
#tree-table .tree-container > .ui-sortable[b-079dz3szjj]  .branch-drag-handler {
  display: none;
}
#tree-table .tree-container > .ui-sortable.fail > .ui-loading[b-079dz3szjj] {
  display: none;
}
#tree-table .tree-container > .ui-sortable.fail + .empty-category-alert[b-079dz3szjj] {
  display: block;
}
#tree-table .empty-category-alert[b-079dz3szjj] {
  display: none;
  font-weight: bold;
  margin: 0 10px;
}
#tree-table:not(.key)[b-079dz3szjj]  > .tree-label .key, #tree-table:not(.key)[b-079dz3szjj]  > .tree-container .contents .center-sidebar input[name=key] {
  display: none !important;
}
#tree-table:not(.alias)[b-079dz3szjj]  > .tree-label .alias, #tree-table:not(.alias)[b-079dz3szjj]  > .tree-container .contents .center-sidebar input[name=alias] {
  display: none !important;
}
#tree-table:not(.separator)[b-079dz3szjj]  > .tree-label .separator, #tree-table:not(.separator)[b-079dz3szjj]  > .tree-container .contents .center-sidebar input[name=separator] {
  display: none !important;
}
#tree-table:not(.deleted)[b-079dz3szjj]  > .tree-label .deleted, #tree-table:not(.deleted)[b-079dz3szjj]  > .tree-container .contents .center-sidebar input[name=deleted] {
  display: none !important;
}
#tree-table.sorting[b-079dz3szjj]  {
  overflow-x: hidden;
}
#tree-table.sorting[b-079dz3szjj]  > .tree-container {
  min-width: unset;
  max-width: unset;
}
#tree-table.sorting[b-079dz3szjj]  > *:not(.tree-container),
#tree-table.sorting[b-079dz3szjj]  .ui-sortable {
  max-width: 700px;
  min-width: unset;
  padding-right: 0;
}
#tree-table.sorting[b-079dz3szjj]  > .tree-label > *:not(.description) {
  display: none;
}
#tree-table.sorting[b-079dz3szjj]  .tree-branch {
  display: list-item;
}
#tree-table.sorting[b-079dz3szjj]  .tree-branch:not(:first-of-type) .branch-drag-handler {
  display: block;
}
#tree-table.sorting[b-079dz3szjj]  .tree-branch .center-sidebar,
#tree-table.sorting[b-079dz3szjj]  .tree-branch .right-sidebar {
  display: none;
}

.call-ajax-delay[b-079dz3szjj] {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5607843137);
  z-index: 999;
}

.container-pictures[b-079dz3szjj]  {
  position: absolute;
  z-index: 99999;
  display: none;
  flex-flow: wrap;
  width: 580px;
  height: 250px;
  overflow-y: auto;
  background-color: rgba(253, 253, 253, 0.9294117647);
  box-shadow: 2px 5px 8px -1px rgba(2, 2, 2, 0.4784313725);
  border: 1px solid #a9a9a9;
  padding: 5px;
}
.container-pictures[b-079dz3szjj]  .picture-sm {
  width: 50px;
  height: 50px;
  margin: 4px 3px;
  vertical-align: top;
  display: inline-flex;
  cursor: pointer;
  border: 1px solid #b9b9b9;
  object-fit: contain;
}
.container-pictures[b-079dz3szjj]  .picture-sm:hover {
  outline: 1px solid #376ac5;
}
.container-pictures[b-079dz3szjj]  .picture-sm.new {
  background: repeating-linear-gradient(45deg, rgba(86, 86, 86, 0.2509803922), rgba(68, 68, 68, 0.2509803922) 10px, rgba(136, 136, 136, 0.2509803922) 0, rgba(136, 136, 136, 0.2509803922) 16px);
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  font-weight: bold;
  color: #3a3a3a;
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22file:///C:/Users/jsu7138/Desktop/app/pcms2.0/Genie/Genie/Pages/Shared/Components/Categories/Default.cshtml.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%22AAAC;EACG;EACA;;;AAGJ;AAAA;EAEI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;AAAA;EAEI;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAGJ;AAAA;EAEI;EACA;EACA;EACA;EACA;EACA;;AAEA;AAAA;EACI;EACA;EACA;EACA;;AAGJ;AAAA;EACI;EACA;;AAGJ;AAAA;EACI;;AAGJ;AAAA;EACI;;AAKZ;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAEA;EACI;;AAKJ;EACI;;AAGJ;EACI;;AAKZ;EACI;EACA;EACA;;AAMA;EAEI;;AAFJ;EAEI;;AAFJ;EAEI;;AAFJ;EAEI;;AAIR;EACI;;AAEA;EACI;EACA;;AAGJ;AAAA;EAEI;EACA;EACA;;AAIA;EACI;;AAIR;EACI;;AAGI;EACI;;AAIR;AAAA;EAEI;;;AAMhB;EACI;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA%22%7D */
/* _content/Genie/Pages/Shared/Components/Search/Default.cshtml.rz.scp.css */
.nav-search[b-5gzri0yyl3] {
    position: relative;
    display: flex;
    margin-right: 1.5rem;
    margin-left: auto;
    transition: .3s;
}

    .nav-search.t-show[b-5gzri0yyl3] {
        background-color: transparent;
    }

    .nav-search > .pcms-search-container[b-5gzri0yyl3] {
        position: absolute;
        right: 0;
        display: flex;
        flex-flow: column;
        width: min-content;
        height: fit-content;
        padding: 0 7px;
        transition: .3s;
    }

    .nav-search.t-show > .pcms-search-container[b-5gzri0yyl3] {
        outline: 1px solid #7cb7ff;
        box-shadow: -1px 3px 14px -6px #6f8eff;
    }

#pcms_search_form[b-5gzri0yyl3] {
    display: flex;
    font-size: 1.2rem;
    width: 100%;
    height: min-content;
    align-self: center;
    align-items: center;
    margin: 6px 0;
}

    #pcms_search_form > input[name='search'][b-5gzri0yyl3] {
        width: 335px;
        background: transparent;
        outline: none;
        border: solid white;
        border-width: 0 0 1px 0;
        color: white;
        padding: 3px 7px;
        transition: .2s;
    }

.nav-search.t-show #pcms_search_form > input[name='search'][b-5gzri0yyl3] {
    background: white;
    color: black;
    transition: .3s;
}

#pcms_search_form > span.glyphicon-search[b-5gzri0yyl3] {
    color: #efefef;
    transition: inherit;
}

    #pcms_search_form > span.glyphicon-search:hover[b-5gzri0yyl3] {
        color: white;
        cursor: pointer;
        transition: inherit;
    }

#pcms_search_form > .search-type[b-5gzri0yyl3] {
    white-space: nowrap;
}

.nav-search #pcms_search_form > .search-type > .pcms_drop-title[b-5gzri0yyl3] {
    display: flex;
    align-items: center;
    padding: 4px 3px 3px 7px;
    color: white;
    font-size: 1.1rem;
    border: 1px solid transparent;
}

.nav-search.t-show #pcms_search_form > .search-type > .pcms_drop-title[b-5gzri0yyl3] {
    color: var(--pcms-blue);
    background-color: #eaeaea;
    transition: 0.3s;
}

#pcms_search_form > .search-type > .pcms_drop-title[b-5gzri0yyl3] {
    text-decoration: none;
}

    #pcms_search_form > .search-type > .pcms_drop-title[b-5gzri0yyl3]::after {
        margin-left: 10px;
    }

#pcms_search_form .search-detail[b-5gzri0yyl3] {
    overflow: hidden;
    top: 25px;
    right: 0 !important;
    width: 490px;
    max-height: calc(100vh - 128px);
    color: black;
    padding: 15px;
    font-size: 1.1rem;
    background-color: white;
}

    #pcms_search_form .search-detail.show[b-5gzri0yyl3] {
        top: 31px;
        display: flex;
        flex-flow: column;
    }

    #pcms_search_form .search-detail .search-form[b-5gzri0yyl3] {
        display: flex;
        width: 100%;
        white-space: nowrap;
        align-items: center;
        margin-bottom: 15px;
    }

        #pcms_search_form .search-detail .search-form > .name[b-5gzri0yyl3] {
            margin-right: 10px;
            width: 100px;
        }

        #pcms_search_form .search-detail .search-form > .input-text[b-5gzri0yyl3] {
            width: 100%;
            outline: none;
            border-style: solid;
            border-color: #7d7d7d;
            border-width: 0 0 1px 0;
            padding: 2px 8px;
            transition: .3s;
        }

        #pcms_search_form .search-detail .search-form .input-select[b-5gzri0yyl3] {
            width: 100%;
            outline: none;
            border-width: 0 0 1px 0;
        }

        #pcms_search_form .search-detail .search-form .btn-group-resource-type[b-5gzri0yyl3] {
            width: 100%;
        }

            #pcms_search_form .search-detail .search-form .btn-group-resource-type label[b-5gzri0yyl3] {
                flex: 1 1 auto;
                border-radius: 0;
                border: 1px solid var(--pcms-blue);
                color: var(--pcms-blue);
            }

                #pcms_search_form .search-detail .search-form .btn-group-resource-type label.active[b-5gzri0yyl3],
                #pcms_search_form .search-detail .search-form .btn-group-resource-type label:hover[b-5gzri0yyl3] {
                    color: white;
                    background-color: var(--pcms-blue);
                }

        #pcms_search_form .search-detail .search-form > .input-text:focus[b-5gzri0yyl3],
        #pcms_search_form .search-detail .search-form .input-select:focus[b-5gzri0yyl3] {
            border-color: #11249a;
        }

        #pcms_search_form .search-detail .search-form label[b-5gzri0yyl3],
        #pcms_search_form .search-detail .search-form label > input[type="checkbox"][b-5gzri0yyl3] {
            cursor: pointer;
        }

#pcms_search_result[b-5gzri0yyl3] {
    color: black;
    font-weight: normal;
    background-color: white;
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
}

    #pcms_search_result.success[b-5gzri0yyl3] {
        margin: 8px -7px 0 -7px;
    }

    #pcms_search_result > div:hover[b-5gzri0yyl3], #pcms_search_result > div.s-result.focus[b-5gzri0yyl3] {
        background-color: #f3f3fb;
    }

        #pcms_search_result > div.s-result.focus a[b-5gzri0yyl3] {
            text-decoration: underline;
        }
/* _content/Genie/Pages/Shared/Components/Sidebar/Default.cshtml.rz.scp.css */
@charset "UTF-8";
/* 함께 사용해야 하는 CSS : Site.css, bootstrab4 */
/* 위치를 조정할 경우 max height 값도 커스터마이징이 필요 ( default value - top = max-height)
    top: 30rem;
    max-height: calc(100% - var(--pcms-nav-height) - 30rem);
*/
@keyframes opacity-anime-b-ua0gbef0ie {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
nav.sidebar[b-ua0gbef0ie] {
  position: relative;
  background: white;
  border-radius: 5px;
  transition: margin-left 0.3s ease-in-out, left 0.3s ease-in-out, margin-right 0.3s ease-in-out, right 0.3s ease-in-out;
  border-right: 0;
  display: flex;
  flex-flow: column;
  right: 0;
  width: 100%;
  min-width: unset;
  height: 100%;
}
nav.sidebar.large[b-ua0gbef0ie] {
  font-size: 110%;
}
nav.sidebar[b-ua0gbef0ie]  > .sidebar-content {
  position: relative;
  display: flex;
  transition: margin-left 0.3s ease-in-out, left 0.3s ease-in-out, margin-right 0.3s ease-in-out, right 0.3s ease-in-out;
  height: 100%;
  width: 100%;
  flex-direction: column;
  overflow-y: auto;
  overflow-x: hidden;
  flex: 1 1 auto;
  margin-top: 10px;
}
nav.sidebar[b-ua0gbef0ie]  > .sidebar-content i {
  transition: 0.3s;
  color: var(--pcms-blue);
}
nav.sidebar[b-ua0gbef0ie]  > .sidebar-content .sidebar-header {
  background: transparent;
  color: #adb5bd;
  padding: 0.375rem 1.5rem;
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: none;
}
nav.sidebar[b-ua0gbef0ie]  > .sidebar-content .sidebar-brand {
  padding: 1rem;
  background: var(--pcms-blue);
  font-size: 1.175rem;
  font-weight: 500;
  color: #fff;
  width: 100%;
  display: block;
  text-decoration: none;
}
nav.sidebar[b-ua0gbef0ie]  > .sidebar-content .sidebar-brand:hover {
  padding: 1rem;
  background: var(--pcms-blue);
  font-size: 1.175rem;
  font-weight: 500;
  color: #fff;
  width: 100%;
  display: block;
  text-decoration: none;
}
nav.sidebar[b-ua0gbef0ie]  > .sidebar-content .sidebar-brand:hover svg {
  height: 32px;
  width: 32px;
  margin-right: 0.25rem;
  fill: #5c93e3;
}
nav.sidebar[b-ua0gbef0ie]  > .sidebar-content .sidebar-brand svg {
  height: 32px;
  width: 32px;
  margin-right: 0.25rem;
  fill: #5c93e3;
}
nav.sidebar[b-ua0gbef0ie]  > .sidebar-content .sidebar-user {
  padding: 1.5rem 1rem 1rem;
  background: #fff;
  color: var(--pcms-blue);
  text-align: center;
}
nav.sidebar[b-ua0gbef0ie]  > .sidebar-content .sidebar-user img {
  width: 64px;
  height: 64px;
}
nav.sidebar[b-ua0gbef0ie]  > .sidebar-content > .sidebar-icon-group {
  position: absolute;
  right: 20px;
  z-index: 1;
}
nav.sidebar[b-ua0gbef0ie]  > .sidebar-content > .sidebar-icon-group > i {
  border-radius: 3px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 2;
  cursor: pointer;
}
nav.sidebar[b-ua0gbef0ie]  > .sidebar-content > .sidebar-icon-group > i:hover {
  background: #697799;
  color: white;
}
nav.sidebar[b-ua0gbef0ie]  > .sidebar-content > .sidebar-nav {
  width: 100%;
  min-width: 250px;
  white-space: nowrap;
  margin-bottom: 0;
  padding: 0 15px;
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex: 1;
}
nav.sidebar[b-ua0gbef0ie]  > .sidebar-content > .sidebar-nav .sidebar-link {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: #6c757d;
  font-weight: 400;
  background: transparent;
  border-radius: 0.2rem;
  transition: background 0.3s ease-in-out;
  position: relative;
  text-decoration: none;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
}
nav.sidebar[b-ua0gbef0ie]  > .sidebar-content > .sidebar-nav .sidebar-link > .name {
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle !important;
  margin-right: auto;
}
nav.sidebar[b-ua0gbef0ie]  > .sidebar-content > .sidebar-nav .sidebar-link > .count {
  margin: auto;
  padding: 3.5px 0.5rem;
  top: 0.4rem;
  right: 1.25rem;
  position: absolute;
  font-weight: 500;
  background-color: white;
  border-radius: 0.25rem;
  color: var(--pcms-blue);
}
nav.sidebar[b-ua0gbef0ie]  > .sidebar-content > .sidebar-nav .sidebar-link:focus {
  outline: 0;
}
nav.sidebar[b-ua0gbef0ie]  > .sidebar-content > .sidebar-nav .sidebar-link.title {
  cursor: pointer;
}
nav.sidebar[b-ua0gbef0ie]  > .sidebar-content > .sidebar-nav .sidebar-link.disabled, nav.sidebar[b-ua0gbef0ie]  > .sidebar-content > .sidebar-nav .sidebar-link.active {
  color: #212529;
  background: #e9ecef !important;
}
nav.sidebar[b-ua0gbef0ie]  > .sidebar-content > .sidebar-nav .sidebar-link.disabled {
  pointer-events: none;
}
nav.sidebar[b-ua0gbef0ie]  > .sidebar-content > .sidebar-nav .sidebar-item {
  transition: 0.2s;
}
nav.sidebar[b-ua0gbef0ie]  > .sidebar-content > .sidebar-nav .sidebar-item > .sidebar-link > i:not(.arrow):first-of-type {
  margin-right: 5px;
}
nav.sidebar[b-ua0gbef0ie]  > .sidebar-content > .sidebar-nav .sidebar-item:not(:has(.sidebar-dropdown)) > .sidebar-link i.arrow {
  display: none;
}
nav.sidebar[b-ua0gbef0ie]  > .sidebar-content > .sidebar-nav .sidebar-item:has(.sidebar-dropdown) > .sidebar-link {
  cursor: pointer;
}
nav.sidebar[b-ua0gbef0ie]  > .sidebar-content > .sidebar-nav .sidebar-item:has(.sidebar-dropdown .sidebar-link.active) > .sidebar-link {
  background: #f0f4ff !important;
}
nav.sidebar[b-ua0gbef0ie]  > .sidebar-content > .sidebar-nav .sidebar-item.fold > .sidebar-link i.arrow {
  transform: rotate(90deg);
}
nav.sidebar[b-ua0gbef0ie]  > .sidebar-content > .sidebar-nav .sidebar-item.active .sidebar-link {
  color: #212529;
  background: #e9ecef !important;
}
nav.sidebar[b-ua0gbef0ie]  > .sidebar-content > .sidebar-nav .sidebar-item.active .sidebar-link:hover {
  color: #212529;
  background: #e9ecef !important;
}
nav.sidebar[b-ua0gbef0ie]  > .sidebar-content > .sidebar-nav .sidebar-dropdown {
  margin-left: 25px;
  overflow: hidden;
}
nav.sidebar[b-ua0gbef0ie]  > .sidebar-content > .sidebar-nav .sidebar-dropdown .sidebar-link {
  padding: 0.35rem 1.5rem 0.35rem 0.5rem;
  margin: 0 0.5rem 0px 0;
  color: #6c757d;
  background: #fff;
  font-weight: 400;
  font-size: 90%;
}
nav.sidebar[b-ua0gbef0ie]  > .sidebar-content > .sidebar-nav .sidebar-dropdown .sidebar-item.active .sidebar-link, nav.sidebar[b-ua0gbef0ie]  > .sidebar-content > .sidebar-nav .sidebar-dropdown .sidebar-item .sidebar-link:hover {
  color: #212529;
  background: rgba(21, 61, 120, 0.031372549);
  font-weight: 400;
}
nav.sidebar[b-ua0gbef0ie]  > .sidebar-content > .sidebar-nav .sidebar-dropdown .sidebar-item.active .sidebar-link, nav.sidebar[b-ua0gbef0ie]  > .sidebar-content > .sidebar-nav .sidebar-dropdown .sidebar-item .sidebar-link.none-hover:hover {
  background-color: transparent;
  cursor: default;
}
nav.sidebar[b-ua0gbef0ie]  > .sidebar-content > .sidebar-nav .sidebar-dropdown .sidebar-item > .sidebar-link > .count {
  top: 0.15rem;
  background-color: #e9ecef;
}
nav.sidebar[b-ua0gbef0ie]  > .sidebar-content:not(.sidebar-loading) + .pcms-loading-animation {
  display: none;
  opacity: 0;
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22file:///C:/Users/jsu7138/Desktop/app/pcms2.0/Genie/Genie/Pages/Shared/Components/Sidebar/Default.cshtml.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%22;AAAC;AAED;AAAA;AAAA;AAAA;AAKA;EACI;IACI;;EAGJ;IACI;;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAIA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;;AAIR;EACI;EACA;EACA;EACA;;AAIR;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAIR;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAKZ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EAEI;EACA;;AAGJ;EACI;;AAIR;EACI;;AAGI;EACI;;AAIR;EACI;;AAIA;EACI;;AAKJ;EACI;;AAIR;EACI;;AAGJ;EACI;EACA;;AAEA;EACI;EACA;;AAKZ;EACI;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;;AAIA;EACI;EACA;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;;AAOpB;EACI;EACA%22%7D */
/* _content/Genie/Pages/Shared/ViewPartials/_DialogPartial.cshtml.rz.scp.css */
@keyframes show-b-73p3aa9itf {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-b-73p3aa9itf {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.dialog-container[b-73p3aa9itf]  {
  background-color: rgba(80, 80, 80, 0.2784313725);
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
}
.dialog-container[b-73p3aa9itf]  > .dialog-box {
  position: absolute;
  box-shadow: 0px 3px 5px 0px rgba(109, 109, 109, 0.3411764706);
  top: calc(45% - 200px);
  left: calc(50% - 215px);
  background-color: var(--pcms-white-blue);
  width: 430px;
  border-radius: 5px;
  padding: 5px;
}
.dialog-container[b-73p3aa9itf]  > .dialog-box:before {
  content: "";
  width: 100%;
  height: 5px;
  position: absolute;
  margin: -5px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  background: #005269;
}
.dialog-container[b-73p3aa9itf]  > .dialog-box > .dialog-main {
  position: relative;
  display: flex;
  flex-flow: column;
  height: 100%;
  width: 100%;
}
.dialog-container[b-73p3aa9itf]  > .dialog-box > .dialog-main > .btn-close {
  position: absolute;
  z-index: 1;
  top: 5px;
  right: 0;
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #91989e;
  background: transparent url(../icons/close.svg) center/1em no-repeat;
  opacity: 0.75;
  cursor: pointer;
}
.dialog-container[b-73p3aa9itf]  > .dialog-box > .dialog-main > .btn-close:hover {
  color: #91989e;
  text-decoration: none;
  opacity: 1;
}
.dialog-container[b-73p3aa9itf]  > .dialog-box > .dialog-main > .dialog-header {
  background-color: white;
  padding: 8px 30px 8px 18px;
  margin: -5px;
  margin-bottom: 8px;
  margin-top: 0px;
  position: relative;
  box-shadow: 0px 8px 11px -16px #001122;
}
.dialog-container[b-73p3aa9itf]  > .dialog-box > .dialog-main > .dialog-header > .title {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.dialog-container[b-73p3aa9itf]  > .dialog-box > .dialog-main > .dialog-header > .description {
  font-weight: normal;
  font-size: 0.9rem;
  display: flex;
  color: #757575;
}
.dialog-container[b-73p3aa9itf]  > .dialog-box > .dialog-main > .dialog-content {
  background: white;
  padding: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  margin-left: 10px;
  border-radius: 3px;
}
.dialog-container[b-73p3aa9itf]  > .dialog-box > .dialog-main > .dialog-content .dialog-options {
  margin-top: 10px;
}

.dialog-container.fade[b-73p3aa9itf] {
  display: block;
  animation: 0.2s linear forwards fade-b-73p3aa9itf;
}

.dialog-container.show[b-73p3aa9itf] {
  display: block;
  animation: 0.2s linear forwards show-b-73p3aa9itf;
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22file:///C:/Users/jsu7138/Desktop/app/pcms2.0/Genie/Genie/Pages/Shared/ViewPartials/_DialogPartial.cshtml.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%22AAAC;EACG;IACI;;EAEJ;IACI;;;AAIR;EACI;IACI;;EAGJ;IACI;;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAGI;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAGI;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAKZ;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;;AAQxB;EACI;EACA;;;AAGJ;EACI;EACA%22%7D */
/* _content/Genie/Pages/Shared/_Layout.cshtml.rz.scp.css */
@charset "UTF-8";
table.table-notice tbody tr td.td-inner[b-bc3b8dmyc5] {
  padding-left: 20px;
}

.pcms_nav[b-bc3b8dmyc5] {
  display: flex;
  flex-flow: column;
  position: absolute;
  width: 100%;
  z-index: 2000;
  transition: 0.5s;
  height: 0;
  border: none;
}
.pcms_nav.pcms_nav-opened[b-bc3b8dmyc5] {
  border-bottom: 1px solid var(--pcms-blue);
  height: 100%;
}
.pcms_nav > nav .container-fluid[b-bc3b8dmyc5] {
  z-index: 1;
}
.pcms_nav nav.pcms_navbar[b-bc3b8dmyc5]  {
  z-index: 1020;
  font-size: 1.4rem;
  font-weight: 500;
  min-height: var(--pcms-nav-height);
  min-width: 758px;
}
.pcms_nav nav.pcms_navbar[b-bc3b8dmyc5]  .navbar-brand .app_logo_brand {
  max-width: 10rem;
  max-height: 2rem;
}
.pcms_nav .quick-menu-bar[b-bc3b8dmyc5] {
  display: flex;
  align-self: center;
}
.pcms_nav .quick-menu-bar > .driver[b-bc3b8dmyc5] {
  width: 1px;
  height: auto;
  border-left: 1px solid rgba(21, 61, 120, 0.4392156863);
  margin: 0 5px;
}
.pcms_nav .quick-menu-bar i[b-bc3b8dmyc5] {
  background: #b2bbd1;
  border-radius: 3px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 2;
  cursor: pointer;
  color: white;
  margin: 0 3px;
}
.pcms_nav .quick-menu-bar i:hover[b-bc3b8dmyc5] {
  background: #697799;
}
.pcms_nav .quick-menu-bar i.active[b-bc3b8dmyc5] {
  background: #697799;
}

._Layout-progress[b-bc3b8dmyc5] {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  overflow: hidden;
  font-size: 0.75rem;
  border-radius: 0;
}
._Layout-progress ._Layout-progress-bar[b-bc3b8dmyc5] {
  height: 100%;
  background: linear-gradient(to right, transparent, #6cb2ff, transparent);
  transform: translateX(-20rem);
  width: 20rem;
}
._Layout-progress ._Layout-progress-bar.slider-on[b-bc3b8dmyc5] {
  transform: translateX(140vw);
  transition: 2s;
}

._layout-menu-tab[b-bc3b8dmyc5] {
  font-size: 1.25rem;
  font-weight: bold;
  color: #808080;
  cursor: pointer;
  display: inline-block;
}
._layout-menu-tab:hover[b-bc3b8dmyc5] {
  color: #2a68ab;
}

.dropdown-menu-toolbar[b-bc3b8dmyc5] {
  position: relative;
  padding: 0 12px 0 12px;
  background-color: #f8f9fa !important;
  white-space: nowrap;
}

.layout-iframe-container-0[b-bc3b8dmyc5] {
  position: absolute;
  top: 20px;
  left: calc(50vw - 400px - 0.8rem);
  margin: 0.6rem;
  width: 800px;
  height: calc(100vh - 6rem);
  background-color: white;
  border-radius: 5px;
  border: solid 2px gray;
  z-index: 2001;
  transition: 0.3s;
}

.layout-iframe-container-0 iframe[b-bc3b8dmyc5],
.page-categories iframe[b-bc3b8dmyc5] {
  border: none;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  display: none;
}

.dropdown-menu-product[b-bc3b8dmyc5]  .link-products,
.dropdown-menu-product[b-bc3b8dmyc5]  .link-products-move,
.link-products[b-bc3b8dmyc5],
.link-products-move[b-bc3b8dmyc5] {
  text-decoration: none;
  color: black;
}
.dropdown-menu-product[b-bc3b8dmyc5]  .link-products:hover,
.dropdown-menu-product[b-bc3b8dmyc5]  .link-products-move:hover,
.link-products:hover[b-bc3b8dmyc5],
.link-products-move:hover[b-bc3b8dmyc5] {
  text-decoration: none;
}

.dropdown-menu-product[b-bc3b8dmyc5]  {
  background-color: white;
  height: 100%;
  overflow: hidden;
}
.dropdown-menu-product[b-bc3b8dmyc5]  .toolbar-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 60px;
}
.dropdown-menu-product[b-bc3b8dmyc5]  .toolbar-nav .glyphicon-box {
  width: 30px;
  height: 30px;
  text-align: -webkit-center;
  line-height: 2;
  border-radius: 3px;
  margin-right: 3px;
  font-size: 14px;
  cursor: pointer;
}
.dropdown-menu-product[b-bc3b8dmyc5]  .toolbar-nav .glyphicon-box.active,
.dropdown-menu-product[b-bc3b8dmyc5]  .toolbar-nav .glyphicon-box:hover {
  background-color: #ced1e1;
}
.dropdown-menu-product[b-bc3b8dmyc5]  .page-create-form {
  width: min-content;
  white-space: nowrap;
  border: 2px dashed #004a86;
  border-radius: 0.2rem;
  padding: 16px;
  background-color: #fbfbfb;
  color: #001d69;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.dropdown-menu-product[b-bc3b8dmyc5]  .page-create-form.page-create-form-big {
  padding: 10px 48px 10px 50px;
  font-size: 17px;
  font-weight: bold;
}
.dropdown-menu-product[b-bc3b8dmyc5]  .page-create-form:hover {
  background-color: #004a86;
  color: white;
}

.dropdown-menu-container[b-bc3b8dmyc5]  {
  background: #f8f9fa;
  display: flex;
  position: relative;
  overflow: auto;
}
.dropdown-menu-container[b-bc3b8dmyc5]  .product-container {
  --nav-max-width: 250px;
  display: flex;
  height: 100%;
  padding-bottom: 10px;
  overflow: hidden;
  position: relative;
}
.dropdown-menu-container[b-bc3b8dmyc5]  .product-container .product-nav {
  background: white;
  border-radius: 3px;
  position: relative;
  width: 0;
  display: flex;
  flex-flow: column;
  transition: 0.3s;
  box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.05);
}
.dropdown-menu-container[b-bc3b8dmyc5]  .product-container .product-nav > .sidebar {
  overflow: hidden;
}
.dropdown-menu-container[b-bc3b8dmyc5]  .product-container .product-nav > section.navigation {
  position: relative;
  width: var(--nav-max-width);
  margin-top: 10px;
  margin-bottom: -5px;
  padding: 0px 18px;
  color: var(--pcms-blue);
  height: 25px;
  display: flex;
  align-items: center;
  font-size: 13.75px;
  font-weight: 400;
  justify-content: space-between;
}
.dropdown-menu-container[b-bc3b8dmyc5]  .product-container .product-nav > section.navigation > .sidebar-icon-group {
  position: absolute;
  right: 18px;
  z-index: 1;
}
.dropdown-menu-container[b-bc3b8dmyc5]  .product-container .product-nav > section.navigation > .sidebar-icon-group > i {
  top: 0;
  border-radius: 3px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 2;
  cursor: pointer;
}
.dropdown-menu-container[b-bc3b8dmyc5]  .product-container .product-nav > section.navigation > .sidebar-icon-group > i:hover {
  background: #697799;
  color: white;
}
.dropdown-menu-container[b-bc3b8dmyc5]  .product-container .product-nav.open {
  width: var(--nav-max-width);
}
.dropdown-menu-container[b-bc3b8dmyc5]  .product-container .page-products {
  position: relative;
  display: block;
  flex: 1 1 auto;
  height: 100%;
  align-content: start;
  padding: 10px;
  margin: 0 10px;
  border-radius: 5px;
  background: #ffffff;
  box-shadow: 0px 5px 10px -5px #dbdbdb;
  box-sizing: border-box;
  overflow-y: scroll;
}
.dropdown-menu-container[b-bc3b8dmyc5]  .product-container .page-products:has(.page-product-cell) {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(405px, 1fr));
}
.dropdown-menu-container[b-bc3b8dmyc5]  .product-container .page-products:has(.page-product-cell) .layout-notice {
  display: none;
}
.dropdown-menu-container[b-bc3b8dmyc5]  .product-container .page-products .page-edit-mode {
  display: none;
}
.dropdown-menu-container[b-bc3b8dmyc5]  .product-container .page-products.page-products-edit .page-edit-mode {
  display: block;
}
.dropdown-menu-container[b-bc3b8dmyc5]  .product-container .page-products.page-products-edit .page-product-mode {
  display: none;
}
.dropdown-menu-container[b-bc3b8dmyc5]  .product-container .page-products.page-products-edit .link-products-move {
  cursor: default;
  pointer-events: none;
}
.dropdown-menu-container[b-bc3b8dmyc5]  .product-container .page-products.list {
  display: flex;
  flex-flow: column;
}
.dropdown-menu-container[b-bc3b8dmyc5]  .product-container .page-products.list .page-product-cell {
  width: 100%;
  max-width: unset;
  height: unset;
  min-height: unset;
  box-shadow: none;
  border: none;
}
.dropdown-menu-container[b-bc3b8dmyc5]  .product-container .page-products.list .page-product-cell:not(:last-of-type) {
  margin-bottom: 3px;
}
.dropdown-menu-container[b-bc3b8dmyc5]  .product-container .page-products.list .page-group-info {
  max-height: unset;
}
.dropdown-menu-container[b-bc3b8dmyc5]  .page-categories {
  height: 100%;
}
.dropdown-menu-container[b-bc3b8dmyc5]  .page-categories {
  background-color: white;
  display: flex;
  flex-wrap: wrap;
}

/* sortable 기능때문에 밖으로 빼고 사용해야한다. */
/* 공통 설정 (type, group)*/
.page-product-cell[b-bc3b8dmyc5]  .page-type-info,
.page-group-cell[b-bc3b8dmyc5]  .page-type-info,
.page-product-cell .page-type-info[b-bc3b8dmyc5],
.page-group-cell .page-type-info[b-bc3b8dmyc5] {
  position: relative;
  z-index: 2;
  background-color: #d8e8ff;
  border-radius: 5px;
  padding: 3px 0;
  display: flex;
}
.page-product-cell[b-bc3b8dmyc5]  .page-type-info > div,
.page-group-cell[b-bc3b8dmyc5]  .page-type-info > div,
.page-product-cell .page-type-info > div[b-bc3b8dmyc5],
.page-group-cell .page-type-info > div[b-bc3b8dmyc5] {
  overflow: hidden;
  width: 100%;
  padding-left: 8px;
}
.page-product-cell[b-bc3b8dmyc5]  .page-type-info .page-title,
.page-group-cell[b-bc3b8dmyc5]  .page-type-info .page-title,
.page-product-cell .page-type-info .page-title[b-bc3b8dmyc5],
.page-group-cell .page-type-info .page-title[b-bc3b8dmyc5] {
  display: flex;
  justify-content: space-between;
  padding-bottom: 7px;
}
.page-product-cell[b-bc3b8dmyc5]  .page-type-info .page-title > .name,
.page-group-cell[b-bc3b8dmyc5]  .page-type-info .page-title > .name,
.page-product-cell .page-type-info .page-title > .name[b-bc3b8dmyc5],
.page-group-cell .page-type-info .page-title > .name[b-bc3b8dmyc5] {
  font-size: 20px;
  font-weight: bold;
  color: #003aa5;
  letter-spacing: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-product-cell[b-bc3b8dmyc5]  .page-type-info .page-info,
.page-group-cell[b-bc3b8dmyc5]  .page-type-info .page-info,
.page-product-cell .page-type-info .page-info[b-bc3b8dmyc5],
.page-group-cell .page-type-info .page-info[b-bc3b8dmyc5] {
  display: flex;
  align-self: center;
  justify-content: space-between;
  padding-right: 5px;
}
.page-product-cell[b-bc3b8dmyc5]  span.id,
.page-group-cell[b-bc3b8dmyc5]  span.id,
.page-product-cell span.id[b-bc3b8dmyc5],
.page-group-cell span.id[b-bc3b8dmyc5] {
  background: white;
  height: 35px;
  padding: 0 5px;
  text-align: center;
  align-self: center;
  margin: 0 10px 0 5px;
  border-radius: 3px;
  color: var(--pcms-blue);
  font-size: 15px;
  font-weight: bold;
  line-height: 2.3;
}
.page-product-cell[b-bc3b8dmyc5]  span.key,
.page-group-cell[b-bc3b8dmyc5]  span.key,
.page-product-cell span.key[b-bc3b8dmyc5],
.page-group-cell span.key[b-bc3b8dmyc5] {
  display: inline-block;
  color: #fff;
  background-color: #007bff;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  letter-spacing: 0.5px;
}
.page-product-cell[b-bc3b8dmyc5]  .editor-name,
.page-product-cell[b-bc3b8dmyc5]  .group-size,
.page-group-cell[b-bc3b8dmyc5]  .editor-name,
.page-group-cell[b-bc3b8dmyc5]  .group-size,
.page-product-cell .editor-name[b-bc3b8dmyc5],
.page-product-cell .group-size[b-bc3b8dmyc5],
.page-group-cell .editor-name[b-bc3b8dmyc5],
.page-group-cell .group-size[b-bc3b8dmyc5] {
  color: #fff;
  background-color: #305ebf;
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.page-product-cell[b-bc3b8dmyc5]  .editor-name.badge-warning,
.page-group-cell[b-bc3b8dmyc5]  .editor-name.badge-warning,
.page-product-cell .editor-name.badge-warning[b-bc3b8dmyc5],
.page-group-cell .editor-name.badge-warning[b-bc3b8dmyc5] {
  color: #212529;
  background-color: #ffc107;
}
.page-product-cell[b-bc3b8dmyc5]  .page-group-info,
.page-group-cell[b-bc3b8dmyc5]  .page-group-info,
.page-product-cell .page-group-info[b-bc3b8dmyc5],
.page-group-cell .page-group-info[b-bc3b8dmyc5] {
  display: flex;
  flex-flow: column;
  flex-grow: 1;
  padding: 0 0 0 3rem;
  overflow-y: auto;
  max-height: 330px;
}
.page-product-cell[b-bc3b8dmyc5]  .link-products-move,
.page-group-cell[b-bc3b8dmyc5]  .link-products-move,
.page-product-cell .link-products-move[b-bc3b8dmyc5],
.page-group-cell .link-products-move[b-bc3b8dmyc5] {
  display: flex;
  height: 35.5px;
  place-items: center;
  cursor: pointer;
}
.page-product-cell[b-bc3b8dmyc5]  .editor-icon-group,
.page-group-cell[b-bc3b8dmyc5]  .editor-icon-group,
.page-product-cell .editor-icon-group[b-bc3b8dmyc5],
.page-group-cell .editor-icon-group[b-bc3b8dmyc5] {
  display: flex;
  flex-flow: nowrap;
  margin: 0 5px;
}
.page-product-cell[b-bc3b8dmyc5]  .editor-icon-group .editor-icon,
.page-group-cell[b-bc3b8dmyc5]  .editor-icon-group .editor-icon,
.page-product-cell .editor-icon-group .editor-icon[b-bc3b8dmyc5],
.page-group-cell .editor-icon-group .editor-icon[b-bc3b8dmyc5] {
  padding: 0.3rem 0.5rem;
  margin: 0.05rem;
  border-radius: 0.2rem;
}
.page-product-cell[b-bc3b8dmyc5]  .editor-icon-group .editor-icon:hover,
.page-group-cell[b-bc3b8dmyc5]  .editor-icon-group .editor-icon:hover,
.page-product-cell .editor-icon-group .editor-icon:hover[b-bc3b8dmyc5],
.page-group-cell .editor-icon-group .editor-icon:hover[b-bc3b8dmyc5] {
  background-color: white;
}
.page-product-cell[b-bc3b8dmyc5]  .page-info-menu,
.page-group-cell[b-bc3b8dmyc5]  .page-info-menu,
.page-product-cell .page-info-menu[b-bc3b8dmyc5],
.page-group-cell .page-info-menu[b-bc3b8dmyc5] {
  display: flex;
  flex-flow: column;
  flex-grow: 1;
  justify-content: center;
  text-align: center;
  margin-left: -3rem;
}
.page-product-cell[b-bc3b8dmyc5]  .page-info-menu .alert-page-not-count,
.page-group-cell[b-bc3b8dmyc5]  .page-info-menu .alert-page-not-count,
.page-product-cell .page-info-menu .alert-page-not-count[b-bc3b8dmyc5],
.page-group-cell .page-info-menu .alert-page-not-count[b-bc3b8dmyc5] {
  color: var(--pcms-blue);
  font-weight: bold;
  font-size: 15px;
}

/* type 설정 */
.dropdown-menu-container[b-bc3b8dmyc5]  .page-product-cell,
.page-product-cell[b-bc3b8dmyc5] {
  display: flex;
  flex-flow: column;
  width: calc(100% - 30px);
  height: max-content;
  min-height: 220px;
  min-width: 400px;
  max-width: 450px;
  margin: 10px 0;
  padding: 3px;
  white-space: nowrap;
  box-shadow: 1px 2px 6px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  transition: 0.2s;
  border: 1px solid #f7f7f7;
  background: white;
}
.dropdown-menu-container[b-bc3b8dmyc5]  .page-product-cell:not(:last-of-type),
.page-product-cell:not(:last-of-type)[b-bc3b8dmyc5] {
  margin-bottom: 25px;
}
.dropdown-menu-container[b-bc3b8dmyc5]  .page-product-cell:hover,
.page-product-cell:hover[b-bc3b8dmyc5] {
  background-color: #f8f9fa;
  box-shadow: 1px 2px 6px 0px rgba(0, 0, 0, 0.3);
}

/* group 설정 */
.dropdown-menu-container[b-bc3b8dmyc5]  .page-group-cell,
.page-product-cell[b-bc3b8dmyc5]  .page-group-cell,
.page-group-cell[b-bc3b8dmyc5] {
  position: relative;
  display: flex;
  background: #f4f9ff;
  justify-content: space-between;
  align-items: center;
  border-radius: 5px;
  box-shadow: 1px 4px 8px -9px #696969;
  z-index: 1;
}
.dropdown-menu-container[b-bc3b8dmyc5]  .page-group-cell:first-of-type,
.page-product-cell[b-bc3b8dmyc5]  .page-group-cell:first-of-type,
.page-group-cell:first-of-type[b-bc3b8dmyc5] {
  margin-top: 5px;
}
.dropdown-menu-container[b-bc3b8dmyc5]  .page-group-cell:not(:last-of-type),
.page-product-cell[b-bc3b8dmyc5]  .page-group-cell:not(:last-of-type),
.page-group-cell:not(:last-of-type)[b-bc3b8dmyc5] {
  margin-bottom: 5px;
}
.dropdown-menu-container[b-bc3b8dmyc5]  .page-group-cell:hover,
.page-product-cell[b-bc3b8dmyc5]  .page-group-cell:hover,
.page-group-cell:hover[b-bc3b8dmyc5] {
  background-color: #d2dde9;
}
.dropdown-menu-container[b-bc3b8dmyc5]  .page-group-cell:after,
.page-product-cell[b-bc3b8dmyc5]  .page-group-cell:after,
.page-group-cell[b-bc3b8dmyc5]:after {
  content: "";
  position: absolute;
  width: 23px;
  height: 60px;
  border-bottom: 2px solid;
  border-left: 2px solid;
  border-color: #d8e8ff;
  border-radius: 3px;
  box-shadow: -2px 2px 0px 0px #153d78;
  z-index: -1;
  transform: translateX(-20px) translateY(-30px);
}
.dropdown-menu-container[b-bc3b8dmyc5]  .page-group-cell a,
.page-product-cell[b-bc3b8dmyc5]  .page-group-cell a,
.page-group-cell a[b-bc3b8dmyc5] {
  width: 100%;
}
.dropdown-menu-container[b-bc3b8dmyc5]  .page-group-cell .title > *,
.page-product-cell[b-bc3b8dmyc5]  .page-group-cell .title > *,
.page-group-cell .title > *[b-bc3b8dmyc5] {
  margin-right: 5px;
}
.dropdown-menu-container[b-bc3b8dmyc5]  .page-group-cell span.id,
.page-product-cell[b-bc3b8dmyc5]  .page-group-cell span.id,
.page-group-cell span.id[b-bc3b8dmyc5] {
  font-size: 12px;
  height: 25px;
  margin: 0 3px 0 3px;
}
.dropdown-menu-container[b-bc3b8dmyc5]  .page-group-cell span.count,
.page-product-cell[b-bc3b8dmyc5]  .page-group-cell span.count,
.page-group-cell span.count[b-bc3b8dmyc5] {
  margin: 0 10px;
}
.dropdown-menu-container[b-bc3b8dmyc5]  .page-group-cell span.name,
.page-product-cell[b-bc3b8dmyc5]  .page-group-cell span.name,
.page-group-cell span.name[b-bc3b8dmyc5] {
  margin-left: 0.3rem;
}

/* sortable 가상 돔 */
.page-product-cell.clone[b-bc3b8dmyc5]  .count {
  display: none;
}
.page-product-cell.clone[b-bc3b8dmyc5]  .page-info-menu {
  display: none;
}

.page-group-cell.clone[b-bc3b8dmyc5]:after {
  display: none;
}
.page-group-cell.clone[b-bc3b8dmyc5]  .count {
  display: none;
}
.page-group-cell.clone[b-bc3b8dmyc5]  .page-info-menu {
  display: none;
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22file:///C:/Users/jsu7138/Desktop/app/pcms2.0/Genie/Genie/Pages/Shared/_Layout.cshtml.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%22;AAAC;EACG;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAIR;EACI;EACA;;AAEA;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;;;AAMhB;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;;;AAKZ;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;;;AAIR;EACI;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAKA;AAAA;EACI;EACA;EACA;EACA;EACA;EACA;;;AAIR;AAAA;AAAA;AAAA;EAII;EACA;;AAEA;AAAA;AAAA;AAAA;EACI;;;AAIR;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;AAAA;EAEI;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;;;AAIR;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAMhB;EACI;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAEA;EACI;;AAIR;EACI;;AAIA;EACI;;AAGJ;EACI;;AAGJ;EACI;EACA;;AAIR;EACI;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;;AAMhB;EACI;;AAGJ;EACI;EACA;EACA;;;AAIR;AACA;AAKI;AAAA;AAAA;AAAA;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;AAAA;AAAA;AAAA;EACI;EACA;EACA;;AAGJ;AAAA;AAAA;AAAA;EACI;EACA;EACA;;AAEA;AAAA;AAAA;AAAA;EACI;EACA;EACA;EACA;EACA;EACA;;AAIR;AAAA;AAAA;AAAA;EACI;EACA;EACA;EACA;;AAIR;AAAA;AAAA;AAAA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;AAAA;AAAA;AAAA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAEI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;AAAA;AAAA;AAAA;EACI;EACA;;AAGJ;AAAA;AAAA;AAAA;EACI;EACA;EACA;EACA;EACA;EACA;;AAGJ;AAAA;AAAA;AAAA;EACI;EACA;EACA;EACA;;AAGJ;AAAA;AAAA;AAAA;EACI;EACA;EACA;;AAEA;AAAA;AAAA;AAAA;EACI;EACA;EACA;;AAEA;AAAA;AAAA;AAAA;EACI;;AAKZ;AAAA;AAAA;AAAA;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;AAAA;AAAA;AAAA;EACI;EACA;EACA;;;AAKZ;AACA;AAAA;EAEI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;AAAA;EACI;;AAGJ;AAAA;EACI;EACA;;;AAIR;AACA;AAAA;AAAA;EAGI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;AAAA;AAAA;EACI;;AAGJ;AAAA;AAAA;EACI;;AAGJ;AAAA;AAAA;EACI;;AAGJ;AAAA;AAAA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;AAAA;AAAA;EACI;;AAGJ;AAAA;AAAA;EACI;;AAGJ;AAAA;AAAA;EACI;EACA;EACA;;AAGJ;AAAA;AAAA;EACI;;AAGJ;AAAA;AAAA;EACI;;;AAIR;AAGQ;EACI;;AAGJ;EACI;;;AAMR;EACI;;AAIA;EACI;;AAGJ;EACI%22%7D */
