@charset 'utf-8';
/**
 * 1. 테두리를 기준으로 크기 설정 
 * 2.  iOS와 IE에서 텍스트 크기 자동 조절 안되도록 
 */
@import 'setColor.css';
@import 'icons.css';
* {
  margin: 0;
  padding: 0;
  /*1*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*2*/
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}
html,
body {
  width: 100%;
  overflow: hidden;
  /*모바일브라우저의 높이값 계산*/
  height: 100%;
  height: 100vh;
  height: -webkit-fill-available;
  height: fill-available;
  /* 현재 보여지는 뷰포트 높이를 동적 가져오기 */
  height: 100dvh;
}
li,
dd {
  list-style: none;
}
a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}
em,
var,
dfn,
cite {
  font-style: normal;
}
img {
  border: 0px;
}
fieldset {
  border: none;
}
table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
/* Forms**/
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  -webkit-tap-highlight-color: transparent;
}
button,
a {
  border: none;
  background: none;
  cursor: pointer;
  *overflow: visible;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}
legend,
caption {
  height: 1px;
  margin-top: -1px;
  opacity: 0;
  overflow: hidden;
}
label,
button,
a {
  -webkit-tap-highlight-color: transparent;
}
a,
span,
li,
img,
div {
  -webkit-touch-callout: none !important;
  -ms-user-select: none;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
b,
strong {
  font-weight: bold;
}
b,
strong,
span {
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
}
::-webkit-scrollbar {
  -webkit-overflow-scrolling: touch;
  -webkit-appearance: none;
  width: 4px;
}
::-webkit-scrollbar-thumb {
  -webkit-overflow-scrolling: touch;
  background: #a9a9a9;
}
/* 흰색 */
/* 파란색 (#1A85FF) */
/* 회색 (#757575) */
@font-face {
  font-family: 'Noto Sans KR';
  src: local('Noto Sans Light'), local('NotoSans-Light'), url('../fonts/NotoSansKR-Light.eot');
  src: url('../fonts/NotoSansKR-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/NotoSansKR-Light.woff2') format('woff2'), url('../fonts/NotoSansKR-Light.woff') format('woff'), url('../fonts/NotoSansKR-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Noto Sans KR';
  src: local('Noto Sans Regular'), local('NotoSans-Regular'), url('../fonts/NotoSansKR-Regular.eot');
  src: url('../fonts/NotoSansKR-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/NotoSansKR-Regular.woff2') format('woff2'), url('../fonts/NotoSansKR-Regular.woff') format('woff'), url('../fonts/NotoSansKR-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Noto Sans KR';
  src: local('Noto Sans Medium'), local('NotoSans-Medium'), url('../fonts/NotoSansKR-Medium.eot');
  src: url('../fonts/NotoSansKR-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/NotoSansKR-Medium.woff2') format('woff2'), url('../fonts/NotoSansKR-Medium.woff') format('woff'), url('../fonts/NotoSansKR-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Noto Sans KR';
  src: local('Noto Sans SemiBold'), local('NotoSans-SemiBold'), url('../fonts/NotoSansKR-SemiBold.eot');
  src: url('../fonts/NotoSansKR-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/NotoSansKR-SemiBold.woff2') format('woff2'), url('../fonts/NotoSansKR-SemiBold.woff') format('woff'), url('../fonts/NotoSansKR-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Noto Sans KR';
  src: local('Noto Sans Bold'), local('NotoSans-Bold'), url('../fonts/NotoSansKR-Bold.eot');
  src: url('../fonts/NotoSansKR-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/NotoSansKR-Bold.woff2') format('woff2'), url('../fonts/NotoSansKR-Bold.woff') format('woff'), url('../fonts/NotoSansKR-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
* {
  font-family: 'Noto Sans KR', 'Apple SD Gothic Neo', arial, '나눔고딕', 'Nanum Gothic', '돋움', 'Dotum', Tahoma, 'Geneva', sans-serif;
  /* 폰트 스무딩 (Windows + Mac 최적화) */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
/* Layout */
#wrap {
  background-color: var(--c-bg);
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#wrap #header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  background-color: var(--c-mono-20);
  padding: 0 24px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#wrap #header h1.logo {
  width: 120px;
  height: 32px;
  background: url(../images/logo.svg) no-repeat 0 0;
  background-size: auto 32px;
}
#wrap #header h1.logo span {
  visibility: hidden;
}
#wrap #header .h-nav {
  display: flex;
}
#wrap #header .h-nav button {
  display: inline-block;
  font-size: 12px;
  font-weight: var(--f-weight-medium);
  color: var(--c-border);
  padding: 0 8px;
}
#wrap #header .h-nav button:hover {
  color: var(--c-main);
}
#wrap #header .h-nav button + button {
  border-left: 1px solid var(--c-border);
}
#wrap #container {
  display: flex;
  width: 100%;
}
#wrap #container .leftcolumn {
  padding: 88px 16px 0;
  flex: 0 0 200px;
  width: 200px;
  height: 100%;
  height: 100vh;
  background-color: #fff;
}
#wrap #container .rightcolumn {
  padding: 88px 24px 40px;
  flex: 0 1 calc(100% - 200px);
  width: calc(100% - 200px);
  height: 100%;
  height: 100vh;
}
.leftcolumn {
  text-align: center;
}
.leftcolumn .l-project {
  font-size: 14px;
  font-weight: var(--f-weight-bold);
  text-align: left;
  margin: 0 0 24px;
  color: var(--c-text-d);
}
.leftcolumn .l-userinfo {
  margin: 24px 0 32px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.leftcolumn .l-userinfo .user-icon {
  width: 48px;
  height: 48px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
}
.leftcolumn .l-userinfo .user-icon img {
  width: 100%;
  height: auto;
}
.leftcolumn .l-userinfo .user-text {
  text-align: left;
  font-size: 12px;
  font-weight: var(--f-weight-medium);
  color: var(--c-text-d);
}
.leftcolumn .l-userinfo .user-text em {
  display: block;
  font-size: 14px;
  font-weight: var(--f-weight-medium);
}
.leftcolumn .l-nav {
  display: flex;
  flex-direction: column;
  gap: 8px;
  /*20250526 scroll add*/
  max-height: calc(100% - 130px);
  overflow-y: auto;
}
.leftcolumn .l-nav .nav {
  display: flex;
  flex-direction: column;
}
.leftcolumn .l-nav .nav li > .btn {
  padding: 0 30px 0 8px;
  width: 100%;
  font-size: 14px;
  font-weight: var(--f-weight-medium);
  min-height: 40px;
  line-height: 1.1;
  white-space: inherit;
  display: flex;
  align-items: center;
  text-align: left;
  position: relative;
  justify-content: flex-start;
}
.leftcolumn .l-nav .nav li > .btn .icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  min-width: 20px;
  background: url(../images/icon_ui.svg) no-repeat 0 0;
  background-size: 300px auto;
}
.leftcolumn .l-nav .nav li > .btn .icon.icon-m1 {
  background-position-x: -35px;
  background-position-y: -65px;
}
.leftcolumn .l-nav .nav li > .btn .icon.icon-m2 {
  background-position-x: -35px;
  background-position-y: -65px;
}
.leftcolumn .l-nav .nav li > .btn .icon.icon-m3 {
  background-position-x: -5px;
  background-position-y: -5px;
}
.leftcolumn .l-nav .nav li > .btn .icon.icon-m4 {
  background-position-x: -155px;
  background-position-y: -65px;
}
.leftcolumn .l-nav .nav li > .btn .icon.icon-m5 {
  background-position-x: -185px;
  background-position-y: -65px;
}
.leftcolumn .l-nav .nav li > .btn:after {
  content: '';
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  background: url('../images/icon_ui.svg') no-repeat -275px -5px;
  background-size: 300px auto;
}
.leftcolumn .l-nav .nav li > .btn:hover {
  color: var(--c-main);
}
.leftcolumn .l-nav .nav li > .btn:hover .icon {
  filter: brightness(0) saturate(100%) invert(31%) sepia(100%) saturate(2000%) hue-rotate(210deg) brightness(102%) contrast(105%);
  -webkit-filter: brightness(0) saturate(100%) invert(31%) sepia(100%) saturate(2000%) hue-rotate(210deg) brightness(102%) contrast(105%);
}
.leftcolumn .l-nav .nav li > .btn:hover:after {
  filter: brightness(0) saturate(100%) invert(31%) sepia(100%) saturate(2000%) hue-rotate(210deg) brightness(102%) contrast(105%);
  -webkit-filter: brightness(0) saturate(100%) invert(31%) sepia(100%) saturate(2000%) hue-rotate(210deg) brightness(102%) contrast(105%);
}
.leftcolumn .l-nav .nav li.on .btn {
  background-color: var(--c-blue-l);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
}
.leftcolumn .l-nav .nav li.has-submenu > .btn::after {
  transform: rotate(90deg);
}
.leftcolumn .l-nav .nav li.has-submenu.on > button {
  font-weight: bold;
}
.leftcolumn .l-nav .nav li.has-submenu.active {
  background-position-y: -35px;
}
.leftcolumn .l-nav .nav li.has-submenu.active > .btn::after {
  transform: rotate(-90deg);
}
.leftcolumn .l-nav .nav li.has-submenu.active .submenu {
  display: block;
  margin-top: 4px;
}
.leftcolumn .l-nav .submenu {
  display: none;
}
.leftcolumn .l-nav .submenu li {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.leftcolumn .l-nav .submenu li button {
  /*20250526 수정*/
  max-width: 100%;
  font-size: 12px;
  font-weight: var(--f-weight-medium);
  text-align: left;
  height: 40px;
  padding: 0 16px;
  letter-spacing: -0.75px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  word-break: break-all;
}
.leftcolumn .l-nav .submenu li button:hover {
  color: var(--c-main);
}
.leftcolumn .l-nav .submenu li button:hover::before {
  filter: brightness(0) saturate(100%) invert(31%) sepia(100%) saturate(2000%) hue-rotate(210deg) brightness(102%) contrast(105%);
  -webkit-filter: brightness(0) saturate(100%) invert(31%) sepia(100%) saturate(2000%) hue-rotate(210deg) brightness(102%) contrast(105%);
}
.leftcolumn .l-nav .submenu li.on {
  background-color: var(--c-blue-l);
}
.rightcolumn {
  padding: 88px 0 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.rightcolumn .head {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.rightcolumn .head .title h2 {
  font-size: 24px;
  font-weight: var(--f-weight-bold);
}
.rightcolumn .head .title p {
  font-size: 14px;
  font-weight: var(--f-weight-medium);
  color: var(--c-gray-4);
}
.rightcolumn .head .btn-group {
  margin-left: auto;
  text-align: right;
}
.rightcolumn #contents {
  flex: 1;
}
#contents {
  background-color: #fff;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 32px 24px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
#contents .c-footer {
  margin-top: auto;
  text-align: center;
}
#contents .c-footer .btn {
  height: 48px;
  max-width: 240px;
  margin: 0 auto;
}
.c-filter {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.c-filter .box {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 8px;
}
.c-filter .box + .box {
  text-align: right;
  justify-content: flex-end;
}
.c-filter .box .btn {
  height: 32px;
  width: 80px;
  font-size: 14px;
  font-weight: var(--f-weight-medium);
}
.c-filter .select-box {
  height: 32px !important;
  width: max-content;
  min-width: 80px;
}
.c-filter .select-box .selected {
  height: 32px !important;
  border: 1px solid var(--c-border) !important;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.c-filter .search-box {
  width: max-content;
  position: relative;
}
.c-filter .search-box:after {
  content: '';
  display: block;
  position: absolute;
  top: 6px;
  left: 6px;
  width: 20px;
  height: 20px;
  background: url('../images/icon_ui.svg') no-repeat -95px -5px;
  background-size: 300px auto;
}
.c-filter .search-box input {
  width: 100%;
  height: 32px !important;
  border: 1px solid var(--c-border) !important;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding-left: 30px;
  min-width: 200px;
}
.inner h2 {
  font-size: 18px;
  font-weight: var(--f-weight-semibold);
  margin: 24px 0 16px;
}
.inner h2 .btn-box {
  float: right;
  display: flex;
}
.inner h2 .btn-box .txt {
  font-size: 14px;
  font-weight: var(--f-weight-medium);
}
.live {
  color: var(--c-green);
}
.paused {
  color: var(--c-red);
}
.update {
  margin: 0 auto;
  display: inline-block;
  color: var(--c-blue);
  border: 1px solid var(--c-blue);
  width: 54px;
  height: 32px;
  font-size: 12px;
  font-weight: var(--f-weight-medium);
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tooltip-btn-wrap {
  position: relative;
  text-align: center;
  width: fit-content;
}
.tooltip-btn-wrap .tooltip-btn {
  display: none;
  z-index: 100;
  position: absolute;
  top: -30px;
  right: 0px;
  padding: 8px;
  background-color: #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.tooltip-btn-wrap .tooltip-btn .btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  min-width: 120px;
  height: 40px;
  position: relative;
  padding: 0 12px;
  font-size: 14px;
  font-weight: var(--f-weight-reguler);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.tooltip-btn-wrap .tooltip-btn .btn .fa-write {
  margin-left: -9px;
  margin-right: -5px;
  transform: scale(0.8);
}
.tooltip-btn-wrap .tooltip-btn .btn:hover {
  background-color: var(--c-gray-2);
}
.tooltip-btn-wrap .tooltip-btn .btn:hover [class^='fa-']::before {
  filter: none !important;
}
.tooltip-btn-wrap.active .tooltip-btn {
  top: -30px;
  height: auto;
  display: block;
}
td .tooltip-btn-wrap .tooltip-btn {
  top: 30px !important;
  right: -30px;
}
.tab-wrap .tab-c {
  display: none;
}
.tab-wrap .tab-c.active {
  display: block;
}
.tab-nav {
  display: flex;
}
.tab-nav .btn {
  flex: 1;
  font-size: 14px;
  font-weight: var(--f-weight-bold);
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #bbb;
  cursor: pointer;
}
.tab-nav .btn.active {
  border-bottom: 3px solid #000;
}
.setting-box {
  display: flex;
  gap: 16px;
}
.setting-box .box {
  flex: 1;
  background-color: var(--c-bg-2);
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  padding: 24px;
}
.setting-box .box h2 {
  margin: 0 0 16px;
}
.setting-box .box .select-box .selected {
  border: 1px solid var(--c-text-sub);
}
.msg-box {
  text-align: center;
  margin-bottom: 24px;
}
.msg-box .icon {
  width: 96px;
  height: 96px;
  margin: 24px auto 8px;
}
.msg-box .icon img {
  width: 100%;
  height: auto;
}
.msg-box .icon.icon-sm {
  width: 72px;
  height: 72px;
  margin: 24px auto 18px;
}
.msg-box .icon.icon-del,
.msg-box .icon.icon-save {
  width: 74px;
  height: 74px;
  margin: 24px auto 18px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.msg-box h4 {
  font-size: 18px;
  font-weight: var(--f-weight-semibold);
  color: var(--c-text-d);
}
.modal {
  position: absolute;
  z-index: 10000;
  /* 1 */
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  opacity: 0;
  height: 100%;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal.is-visible {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.modal-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 0%, 0.4);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
}
.modal.is-visible .modal-overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.modal-wrapper {
  z-index: 9999;
  width: calc(100% - 32px);
  margin: 16px;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  border-radius: 32px;
  background-color: #fff;
  box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);
  max-width: max-content;
  display: flex;
  flex-direction: column;
}
.modal-wrapper .modal-header {
  text-align: left;
  position: relative;
  padding: 32px 32px 24px 32px;
}
.modal-wrapper .modal-header .modal-close {
  position: absolute;
  top: 30px;
  right: 24px;
  width: 30px;
  height: 30px;
  background: url('../images/icon_ui.svg') no-repeat -60px -30px;
  overflow: hidden;
}
.modal-wrapper .modal-header .modal-close span {
  visibility: hidden;
}
.modal-wrapper .modal-body {
  flex: 1;
}
.modal-wrapper .modal-footer {
  padding: 24px 24px 32px;
  text-align: center;
  white-space: nowrap;
}
.modal-transition {
  transition: all 0.3s 0.12s;
  transform: translateY(-10%);
  opacity: 0;
}
.modal.is-visible .modal-transition {
  transform: translateY(0);
  opacity: 1;
}
.modal-heading {
  font-size: 24px;
  font-weight: var(--f-weight-bold);
  line-height: 1.1;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.modal-heading small {
  display: block;
  font-size: 12px;
  font-weight: var(--f-weight-medium);
  color: var(--c-text-sub);
  line-height: 1.2;
  margin-top: 8px;
}
.modal-footer .btn {
  display: inline-block;
  width: fit-content !important;
  height: 48px !important;
  min-width: 240px;
}
.modal-footer .btn + .btn {
  margin-left: var(--padding);
}
.modal-body .modal-content {
  padding: 0 32px;
  width: 100%;
  height: 100%;
  max-height: calc(100vh - 320px);
  overflow-y: auto;
  text-align: left;
}
.modal-body .select-box .selected {
  border: 1px solid var(--c-text-sub);
}
.modal-body .msg-text {
  text-align: center;
  font-weight: 400;
  line-height: 1.3;
}
.modal-body .form-group-wrap {
  min-width: 380px;
}
.modal-body .form-group-wrap.col-2 {
  flex-direction: row;
}
.modal-body .form-group-wrap.col-2 .form-group {
  flex: 1;
}
.modal-body .form-group-wrap + .form-group-wrap {
  margin-top: 16px;
}
.modal-body .pagination {
  margin-top: 24px;
}
.modal-body .c-filter {
  padding: 0 0 12px;
}
.modal-body .upload-box {
  height: 48px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  outline: 0;
  border: 1px solid var(--c-text-sub);
  background-color: #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 0 8px;
  font-size: 14px;
  font-weight: var(--f-weight-medium);
  color: var(--c-text-d);
}
.modal-body .upload-box input {
  display: none;
}
.modal.modal-alert .modal-wrapper {
  max-width: 540px;
}
.modal.modal-alert .modal-wrapper .modal-content .msg-box .icon {
  width: 72px;
  height: 72px;
  margin: 24px auto 18px;
}
.modal.modal-alert .modal-wrapper .modal-footer {
  text-align: center;
  display: flex;
}
.modal.modal-alert .modal-wrapper .modal-footer .btn {
  flex: 1;
  display: inline-block;
  height: 29px;
}
.modal.modal-alert .modal-wrapper .modal-footer .btn + .btn {
  margin-left: var(--padding);
}
.modal-lg .modal-wrapper {
  width: 850px;
  max-width: 850px;
}
.modal-xl .modal-wrapper {
  max-width: 88%;
  height: 90%;
}
.modal-xl#modalMakeTemplate .cg-template {
  transform: scale(0.66);
  margin: -30px;
  width: 375px;
  height: 690px;
}
.modal-xl#modalSelectLayout .modal-content {
  max-height: calc(100vh - 260px);
}
.modal.modal-pullup {
  align-items: flex-end;
}
.modal.modal-pullup .modal-transition {
  transform: translateY(10%);
}
.modal.modal-pullup.is-visible .modal-transition {
  transform: translateY(0);
}
.modal.modal-pullup .modal-wrapper {
  width: 100%;
  margin: 0 !important;
  -webkit-border-radius: 32px 32px 0 0;
  -moz-border-radius: 32px 32px 0 0;
  border-radius: 32px 32px 0 0;
}
.restore-box {
  display: flex;
  align-items: center;
  gap: 16px;
}
.restore-box .icon {
  width: 96px;
  height: 96px;
  padding: 16px;
  background: var(--c-gray-1);
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.restore-box .icon img {
  width: 100%;
  height: auto;
}
.restore-bar {
  width: 362px;
}
.restore-bar .text-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.restore-bar .text-wrap .title {
  font-size: 18px;
  font-weight: var(--f-weight-semibold);
}
.restore-bar .text-wrap .text {
  margin-left: auto;
  font-size: 14px;
  font-weight: var(--f-weight-medium);
  color: var(--c-gray-4);
}
.progress-bar {
  -webkit-appearance: none;
  -moz-appearane: none;
  appearance: none;
  display: block;
  width: 100%;
  border: 0;
  outline: 0;
  height: 8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 0px;
  background: var(--c-gray-2);
  overflow: hidden;
}
.progress-bar .bar {
  position: relative;
  display: block;
  height: 100%;
  background-color: var(--c-main);
  transition: width 0.5s ease-in-out;
}
.modal-preview-box {
  display: flex;
  gap: 24px;
  height: calc(100vh - 260px);
}
.modal-preview-box .preview-list-wrap {
  flex: 1 0 360px;
  max-width: 360px;
  height: 100%;
}
.modal-preview-box .preview {
  height: 100%;
  flex: 1;
  background-color: var(--c-gray-3);
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}
.modal-preview-box .preview .cg-template {
  width: 375px;
  min-height: 400px;
  max-height: 812px;
  height: 100%;
  overflow-y: scroll;
}
.i-preview {
  background-color: #fff;
  border: 0;
  outline: 0;
  width: 360px;
  height: 640px;
}
.i-preview .preview-in {
  background-color: #fff;
}
.preview-list-wrap {
  position: relative;
  padding-top: 64px;
  height: 100%;
}
.preview-list-wrap .preview-list-title {
  position: absolute;
  top: 0;
  left: 0;
  height: 64px;
  width: 100%;
  display: flex;
  align-items: center;
  background-color: var(--c-gray-1);
  padding: 0 16px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.preview-list-wrap .preview-list-title span {
  font-size: 14px;
  font-weight: var(--f-weight-reguler);
  display: inline-block;
}
.preview-list-wrap .preview-list-title span:first-child {
  width: 140px;
}
.preview-list-wrap .preview-list {
  height: 100%;
  overflow-y: auto;
}
.preview-list-wrap .preview-list .btn {
  padding: 0 16px;
  width: 100%;
  height: 52px;
  justify-content: flex-start;
  position: relative;
  text-align: left;
}
.preview-list-wrap .preview-list .btn span {
  display: inline-block;
  font-size: 14px;
  font-weight: var(--f-weight-reguler);
}
.preview-list-wrap .preview-list .btn span:first-child {
  width: 140px;
}
.preview-list-wrap .preview-list .btn::after {
  content: '';
  position: absolute;
  right: 24px;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  background: url('../images/icon_ui.svg') no-repeat -275px -5px;
  background-size: auto 30px;
}
.preview-list-wrap .preview-list .btn.active {
  background-color: var(--c-blue-l);
}
/*****************
FORM
******************/
.form-inputed-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  max-width: 794px;
}
.form-inputed {
  width: calc(33.333% - 11px);
}
.form-inputed label {
  display: block;
  font-size: 12px;
  font-weight: var(--f-weight-medium);
  color: var(--c-text-sub);
  margin-bottom: 8px;
}
.form-inputed label em {
  color: var(--c-red);
}
.form-inputed .inputed-group {
  background-color: var(--c-blue-l);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  width: 100%;
  height: 48px;
  position: relative;
}
.form-inputed .inputed-group input {
  width: 100%;
  height: 48px;
  border: 0;
}
.form-inputed .inputed-group .btn {
  position: absolute;
  right: 9px;
  top: 9px;
}
.form-inputed .inputed-group .select-box .selected {
  background-color: transparent;
  border: 0 !important;
}
.input-name {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.input-name:focus {
  border: 1px solid var(--c-main) !important;
}
.btn-rename {
  width: 30px;
  height: 30px;
  background: url(../images/icon_ui.svg) no-repeat -90px -30px;
  background-size: 300px auto;
  text-indent: -999px;
}
.btn-rename span {
  visibility: hidden;
}
.msg-error {
  font-size: 12px;
  font-weight: var(--f-weight-medium);
  color: var(--c-red);
  display: block;
  margin-top: 4px;
}
.msg-ok {
  font-size: 12px;
  font-weight: var(--f-weight-medium);
  color: var(--c-green);
  display: block;
  margin-top: 4px;
}
.form-group-wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 16px;
}
.form-group {
  width: 100%;
}
.form-group > label {
  display: block;
  font-size: 12px;
  font-weight: var(--f-weight-medium);
  margin-bottom: 8px;
}
.form-group > label em {
  color: var(--c-red);
}
.form-group .input-group {
  display: flex;
  align-items: center;
  gap: 10px;
}
.form-group .input-group .select-box,
.form-group .input-group .form-input {
  flex: 1;
}
.form-group .input-group .btn {
  height: 40px;
  width: fit-content;
}
.form-group .input-group.has-btn {
  position: relative;
}
.form-group .input-group.has-btn .btn {
  font-size: 12px;
  font-weight: var(--f-weight-medium);
  position: absolute;
  top: 8px;
  right: 8px;
  padding: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  height: 32px;
  display: inline-block;
  background-color: var(--c-gray-2);
  color: var(--c-gray-4);
}
.form-group .input-group.has-btn .btn:hover {
  color: var(--c-text-d);
  background-color: var(--c-gray-3);
}
.form-group .input-group.has-btn .btn.disabled,
.form-group .input-group.has-btn .btn:disabled {
  background-color: var(--c-border);
  color: #fff;
}
input {
  outline: 0;
  border: 0;
  max-height: 48px;
  padding: 8px;
  font-size: 14px;
  font-weight: var(--f-weight-reguler);
  background-color: transparent;
  color: var(--c-text-d);
  font-weight: var(--f-weight-regular);
}
input:-moz-placeholder {
  color: #BBBBBB;
  font-size: 14px;
  font-weight: 400;
}
input::-moz-placeholder {
  color: #BBBBBB;
  font-size: 14px;
  font-weight: 400;
}
input:-ms-input-placeholder {
  color: #BBBBBB;
  font-size: 14px;
  font-weight: 400;
}
input::-webkit-input-placeholder {
  color: #BBBBBB;
  font-size: 14px;
  font-weight: 400;
}
.form-input {
  outline: 0;
  border: 1px solid var(--c-text-sub);
  background-color: #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  height: 48px;
  font-size: 14px;
  font-weight: var(--f-weight-reguler);
  color: var(--c-text-d);
}
.form-input:-moz-placeholder {
  color: var(--c-text-sub);
  font-size: 14px;
  font-weight: 400;
}
.form-input::-moz-placeholder {
  color: var(--c-text-sub);
  font-size: 14px;
  font-weight: 400;
}
.form-input:-ms-input-placeholder {
  color: var(--c-text-sub);
  font-size: 14px;
  font-weight: 400;
}
.form-input::-webkit-input-placeholder {
  color: var(--c-text-sub);
  font-size: 14px;
  font-weight: 400;
}
.form-input:focus {
  border: 1px solid var(--c-main);
}
.form-input.error {
  border-color: var(--c-red);
}
.form-input.disabled {
  border-color: var(--c-border) !important;
  color: var(--c-text-sub) !important;
}
.form-input:read-only {
  border-color: var(--c-border) !important;
  color: var(--c-text-sub) !important;
  cursor: not-allowed;
}
select.form-control {
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #fff;
  padding: 0 20px 0 12px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  height: 32px !important;
  border: 1px solid var(--c-gray-2);
  cursor: pointer;
  color: var(--c-text-d);
  font-size: 14px;
  font-weight: var(--f-weight-reguler);
}
.select-box {
  position: relative;
  width: 100%;
  text-align: left;
  height: 48px;
  display: inline-block;
}
.select-box .selected {
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #fff;
  padding: 0 30px 0 12px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  height: 48px;
  border: 1px solid var(--c-gray-2);
  cursor: pointer;
  color: var(--c-text-d);
  font-size: 14px;
  font-weight: var(--f-weight-reguler);
  display: flex;
  align-items: center;
  position: relative;
}
.select-box .selected:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 8px;
  width: 20px;
  height: 20px;
  margin-top: -8px;
  background: url('../images/icon_ui.svg') no-repeat -275px -5px;
  background-size: 300px auto;
  transform: rotate(90deg);
}
.select-box .selected.active:after {
  transform: rotate(-90deg);
}
.select-box .options {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  width: max-content;
  min-width: 100%;
  max-width: 232px !important;
  overflow-wrap: break-word;
  word-break: break-word;
  max-height: 200px;
  overflow-y: auto;
  background: white;
  border: 0;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  list-style: none;
  padding: 0;
  margin: -1px 0 0;
  z-index: 999;
  -webkit-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.2);
}
.select-box .options li {
  padding: 10px 16px;
  font-size: 14px;
  font-weight: var(--f-weight-reguler);
  cursor: pointer;
  border-bottom: 1px solid var(--c-gray-2);
  white-space: normal;
}
.select-box .options li:hover {
  background-color: var(--c-gray-2);
}
.select-box.no-line .selected {
  border: 0;
}
.select-box.is-sm {
  min-width: auto !important;
}
.select-box.is-sm .selected {
  padding: 0 8px;
  -webkit-border-radius: 8px !important;
  -moz-border-radius: 8px !important;
  border-radius: 8px !important;
}
.select-box.is-sm .selected:after {
  display: none;
}
.select-box.is-sm .options {
  min-width: auto;
}
.select-box.is-sm .options li {
  padding: 8px !important;
}
.select-box.disabled {
  cursor: not-allowed;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.select-box.disabled .selected {
  cursor: not-allowed;
}
.select-box.disabled .options {
  display: none !important;
}
.last-child .options {
  /** 가장 하단에 위치할때는 위로 옵션 표시**/
  top: inherit;
  bottom: calc(100% + 8px);
}
.textarea-box {
  border: 1px solid var(--c-text-sub);
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  height: 88px;
}
.textarea-box .btn {
  margin-left: auto;
  width: 74px;
  max-width: 74px;
  height: 40px;
}
.textarea-box textarea {
  border: 0;
  flex: 1;
  height: 100%;
}
textarea {
  width: 100%;
  outline: 0;
  border: 1px solid var(--c-text-sub);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  resize: none;
  font-size: 14px;
  font-weight: var(--f-weight-reguler);
  color: var(--c-text-d);
  padding: 8px 16px;
}
textarea:-moz-placeholder {
  color: var(--c-text-sub);
  font-size: 14px;
  font-weight: 400;
}
textarea::-moz-placeholder {
  color: var(--c-text-sub);
  font-size: 14px;
  font-weight: 400;
}
textarea:-ms-input-placeholder {
  color: var(--c-text-sub);
  font-size: 14px;
  font-weight: 400;
}
textarea::-webkit-input-placeholder {
  color: var(--c-text-sub);
  font-size: 14px;
  font-weight: 400;
}
textarea.textarea-history {
  width: 100%;
  height: 164px;
  padding: 8px 16px;
}
.btn-group-sm {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}
.btn-group-sm .btn {
  flex: 0;
  min-width: 120px;
  width: fit-content;
}
.btn-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.btn-group .btn {
  flex: 1;
}
.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  outline: 0;
  white-space: nowrap;
}
.btn [class^='fa-'] {
  margin-left: -4px;
}
.btn:hover [class^='fa-']::before {
  filter: brightness(0) saturate(100%) invert(31%) sepia(100%) saturate(2000%) hue-rotate(210deg) brightness(102%) contrast(105%);
  -webkit-filter: brightness(0) saturate(100%) invert(31%) sepia(100%) saturate(2000%) hue-rotate(210deg) brightness(102%) contrast(105%);
}
.btn.btn-primary {
  width: 100%;
  color: #fff;
  height: 40px;
  font-size: 14px;
  font-weight: var(--f-weight-bold);
  padding: 0 24px;
  background-color: var(--btn-primary);
  text-align: center;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
}
.btn.btn-primary [class^='fa-']::before {
  filter: invert(1);
  -webkit-filter: invert(1);
}
.btn.btn-primary.btn-outline {
  border: 1px solid var(--btn-primary);
  color: var(--btn-primary);
  background-color: #fff;
  font-size: 14px;
  font-weight: var(--f-weight-semibold);
}
.btn.btn-primary:hover {
  background-color: #66adff;
}
.btn.btn-secondary {
  width: 100%;
  color: #fff;
  height: 40px;
  font-size: 14px;
  font-weight: var(--f-weight-bold);
  padding: 0 24px;
  background-color: var(--btn-secondary);
  text-align: center;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
}
.btn.btn-secondary:hover {
  background-color: var(--c-gray-4);
}
.btn.btn-secondary.btn-outline {
  border: 1px solid var(--c-gray-4);
  color: var(--c-text-d);
  background-color: #fff;
  font-size: 14px;
  font-weight: var(--f-weight-semibold);
}
.btn.btn-secondary.btn-outline:hover {
  background-color: var(--c-gray-1);
}
.btn.btn-danger {
  width: 100%;
  color: #fff;
  height: 40px;
  font-size: 14px;
  font-weight: var(--f-weight-bold);
  padding: 0 24px;
  background-color: var(--c-red);
  text-align: center;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
}
.btn.btn-danger [class^='fa-']::before {
  filter: invert(1);
  -webkit-filter: invert(1);
}
.btn.btn-danger.btn-outline {
  border: 1px solid var(--c-red);
  color: var(--btn-primary);
  background-color: #fff;
  font-size: 14px;
  font-weight: var(--f-weight-semibold);
}
.btn.btn-danger:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.btn.btn-cancle {
  width: 100%;
  color: var(--c-gray-4);
  height: 40px;
  font-size: 14px;
  font-weight: var(--f-weight-bold);
  padding: 0 24px;
  background-color: var(--c-gray-2);
  text-align: center;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
}
.btn.btn-cancle:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.btn.btn-cancle.btn-outline {
  border: 1px solid var(--btn-secondary);
  color: var(--btn-secondary);
  background-color: #fff;
  font-size: 14px;
  font-weight: var(--f-weight-semibold);
}
.btn.btn-cancle.btn-outline:hover {
  background-color: var(--c-main);
  color: #fff;
  border-color: var(--c-main);
}
.btn.btn-cancle.btn-outline:hover [class^='fa-']::before {
  filter: invert(1);
  -webkit-filter: invert(1);
}
.btn.btn-open {
  text-align: left;
  display: block;
  text-decoration: underline;
  width: fit-content;
  display: flex;
  align-items: center;
  font-weight: var(--f-weight-bold);
  font-size: 14px;
  font-weight: var(--f-weight-semibold);
}
.btn.btn-open::after {
  background-image: url(../images/icon_ui.svg);
  background-repeat: no-repeat;
  background-position-y: -5px;
  background-position-x: -155px;
  background-size: 300px auto;
  margin: 0 -5px;
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
}
.btn.btn-open:hover {
  color: var(--c-main);
}
.btn.btn-open:hover::after {
  filter: brightness(0) saturate(100%) invert(31%) sepia(100%) saturate(2000%) hue-rotate(210deg) brightness(102%) contrast(105%);
  -webkit-filter: brightness(0) saturate(100%) invert(31%) sepia(100%) saturate(2000%) hue-rotate(210deg) brightness(102%) contrast(105%);
}
.btn.btn-sm {
  height: 32px;
  width: 80px;
  font-size: 14px;
  font-weight: var(--f-weight-reguler);
}
.btn.btn-xs {
  height: 30px;
  padding: 0 16px;
  width: fit-content;
  font-size: 12px;
  font-weight: var(--f-weight-medium);
}
.btn.disabled,
.btn:disabled {
  cursor: not-allowed;
  background-color: #ddd !important;
  border-color: #eddd !important;
  border: 1px solid #ddd !important;
  color: #fff !important;
}
.btn-undo {
  width: 30px;
  height: 30px;
  background-color: var(--c-blue-l);
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-undo span.fa-undo {
  filter: brightness(0) saturate(100%) invert(31%) sepia(100%) saturate(2000%) hue-rotate(210deg) brightness(102%) contrast(105%);
  -webkit-filter: brightness(0) saturate(100%) invert(31%) sepia(100%) saturate(2000%) hue-rotate(210deg) brightness(102%) contrast(105%);
  margin-left: 0 !important;
}
.toggle-container {
  display: flex;
  align-items: center;
  /* 체크박스 숨기기 */
  /* 토글 버튼 스타일 */
  /* 체크 상태일 때 (ON) */
}
.toggle-container > span {
  font-size: 12px;
  font-weight: var(--f-weight-medium);
  color: var(--c-gray-4);
  display: inline-block;
  margin-right: 8px;
}
.toggle-container .toggle-checkbox {
  display: none;
}
.toggle-container .toggle-label {
  display: inline-block;
  width: 42px;
  height: 24px;
  background: var(--c-gray-2);
  border-radius: 15px;
  position: relative;
  cursor: pointer;
  transition: background 0.3s;
}
.toggle-container .toggle-label::after {
  content: '';
  width: 20px;
  height: 20px;
  background: white;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 2px;
  transition: left 0.3s;
}
.toggle-container .toggle-checkbox:checked + .toggle-label {
  background: var(--c-main);
}
.toggle-container .toggle-checkbox:checked + .toggle-label::after {
  left: 20px;
}
.toggle-label.ui-checkbox-on {
  background: var(--c-main);
}
.toggle-label.ui-checkbox-on::after {
  left: 20px;
}
input[type='checkbox'] {
  appearance: none;
  width: 20px;
  height: 20px;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid var(--c-text-sub);
}
input[type='checkbox']:checked {
  background: #e57a00 url('../images/icon_ui.svg') no-repeat -245px -35px;
  background-size: 300px auto;
  border: none;
  filter: invert(1);
  -webkit-filter: invert(1);
}
input[type='checkbox']:disabled {
  cursor: not-allowed;
  background: var(--c-gray-2);
  border: none;
}
.radio-btn-group {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
}
.radio-btn-group input[type='radio'] {
  display: none;
}
.radio-btn-group .radio-label {
  flex: 1;
  text-align: center;
  display: inline-block;
  padding: 12px;
  border-radius: 8px;
  cursor: pointer;
  background-color: #fff;
  font-weight: 400;
  transition: background-color 0.3s;
  border: 1px solid var(--c-text-sub);
}
.radio-btn-group input[type='radio']:checked + .radio-label {
  background-color: var(--c-blue-l);
  border-color: var(--c-main);
  color: var(--c-main);
  font-weight: bold;
}
.radiotab-box {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  background-color: var(--c-gray-1);
}
.radiotab-box [type='radio']:checked,
.radiotab-box [type='radio']:not(:checked) {
  position: absolute;
  left: -9999px;
}
.radiotab-box [type='radio']:checked + label,
.radiotab-box [type='radio']:not(:checked) + label {
  flex: 1;
  width: fit-content;
  border-bottom: 1px solid var(--c-gray-2);
  font-size: 14px;
  font-weight: var(--f-weight-bold);
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.radiotab-box [type='radio']:checked + label {
  color: #fff;
  background-color: var(--c-gray-5);
}
.radiotab-box.disabled label {
  background-color: #f3f4f5;
  color: var(--c-text-sub);
  border: 1px solid #ddd !important;
}
.radiobox {
  width: fit-content;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.radiobox [type='radio']:checked,
.radiobox [type='radio']:not(:checked) {
  position: absolute;
  left: -9999px;
}
.radiobox [type='radio']:checked + label,
.radiobox [type='radio']:not(:checked) + label {
  flex: 1;
  width: fit-content;
  min-width: 90px;
  font-size: 14px;
  font-weight: var(--f-weight-medium);
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 8px;
  max-height: 48px;
  border: 1px solid var(--c-gray-2);
  display: flex;
  align-items: center;
  justify-content: center;
}
.radiobox [type='radio']:checked + label {
  color: var(--c-blue);
  border-color: var(--c-blue);
  background-color: var(--c-blue-l);
}
.radiobox.disabled label {
  background-color: #f3f4f5;
  color: var(--c-text-sub);
  border: 1px solid #ddd !important;
}
.radio-block {
  padding-top: 4px;
}
.radio-block.radio-block .radio[type='radio']:checked + label,
.radio-block.radio-block .radio[type='radio']:not(:checked) + label {
  width: 100%;
  margin-bottom: 14px;
}
.radio[type='radio']:checked,
.radio[type='radio']:not(:checked) {
  position: absolute;
  left: -9999px;
}
.radio[type='radio']:checked + label,
.radio[type='radio']:not(:checked) + label {
  position: relative;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  color: var(--c-text-d);
  padding-left: 28px;
  font-weight: 500;
  margin-right: 20px;
  height: 18px;
  display: flex;
  align-items: center;
}
.radio[type='radio']:checked + label:before,
.radio[type='radio']:not(:checked) + label:before {
  content: '';
  border: 1px solid #c8cacc;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 18px;
  height: 18px;
  display: inline-block;
}
.radio[type='radio']:checked + label::before {
  border-color: #e50025;
}
.radio[type='radio']:checked + label:after,
.radio[type='radio']:not(:checked) + label:after {
  content: '';
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  left: 5px;
  top: 5px;
  display: inline-block;
  width: 9px;
  height: 9px;
  background-color: #e50025;
  text-align: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.radio[type='radio']:not(:checked) + label:after {
  -webkit-transform: scale(0);
  transform: scale(0);
}
.radio[type='radio']:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.radio[type='radio']:disabled {
  cursor: not-allowed;
}
.radio[type='radio']:disabled + label:before {
  border: 1px solid #999 !important;
}
.nowrap {
  white-space: nowrap;
}
.tbl {
  border-collapse: collapse;
  border-spacing: 0px;
  min-width: 100%;
  table-layout: auto;
}
.tbl thead tr th {
  background-color: var(--c-gray-1);
  height: 64px;
  text-align: center;
  font-size: 14px;
  font-weight: var(--f-weight-reguler);
}
.tbl thead tr th:first-child {
  -webkit-border-radius: 8px 0 0 8px;
  -moz-border-radius: 8px 0 0 8px;
  border-radius: 8px 0 0 8px;
}
.tbl thead tr th:last-child {
  -webkit-border-radius: 0 8px 8px 0;
  -moz-border-radius: 0 8px 8px 0;
  border-radius: 0 8px 8px 0;
}
.tbl tbody tr th,
.tbl tbody tr td {
  padding: 16px 8px;
  border-bottom: 1px solid var(--c-border);
  line-height: 1.2;
  vertical-align: middle;
  font-size: 14px;
  font-weight: var(--f-weight-reguler);
}
.tbl tbody tr td {
  padding: 14px 8px;
  text-align: center;
  padding-left: 12px;
  max-width: max-content;
  white-space: nowrap;
}
.tbl tbody tr td button {
  margin: 0 auto;
}
.tbl tbody tr td .tooltip-btn-wrap {
  margin: 0 auto;
}
.tbl tbody tr td.td-linked {
  width: auto;
  white-space: normal;
  word-break: break-word;
}
.tbl tbody tr td.td-lg {
  text-align: left;
  width: auto;
  white-space: normal;
  word-break: break-word;
}
.tbl tbody tr td.td-left {
  text-align: left;
}
.tbl tbody tr td.td-center {
  text-align: center;
}
.tbl tbody tr td.td-right {
  text-align: right;
}
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.pagination > button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  height: 24px;
  border-radius: 24px;
  font-size: 12px;
  font-weight: var(--f-weight-medium);
}
.pagination > button.active {
  background-color: var(--c-text-d);
  color: #fff;
}
.pagination > button:hover {
  color: var(--c-main);
}
.pagination > button:hover span[class^='fa-']::before {
  filter: brightness(0) saturate(100%) invert(31%) sepia(100%) saturate(2000%) hue-rotate(210deg) brightness(102%) contrast(105%);
  -webkit-filter: brightness(0) saturate(100%) invert(31%) sepia(100%) saturate(2000%) hue-rotate(210deg) brightness(102%) contrast(105%);
}
.pagination > button:disabled,
.pagination > button .disabled {
  cursor: not-allowed;
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  opacity: 0.3;
}
.text-red {
  color: var(--c-red) !important;
}
.text-right {
  text-align: right !important;
  justify-content: flex-end !important;
}
.text-left {
  text-align: left !important;
  justify-content: flex-start !important;
}
.text-center {
  text-align: center !important;
  justify-content: center !important;
}
.nodata {
  width: 100%;
  min-height: 100px;
  text-align: center;
}
.nodata .icon {
  width: 160px;
  height: 160px;
  margin: 0 auto;
  background: url('../images/msg_nodata.png') no-repeat 50% 50%;
  background-size: auto 100%;
}
.nodata p {
  color: var(--c-gray-4);
  font-size: 18px;
  font-weight: var(--f-weight-semibold);
}
/**모달팝업의 테이블 스크롤 임시로 지정
모달 테이블 리스트의 스크롤 관련 정의 필요 **/
.modal .tbl-scroll-wrap {
  max-height: calc(100vh - 440px);
  overflow-y: auto;
}
.modal-step-wrap {
  height: 100%;
}
.modal-step-wrap .step-nav {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: 32px;
  height: 50px;
  background-color: #fff;
}
.modal-step-wrap .step-nav .step {
  text-align: left;
  flex: 1;
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  font-weight: var(--f-weight-bold);
  position: relative;
}
.modal-step-wrap .step-nav .step:nth-child(1)::before {
  content: '1';
}
.modal-step-wrap .step-nav .step:nth-child(2)::before {
  content: '3';
}
.modal-step-wrap .step-nav .step:nth-child(3)::before {
  content: '3';
}
.modal-step-wrap .step-nav .step:nth-child(4)::before {
  content: '4';
}
.modal-step-wrap .step-nav .step::before {
  content: '';
  width: 24px;
  height: 24px;
  border-radius: 12px;
  background-color: var(--c-gray-4);
  color: #fff;
  font-size: 12px;
  font-weight: var(--f-weight-medium);
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-step-wrap .step-nav .step::after {
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 8px;
  border-radius: 4px;
  background-color: var(--c-gray-4);
}
.modal-step-wrap .step-nav .active {
  color: var(--c-blue);
}
.modal-step-wrap .step-nav .active::before,
.modal-step-wrap .step-nav .active::after {
  background-color: var(--c-blue);
}
.modal-step-wrap h2 {
  font-size: 24px;
  font-weight: var(--f-weight-bold);
}
.modal-step-wrap h2 + p {
  color: var(--c-gray-4);
  font-size: 14px;
  font-weight: var(--f-weight-medium);
}
.modal-step-wrap .slider {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  margin: 24px auto;
  max-height: 100%;
}
.modal-step-wrap .slider .slides {
  display: flex;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.modal-step-wrap .slider .slides .active {
  display: block;
}
.modal-step-wrap .next-step {
  background: var(--c-bg);
  color: var(--c-text-d);
  padding: 10px 20px;
  border: none;
  cursor: pointer;
}
.modal-step-wrap .slide {
  display: none;
  text-align: center;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-color: var(--c-gray-3);
  height: calc(100vh - 410px );
}
.modal-step-wrap .slide:nth-child(3),
.modal-step-wrap .slide:nth-child(4) {
  background-color: #fff;
  padding: 0;
}
.modal-step-wrap .slide:nth-child(4) {
  height: calc(100vh - 340px ) !important;
}
.modal-step-layout {
  display: flex;
  gap: 16px;
  height: 100%;
}
.modal-step-layout .step-nav {
  flex: 0 1 128px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  background-color: #fff;
}
.modal-step-layout .step-nav .step {
  height: 36px;
  border: 1px solid #000;
  color: #000;
  -webkit-border-radius: 36px;
  -moz-border-radius: 36px;
  border-radius: 36px;
  text-align: center;
  font-size: 14px;
  font-weight: var(--f-weight-bold);
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-step-layout .step-nav .active {
  background-color: #000;
  color: #fff;
}
.modal-step-layout .slider {
  height: 100%;
  flex: 1;
  max-width: calc(100% - 144px);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.modal-step-layout .slider .slides {
  display: flex;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.modal-step-layout .slider .slides .active {
  display: block;
}
.modal-step-layout .slide {
  display: none;
  text-align: center;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background-color: var(--c-gray-3);
}
.modal-step-layout .next-step {
  background: var(--c-bg);
  color: var(--c-text-d);
  padding: 10px 20px;
  border: none;
  cursor: pointer;
}
.slider-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.slider-container .template-wrap {
  overflow: visible;
  width: auto !important;
  justify-content: flex-start;
  align-items: flex-start;
}
.slider-container .template-track {
  display: flex;
  height: 100%;
  gap: 16px;
  transition: transform 0.4s ease;
  will-change: transform;
}
.slider-container .template-track .cg-template {
  height: 100%;
  overflow-y: scroll;
}
.slider-container .slider-btn {
  position: absolute;
  background: #333;
  color: #fff;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  font-size: 18px;
  top: 50%;
  width: 56px;
  height: 56px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
}
.slider-container .slider-btn span[class^='fa-'] {
  filter: invert(1);
  -webkit-filter: invert(1);
}
.slider-container .slider-btn.prev {
  left: 8px;
}
.slider-container .slider-btn.next {
  right: 8px;
}
.slider-container .slider-btn:disabled {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.template-wrap {
  display: flex;
  gap: 12px;
  width: 100%;
  height: 100%;
  max-height: 812px;
  overflow-y: auto;
  justify-content: center;
  align-items: center;
  padding: 20px 24px;
}
.template-wrap .cg-template {
  width: 375px;
  height: 812px;
}
.template-wrap .cg-template.active {
  outline: 4px solid var(--c-blue);
}
.template-wrap .cg-template > .title {
  background-color: #000;
  color: #fff;
  padding: 6px 16px;
  width: fit-content;
  margin: 0 auto 10px;
  font-size: 12px;
  font-weight: var(--f-weight-medium);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  margin-top: -20px;
}
.template-wrap .cg-template .cg-wrap {
  background-color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.template-main .prev,
.template-main .next {
  background: none;
  border: none;
  cursor: pointer;
  position: absolute;
  width: 56px;
  height: 56px;
  border-radius: 30px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.template-main .prev::before,
.template-main .next::before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url('../images/icon_ui.svg') no-repeat -270px 0;
  filter: invert(1);
  -webkit-filter: invert(1);
}
.template-main .prev:disabled,
.template-main .next:disabled {
  background: var(--c-gray-4);
  cursor: not-allowed;
}
.template-main .prev {
  left: 10px;
}
.template-main .prev::before {
  transform: rotate(180deg);
  margin-right: -8px;
}
.template-main .next {
  right: 10px;
}
.template-main .next::before {
  margin-right: -8px;
}
.template-main .active {
  border: 4px solid var(--c-blue);
}
.upload-logo {
  width: 100%;
  height: 100%;
  display: flex;
  gap: 12px;
}
.upload-logo .upload-sample {
  height: 100%;
  flex: 1;
  background-color: var(--c-gray-2);
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
.upload-logo .upload-sample .sample {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 12px;
  font-size: 14px;
  font-weight: var(--f-weight-reguler);
  color: #121212;
}
.upload-logo .upload-sample .sample img {
  width: 130px;
  height: auto;
}
.upload-logo .upload-box {
  height: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: var(--c-blue-l);
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.upload-logo .upload-box .img.img-upload {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  background: url(../images/icon_upload.png) no-repeat 0 0;
  background-size: auto 100px;
}
.upload-logo .upload-box h4 {
  font-size: 18px;
  font-weight: var(--f-weight-semibold);
  margin-bottom: 32px;
}
.upload-logo .upload-box h4 small {
  display: block;
  font-size: 12px;
  font-weight: var(--f-weight-medium);
  color: var(--c-gray-4);
}
.upload-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.upload-container .upload-box {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  width: 270px;
  height: 36px;
  padding: 5px 10px;
  border: 2px solid var(--c-blue);
  border-radius: 5px;
  background-color: transparent;
  cursor: pointer;
  font-size: 14px;
  color: #666;
  position: relative;
}
.upload-container .upload-box input {
  display: none;
}
.upload-container .upload-box .icon-upload {
  background-color: var(--c-blue);
  width: 30px;
  height: 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.upload-container .upload-box .icon-upload::after {
  content: '';
  display: inline-block;
  background: url(../images/icon_ui.svg) no-repeat -270px -30px;
  background-size: 300px auto;
  width: 30px;
  height: 30px;
  filter: invert(1);
  -webkit-filter: invert(1);
}
.image-preview {
  width: auto;
  max-height: 36px;
}
.finished-wrap {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: var(--c-blue-l);
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.finished-wrap .img-finished {
  width: 94px;
  height: 94px;
  background: url(../images/icon_finished.png) no-repeat 0 0;
  background-size: auto 94px;
  margin: 16px auto;
}
.finished-wrap h4 {
  font-size: 18px;
  font-weight: var(--f-weight-semibold);
  margin-bottom: 32px;
}
.finished-wrap h4 small {
  display: block;
  font-size: 12px;
  font-weight: var(--f-weight-medium);
  color: var(--c-gray-4);
}
.modal-select-layout {
  display: flex;
  gap: 10px;
}
.modal-select-layout .template-list {
  flex: 0 1 100px;
}
.popup-msg-tost {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  padding: 13px 44px 13px 30px;
  background-color: var(--c-gray-6);
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: var(--f-weight-medium);
  color: #fff;
  visibility: hidden;
  z-index: 99999;
}
.popup-msg-tost.show {
  visibility: visible;
  animation: fadein 0.5s, fadeout 0.5s 1.5s;
}
@keyframes fadein {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

@keyframes fadeout {
  0% {opacity: 1;}
  100% {opacity: 0;}
}
/**************
코드관리
***************/
#contents.contents-code {
  flex-direction: row;
  gap: 0;
  overflow-y: hidden;
  padding: 0;
}
#contents.contents-code .contents-inner {
  flex: 1;
  height: 100%;
}
#contents.contents-code .contents-inner.contents-list {
  flex: 0 1 220px;
}
#contents.contents-code .contents-inner + .contents-inner {
  border-left: 1px solid var(--c-gray-2);
}
#contents.contents-code .contents-inner .c-filter {
  padding: 24px 24px 0;
}
#contents.contents-code .contents-inner .c-filter .btn {
  width: fit-content;
}
#contents.contents-code .contents-inner .c-body {
  padding: 24px 24px;
}
#contents.contents-code .contents-inner .c-body-form {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
#contents.contents-code .form-group-wrap {
  background-color: var(--c-bg);
  padding: 24px;
}
#contents.contents-code .form-group-wrap .form-group {
  width: 100%;
}
#contents.contents-code .form-group-wrap .form-group .control-label {
  display: inline-block;
  width: 120px;
  font-size: 14px;
  font-weight: var(--f-weight-medium);
}
#contents.contents-code .btn-group-sm {
  padding: 0 24px;
}
.jstree-wrap {
  padding: 24px;
  height: 100%;
}
.contents-title {
  height: 66px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--c-gray-2);
  padding: 24px 24px 0;
}
.contents-title h3 {
  font-size: 18px;
  font-weight: var(--f-weight-semibold);
}
.contents-title h3 small {
  display: block;
  color: var(--c-gray-4);
  font-size: 12px;
  font-weight: var(--f-weight-medium);
}
.contents-title .btn {
  width: fit-content;
}
#contents.contents-viewer {
  flex-direction: row;
  gap: 0;
  padding: 0;
}
#contents.contents-viewer .contents-inner {
  flex: 1;
  height: 100%;
}
#contents.contents-viewer .contents-inner.contents-list {
  flex: 0 1 220px;
}
#contents.contents-viewer .contents-inner + .contents-inner {
  border-left: 1px solid var(--c-gray-2);
}
#contents.contents-viewer .contents-inner .contents-title-filter {
  padding: 24px 16px 0;
  height: 66px;
  display: flex;
  gap: 8px;
  width: 100%;
}
#contents.contents-viewer .contents-inner .contents-title-filter .json-input-group {
  padding: 0;
  height: 40px;
  flex: 1;
  border: 1px solid var(--c-gray-3);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  display: flex;
  align-items: stretch;
}
#contents.contents-viewer .contents-inner .contents-title-filter .json-input-group label {
  height: 100%;
  text-align: center;
  flex: 0 1 86px;
  font-size: 14px;
  font-weight: var(--f-weight-medium);
  border-right: 1px solid var(--c-gray-3);
  display: flex;
  align-items: center;
  justify-content: center;
}
#contents.contents-viewer .contents-inner .contents-title-filter .json-input-group .form-input {
  flex: 1;
  border: 0;
  height: 38px;
  margin: 0;
}
#contents.contents-viewer .contents-inner .contents-title-filter .btn {
  flex: 0 1 140px;
  height: 40px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
