@charset "UTF-8";
html {
  --body-font-family: Pretendard, Open Sans, Helvetica Neue, 맑은 고딕, Malgun Gothic, 굴림, sans-serif;
  --coBlack:#000000;
  --fw-normal: 400;
  --fw-bold: 700;
  --lts-default: -0.2px;
}

html[lang=auto],
html[lang=ko] {
  --body-font-family: Pretendard, Open Sans, Helvetica Neue, 맑은 고딕, Malgun Gothic, 굴림, sans-serif;
  --coBlack:#000000;
  --fw-normal: 400;
  --fw-bold: 700;
  --lts-default: -0.2px;
}

html[lang=en] {
  --body-font-family: Poppins, Pretendard, Open Sans, Helvetica Neue, 맑은 고딕, Malgun Gothic, 굴림, sans-serif;
  --coBlack:#000000;
  --fw-normal: 300;
  --fw-bold: 600;
  --lts-default: normal;
}

html[lang=zh] {
  --body-font-family: Alibaba PuHuiTi, Pretendard, Open Sans, Helvetica Neue, 맑은 고딕, Malgun Gothic, 굴림, sans-serif;
  --coBlack:#1a1a1a;
  --fw-normal: 300;
  --fw-bold: 500;
  --lts-default: -0.025em;
}

div.invisibleSpace {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 12px;
  gap: 8px;
  z-index: 1000;
}
div.invisibleSpace button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 27px;
  height: 27px;
  border-radius: 100%;
  color: var(--coWhite);
  border: 1px solid rgba(190, 193, 206, 0.6);
  background: rgba(148, 151, 165, 0.5);
  -webkit-box-shadow: 0 0 3px 1px rgba(190, 193, 206, 0.15);
          box-shadow: 0 0 3px 1px rgba(190, 193, 206, 0.15);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
div.invisibleSpace button i {
  font-size: 1.742rem;
  opacity: 0.6;
}
div.invisibleSpace button:hover i {
  opacity: 0.8;
}
div.invisibleSpace button.btn-bluetooth:hover {
  background: #5fabff;
  border-color: #0079ff;
}
div.invisibleSpace button.btn-bluetooth.is-active {
  color: #0079ff;
  border-color: #003eb2;
  -webkit-box-shadow: 0 0 15px 1px rgba(146, 198, 255, 0.35);
          box-shadow: 0 0 15px 1px rgba(146, 198, 255, 0.35);
}
div.invisibleSpace button.btn-netwroking:hover {
  background: #24e178;
  border-color: #19b960;
}
div.invisibleSpace button.btn-netwroking.is-active {
  color: #00e466;
  border-color: #009844;
  -webkit-box-shadow: 0 0 15px 1px rgba(42, 212, 118, 0.35);
          box-shadow: 0 0 15px 1px rgba(42, 212, 118, 0.35);
}
div.invisibleSpace button.btn-netwroking.is-active:hover {
  background: #a9eec8;
}
div.invisibleSpace button.is-active {
  background: var(--coGray50);
}
div.invisibleSpace button.is-active i {
  opacity: 1;
}

:root .panelWrap {
  --Gray: #aeb2c2;
  --coGray550: #9ca0ae;
  --coGray600: #8a8e9a;
  --coGray650: #797c87;
  --coGray700: #676973;
  --coGray750: #55575f;
  --coGray800: #43454b;
  --coGray850: #323337;
  --coGray900: #202124;
  --coGray950: #0e0f10;
  --coGray500: #aeb2c2;
  --coGray450: #b6bac8;
  --coGray400: #bfc2ce;
  --coGray350: #c7cad5;
  --coGray300: #cfd1db;
  --coGray250: #d7d9e1;
  --coGray200: #e0e1e7;
  --coGray150: #e8e9ee;
  --coGray100: #f0f1f4;
  --coGray50: #f8f9fa;
}