#contents.contents-viewer .contents-inner .c-body {
  height: calc(100% - 66px);
  display: flex;
  gap: 8px;
  padding: 16px;
  align-items: stretch;
}
#contents.contents-viewer .contents-inner .c-body .c-body-code {
  flex: 1;
  background-color: #e8e8e8;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  height: 100%;
}
#contents.contents-viewer .contents-inner .c-body .c-body-code .code {
  height: calc(100% - 64px);
  overflow: hidden;
}
#contents.contents-viewer .contents-inner .c-body .c-body-code .code > textarea {
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 0;
  outline: 0;
  padding: 24px;
}
#contents.contents-viewer .contents-inner .c-body .c-body-code .code-btn {
  display: flex;
  height: 64px;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
}
#contents.contents-viewer .contents-inner .c-body .c-body-code .code-btn .btn-group .btn {
  flex: none;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #757575;
  color: #555;
  font-size: 12px;
  font-weight: bold;
  height: 32px;
  padding: 0 16px;
  width: fit-content;
}
#contents.contents-viewer .contents-inner .c-body .c-body-code .code-btn .btn-group .btn.btn-secondary {
  color: #fff;
}
#contents.contents-viewer .contents-inner .c-body .c-body-viewer {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  height: 100%;
  flex: 0 1 360px;
  background-color: #4d4d4d;
  display: flex;
  align-items: center;
  justify-content: center;
}
#contents.contents-viewer .contents-inner .c-body .c-body-viewer .cg-template {
  margin: 0 -30px;
  transform: scale(0.68);
  width: 375px;
  height: 812px;
}
.jsonlist-wrap {
  flex: 0 1 220px;
  width: 220px;
  max-width: 220px;
  display: flex;
  flex-direction: column;
}
.jsonlist-wrap .search-box {
  margin-bottom: 8px;
  width: 100%;
  position: relative;
}
.jsonlist-wrap .search-box:after {
  content: '';
  display: block;
  position: absolute;
  top: 6px;
  left: 6px;
  width: 20px;
  height: 20px;
  background: url('../images/icon_ui.svg') no-repeat -95px -5px;
  background-size: 300px auto;
}
.jsonlist-wrap .search-box input {
  width: 100%;
  height: 32px !important;
  border: 1px solid var(--c-border) !important;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding-left: 30px;
}
.jsonlist-wrap .jsonlist-inner {
  padding: 16px 16px 8px;
}
.jsonlist-wrap .jsonlist-title {
  height: 40px;
  padding: 0 26px;
  font-size: 14px;
  font-weight: var(--f-weight-medium);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.jsonlist-wrap .jsonlist-title span[class^='fa-'] {
  filter: brightness(0) saturate(100%) invert(53%) sepia(0%) saturate(1068%) hue-rotate(185deg) brightness(88%) contrast(84%);
  -webkit-filter: brightness(0) saturate(100%) invert(53%) sepia(0%) saturate(1068%) hue-rotate(185deg) brightness(88%) contrast(84%);
}
.jsonlist-wrap .jsonlist-scroll {
  flex: 0 1 calc(100% - 90px);
  width: 100%;
  overflow-y: auto;
  padding: 0 16px;
}
.jsonlist-wrap .jsonlist {
  display: flex;
  flex-direction: column;
}
.jsonlist-wrap .jsonlist li {
  padding: 10px;
  font-size: 14px;
  font-weight: var(--f-weight-medium);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  /*20250526 추가*/
  position: relative;
  padding-right: 30px;
}
.jsonlist-wrap .jsonlist li .item-text {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  cursor: default;
}
.jsonlist-wrap .jsonlist li .item-text:hover {
  white-space: normal;
  word-break: break-all;
}
.jsonlist-wrap .jsonlist li .item-text.tooltip:hover {
  white-space: normal;
  word-break: break-all;
  z-index: 10;
  position: absolute;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 8px;
  max-width: 190px;
  top: 0;
  left: 0;
}
.jsonlist-wrap .jsonlist li > button {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
}
.jsonlist-wrap .jsonlist li > button span[class^='fa-'] {
  filter: brightness(0) saturate(100%) invert(53%) sepia(0%) saturate(1068%) hue-rotate(185deg) brightness(88%) contrast(84%);
  -webkit-filter: brightness(0) saturate(100%) invert(53%) sepia(0%) saturate(1068%) hue-rotate(185deg) brightness(88%) contrast(84%);
}
.jsonlist-wrap .jsonlist li.active {
  background-color: var(--c-blue-l);
}
#contents.contents-file {
  background-color: transparent !important;
  box-shadow: none !important;
  display: flex;
  flex-direction: row !important;
  align-items: flex-start;
  gap: 16px;
  padding: 0 0 24px;
  overflow: visible;
}
#contents.contents-file .fileupload-box {
  flex: 1;
  background-color: #fff;
  height: calc(100% - 100px);
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  padding: 0 0 24px;
}
#contents.contents-file .fileupload-box .contents-title {
  padding: 24px 16px 0;
  border-bottom: 0;
}
#contents.contents-file .fileupload-box .fileupload-group {
  margin: 0 16px;
}
#contents.contents-file .fileupload-box .file-list-wrap {
  height: calc(100% - 114px );
  overflow-y: auto;
  margin-top: 8px;
  padding: 0 16px;
}
#contents.contents-file .fileupload-box .file-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px;
  min-height: 40px;
  border-bottom: 1px solid #dbdbdb;
  font-size: 14px;
  font-weight: var(--f-weight-reguler);
}
#contents.contents-file .fileupload-box .file-list li .tooltip-btn-wrap {
  margin-left: auto;
}
#contents.contents-file .fileupload-box .file-list li .icon {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#contents.contents-file .fileupload-box .file-list li .icon img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
#contents.contents-file .fileupload-box .file-list li .tooltip-btn {
  top: 24px;
  right: -8px;
}
.fileupload-group {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: #f7f7f7;
  padding: 8px 8px 8px 16px;
  display: flex;
  align-items: center;
}
.fileupload-group .btn {
  height: 32px;
  width: 55px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.fileupload-group .fileupload-zone {
  flex: 1;
  cursor: pointer;
}
.fileupload-group .fileupload-zone label {
  font-size: 14px;
  font-weight: var(--f-weight-reguler);
  line-height: 1.1;
}
.fileupload-group .fileupload-zone input[type='file'] {
  display: none;
}
/*CAPTION  add*/
.caption-inner .c-body {
  width: 100%;
}
.caption-inner .c-body .c-body-input {
  flex: 1;
  padding: 24px;
  background-color: var(--c-bg);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.caption-inner .c-body .c-body-input .form-group label {
  display: flex;
  align-items: center;
  gap: 8px;
}
.caption-inner .c-body .c-body-input .form-group label .btn {
  margin-left: auto;
}
.caption-inner .c-body .c-body-input .radiobox label {
  max-width: fit-content;
}
.caption-inner .c-body .c-body-input .code-btn {
  margin-top: 24px;
}
.form-group-code {
  margin-top: 10px;
}
.form-group-code .form-group-wrap {
  padding-top: 6px;
  gap: 8px !important;
}
.form-group-code .form-group-wrap .form-input {
  height: 32px !important;
  width: 140px;
}
.form-group-code .form-group-wrap .form-input:nth-child(3) {
  max-width: 60px !important;
}
.form-group-code .form-group-wrap {
  max-height: calc(100vh - 640px);
  overflow: auto;
  flex-wrap: nowrap;
}
.c-body-wavecaption {
  align-items: flex-start !important;
  overflow-y: scroll;
  flex: 0 1 420px !important;
  min-width: 420px;
  padding: 16px;
}
.cg-wavecaption {
  background: url(../images/bg_wavecaption_.png) no-repeat 0 0;
  background-size: 100% 100%;
  transform: scale(1) !important;
}