header.defaultHeader.preview {
  font-family: var(--body-font-family);
}
header.defaultHeader.preview button.btn-openclose {
  position: fixed;
  right: 10px;
  top: 12px;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
  height: 30px;
  color: var(--coPrimary);
  border: 1px solid var(--coWhite);
  background: var(--coWhite);
  border-radius: 6px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  z-index: 1001;
}
header.defaultHeader.preview div.headerWrap div.leftBox {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  padding: 0;
  background: var(--coWhite);
}
header.defaultHeader.preview div.headerWrap div.leftBox h1.mainTitle {
  display: none;
}
header.defaultHeader.preview div.headerWrap div.leftBox div.appTitle,
header.defaultHeader.preview div.headerWrap div.leftBox div.modelTitle {
  width: 100%;
  height: 50px;
  max-width: calc(100% - 360px);
  color: #343e4a;
}
header.defaultHeader.preview div.headerWrap div.leftBox div.appTitle button.appTitleOutput,
header.defaultHeader.preview div.headerWrap div.leftBox div.appTitle button.appTitleOutput,
header.defaultHeader.preview div.headerWrap div.leftBox div.modelTitle button.appTitleOutput,
header.defaultHeader.preview div.headerWrap div.leftBox div.modelTitle button.appTitleOutput {
  width: 100%;
  height: 100%;
  padding: 0 15px;
  font-family: Pretendard, Open Sans, Helvetica Neue, 맑은 고딕, Malgun Gothic, 굴림, sans-serif;
  font-size: 1.206rem;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
  vertical-align: middle;
  display: inline-block;
  white-space: nowrap;
  text-align: left;
}
header.defaultHeader.preview div.headerWrap div.rightBox {
  position: fixed;
  top: 0;
  right: 0;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header.defaultHeader.preview div.headerWrap div.rightBox div.btnWrap button.btn {
  padding: 0 10px;
}
@media (max-width: 574.98px) {
  header.defaultHeader.preview {
    top: 6px;
    left: 6px;
    width: calc(100% - 12px);
    height: 45px;
    border-radius: 6px;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
    border-bottom: 0;
    overflow: hidden;
    z-index: 1001;
  }
  header.defaultHeader.preview.is-hidden {
    height: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  header.defaultHeader.preview.is-hidden div.headerWrap {
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
  }
  header.defaultHeader.preview.is-hidden .btn-openclose {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    border-color: var(--coPrimary);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
    opacity: 0.6;
  }
  header.defaultHeader.preview button.btn-openclose {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header.defaultHeader.preview div.headerWrap {
    height: 45px;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transition: -webkit-transform 0.25s ease-in-out;
    transition: -webkit-transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  }
  header.defaultHeader.preview div.headerWrap div.leftBox div.appTitle,
  header.defaultHeader.preview div.headerWrap div.leftBox div.modelTitle {
    max-width: calc(100% - 145px);
    height: 100%;
  }
  header.defaultHeader.preview div.headerWrap div.leftBox div.appTitle button.appTitleOutput,
  header.defaultHeader.preview div.headerWrap div.leftBox div.appTitle button.appTitleOutput,
  header.defaultHeader.preview div.headerWrap div.leftBox div.modelTitle button.appTitleOutput,
  header.defaultHeader.preview div.headerWrap div.leftBox div.modelTitle button.appTitleOutput {
    font-size: 1.005rem;
  }
  header.defaultHeader.preview div.headerWrap div.rightBox {
    height: 100%;
    padding: 0 35px 0 10px;
  }
  header.defaultHeader.preview div.headerWrap div.rightBox div.btnWrap button.btn {
    width: 30px;
    height: 30px;
    padding: 0;
    margin-left: 1px;
    border-radius: 3px;
  }
  header.defaultHeader.preview div.headerWrap div.rightBox div.btnWrap button.btn i {
    margin: 0;
  }
  header.defaultHeader.preview div.headerWrap div.rightBox div.btnWrap button.btn > span {
    display: none;
  }
}

div.optionBtnWrap {
  position: fixed;
  top: 60px;
  right: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1000;
  gap: 5px;
}
div.optionBtnWrap button.stayCurrent {
  width: auto;
  height: 30px;
  padding: 0 10px 0 8px;
  color: var(--coGray50);
  font-size: 0.871rem;
  background: var(--coGray900);
  border-radius: 6px;
  opacity: 0.8;
}
div.optionBtnWrap button.stayCurrent i {
  display: inline-block;
  font-size: 0.804rem;
  vertical-align: middle;
  -webkit-transform: rotateY(0);
          transform: rotateY(0);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}
div.optionBtnWrap button.stayCurrent:hover {
  opacity: 1;
}
div.optionBtnWrap button.stayCurrent.toggleOn {
  background: var(--coGray900);
}
div.optionBtnWrap button.stayCurrent.toggleOn i {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
@media (max-width: 574.98px) {
  div.optionBtnWrap button.stayCurrent#panelSwitchBtn {
    display: none !important;
  }
}
@media (max-width: ) {
  div.optionBtnWrap {
    right: 25px;
  }
}

div.panelWrap {
  height: 100%;
  min-height: 628px;
  border-radius: 12px;
  padding: 0 25px 40px;
  background: var(--coGray900);
  overflow: hidden;
  overflow-y: auto;
}
div.panelWrap input[type=file],
div.panelWrap input[type=text],
div.panelWrap input[type=number],
div.panelWrap input[type=color],
div.panelWrap textarea {
  width: auto;
  border: 1px solid var(--coGray600);
  color: var(--coBlack);
  font-size: 1.072rem;
}
div.panelWrap input[type=file].focus, div.panelWrap input[type=file]:focus, div.panelWrap input[type=file]:focus-visible,
div.panelWrap input[type=text].focus,
div.panelWrap input[type=text]:focus,
div.panelWrap input[type=text]:focus-visible,
div.panelWrap input[type=number].focus,
div.panelWrap input[type=number]:focus,
div.panelWrap input[type=number]:focus-visible,
div.panelWrap input[type=color].focus,
div.panelWrap input[type=color]:focus,
div.panelWrap input[type=color]:focus-visible,
div.panelWrap textarea.focus,
div.panelWrap textarea:focus,
div.panelWrap textarea:focus-visible {
  outline: 1px solid var(--coGray800);
}
div.panelWrap input[type=file]:hover,
div.panelWrap input[type=text]:hover,
div.panelWrap input[type=number]:hover,
div.panelWrap input[type=color]:hover,
div.panelWrap textarea:hover {
  outline: 1px solid var(--coGray700);
  -webkit-box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.03);
          box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.03);
  cursor: pointer;
}
div.panelWrap input[type=file],
div.panelWrap input[type=text],
div.panelWrap input[type=number],
div.panelWrap input[type=color] {
  height: 40px;
}
div.panelWrap textarea.property {
  height: 100px;
  padding: 12px;
}
div.panelWrap button.btnAlign,
div.panelWrap button.positionBtn {
  height: 40px;
  padding: 0 20px;
  margin-left: 0;
  margin-right: 6px;
  font-size: 0.938rem;
  color: var(--coGray850);
  background-color: var(--coGray250);
}
div.panelWrap button.btnAlign.select,
div.panelWrap button.positionBtn.select {
  color: var(--coWhite);
  background-color: var(--coGray900);
}
div.panelWrap input[type=text].property.colorcode {
  width: 150px;
}
div.panelWrap input[type=color].property {
  width: 43px !important;
  height: 43px;
  margin-left: 5px;
}
div.panelWrap div.selectWrap {
  background-color: var(--coGray50);
}
div.panelWrap div.selectWrap:before {
  color: var(--coGray700);
}
div.panelWrap div.selectWrap select {
  border: 1px solid var(--coGray600);
}
div.panelWrap div.selectWrap select option {
  color: var(--coGray900);
  background-color: var(--coGray50);
}
div.panelWrap div.selectWrap select.property:focus, div.panelWrap div.selectWrap select.property:focus-visible {
  color: var(--coGray800);
  outline: 1px solid var(--coGray800);
}
div.panelWrap div.selectWrap select.property option {
  color: var(--coBlack);
  background-color: var(--coGray50);
}
div.panelWrap h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 65px;
  padding: 0;
  font-size: 1.072rem;
  color: var(--coGray100);
}
div.panelWrap h3 span {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
div.panelWrap h3 .terminalBtn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  height: 30px;
  padding: 0 14px;
  font-size: 1.005rem;
  letter-spacing: -0.25px;
  color: var(--coGray700);
  border-radius: 4px;
  background: var(--coGray100);
}
div.panelWrap .panel {
  display: block;
  width: 100%;
  height: calc(100% - 65px);
  padding: 5px 0;
}
div.panelWrap .panel::-webkit-scrollbar-track {
  background-color: var(--coGray800);
  opacity: 0.5;
}
div.panelWrap .panel::-webkit-scrollbar {
  width: 4px;
  background-color: var(--coGray800);
  opacity: 0.5;
}
div.panelWrap .panel::-webkit-scrollbar-thumb {
  background-color: var(--coGray700);
}
div.panelWrap.boardPanel .panel {
  color: var(--coGray200);
  background: var(--coGray900);
  white-space: pre-wrap;
  word-break: break-all;
  overflow: hidden;
  overflow-y: auto;
}
div.panelWrap.llmPanel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 10px;
  padding: 0;
  background: var(--bg-screenPre);
  overflow: hidden;
}
div.panelWrap.llmPanel .llmSelector {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}
div.panelWrap.llmPanel .llmSelector .selectWrap {
  width: auto;
  height: 60px;
  color: var(--coGray100);
  background: var(--coGray750);
  font-weight: var(--fw-bold);
}
div.panelWrap.llmPanel .llmSelector .selectWrap:before {
  font-size: 2.144rem;
  width: 45px;
  height: 45px;
  color: var(--coGray100);
}
div.panelWrap.llmPanel .llmSelector .selectWrap select {
  padding: 5px 50px 5px 20px;
  border: 0;
  border-radius: 12px;
  font-size: 1.34rem;
  color: var(--coGray100);
}
div.panelWrap.llmPanel .llmSelector .selectWrap option {
  color: var(--coGray100);
  background: var(--coGray750);
}
div.panelWrap.llmPanel .panel {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 500px;
  gap: 30px;
  padding: 10px 30px 30px;
  border-radius: 16px;
  background: var(--coGray150);
  overflow: hidden;
}
div.panelWrap.llmPanel .panel h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 60px;
  color: var(--coGray800);
  font-weight: var(--fw-bold);
}
div.panelWrap.llmPanel .panel h4 button.btn-submit {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 60px;
  height: 34px;
  padding: 0 14px;
  font-size: 0.871rem;
  letter-spacing: -0.25px;
  color: var(--coGray100);
  border-radius: 4px;
  background-color: var(--coGray800);
}
div.panelWrap.llmPanel .panel h4 button.btn-submit:hover {
  background-color: var(--coGray850);
}
div.panelWrap.llmPanel .panel .llmSettingWrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  min-width: 300px;
}
div.panelWrap.llmPanel .panel .pormptWrap {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 10px;
  height: 100%;
}
div.panelWrap.llmPanel .panel .pormptWrap .pormptSet {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  width: 100%;
  height: auto;
}
div.panelWrap.llmPanel .promptTextarea {
  width: 100%;
  height: calc(100% - 80px);
  min-height: 200px;
  padding: 15px;
  border: 1px solid var(--coGray300);
  border-radius: 12px;
}
div.panelWrap.llmPanel .propertiesList {
  height: calc(100% - 50px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 20px;
  overflow: hidden;
  overflow-y: auto;
}
div.panelWrap.llmPanel .propertiesList::-webkit-scrollbar-track {
  background-color: var(--coGray400);
  opacity: 0.5;
}
div.panelWrap.llmPanel .propertiesList::-webkit-scrollbar {
  width: 4px;
  background-color: var(--coGray400);
  opacity: 0.5;
}
div.panelWrap.llmPanel .propertiesList::-webkit-scrollbar-thumb {
  background-color: var(--coGray300);
}
div.panelWrap.llmPanel .propertiesList li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 20px;
  padding: 0 10px 0 5px;
}
div.panelWrap.llmPanel .propertiesList li dl {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3px;
}
div.panelWrap.llmPanel .propertiesList li dl dt {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 0.871rem;
  color: var(--coGray750);
}
div.panelWrap.llmPanel .propertiesList li dl dd {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
div.panelWrap.llmPanel .propertiesList li dl dd input,
div.panelWrap.llmPanel .propertiesList li dl dd textarea,
div.panelWrap.llmPanel .propertiesList li dl dd .selectWrap {
  width: 100%;
}
div.panelWrap.llmPanel .propertiesList li dl dd input[type=range] {
  width: calc(100% - 60px);
  vertical-align: middle;
}
div.panelWrap.llmPanel .propertiesList li dl dd .range-value {
  width: 60px;
  padding: 0 10px;
  color: var(--coGray900);
  vertical-align: middle;
  line-height: 120%;
}
div.panelWrap.llmPanel .propertiesList li dl.pair-textAlignment dd {
  gap: 0;
}
div.panelWrap.llmPanel .propertiesList li dl.pair-textAlignment dd button.property.btnAlign {
  margin: 0;
  border-radius: 0;
}
div.panelWrap.llmPanel .propertiesList li dl.pair-textAlignment dd button.property.btnAlign:first-child {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
div.panelWrap.llmPanel .propertiesList li dl.pair-textAlignment dd button.property.btnAlign:last-child {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
@media (max-width: 574.98px) {
  div.panelWrap {
    display: none !important;
  }
}

div.publishWrap {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  background: var(--bg-screenPre);
}
div.publishWrap i {
  font-size: 1.34rem;
}
div.publishWrap div.actualBox {
  padding: 0;
}
div.publishWrap section.screenPreSC {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px;
  width: 100%;
  height: calc(100vh - 50px);
  height: calc(var(--vh, 1vh) * 100 - 50px);
  margin-top: 50px;
  padding: 50px 25px;
  overflow-x: hidden;
  overflow-y: auto;
}
div.publishWrap section.screenPreSC div.screenPreWrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
}
div.publishWrap section.screenPreSC div.screenPreWrap div.preWrap {
  position: relative;
  border: 10px solid var(--coGray100);
  border-top-width: 30px;
  border-bottom-width: 30px;
  border-radius: 15px;
  outline: 1px solid var(--coGray500);
  -webkit-box-shadow: 0 0px 20px 2px rgba(52, 53, 58, 0.15);
          box-shadow: 0 0px 20px 2px rgba(52, 53, 58, 0.15);
  background-color: var(--coWhite);
  overflow-x: hidden;
}
div.publishWrap section.screenPreSC div.screenPreWrap div.preWrap::-webkit-scrollbar-track {
  background-color: var(--coBlueGray800);
}
div.publishWrap section.screenPreSC div.screenPreWrap div.preWrap::-webkit-scrollbar {
  width: 4px;
  background-color: var(--coBlueGray800);
}
div.publishWrap section.screenPreSC div.screenPreWrap div.preWrap::-webkit-scrollbar-thumb {
  background-color: var(--coBlueGray700);
}
div.publishWrap section.screenPreSC div.screenPreWrap div.preWrap div.previewZone {
  position: relative;
  width: 320px;
  aspect-ratio: 9/16;
  overflow: hidden;
}
div.publishWrap section.screenPreSC div.screenPreWrap div.preWrap div.previewZone section.contentsWrap {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  outline: 1px solid var(--coGray300);
  outline-offset: -1px;
  border: 0px;
  overflow-y: auto;
  overflow-x: hidden;
}
div.publishWrap section.screenPreSC div.screenPreWrap div.preWrap div.previewZone section.contentsWrap::-webkit-scrollbar-track {
  background-color: var(--coGray200);
}
div.publishWrap section.screenPreSC div.screenPreWrap div.preWrap div.previewZone section.contentsWrap::-webkit-scrollbar {
  width: 4px;
  background-color: var(--coGray200);
}
div.publishWrap section.screenPreSC div.screenPreWrap div.preWrap div.previewZone section.contentsWrap::-webkit-scrollbar-thumb {
  background-color: var(--coGray600);
}
div.publishWrap section.screenPreSC div.screenPreWrap div.preWrap div.previewZone iframe {
  width: 100%;
  height: calc(100% + 7px);
  margin: 0px;
  padding: 0px;
  border: 0px;
  display: block;
  overflow-y: auto;
  overflow-x: hidden;
}
div.publishWrap section.screenPreSC div.panelWrap {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  max-width: calc(100% - 390px);
}
@media (max-width: 819.98px) {
  div.publishWrap section.screenPreSC {
    padding: 45px 25px;
    gap: 25px;
  }
  div.publishWrap section.screenPreSC div.panelWrap {
    max-width: calc(100% - 365px);
  }
}
@media (max-width: 574.98px) {
  div.publishWrap section.screenPreSC {
    padding: 0;
    width: 100%;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    margin-top: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0;
  }
  div.publishWrap section.screenPreSC div.screenPreWrap div.invisibleSpace {
    position: fixed;
    top: 5px;
    right: 35px;
  }
  div.publishWrap section.screenPreSC div.screenPreWrap div.preWrap {
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform-origin: top center;
            transform-origin: top center;
  }
  div.publishWrap section.screenPreSC div.screenPreWrap div.preWrap div.previewZone {
    width: 320px;
    aspect-ratio: auto;
    overflow-y: hidden;
  }
  div.publishWrap section.screenPreSC div.screenPreWrap div.preWrap div.previewZone section.contentsWrap {
    height: 100%;
    background-position: top center !important;
  }
  div.publishWrap section.screenPreSC div.screenPreWrap div.overlayModal {
    position: fixed;
    width: 100%;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    aspect-ratio: auto;
    border: 0;
    border-radius: 0;
    -webkit-transform-origin: top center;
            transform-origin: top center;
  }
}

div.invisibleSpace {
  top: 30px;
  right: 10px;
}

div.overlayModal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 10px solid var(--coGray100);
  border-top-width: 30px;
  border-bottom-width: 30px;
  border-radius: 15px;
  outline: 1px solid var(--coGray500);
  z-index: 1000;
}
div.overlayModal div.overlayAlert {
  width: 80%;
  max-width: 300px;
  height: auto;
  background-color: var(--coWhite);
  border-radius: 10px;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
div.overlayModal div.overlayAlert div.alertContent {
  padding: 20px;
  text-align: center;
}
div.overlayModal div.overlayAlert div.alertContent h3 {
  margin: 0 0 15px;
  font-size: 18px;
  color: var(--coPrimary);
}
div.overlayModal div.overlayAlert div.alertContent p {
  margin: 0 0 20px;
  font-size: 14px;
  line-height: 1.5;
  color: var(--coGray800);
  word-break: keep-all;
}
div.overlayModal div.overlayAlert div.alertContent div.btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
div.overlayModal div.overlayAlert div.alertContent div.btn-group button {
  padding: 8px 20px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
div.overlayModal div.overlayAlert div.alertContent div.btn-group button.btn-ok {
  background-color: var(--coPrimary);
  color: var(--coWhite);
  border: none;
}
div.overlayModal div.overlayAlert div.alertContent div.btn-group button.btn-ok:hover {
  background-color: var(--coPrimaryDark);
}
div.overlayModal div.overlayAlert div.alertContent div.btn-group button.btn-cancel {
  background-color: var(--coGray200);
  color: var(--coGray800);
  border: none;
}
div.overlayModal div.overlayAlert div.alertContent div.btn-group button.btn-cancel:hover {
  background-color: var(--coGray300);
}

div.popup.QRviewer {
  position: fixed;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  padding: 50px 0;
  background: rgba(0, 0, 0, 0.3);
  overflow-y: auto;
  z-index: 1001;
}
div.popup.QRviewer div.popWrap {
  position: relative;
  width: auto;
  max-width: 90%;
}
div.popup.QRviewer div.popWrap h1.mainTitle span {
  font-size: 2.278rem;
  letter-spacing: 1px;
  cursor: default;
}
div.popup.QRviewer div.popWrap div.inputWrap {
  padding: 30px 80px 50px;
}
div.popup.QRviewer div.popWrap div.inputWrap img.qrcode {
  width: 100%;
  max-width: 380px;
  height: auto;
  border: 8px solid rgba(0, 121, 255, 0.75);
  border-radius: 18px;
}
@media (max-width: 819.98px) {
  div.popup.QRviewer div.popWrap div.inputWrap {
    padding: 20px 20px 25px;
  }
  div.popup.QRviewer div.popWrap div.inputWrap img.qrcode {
    border-width: 5px;
    border-radius: 12px;
  }
}

/*앱 설정.20250711*/
body.app header.defaultHeader.preview {
  display: none;
}
body.app div.publishWrap section.screenPreSC {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  margin-top: 0;
}
@media (max-width: 819.98px) {
  body.app div.publishWrap section.screenPreSC div.screenPreWrap div.invisibleSpace {
    right: 5px;
  }
}
body.app div.optionBtnWrap {
  top: 15px;
}