@charset "utf-8";
/* SUIT */
@font-face {
	font-family: 'SUIT';
	font-style: normal;
	font-weight: 100;
	src: url(fonts/SUIT-Thin.otf) format('opentype'), url(fonts/SUIT-Thin.woff2) format('woff2') ;
}
@font-face {
	font-family: 'SUIT';
	font-style: normal;
	font-weight: 200;
	src: url(fonts/SUIT-ExtraLight.otf) format('opentype'), url(fonts/SUIT-ExtraLight.woff2) format('woff2') ;
}
@font-face {
	font-family: 'SUIT';
	font-style: normal;
	font-weight: 300;
	src: url(fonts/SUIT-Light.otf) format('opentype'), url(fonts/SUIT-Light.woff2) format('woff2') ;
}
@font-face {
	font-family: 'SUIT';
	font-style: normal;
	font-weight: 400;
	src: url(fonts/SUIT-Regular.otf) format('opentype'), url(fonts/SUIT-Regular.woff2) format('woff2') ;
}
@font-face {
	font-family: 'SUIT';
	font-style: normal;
	font-weight: 500;
	src: url(fonts/SUIT-Medium.otf) format('opentype'), url(fonts/SUIT-Medium.woff2) format('woff2') ;
}
@font-face {
	font-family: 'SUIT';
	font-style: normal;
	font-weight: 600;
	src: url(fonts/SUIT-SemiBold.otf) format('opentype'), url(fonts/SUIT-SemiBold.woff2) format('woff2') ;
}
@font-face {
	font-family: 'SUIT';
	font-style: normal;
	font-weight: 700;
	src: url(fonts/SUIT-Bold.otf) format('opentype'), url(fonts/SUIT-Bold.woff2) format('woff2') ;
}
@font-face {
	font-family: 'SUIT';
	font-style: normal;
	font-weight: 800;
	src: url(fonts/SUIT-ExtraBold.otf) format('opentype'), url(fonts/SUIT-ExtraBold.woff2) format('woff2') ;
}
@font-face {
	font-family: 'SUIT';
	font-style: normal;
	font-weight: 900;
	src: url(fonts/SUIT-Heavy.otf) format('opentype'), url(fonts/SUIT-Heavy.woff2) format('woff2') ;
}

body.-cb-no-scroll {
  overflow: hidden!important;
}
.-cb-root {
  margin: 0;
  padding: 0;
  font-family: 'SUIT', sans-serif;
}
.-cb-root * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.-cb-root button {
  border: none;
  outline: none;
  cursor: pointer;
}
.-cb-root .-cb-hide {
  display: none!important;
}
.-cb-root .-cb-chatbot-icon {
  position: fixed;
  bottom: 40px;
  right: 40px;
  font-size: 0;
  line-height: 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background: url(images/9d1ba62a9079031da74b.png) no-repeat center/contain;
  /*width: 80px;*/
  /*height: 100px;*/
  /*background: url('../images/common/scienceon-icon.png') no-repeat center/contain;*/
  display: inline-block;
  cursor: pointer;
}

.-cb-chatbox {
  position: fixed;
  overflow: hidden;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  display: flex;
  flex-direction: column;
  z-index: 9900;
}
.-cb-chatbox.-cb-large {
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}
.-cb-chatbox.-cb-small {
  bottom: 40px;
  right: 40px;
  width: 390px;
  height: 690px;
  border-radius: 30px;
}
.-cb-chatbox.-cb-medium {
  top: 50%;
  left: 50%;
  width: 1080px;
  height: 700px;
  transform: translate(-50%, -50%);
}

.-cb-header {
  height: 50px;
  padding: 15px 10px;
  background-color: #f5f5f5;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.-cb-header .-cb-btn-right,
.-cb-header .-cb-btn-left {
  font-size: 0;
  line-height: 0;
}
.-cb-header button {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 10px;
}
.-cb-header button.-cb-setting {
  background: url(images/7aa602ecec2be697eb9a.png) no-repeat center/contain;
}
.-cb-header button.-cb-upload {
  background: url(images/2d4fdd03829fcc3e5f4d.png) no-repeat center/contain;
}
.-cb-header button.-cb-medium,
.-cb-header button.-cb-large {
  background: url(images/0adf926c1cddfb205aee.png) no-repeat center/contain;
}
.-cb-header button.-cb-small {
  background: url(images/893f3571b2ffbb1416e0.png) no-repeat center/contain;
}
.-cb-header button.-cb-close {
  background: url(images/d003f61e74906825c770.png) no-repeat center/contain;
}
.-cb-chatbox.-cb-small .-cb-sidebar.-cb-right,
.-cb-chatbox.-cb-small .-cb-top .-cb-upload-list,
.-cb-chatbox.-cb-medium .-cb-top,
.-cb-chatbox.-cb-large .-cb-top {
  display: none;
}
.-cb-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10px;
  background-color: #f5f5f5;
}
.-cb-top .-cb-title {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  line-height: 26px;
}
.-cb-top .-cb-btn {
  font-size: 0;
  line-height: 0;
}
.-cb-top .-cb-btn button {
  display: inline-block;
  margin-left: 5px;
  padding: 0 10px;
  font-size: 14px;
  color: #fff;
  line-height: 26px;
  border-radius: 3px;
  background-color: #333;
}

.-cb-body {
  display: flex;
  flex: 1;
  overflow: hidden;
}
.-cb-sidebar {
  width: 280px;
  transition: transform 0.3s ease;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.-cb-sidebar .-cb-title {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  line-height: 25px;
  padding: 15px 20px;
  background-color: transparent;
  border-bottom: 1px solid #ccc;
}
.-cb-sidebar .-cb-list {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 5px 10px;
}
.-cb-sidebar .-cb-bottom {
  padding: 15px 20px;
  width: 100%;
}
.-cb-sidebar .-cb-bottom button {
  display: block;
  padding: 13px 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  border-radius: 10px;
  color: #fff;
  background-color: #333;
  width: 100%;
}
.-cb-sidebar .-cb-bottom button .-cb-icon {
  margin-right: 10px;
  vertical-align: top;
  display: inline-block;
  width: 18px;
  height: 18px;
}
.-cb-sidebar .-cb-bottom button.-cb-new-chat .-cb-icon {
  background: url(images/d718026d5b7f1b9771f9.png) no-repeat center / contain;
}

.-cb-chatbox.-cb-small .-cb-sidebar {
  width: 100%;
}
.-cb-chatbox.-cb-medium .-cb-sidebar {
  width: 230px;
}
.-cb-sidebar.-cb-left {
  border-right: 1px solid #ddd;
  transition: margin-left 0.3s ease;
}
.-cb-sidebar.-cb-right {
  border-left: 1px solid #ddd;
  transition: margin-right 0.3s ease;
  background-color: #fff;
  position: absolute;
  right: 0;
  z-index: 9920;
}
.-cb-sidebar.-cb-left:not(.-cb-open) {
  margin-left: -280px;
}
.-cb-sidebar.-cb-right:not(.-cb-open) {
  margin-right: -280px;
}
.-cb-chatbox.-cb-medium .-cb-sidebar.-cb-left:not(.-cb-open) {
  margin-left: -230px;
}
.-cb-chatbox.-cb-medium .-cb-sidebar.-cb-right:not(.-cb-open) {
  margin-right: -230px;
}
.-cb-upload-wrapper .-cb-list .-cb-item,
.-cb-sidebar .-cb-list .-cb-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  padding: 5px;
}
.-cb-upload-wrapper .-cb-list .-cb-item.-cb-on,
.-cb-upload-wrapper .-cb-list .-cb-item:hover,
.-cb-sidebar .-cb-list .-cb-item.-cb-on,
.-cb-sidebar .-cb-list .-cb-item:hover {
  background-color: #e9ecef;
}
.-cb-upload-wrapper .-cb-list .-cb-item .-cb-item-title,
.-cb-sidebar .-cb-list .-cb-item .-cb-item-title {
  flex-grow: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.-cb-sidebar.-cb-right .-cb-file-list.-cb-list .-cb-item .-cb-item-title {
  flex-grow: 1;
  overflow: visible;
  white-space: normal;     /* 줄바꿈 허용 */
  text-overflow: unset;    /* ellipsis 제거 */
  word-break: break-word;  /* 단어가 너무 길면 줄바꿈 */
}
.-cb-sidebar .-cb-list .-cb-item .-cb-title-edit {
  height: 30px;
  padding: 5px;
  border: 1px solid #ccc;
  font-size: 13px;
  box-sizing: border-box;
  outline: none;
  font-family: 'SUIT', sans-serif;
}
.-cb-upload-wrapper .-cb-list .-cb-item .-cb-menu-icon,
.-cb-sidebar .-cb-list .-cb-item .-cb-menu-icon {
  font-size: 18px;
  padding: 0 8px;
  cursor: pointer;
  background: none;
}
.-cb-upload-wrapper .-cb-list .-cb-item .-cb-context-menu,
.-cb-sidebar .-cb-list .-cb-item .-cb-context-menu {
  width: 120px;
  position: absolute;
  top: 20px;
  right: 0;
  background: white;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  z-index: 9920;
}
.-cb-upload-wrapper .-cb-list .-cb-item .-cb-context-menu div,
.-cb-sidebar .-cb-list .-cb-item .-cb-context-menu div {
  padding: 4px 12px;
  cursor: pointer;
  font-weight: 300;
  font-size: 13px;
}
.-cb-upload-wrapper .-cb-list .-cb-item .-cb-context-menu div:hover,
.-cb-sidebar .-cb-list .-cb-item .-cb-context-menu div:hover {
  background-color: #f1f1f1;
}
.-cb-upload-wrapper .-cb-list .-cb-item .-cb-context-menu .delete,
.-cb-sidebar .-cb-list .-cb-item .-cb-context-menu .delete {
}

.-cb-sidebar .-cb-sidebar-arrow {
  width: 40px;
  height: 50px;
  cursor: pointer;
  position: absolute;
  top: 40%;
  font-size: 0;
  line-height: 0;
  transform: translatey(-50%);
  z-index: 9920;
}
.-cb-sidebar.-cb-left .-cb-sidebar-arrow {
  right: -35px;
  background: url(images/400d190bc1422fd79e47.png) no-repeat center / contain;
}
.-cb-sidebar.-cb-right .-cb-sidebar-arrow {
  left: -50px;
  background: url(images/27092b0e1f15f9eaee7f.png) no-repeat center / contain;
}
.-cb-sidebar.-cb-left.-cb-open .-cb-sidebar-arrow {
  background: url(images/27092b0e1f15f9eaee7f.png) no-repeat center / contain;
}
.-cb-sidebar.-cb-right.-cb-open .-cb-sidebar-arrow {
  border: 1px solid #ccc;
  left: -20px;
  border-radius: 10px;
  background: url(images/400d190bc1422fd79e47.png) #fff no-repeat left / contain;
}
.-cb-main {
  flex: 1;
  overflow: hidden;
  position: relative;
  height: 100%;
}
.-cb-main .-cb-chat-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  height: calc(100% - 90px);
  overflow-x: hidden;
  overflow-y: scroll;
}
.-cb-main .-cb-upload-wrapper {
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: relative;
}
.-cb-chatbox.-cb-small .-cb-main {
  padding-bottom: 15px;
}
.-cb-main .-cb-input-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.-cb-main .-cb-viewer-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  overflow-x: hidden;
  overflow-y: scroll;
  height: 100%;
}
.-cb-main .-cb-viewer-wrapper .-cb-pdf-viewer {
  flex: 1;
  height: 100%;
  width: 90%;
  max-width: 800px;
  background-color: white;
  position: relative;
  display: flex;
  flex-direction: column;
}
.-cb-main .-cb-viewer-wrapper .-cb-buttons {
  display: flex;
  justify-content: flex-end;
  padding: 3px 0;
}
.-cb-main .-cb-viewer-wrapper .-cb-buttons button.-cb-close {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  background: url(images/d003f61e74906825c770.png) no-repeat center/contain;
}
.-cb-main .-cb-viewer-wrapper .-cb-iframe {
  flex: 1;
  position: relative;
  width: 100%;
}
.-cb-main .-cb-viewer-wrapper .-cb-iframe iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: none;
}

.-cb-main .-cb-chat-wrapper .-cb-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 90%;
  max-width: 800px;
  background-color: white;
  overflow: visible;
  position: relative;
}
.-cb-main .-cb-chat-wrapper .-cb-explain {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center; /* 가로 가운데 */
  align-items: center;      /* 세로 가운데 */
  text-align: center;       /* 텍스트 중앙 정렬 */
  overflow: visible;
}
.-cb-chatbox.-cb-small .-cb-chatting {
  padding: 0 20px;
}
.-cb-main .-cb-chat-wrapper .-cb-chatting {
  flex: 1;
  overflow: visible;     /* 자체 스크롤 없이 부모로 넘김 */
}

.-cb-main .-cb-chat-wrapper .-cb-explain .-cb-logo {
  width: 140px;
  height: 140px;
  display: inline-block;
  background: url(images/3aef3f482f73a90d8b07.png) no-repeat center / contain;
}
.-cb-main .-cb-chat-wrapper .-cb-explain .-cb-text {
  font-size: 18px;
  font-weight: 400;
  color: #333;
  line-height: 25px;
}
.-cb-main .-cb-chat-wrapper .-cb-explain .-cb-text span {
  font-weight: 700;
  color: #0047ff;
}
.-cb-main .-cb-chat-wrapper .-cb-explain .-cb-questions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  max-width: 280px;
  margin: 35px auto 0 auto;
  font-size: 0;
  line-height: 0;
}
.-cb-main .-cb-chat-wrapper .-cb-explain .-cb-questions .-cb-item {
  display: inline-block;
  padding: 0 20px;
  font-size: 15px;
  color: #333;
  line-height: 34px;
  border-radius: 20px;
}
.-cb-main .-cb-chat-wrapper .-cb-explain .-cb-questions .-cb-item.-cb-bg1 {
  background-color: #faf2f2;
}
.-cb-main .-cb-chat-wrapper .-cb-explain .-cb-questions .-cb-item.-cb-bg2 {
  background-color: #ecf2fa;
}
.-cb-main .-cb-chat-wrapper .-cb-explain .-cb-questions .-cb-item.-cb-bg3 {
  background-color: #e8f0e8;
}
.-cb-main .-cb-chat-wrapper .-cb-explain .-cb-questions .-cb-item.-cb-bg4 {
  background-color: #eee;
}

.-cb-main .-cb-chat-wrapper .-cb-chatting .-cb-user {
  width: 100%;
  margin-top: 10px;
  text-align: right;
}
.-cb-main .-cb-chat-wrapper .-cb-chatting .-cb-user .-cb-speech {
  display: inline-block;
  margin: 10px 0 0 50px;
  padding: 12px 15px;
  font-size: 14px;
  color: #fff;
  line-height: 19px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #436793;
}
.-cb-main .-cb-chat-wrapper .-cb-chatting .-cb-waiting .-cb-bot::before,
.-cb-main .-cb-chat-wrapper .-cb-chatting .-cb-chatbot .-cb-bot::before {
  content: '';
  display: inline-block;
  margin-right: 8px;
  vertical-align: bottom;
  width: 38px;
  height: 30px;
  background: url(images/9b2bdb24fa11cf9204dd.png) no-repeat center / contain;
}
.-cb-main .-cb-chat-wrapper .-cb-chatting .-cb-waiting .-cb-bot,
.-cb-main .-cb-chat-wrapper .-cb-chatting .-cb-chatbot .-cb-bot {
  font-size: 15px;
  color: #333;
  line-height: 24px;
  margin-right: 8px;
  vertical-align: bottom;
  position: relative;
}
.-cb-main .-cb-chat-wrapper .-cb-chatting .-cb-waiting .-cb-bot .-cb-sup,
.-cb-main .-cb-chat-wrapper .-cb-chatting .-cb-chatbot .-cb-bot .-cb-sup {
  font-size: 0.8em;
  position: relative;
  top: -8px;
  margin-right: 5px;
  font-style: normal;
}
.-cb-main .-cb-chat-wrapper .-cb-chatting .-cb-chatbot {
  width: 100%;
  margin-top: 10px;
  text-align: left;
  letter-spacing: 0.1em;
}
.-cb-chatbox.-cb-small .-cb-main .-cb-chat-wrapper .-cb-chatting .-cb-chatbot .-cb-speech {
  margin: 10px 0 0 0;
}
.-cb-main .-cb-chat-wrapper .-cb-chatting .-cb-chatbot .-cb-speech {
  width: 100%;
  display: inline-block;
  margin: 10px 50px 0 0;
  padding: 20px 15px 15px 15px;
  font-size: 15px;
  color: #555;
  line-height: 25px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #ecf2fa;
  box-sizing: border-box;
}
.-cb-main .-cb-chat-wrapper .-cb-chatting .-cb-chatbot .-cb-speech h4,
.-cb-main .-cb-chat-wrapper .-cb-chatting .-cb-chatbot .-cb-speech h3,
.-cb-main .-cb-chat-wrapper .-cb-chatting .-cb-chatbot .-cb-speech h2,
.-cb-main .-cb-chat-wrapper .-cb-chatting .-cb-chatbot .-cb-speech h1 {
  font-weight: bold;
  line-height: 1.3em;
  margin-bottom: 10px;
}
.-cb-main .-cb-chat-wrapper .-cb-chatting .-cb-chatbot .-cb-speech h4 {
  font-size: 16px;
}
.-cb-main .-cb-chat-wrapper .-cb-chatting .-cb-chatbot .-cb-speech h3 {
  font-size: 17px;
}
.-cb-main .-cb-chat-wrapper .-cb-chatting .-cb-chatbot .-cb-speech h2 {
  font-size: 20px;
}
.-cb-main .-cb-chat-wrapper .-cb-chatting .-cb-chatbot .-cb-speech h1 {
  font-size: 22px;
}
.-cb-main .-cb-chat-wrapper .-cb-chatting .-cb-chatbot .-cb-speech p {
  margin: 0 0 20px 0;
  display: block;
}
.-cb-main .-cb-chat-wrapper .-cb-chatting .-cb-chatbot .-cb-speech p:last-child {
  margin-bottom: 0;
}
.-cb-main .-cb-chat-wrapper .-cb-chatting .-cb-chatbot .-cb-speech div.-cb-list-dot {
  position: relative;
  padding-left: 1em;
}
.-cb-main .-cb-chat-wrapper .-cb-chatting .-cb-chatbot .-cb-speech div.-cb-list-dot::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 3px;
  line-height: 1;
  display: block;
}
.-cb-main .-cb-chat-wrapper .-cb-chatting .-cb-chatbot .-cb-speech div.-cb-math {
  display: block;
  text-align: center;
  padding: 5px;
}
.-cb-main .-cb-chat-wrapper .-cb-chatting .-cb-chatbot .-cb-speech div.-cb-reference {
  display: block;
  text-align: right;
  padding: 5px;
  text-decoration: underline;
  cursor: pointer;
  overflow: visible;
  white-space: normal;     /* 줄바꿈 허용 */
  text-overflow: unset;    /* ellipsis 제거 */
  word-break: break-word;  /* 단어가 너무 길면 줄바꿈 */
}
.-cb-main .-cb-chat-wrapper .-cb-chatting .-cb-chatbot .-cb-icon-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 10px;
}
.-cb-main .-cb-chat-wrapper .-cb-chatting .-cb-chatbot .-cb-icon-btn .-cb-btn {
  margin-right: 8px;
  font-size: 0;
  line-height: 0;
}
.-cb-main .-cb-chat-wrapper .-cb-chatting .-cb-chatbot .-cb-icon-btn .-cb-btn button {
  width: 16px;
  height: 16px;
  margin-left: 10px;
}
.-cb-main .-cb-chat-wrapper .-cb-chatting .-cb-chatbot .-cb-icon-btn .-cb-btn .-cb-copied::before {
  content: '';
  display: inline-block;
  vertical-align: bottom;
  width: 16px;
  height: 16px;
  background: url(images/5c9d05393ec20d11d4d4.png) no-repeat center / contain;
}
.-cb-main .-cb-chat-wrapper .-cb-chatting .-cb-chatbot .-cb-icon-btn .-cb-btn .-cb-copied {
  display: inline-block;
  font-size: 12px;
  color: #333;
  line-height: 15px;
  vertical-align: bottom;
}
.-cb-main .-cb-chat-wrapper .-cb-chatting .-cb-chatbot .-cb-icon-btn .-cb-btn .-cb-copy {
  background: url(images/2638d4bc64a1d57b8c07.png) no-repeat center / contain;
}
.-cb-main .-cb-chat-wrapper .-cb-chatting .-cb-chatbot .-cb-icon-btn .-cb-btn .-cb-like {
  background: url(images/d831ae28ac47130ead09.png) no-repeat center / contain;
}
.-cb-main .-cb-chat-wrapper .-cb-chatting .-cb-chatbot .-cb-icon-btn .-cb-btn .-cb-like.-cb-on {
  background: url(images/bc55fc2a4ca5a84e0d78.png) no-repeat center / contain;
}
.-cb-main .-cb-chat-wrapper .-cb-chatting .-cb-chatbot .-cb-icon-btn .-cb-btn .-cb-dislike {
  background: url(images/6dccb4b3bf84f94430aa.png) no-repeat center / contain;
}
.-cb-main .-cb-chat-wrapper .-cb-chatting .-cb-chatbot .-cb-icon-btn .-cb-btn .-cb-dislike.-cb-on {
  background: url(images/591bac49250a111b6cf3.png) no-repeat center / contain;
}

.-cb-main .-cb-chat-wrapper .-cb-chatting .-cb-user .-cb-time,
.-cb-main .-cb-chat-wrapper .-cb-chatting .-cb-chatbot .-cb-time {
  margin: 5px 8px 0 0;
  font-size: 12px;
  font-weight: 300;
  color: #888;
  line-height: 16px;
  letter-spacing: 0!important;
}
.-cb-main .-cb-chat-wrapper .-cb-chatting .-cb-chatbot .-cb-time {
  margin-top: -5px;
}
.-cb-main .-cb-chat-wrapper .-cb-chatting .-cb-waiting {
  display: flex;
  gap: 4px;
  align-items: center;
  justify-content: flex-start;
  height: 20px;
  margin: 8px 5px;
}
.-cb-main .-cb-chat-wrapper .-cb-chatting .-cb-waiting .-cb-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #888;
  opacity: 0.3;
  animation: blink 1.2s infinite ease-in-out;
}
.-cb-main .-cb-chat-wrapper .-cb-chatting .-cb-waiting .-cb-dot1 { animation-delay: 0s; }
.-cb-main .-cb-chat-wrapper .-cb-chatting .-cb-waiting .-cb-dot2 { animation-delay: 0.2s; }
.-cb-main .-cb-chat-wrapper .-cb-chatting .-cb-waiting .-cb-dot3 { animation-delay: 0.4s; }

@keyframes blink {
  0%, 100% { opacity: 0.3; transform: scale(1); }
  50%      { opacity: 1; transform: scale(1.4); }
}

.-cb-main .-cb-input-wrapper .-cb-input-form {
  position: absolute;
  bottom: 15px;
  z-index: 9910;
  display: flex;
  flex-direction: row;
  align-items: flex-end; /* 버튼을 아래 정렬 */
  font-size: 0;
  line-height: 0;
  border-radius: 50px;
  background-color: #ecf0f3;
  box-sizing: border-box;
  padding: 5px 10px;
  width: 90%;
  max-width: 800px;
  justify-content: center;
}
.-cb-main .-cb-input-wrapper textarea {
  flex: 1;
  font-size: 15px;
  line-height: 1.2;
  padding: 15px 10px 0 10px;
  border: none;
  outline: none;
  resize: none;
  overflow-y: auto;
  height: auto;
  min-height: 1em;
  background-color: #ecf0f3;
  display: inline-block;
  font-family: 'SUIT', sans-serif;
}
.-cb-main .-cb-input-wrapper textarea:focus::placeholder {
  color: transparent; /* 포커스되면 안 보이게 */
}
.-cb-main .-cb-input-wrapper button {
  width: 33px;
  height: 33px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  margin-bottom: 8px;
}
.-cb-main .-cb-input-wrapper .-cb-voice {
  background: url(images/9b3c6a0d09686f999067.png) no-repeat center / contain;
}
.-cb-main .-cb-input-wrapper .-cb-stop {
  background: url(images/19da4d3603b706bae647.png) no-repeat center / contain;
}
.-cb-main .-cb-input-wrapper .-cb-send {
  background: url(images/677c85cc6b8aa99b8dbd.png) no-repeat center / contain;
}

.-cb-main .-cb-upload-wrapper .-cb-file-upload {
  padding: 0 20px 20px 20px;
  width: 90%;
  height: 100%;
  max-width: 800px;
  justify-content: center;
}
.-cb-chatbox.-cb-small .-cb-main .-cb-upload-wrapper .-cb-file-upload {
  padding: 0;
  position: relative;
}
.-cb-main .-cb-upload-wrapper .-cb-title {
  display: flex;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  line-height: 25px;
  padding: 15px 20px;
  background-color: transparent;
  border-bottom: 1px solid #ccc;
}
.-cb-main .-cb-upload-wrapper .-cb-title .-cb-title-text {
  flex: 1;
}
.-cb-main .-cb-upload-wrapper .-cb-title button.-cb-refresh {
  margin-top: 5px;
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(images/4112d7587e251eaf3f67.png) no-repeat center / contain;
}

.-cb-main .-cb-upload-wrapper .-cb-file-input {
  margin: 10px 0;
  display: flex;
}
.-cb-main .-cb-upload-wrapper .-cb-file-input input[type="file"] {
  flex: 1;
  font-family: 'SUIT', sans-serif;
}
.-cb-main .-cb-upload-wrapper .-cb-send {
  display: inline-block;
  margin-left: 5px;
  padding: 0 10px;
  font-size: 14px;
  color: #fff;
  line-height: 26px;
  border-radius: 3px;
  background-color: #333;
}
.-cb-main .-cb-upload-wrapper .-cb-item-title .-cb-processing::after {
  content: '';
  display: inline-block;
  vertical-align: bottom;
  width: 16px;
  height: 16px;
  margin-left: 3px;
  background: url(images/241259895558209e1290.png) no-repeat center / contain;
}
.-cb-main .-cb-upload-wrapper .-cb-item-title .-cb-completed::after {
  content: '';
  display: inline-block;
  vertical-align: bottom;
  width: 16px;
  height: 16px;
  margin-left: 3px;
  margin-bottom: 3px;
  background: url(images/5c9d05393ec20d11d4d4.png) no-repeat center / contain;
}

/* 모달창 */
.-cb-chatbox .-cb-loading,
.-cb-modal {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.-cb-modal .-cb-modal-content {
  background: white;
  padding: 20px 30px;
  border-radius: 8px;
  text-align: center;
}
.-cb-modal .-cb-modal-actions {
  margin-top: 15px;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.-cb-modal .-cb-modal-actions button {
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: 3px 5px;
  min-width: 60px;
}
.-cb-chatbox .-cb-loading {

}

/* 모바일 (최대 767px) */
@media screen and (max-width: 767px) {
  .-cb-root .-cb-chatbot-icon {
    bottom: 80px;
  }
  .-cb-chatbox.-cb-small {
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
  }
  .-cb-header .-cb-upload,
  .-cb-header .-cb-small,
  .-cb-header .-cb-medium,
  .-cb-header .-cb-large {
    display: none;
  }
}
/* 태블릿 (768px ~ 1024px) */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .-cb-sidebar.-cb-left {
    border-right: 1px solid #ddd;
    transition: margin-right 0.3s ease;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 9920;
  }
  .-cb-chatbox.-cb-large .-cb-main .-cb-input-wrapper,
  .-cb-chatbox.-cb-large .-cb-main .-cb-upload-wrapper,
  .-cb-chatbox.-cb-large .-cb-main .-cb-viewer-wrapper,
  .-cb-chatbox.-cb-large .-cb-main .-cb-chat-wrapper {
    padding: 0 40px;
  }
  .-cb-sidebar.-cb-left.-cb-open .-cb-sidebar-arrow {
    border: 1px solid #ccc;
    right: -20px;
    border-radius: 10px;
    background: url(images/27092b0e1f15f9eaee7f.png) #fff no-repeat left / contain;
  }
  .-cb-sidebar.-cb-left .-cb-sidebar-arrow {
    top: 44%;
  }

}

@charset "utf-8";
/* Noto Sans KR */
@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 100;
	src: local(''), url(fonts/NotoSansKR-Thin.woff2) format('woff2'), url(fonts/NotoSansKR-Thin.woff) format('woff');
}
@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 300;
	src: local(''), url(fonts/NotoSansKR-Light.woff2) format('woff2'), url(fonts/NotoSansKR-Light.woff) format('woff');
}
@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 350;
	src: local(''), url(fonts/NotoSansKR-DemiLight.woff2) format('woff2'), url(fonts/NotoSansKR-DemiLight.woff) format('woff');
}
@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 400;
	src: local(''), url(fonts/NotoSansKR-Regular.woff2) format('woff2'), url(fonts/NotoSansKR-Regular.woff) format('woff');
}
@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 500;
	src: local(''), url(fonts/NotoSansKR-Medium.woff2) format('woff2'), url(fonts/NotoSansKR-Medium.woff) format('woff');
}
@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 700;
	src: local(''), url(fonts/NotoSansKR-Bold.woff2) format('woff2'), url(fonts/NotoSansKR-Bold.woff) format('woff');
}
@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 900;
	src: local(''), url(fonts/NotoSansKR-Black.woff2) format('woff2'), url(fonts/NotoSansKR-Black.woff) format('woff');
}
/* montserrat-200 - latin */
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 200;
	src: local(''), url(fonts/montserrat-200.woff2) format('woff2'), url(fonts/montserrat-200.woff) format('woff');
	unicode-range: U+30-39;
}
/* montserrat-300 - latin */
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 300;
	src: local(''), url(fonts/montserrat-300.woff2) format('woff2'), url(fonts/montserrat-300.woff) format('woff');
	unicode-range: U+30-39;
}
/* montserrat-regular - latin */
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	src: local(''), url(fonts/montserrat-regular.woff2) format('woff2'), url(fonts/montserrat-regular.woff) format('woff');
  unicode-range: U+30-39;
}
/* montserrat-500 - latin */
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	src: local(''), url(fonts/montserrat-500.woff2) format('woff2'), url(fonts/montserrat-500.woff) format('woff');
	unicode-range: U+30-39;
}
/* montserrat-700 - latin */
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	src: local(''), url(fonts/montserrat-700.woff2) format('woff2'), url(fonts/montserrat-700.woff) format('woff');
	unicode-range: U+30-39;
}
/* montserrat-900 - latin */
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 900;
	src: local(''), url(fonts/montserrat-900.woff2) format('woff2'), url(fonts/montserrat-900.woff) format('woff');
	unicode-range: U+30-39;
}
/* montserrat-200italic - latin */
@font-face {
	font-family: 'Montserrat';
	font-style: italic;
	font-weight: 200;
	src: local(''), url(fonts/montserrat-200italic.woff2) format('woff2'), url(fonts/montserrat-200italic.woff) format('woff');
	unicode-range: U+30-39;
}
/* montserrat-italic - latin */
@font-face {
	font-family: 'Montserrat';
	font-style: italic;
	font-weight: 400;
	src: local(''), url(fonts/montserrat-italic.woff2) format('woff2'), url(fonts/montserrat-italic.woff) format('woff');
	unicode-range: U+30-39;
}
/* montserrat-300italic - latin */
@font-face {
	font-family: 'Montserrat';
	font-style: italic;
	font-weight: 300;
	src: local(''), url(fonts/montserrat-300italic.woff2) format('woff2'), url(fonts/montserrat-300italic.woff) format('woff');
	unicode-range: U+30-39;
}
/* montserrat-500italic - latin */
@font-face {
	font-family: 'Montserrat';
	font-style: italic;
	font-weight: 500;
	src: local(''), url(fonts/montserrat-500italic.woff2) format('woff2'), url(fonts/montserrat-500italic.woff) format('woff');
	unicode-range: U+30-39;
}
/* montserrat-700italic - latin */
@font-face {
	font-family: 'Montserrat';
	font-style: italic;
	font-weight: 700;
	src: local(''), url(fonts/montserrat-700italic.woff2) format('woff2'), url(fonts/montserrat-700italic.woff) format('woff');
	unicode-range: U+30-39;
}
/* montserrat-900italic - latin */
@font-face {
	font-family: 'Montserrat';
	font-style: italic;
	font-weight: 900;
	src: local(''), url(fonts/montserrat-900italic.woff2) format('woff2'), url(fonts/montserrat-900italic.woff) format('woff');
	unicode-range: U+30-39;
}

.-cb-root {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', 'Noto Sans KR', sans-serif;
}
.-cb-header button.-cb-small,
.-cb-header button.-cb-medium,
.-cb-header button.-cb-large,
.-cb-header button.-cb-setting,
.-cb-sidebar .-cb-bottom,
.-cb-sidebar .-cb-bottom button.-cb-new-chat,
.-cb-main .-cb-input-wrapper .-cb-voice {
  display: none;
}
.-cb-chatbox.-cb-large {
  display: flex;
}
.-cb-header {
  height: 64px;
  padding: 0;
  background-color: #ffffff;
  border-bottom: 1px solid #B7C9D5;
}
.-cb-header .-cb-btn-right {
  padding-right: 30px;
  margin-top: 13px;
  position: relative;
}
.-cb-header .-cb-btn-left {
  padding-left: 10px;
  margin-top: 10px;
  display: flex;
}
.-cb-header .-cb-btn-right .-cb-upload {
  position: absolute;
  right: 250px;
  top: 8px;
}
.-cb-header button.-cb-logo {
  width: 173px;
  height: 33px;
  background: url(images/0b798ee61cd8262effce.svg) center no-repeat;
  background-size: contain;
  text-indent: -9999px;
  align-items: center;
}
.-cb-sidebar {
  width: 240px;
  height: 100vh;
  background-color: #E8F1FF;
  box-sizing: content-box;
}
.-cb-sidebar .-cb-chat-list .-cb-context-menu {
  width: 150px!important;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border: 1px solid #1B1464;
  border-radius: 30px!important;
  box-sizing: content-box;
}
.-cb-sidebar .-cb-chat-list .-cb-context-menu button {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #1B1464;
  border-radius: 30px;
  color: #fff;
  padding: 10px 20px 10px 50px!important;
}
.-cb-sidebar .-cb-chat-list .-cb-context-menu button:hover {
  background-color: #3A4BA1!important;
  border-color: #3A4BA1!important;
}
.-cb-sidebar .-cb-chat-list .-cb-context-menu button.-cb-rename {
  background: #1B1464 url(images/39ff34bac14d346efc67.svg) 20px 50% no-repeat;
}
.-cb-sidebar .-cb-chat-list .-cb-context-menu button.-cb-delete {
  background: #1B1464 url(images/6aaea0d2297bba99bc37.svg) 20px 50% no-repeat;
}
.-cb-header button.-cb-close {
  width: 204px;
  height: 35px;
  background: url(images/69892ace1e56cc9dbc2d.png) center no-repeat;
  background-size: contain;
  text-indent: -9999px;
  cursor: default;
}

.-cb-header button.-cb-chat-type,
.-cb-header button.-cb-new-chat {
  width: 105px;
  height: 35px;
  border: 3px solid #C9E0FF;
  margin: 5px 10px 0 10px;
  background-color: #fff;
  font-size: 16px;
  font-weight: 500;
  color: #4392FE;
  align-items: center;
  justify-content: center;
  line-height: 12px;
  padding: 5px 0;
  border-radius: 30px;
}
.-cb-header button.-cb-chat-type {
  border: 3px solid #70D988!important;
  color: #48C564!important;
  margin: 5px 0 0 20px;
  width: 175px;
  line-height: 15px;
}

.-cb-header button.-cb-chat-type {
  width: 150px!important;

}
.-cb-header button.-cb-chat-type>strong,
.-cb-header button.-cb-new-chat>strong {
  margin-right: 5px;
  font-weight: 300;
}
.-cb-header button.-cb-new-chat>strong {
  font-size: 1.3rem;
}
.-cb-header button.-cb-chat-type>strong {
  background-image: url(images/ca062024679d2a46710d.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 18px;
  height: 15px;
  display: inline-block;
}
.-cb-sidebar .-cb-title {
  padding: 14px 0 13px 0;
  background-color: #ffffff;
  border-bottom: 1px solid #B7C9D5;
  color: #324AA7;
  font-weight: 600;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.-cb-sidebar .-cb-title::before {
  content: '';
  display: inline-block;
  width: 55px;
  height: 36px;
  background: url(images/73c08881c4b1464dadb8.png) no-repeat center / contain;
  margin-right: 3px;
}
.-cb-sidebar .-cb-title .-cb-help {
  position: absolute;
  right: 20px;
  top: 15px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  color: #fff;
  border-radius: 20px;
  background-color: #5A34D9;
  font-size: 10px;
  font-weight: 600;
}
.-cb-sidebar .-cb-title .-cb-approach-help,
.-cb-sidebar .-cb-title .-cb-normal-help {
  display: none;
  width: 200px;
  border: 1px solid #9D8DEF;
  border-radius: 10px;
  background-color: #fff;
  line-height: 150%;
  padding: 15px 10px;
  position: absolute;
  right: -10px;
  top: 32px;
  color: #000;
  font-weight: 400;
  z-index: 9995;
  font-size: 14px;
  text-align: center;
}
.-cb-sidebar .-cb-title .-cb-approach-help strong,
.-cb-sidebar .-cb-title .-cb-normal-help strong {
  display: block;
  color: #5A34D9;
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 10px;
}
.-cb-sidebar .-cb-title .-cb-approach-help::before,
.-cb-sidebar .-cb-title .-cb-normal-help::before {
  content: '';
  position: absolute;
  top: -15px;
  right: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 15px 10px;
  border-color: transparent transparent #9D8DEF transparent;
}
.-cb-sidebar .-cb-title .-cb-approach-help::after,
.-cb-sidebar .-cb-title .-cb-normal-help::after {
  content: '';
  position: absolute;
  top: -13px;
  right: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 15px 10px;
  border-color: transparent transparent #fff transparent;
}
.-cb-sidebar .-cb-title.-cb-normal .-cb-help:hover > .-cb-normal-help,
.-cb-sidebar .-cb-title.-cb-approach .-cb-help:hover > .-cb-approach-help {
  display: inline-block;
}
.-cb-sidebar .-cb-title.-cb-normal {
  padding: 14px 0 13px 0;
}
.-cb-sidebar .-cb-title.-cb-normal::before {
  background: url(images/73c08881c4b1464dadb8.png) no-repeat center / contain;
  width: 55px;
  height: 36px;
}
.-cb-sidebar .-cb-title.-cb-approach {
  padding: 9px 0;
}
.-cb-sidebar .-cb-title.-cb-approach::before {
  background: url(images/1e38ac3acf5278cfc0d1.png) no-repeat center / contain;
  width: 45px;
  height: 45px;
}
.-cb-sidebar.-cb-left:not(.-cb-open) {
  margin-left: -240px;
}
.-cb-sidebar.-cb-right:not(.-cb-open) {
  margin-right: -240px;
}
.-cb-main .-cb-chat-wrapper {
  height: calc(100% - 200px);
}
.-cb-sidebar.-cb-left {
  border-right: 1px solid #B7C9D5;
}
.-cb-main .-cb-input-wrapper {
  position: relative;
  min-height: 100px;
}
.-cb-main .-cb-input-wrapper .-cb-input-form {
  position: absolute;
  bottom: 15px;
  z-index: 9910;
  background-color: transparent;
  display: block;
  flex-direction: unset;
  align-items: unset;
}
.-cb-main .-cb-input-wrapper .-cb-input-form .-cb-comment {
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #666;
  position: absolute;
  bottom: -15px;
}
.-cb-main .-cb-input-wrapper textarea {
  flex: 1 1 100%;
  width: 100%;
  min-height: 74px;
  resize: none;
  box-sizing: border-box;
  color: #2A418B;
  font-size: 18px;
  padding: 22px 70px 0 25px;
  font-weight: 500;
  border-radius: 12px;
  border: 3px solid #646DFF;
  line-height: 120%;
  overflow: hidden;
  word-wrap: break-word;
  background-color: transparent;
  font-family: 'Montserrat', 'Noto Sans KR', sans-serif;
}
.-cb-main .-cb-input-wrapper textarea::placeholder {
  color: #aaa;
}
.-cb-main .-cb-input-wrapper .-cb-send {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 25px;
  bottom: 6px;
  background: linear-gradient(to right, rgba(25, 189, 253, 1), rgba(165, 39, 255, 1));
  text-indent: -9999px;
  width: 55px;
  height: 55px;
  border-radius: 40px;
  border: none;
  transition-duration: 0.5s;
}
.-cb-main .-cb-input-wrapper .-cb-send::before {
  content: '';
  width: 24px;
  height: 24px;
  background: url(images/34e61da5fb5f17dba916.svg) center no-repeat;
  background-size: contain;
}
.-cb-main .-cb-chat-wrapper .-cb-explain .-cb-aion-note-box {
  margin-top: 40px;
  position: relative;
  padding: 30px 30px 20px 30px;
  border: 1px solid #dadbf9;
  border-radius: 20px;
  background-color: #f2f7ff;
}
.-cb-main .-cb-chat-wrapper .-cb-explain .-cb-aion-note-title {
  position: absolute;
  top: -20px;
  left: calc(50% - 120px);
  width: 240px;
  height: 40px;
  background-color: #575DD0;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  line-height: 40px;
  border-radius: 10px;
}
.-cb-main .-cb-chat-wrapper .-cb-explain .-cb-note-list {
  position: relative;
  padding-left: 10px;
  font-size: 15px;
  font-weight: 500;
  color: #41316c;
  line-height: 150%;
  margin: 6px 0;
  text-align: left;
}
.-cb-main .-cb-chat-wrapper .-cb-explain .-cb-note-list::before {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 3px;
  background-color: #333;
}
.-cb-main .-cb-chat-wrapper .-cb-explain .-cb-questions {
  max-width: 600px;
}
.-cb-main .-cb-chat-wrapper .-cb-explain .-cb-questions .-cb-item {
  height: 50px;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  transition: transform 0.3s ease;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  padding: 0 20px;
  font-size: 15px;
  color: #333;
  line-height: 48px;
  border-radius: 15px;
  cursor: pointer;
}
.-cb-main .-cb-chat-wrapper .-cb-explain .-cb-questions .-cb-item:hover,
.-cb-main .-cb-chat-wrapper .-cb-explain .-cb-questions .-cb-item.-cb-on {
  font-weight: bold;
}
.-cb-main .-cb-chat-wrapper .-cb-explain .-cb-questions .-cb-item.-cb-bg1 {
  background-color: #FBE3E2;
  border: 1px solid #E8B2AF;
  color: #000;
}
.-cb-main .-cb-chat-wrapper .-cb-explain .-cb-questions .-cb-item.-cb-bg2 {
  background-color: #EBF1DE;
  border: 1px solid #DCE6C7;
  color: #000;
}
.-cb-main .-cb-chat-wrapper .-cb-explain .-cb-questions .-cb-item.-cb-bg3 {
  background-color: #F2F2F2;
  border: 1px solid #E5E5E5;
  color: #000;
}
.-cb-main .-cb-chat-wrapper .-cb-explain .-cb-questions .-cb-item.-cb-bg4 {
  background-color: #f7f7f7;
  border: 1px solid #e0e0e0;
  color: #000;
}
.-cb-main .-cb-chat-wrapper .-cb-explain .-cb-questions .-cb-item.-cb-bg5 {
  background-color: #FFF1E5;
  border: 1px solid #F5E3D5;
  color: #000;
}
.-cb-sidebar .-cb-sidebar-arrow {
  position: absolute;
  top: calc(50% - 21px);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 2px solid #B7C9D5;
  text-indent: -99999px;
  z-index: 9920;
  cursor: pointer;
  background-size: contain;
}
.-cb-sidebar.-cb-left .-cb-sidebar-arrow {
  right: -50px;
  background: url(images/badeb442f7846c08d257.svg) no-repeat center;
  transform: rotate(180deg);
}
.-cb-sidebar.-cb-left.-cb-open .-cb-sidebar-arrow:hover,
.-cb-sidebar.-cb-left .-cb-sidebar-arrow:hover {
  background: #3870B8 url(images/2a743c7ccd62922855db.svg) center no-repeat;
}
.-cb-sidebar.-cb-left.-cb-open .-cb-sidebar-arrow {
  background: #fff url(images/badeb442f7846c08d257.svg) no-repeat center;
  transform: rotate(0deg);
}
.-cb-sidebar .-cb-list {
  padding: 5px 10px 20px 10px;
}
.-cb-sidebar .-cb-list .-cb-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  padding: 5px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  margin: 4px 0;
}
.-cb-sidebar .-cb-list .-cb-item .-cb-item-title {
  color: #1D2E82;
  font-size: 14px;
  font-weight: 400;
	font-family: 'Montserrat', 'Noto Sans KR', sans-serif;
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
  padding: 3px 0;
}
.-cb-sidebar .-cb-list .-cb-item .-cb-menu-icon {
  display: none;
  flex: 0 0 15px;
  height: 20px;
  text-indent: -9999px;
  background: url(images/44dd400d231b51357251.svg) center no-repeat;
}
.-cb-sidebar .-cb-list .-cb-item:hover .-cb-menu-icon {
  display: inline-block;
}
.-cb-sidebar .-cb-list .-cb-item:hover .-cb-menu-icon:hover {
  background: url(images/5a1e91041a26619b0d75.svg) center no-repeat;
}
.-cb-sidebar .-cb-list .-cb-item .-cb-title-edit {
  border: none;
}
.-cb-sidebar .-cb-list .-cb-item:hover,
.-cb-sidebar .-cb-list .-cb-item.-cb-on {
  background-color: #3870B8;
}
.-cb-sidebar .-cb-list .-cb-item:hover .-cb-item-title,
.-cb-sidebar .-cb-list .-cb-item.-cb-on .-cb-item-title {
  color: #ffffff;
}
.-cb-sidebar .-cb-list .-cb-item-group {
  font-size: 14px;
  font-weight: 600;
  color: #1D2E82;
}
.-cb-sidebar .-cb-search-wrapper {
  padding: 10px;
  margin-top: 10px;
}
.-cb-sidebar .-cb-search-wrapper .-cb-search  {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 2px);
  height: 45px;
  border: 2px solid #c0cfe6;
  border-radius: 5px;
  background: #ffffff;
  font-size: 16px;
  color: #55CED5;
}
.-cb-sidebar .-cb-search .-cb-search-input {
  border: none;
  outline: none;
  width: calc(100% - 50px);
  height: 46px;
  background-color: transparent;
  font-size: 16px;
  font-weight: 600;
  padding: 0 0 0 15px;
}
.-cb-sidebar .-cb-search .-cb-search-btn {
  width: 50px;
  height: 50px;
  border: none;
  text-indent: -9999px;
  background: url(images/287264b8c5b35570b1ab.svg) center 50% no-repeat;
  background-size: 50%;
}
.-cb-root .-cb-chatbot-icon {
  border-radius: unset;
  width: 80px;
  height: 100px;
  background: url(images/c0bf434839f91f85a2ee.png) no-repeat center/contain;
  bottom: 160px;
  right: 10px;
}
.-cb-modal .-cb-example .-cb-chat-list-box .-cb-user {
  width: 100%;
  text-align: right;
}
.-cb-modal .-cb-example .-cb-chat-list-box .-cb-user .-cb-speech {
  display: inline-block;
  margin: 10px 0 0 50px;
  padding: 12px 15px;
  font-size: 14px;
  color: #fff;
  line-height: 19px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #436793;
}
.-cb-modal .-cb-example .-cb-chat-list-box .-cb-user .-cb-speech::before,
.-cb-main .-cb-chat-wrapper .-cb-chatting .-cb-user .-cb-speech::before {
  content: '';
  position: absolute;
  right: -9px;
  top: 6px;
  transform: scaleY(-1);
  border-bottom: 4px solid #fff;
  border-top: 5px solid transparent;
  border-left: 5px solid #fff;
  border-right: 5px solid transparent;
  z-index: 999;
}
.-cb-modal .-cb-example .-cb-chat-list-box .-cb-user .-cb-speech::after,
.-cb-main .-cb-chat-wrapper .-cb-chatting .-cb-user .-cb-speech::after {
  content: '';
  position: absolute;
  right: -10px;
  top: 5px;
  transform: scaleY(-1);
  border-bottom: 5px solid #B7C9D5;
  border-top: 5px solid transparent;
  border-left: 5px solid #B7C9D5;
  border-right: 5px solid transparent;
}
.-cb-modal .-cb-example .-cb-chat-list-box .-cb-user .-cb-speech,
.-cb-main .-cb-chat-wrapper .-cb-chatting .-cb-user .-cb-speech {
  position: relative;
  background-color: #fff;
  border: 1px solid #B7C9D5;
  border-radius: 10px;
  padding: 15px;
  color: #303030;
}
.-cb-modal .-cb-example .-cb-chat-list-box .-cb-chatbot .-cb-speech {
  font-size: 14px;
}
.-cb-modal .-cb-example .-cb-chat-list-box .-cb-chatbot .-cb-speech,
.-cb-main .-cb-chat-wrapper .-cb-chatting .-cb-chatbot .-cb-speech {
  position: relative;
  background-color: #E4ECFE;
  border: 1px solid #B7C9D5;
  border-radius: 10px;
  padding: 15px 15px 15px 15px;
  text-align: left;
}
.-cb-modal .-cb-example .-cb-chat-list-box .-cb-chatbot .-cb-speech {
  padding: 13px 15px 15px 15px;
}
.-cb-monitor {
  position: fixed;
  overflow: hidden;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  display: flex;
  flex-direction: column;
  z-index: 9990;
  top: 20px;
  left: 40px;
  width: calc(100vw - 80px);
  height: calc(100vh - 40px);
  border: solid 5px #4ab4d8;
}
.-cb-monitor .-cb-m-header {
  background: #4ab4d8;
  height: 80px;
  padding: 0 20px;
  position: relative;
  color: #fff;
}
.-cb-monitor .-cb-m-header .-cb-title {
  font-size: 30px;
  height: 80px;
  line-height: 80px;
}
.-cb-monitor .-cb-m-header button.-cb-close {
  display: block;
  border: none;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  text-indent: -9999px;
  width: 40px;
  height: 40px;
  background: url(images/cde17071cc6afb918816.svg) no-repeat center;
}
.-cb-monitor .-cb-content {
  padding: 40px 50px 60px;
  overflow-y: scroll;
  flex: 1;
}
.-cb-monitor .-cb-content .-cb-head-box {
  border: solid 3px #4ab4d8;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 30px;
}
.-cb-monitor .-cb-content .-cb-head-box .-cb-list {
  display: flex;
  padding: 5px;
}
.-cb-monitor .-cb-content .-cb-head-box .-cb-list .-cb-list-box {
  flex: 1 1 100%;
  display: flex;
  align-items: center;
}
.-cb-monitor .-cb-content .-cb-head-box .-cb-list .-cb-list-box h5:before {
  content: '';
  background-color: #000;
  width: 4px;
  height: 4px;
  border-radius: 5px;
  margin-right: 10px;
}
.-cb-monitor .-cb-content .-cb-head-box .-cb-list .-cb-list-box h5 {
  flex: 0 0 110px;
  font-size: 16px;
  position: relative;
  display: flex;
  align-items: center;
}
.-cb-monitor .-cb-content .-cb-button-box {
  overflow: hidden;
  margin-bottom: 10px;
  display: flex;
  justify-content: flex-end;
}
.-cb-monitor .-cb-content .-cb-button-box button {
  display: block;
  padding: 0 20px;
  color: #fff;
  text-align: center;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin-left: 10px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
}
.-cb-monitor .-cb-content .-cb-button-box .-cb-button-start {
  background: #071253;
}
.-cb-monitor .-cb-content .-cb-button-box .-cb-button-stop {
  border: solid 1px #071253;
  color: #071253;
}
.-cb-monitor .-cb-content .-cb-monitor-list {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.-cb-monitor .-cb-content .-cb-monitor-list .-cb-row {
  display: flex;
  border-bottom: solid 1px #d9d9d9;
  padding: 10px 0;
}
.-cb-monitor .-cb-content .-cb-monitor-list .-cb-row.-cb-table-header {
  padding: 20px 0;
}
.-cb-monitor .-cb-content .-cb-monitor-list .-cb-row.-cb-table-header {
  background: #f4f9fd;
  border-top: solid 1px #333;
}
.-cb-monitor .-cb-content .-cb-monitor-list .-cb-row.-cb-table-header .-cb-cell {
  font-weight: bold;
  justify-content: center;
}
.-cb-monitor .-cb-content .-cb-monitor-list .-cb-cell {
  display: flex;
  justify-content: center;
  align-items: center;
}
.-cb-monitor .-cb-content .-cb-monitor-list .-cb-cell:last-child {
  border-right: none;
}
.-cb-monitor .-cb-content .-cb-monitor-list .-cb-cell.-cb-cell-1 {
  width: 60px;
}
.-cb-monitor .-cb-content .-cb-monitor-list .-cb-cell.-cb-cell-2 {
  width: 90px;
}
.-cb-monitor .-cb-content .-cb-monitor-list .-cb-cell.-cb-cell-3 {
  width: 130px;
}
.-cb-monitor .-cb-content .-cb-monitor-list .-cb-cell.-cb-cell-4 {
  flex: 1;
  justify-content: left;
}
.-cb-monitor .-cb-content .-cb-monitor-list .-cb-cell.-cb-cell-5 {
  width: 100px;
}
.-cb-monitor .-cb-content .-cb-monitor-list .-cb-cell.-cb-cell-6 {
  width: 100px;
}
.-cb-monitor .-cb-content .-cb-monitor-list .-cb-warning-btn {
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  height: 36px;
  line-height: 34px;
  border: solid 1px #4ab4d8;
  color: #4ab4d8;
  background: #fff;
  text-align: center;
  padding: 0 15px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.-cb-monitor .-cb-content .-cb-monitor-list .-cb-warning-btn.-cb-on {
  background: #ee7f00;
  border-color: #ee7f00;
  color: #fff;
}
.-cb-monitor .-cb-content .-cb-monitor-list .-cb-next-placeholder {
  display: none;
}
.-cb-main .-cb-chat-wrapper .-cb-chatting .-cb-waiting {
  height: 40px;
  margin-right: 8px;
  position: relative;
}
.-cb-main .-cb-chat-wrapper .-cb-chatting .-cb-waiting .-cb-dot {
  align-self: flex-end;
  margin-bottom: 6px;
}
.-cb-modal .-cb-example .-cb-chat-list-box {
  flex: 1;
  overflow: visible;     /* 자체 스크롤 없이 부모로 넘김 */
}
.-cb-modal .-cb-example .-cb-chat-list-box .-cb-chatbot {
  text-align: left;
}
.-cb-modal .-cb-example .-cb-chat-list-box .-cb-chatbot .-cb-bot {
  font-size: 15px;
  color: #333;
  line-height: 35px;
  margin-bottom: 5px;
  vertical-align: bottom;
  position: relative;
}
.-cb-modal .-cb-example .-cb-chat-list-box .-cb-chatbot .-cb-bot::before {
  content: '';
  display: inline-block;
  margin-right: 8px;
  vertical-align: bottom;
  width: 38px;
  height: 30px;
}
.-cb-modal .-cb-example .-cb-chat-list-box .-cb-chatbot .-cb-bot .-cb-sup {
  font-size: 0.9em;
  position: relative;
  top: -8px;
  margin-right: 5px;
}
.-cb-modal .-cb-example .-cb-chat-list-box .-cb-chatbot .-cb-bot::before,
.-cb-main .-cb-chat-wrapper .-cb-chatting .-cb-waiting .-cb-bot::before,
.-cb-main .-cb-chat-wrapper .-cb-chatting .-cb-chatbot .-cb-bot::before {
  width: 45px;
  height: 40px;
}
.-cb-main .-cb-chat-wrapper .-cb-chatting .-cb-waiting .-cb-bot::before {
  animation: chatbot-swap 2s steps(4) infinite;
}
.-cb-main .-cb-chat-wrapper .-cb-chatting .-cb-waiting .-cb-bot::before {
  background: url(images/13d507f4546030d03185.svg) no-repeat center / contain;
}
.-cb-modal .-cb-example .-cb-chat-list-box .-cb-chatbot .-cb-bot::before,
.-cb-main .-cb-chat-wrapper .-cb-chatting .-cb-chatbot .-cb-bot::before {
  background: url(images/13d507f4546030d03185.svg) no-repeat center / contain;
}
.-cb-main .-cb-chat-wrapper .-cb-chatting .-cb-teacher .-cb-bot.-cb-sorry::before,
.-cb-main .-cb-chat-wrapper .-cb-chatting .-cb-chatbot .-cb-bot.-cb-sorry::before {
  background: url(images/991edb1eb978976f9a77.svg) no-repeat center / contain;
}
.-cb-main .-cb-chat-wrapper .-cb-chatting .-cb-teacher .-cb-bot.-cb-warn::before,
.-cb-main .-cb-chat-wrapper .-cb-chatting .-cb-chatbot .-cb-bot.-cb-warn::before {
  background: url(images/1443c4184bd1ffa48680.svg) no-repeat center / contain;
}
.-cb-main .-cb-chat-wrapper .-cb-chatting .-cb-waiting .-cb-bot .-cb-sup,
.-cb-main .-cb-chat-wrapper .-cb-chatting .-cb-chatbot .-cb-bot .-cb-sup {
  font-size: 0.9em;
  position: relative;
  top: -8px;
  margin-right: 5px;
}
.-cb-main .-cb-chat-wrapper .-cb-chatting .-cb-chatbot:last-child {
  margin-bottom: 20px;
}
@keyframes chatbot-swap {
  0% {
    background-image: url(images/13d507f4546030d03185.svg);
  }
  25% {
    background-image: url(images/1443c4184bd1ffa48680.svg);
  }
  50% {
    background-image: url(images/991edb1eb978976f9a77.svg);
  }
  75% {
    background-image: url(images/e74b1c0ffab95f48d896.svg);
  }
}

.-cb-root .-cb-loading,
.-cb-intro .-cb-modal,
.-cb-chatbox .-cb-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9950;
}
/*.-cb-sidebar .-cb-list .-cb-item .-cb-context-menu {*/
/*  position: absolute;*/
/*  top: 20px;*/
/*  right: 0;*/
/*  z-index: 9920;*/
/*  width: 200px;*/
/*  padding: 10px;*/
/*  background-color: #ffffff;*/
/*  border-radius: 25px;*/
/*  border: 1px solid #1B1464;*/
/*}*/
.-cb-modal .-cb-modal-content.-cb-example {
  position: relative;
  background: #f7f7fe;
  max-width: 800px;
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  text-align: center;
  margin: 20px;
  padding: 0!important;
}
.-cb-modal .-cb-modal-content.-cb-example .-cb-chat-list-box {
  padding: 20px 30px 30px 30px;
}
.-cb-modal .-cb-modal-content.-cb-search {
  display: inline-block;
  max-width: 650px;
  width: calc(100% - 40px);
  height: auto;
  margin: 20px;
  position: relative;
  border-radius: 10px;
  padding: 20px;
  background-color: #fff;
}
.-cb-modal .-cb-modal-content.-cb-example .-cb-close,
.-cb-modal .-cb-modal-content.-cb-search .-cb-close {
  position: absolute;
  right: -10px;
  top: -10px;
  width: 30px;
  height: 30px;
  background: #1B1464 url(images/786e718fbe40d3f31441.svg) center 50% no-repeat;
  background-size: 40%;
  border-radius: 30px;
  border: 1px solid #1B1464;
  text-indent: -9999px;
  z-index: 1;
}
.-cb-modal .-cb-modal-content.-cb-example .-cb-title {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  height: 50px;
  background-color: #fff;
  border-bottom: 1px solid #d0d0d0;
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  color: #000;
  padding-left: 20px;
  position: relative;
}
.-cb-sidebar .-cb-title .-cb-approach-help .-cb-sup,
.-cb-sidebar .-cb-title .-cb-normal-help .-cb-sup,
.-cb-explain .-cb-aion-note-box .-cb-sup,
.-cb-input-wrapper .-cb-comment .-cb-sup,
.-cb-modal .-cb-modal-content.-cb-example .-cb-title .-cb-sup {
  font-size: 0.8em;
  position: relative;
  top: -8px;
  margin-right: 5px;
}
.-cb-modal .-cb-modal-content.-cb-search .-cb-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  text-align: left;
}
.-cb-modal .-cb-modal-content.-cb-search .-cb-search-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 2px);
  height: 50px;
  border: 2px solid #132C7B;
  border-radius: 5px;
  background: #f7f7fe;
  font-size: 20px;
  color: #55CED5;
  margin-bottom: 20px;
}
.-cb-modal .-cb-modal-content.-cb-search .-cb-search-box input.-cb-search-input {
  border: none;
  outline: none;
  width: calc(100% - 50px);
  height: 46px;
  background-color: transparent;
  font-size: 18px;
  font-weight: 600;
  padding: 0 0 0 15px;
}
.-cb-modal .-cb-modal-content.-cb-search .-cb-search-box button.-cb-search-btn {
  width: 50px;
  height: 50px;
  border: none;
  text-indent: -9999px;
  background: url(images/287264b8c5b35570b1ab.svg) center 50% no-repeat;
  background-size: 50%;
}
.-cb-modal .-cb-modal-content.-cb-search .-cb-search-list-box {
  height: 280px;
  overflow: hidden;
  overflow-y: auto;
}
.-cb-modal .-cb-modal-content.-cb-search .-cb-search-list-box ul.-cb-search-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
  border-radius: 10px;
  border: 1px solid #e0e0e0;
  cursor: pointer;
}
.-cb-modal .-cb-modal-content.-cb-search .-cb-search-list-box ul.-cb-search-list li:hover {
  background-color: #f7f7f7;
}
.-cb-modal .-cb-modal-content.-cb-search .-cb-search-list-box ul.-cb-search-list li .-cb-text {
  flex: 1 1 100%;
  font-size: 16px;
  display: block;
  line-height: 45px;
  height: 45px;
  color: #1D2E82;
  font-weight: 500;
  padding: 0 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: left;
}
.-cb-modal .-cb-modal-content.-cb-search .-cb-search-list-box ul.-cb-search-list li .-cb-date {
  flex: 0 0 90px;
  font-size: 16px;
  color: #999;
  font-weight: 300;
  text-align: right;
  padding-right: 25px;
}
.-cb-modal .-cb-modal-content.-cb-search .-cb-search-list-box .-cb-nodata {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
.-cb-modal .-cb-modal-content.-cb-search .-cb-search-list-box .-cb-nodata .-cb-nodata-icon {
  width: 100px;
  height: 97px;
  background: url(images/991edb1eb978976f9a77.svg) no-repeat center / contain;
}
.-cb-modal .-cb-modal-content.-cb-search .-cb-search-list-box .-cb-nodata .-cb-nodata-text {
  margin-top: 10px;
  text-align: center;
  font-size: 24px;
  color: #999;
}
.-cb-intro {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  min-height: 300px;
  background-color: #f9f9ff;
  overflow: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 9900;
}
.-cb-intro .-cb-intro-header {
  position: absolute;
  height: 70px;
  right: 20px;
  top: 20px;
  padding: 0 20px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background-color: transparent;
  border-top: none;
  border-bottom: none;
}
.-cb-intro .-cb-intro-header .-cb-right .-cb-logo {
  display: block;
  width: 204px;
  height: 35px;
  background: url(images/69892ace1e56cc9dbc2d.png) no-repeat center / contain;
  text-indent: -9999px;
}
.-cb-intro .-cb-intro-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 60px 20px;
}
.-cb-intro .-cb-intro-main .-cb-intro-title-box {
  text-align: center;
}
.-cb-intro .-cb-intro-main .-cb-intro-title-box .-cb-inm-title {
  font-size: 19px;
  line-height: 120%;
  color: #666;
  text-align: center;
  word-break: keep-all;
  font-weight: 500;
}
.-cb-intro .-cb-intro-main .-cb-intro-title-box .-cb-ins-title {
  font-size: 34px;
  line-height: 120%;
  color: #000;
  font-weight: 600;
  margin-top: 10px;
}
.-cb-intro .-cb-intro-main .-cb-intro-title-box .-cb-ins-title .-cb-icon {
  display: inline-flex;
  align-items: center;
  margin-right: 10px;
  width: 36px;
  height: 32px;
  background: url(images/ca062024679d2a46710d.png) no-repeat center / contain;
}
.-cb-intro .-cb-intro-main .-cb-select-box {
  display: flex;
  justify-content: center;
  gap: 20px;
  max-width: 1000px;
  width: 100%;
  margin: 60px auto 40px auto;
}

.-cb-intro .-cb-intro-main .-cb-select-box .-cb-select-left {
  width: calc(50% - 50px);
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  background: #fff url(images/73c08881c4b1464dadb8.png) right 20px no-repeat;
  background-position-x: calc(100% - 20px);
  padding: 25px;
}
.-cb-intro .-cb-intro-main .-cb-select-box .-cb-select-left .-cb-left-title {
  font-size: 18px;
  line-height: 130%;
  letter-spacing: -1px;
  font-weight: 500;
  text-align: left;
}
.-cb-intro .-cb-intro-main .-cb-select-box .-cb-select-left .-cb-left-title > span {
  position: relative;
  display: inline-block;
  margin-right: 15px;
  font-weight: 600;
  color: #A02BFF;
}
.-cb-intro .-cb-intro-main .-cb-select-box .-cb-select-left .-cb-left-title > span::after {
  content: '+';
  position: absolute;
  right: -12px;
  top: -7px;
}
.-cb-intro .-cb-intro-main .-cb-select-box .-cb-select-right {
  width: calc(50% - 50px);
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  background: #fff url(images/1e38ac3acf5278cfc0d1.png) right 10px no-repeat;
  background-position-x: calc(100% - 10px);
  padding: 30px;
}
.-cb-intro .-cb-intro-main .-cb-select-box .-cb-select-right .-cb-right-title {
  font-size: 18px;
  line-height: 130%;
  letter-spacing: -1px;
  font-weight: 500;
  text-align: left;
}
.-cb-intro .-cb-intro-main .-cb-select-box .-cb-select-right .-cb-right-title span {
  position: relative;
  display: inline-block;
  margin-right: 15px;
  font-weight: 600;
  color: #A02BFF;
}
.-cb-intro .-cb-intro-main .-cb-select-box .-cb-select-right .-cb-right-title span::after {
  content: '+';
  position: absolute;
  right: -12px;
  top: -7px;
}
.-cb-intro .-cb-intro-main .-cb-select-box ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
.-cb-intro .-cb-intro-main .-cb-select-box ul li {
  list-style: none;
}
.-cb-intro .-cb-intro-main .-cb-select-box li:first-child {
  margin-right: 20px;
}
.-cb-intro .-cb-intro-main .-cb-select-box li button {
  font-size: 18px;
  width: 110px;
  height: 42px;
}
.-cb-intro .-cb-intro-main .-cb-select-box li button.-cb-btn-01 {
  background-color: #542DB2;
  border: 1px solid #542DB2;
  color: #fff;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.-cb-intro .-cb-intro-main .-cb-select-box li button.-cb-btn-01:hover {
  background-color: #A02BFF;
  border: 1px solid #A02BFF;
  color: #fff;
}
.-cb-intro .-cb-intro-main .-cb-select-box li button.-cb-btn-02 {
  background-color: #fff;
  border: 1px solid #999;
  color: #333;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.-cb-intro .-cb-intro-main .-cb-select-box li button.-cb-btn-02:hover {
  background-color: #666;
  border: 1px solid #666;
  color: #fff;
}


.-cb-intro .-cb-intro-main .-cb-logo,
.-cb-main .-cb-chat-wrapper .-cb-explain .-cb-logo {
  width: 300px;
  height: 60px;
  padding-right: 130px;
  margin-bottom: 30px;
  display: inline-block;
  background: url(images/afd20d1e2ac6406e56c4.svg) no-repeat left / contain;
  box-sizing: content-box;
  position: relative;
}
.-cb-intro .-cb-intro-main .-cb-logo {
  margin-bottom: 60px;
}
.-cb-intro .-cb-intro-main .-cb-logo .-cb-icon,
.-cb-main .-cb-chat-wrapper .-cb-explain .-cb-logo .-cb-icon {
  position: absolute;
  right: 0;
  top: -20px;
  width: 104px;
  height: 100px;
  background: url(images/e8befa84220ddfc7971f.svg) no-repeat center / contain;
}
.-cb-intro .-cb-intro-main .-cb-logo .-cb-icon em,
.-cb-main .-cb-chat-wrapper .-cb-explain .-cb-logo .-cb-icon em {
  position: absolute;
  right: 0;
  top: 0;
  width: 104px;
  height: 100px;
  opacity: 0;
  animation: showOneByOne 4s infinite;
}
.-cb-intro .-cb-intro-main .-cb-logo .-cb-icon em.-cb-icon-1,
.-cb-main .-cb-chat-wrapper .-cb-explain .-cb-logo .-cb-icon em.-cb-icon-1 {
  background: url(images/aaab409467b7b9f03066.svg) no-repeat center / contain;
  animation-delay: 0s;
}
.-cb-intro .-cb-intro-main .-cb-logo .-cb-icon em.-cb-icon-2,
.-cb-main .-cb-chat-wrapper .-cb-explain .-cb-logo .-cb-icon em.-cb-icon-2 {
  background: url(images/a1a39d0153f3e3291dd2.svg) no-repeat center / contain;
  animation-delay: 1s;
}
.-cb-intro .-cb-intro-main .-cb-logo .-cb-icon em.-cb-icon-3,
.-cb-main .-cb-chat-wrapper .-cb-explain .-cb-logo .-cb-icon em.-cb-icon-3 {
  background: url(images/9f0d6d92cfc5a3061629.svg) no-repeat center / contain;
  animation-delay: 2s;
}
.-cb-intro .-cb-intro-main .-cb-logo .-cb-icon em.-cb-icon-4,
.-cb-main .-cb-chat-wrapper .-cb-explain .-cb-logo .-cb-icon em.-cb-icon-4 {
  background: url(images/9ab4af55640a38f91d56.svg) no-repeat center / contain;
  animation-delay: 3s;
}
.-cb-main .-cb-chat-wrapper .-cb-chatting .-cb-chatbot .-cb-bot {
  position: relative;
  line-height: 40px;
  margin-right: 0;
}
.-cb-main .-cb-chat-wrapper .-cb-chatting .-cb-chatbot .-cb-bot::before {
  margin-right: 0!important;
}
/*.-cb-main .-cb-chat-wrapper .-cb-chatting .-cb-waiting .-cb-bot::before {*/
/*  background: none!important;*/
/*  margin-right: 0!important;*/
/*  width: 47px;*/
/*  height: 40px;*/
/*}*/
.-cb-main .-cb-chat-wrapper .-cb-chatting .-cb-waiting .-cb-bot .-cb-icon {
  position: absolute;
  width: 45px;
  height: 40px;
  left: 0;
  right: unset;
  top: 0;
  background: url(images/e8befa84220ddfc7971f.svg) no-repeat center / contain;
}
.-cb-main .-cb-chat-wrapper .-cb-chatting .-cb-waiting .-cb-bot .-cb-icon em {
  position: absolute;
  left: 0;
  right: unset;
  top: 0;
  width: 45px;
  height: 40px;
  opacity: 0;
  animation: showOneByOne 4s infinite;
}
.-cb-main .-cb-chat-wrapper .-cb-chatting .-cb-waiting .-cb-bot em.-cb-icon-1 {
  background: url(images/aaab409467b7b9f03066.svg) no-repeat center / contain;
  animation-delay: 0s;
}
.-cb-main .-cb-chat-wrapper .-cb-chatting .-cb-waiting .-cb-bot em.-cb-icon-2 {
  background: url(images/a1a39d0153f3e3291dd2.svg) no-repeat center / contain;
  animation-delay: 1s;
}
.-cb-main .-cb-chat-wrapper .-cb-chatting .-cb-waiting .-cb-bot em.-cb-icon-3 {
  background: url(images/9f0d6d92cfc5a3061629.svg) no-repeat center / contain;
  animation-delay: 2s;
}
.-cb-main .-cb-chat-wrapper .-cb-chatting .-cb-waiting .-cb-bot em.-cb-icon-4 {
  background: url(images/9ab4af55640a38f91d56.svg) no-repeat center / contain;
  animation-delay: 3s;
}
.-cb-main .-cb-chat-wrapper .-cb-scroll-button {
  fill: rgb(13, 13, 13);
  position: absolute;
  bottom: 140px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  z-index: 10;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(13, 13, 13, 0.05);
  border-radius: 50%;
  padding: 5px;
  background-color: #fff;
}

@keyframes showOneByOne {
  0%  { opacity: 0; transform: scale(0.8); }
  10% { opacity: 1; transform: scale(1); }
  30% { opacity: 1; transform: scale(1); }
  40% { opacity: 0; transform: scale(0.8); }
  100% { opacity: 0; }
}

/* 모바일 (최대 767px) */
@media screen and (max-width: 767px) {
  .-cb-main .-cb-chat-wrapper {
    padding: 0 10px;
  }
  .-cb-monitor {
    font-size: 13px;
    top: 15px;
    left: 15px;
    width: calc(100vw - 30px);
    height: calc(100vh - 30px);
  }
  .-cb-monitor .-cb-m-header {
    height: 50px;
  }
  .-cb-monitor .-cb-m-header .-cb-title {
    font-size: 20px;
    line-height: 45px;
  }
  .-cb-monitor .-cb-m-header button.-cb-close {
    width: 30px;
    height: 30px;
    right: 15px;
  }
  .-cb-monitor .-cb-content {
    padding: 15px;
  }
  .-cb-monitor .-cb-content .-cb-head-box {
    margin-bottom: 20px;
  }
  .-cb-monitor .-cb-content .-cb-head-box .-cb-list {
    flex-direction: column;
    gap: 10px;
    padding-bottom: 0;
  }
.-cb-monitor .-cb-content .-cb-button-box button {
    padding: 0 10px;
    border-radius: 5px;
  }
  .-cb-monitor .-cb-content .-cb-monitor-list .-cb-row.-cb-table-header {
    display: none;
  }
  .-cb-monitor .-cb-content .-cb-monitor-list .-cb-row {
    display: block;
    position: relative;
    padding: 15px 50px 15px 10px;
  }
  .-cb-monitor .-cb-content .-cb-monitor-list .-cb-next-placeholder {
    display: block;
    height: 1px;
    font-size: 0;
    border-top: solid 1px #333;
  }
  .-cb-monitor .-cb-content .-cb-monitor-list .-cb-cell {
    display: block;
    float: left;
    padding-right: 8px;
    position: relative;
    font-size: 12px;
    color: #696969;
    letter-spacing: 0.025em;
    line-height: 14px;
    width: auto;
    margin: 5px 8px 5px 0;
  }
  .-cb-monitor .-cb-content .-cb-monitor-list .-cb-cell:after {
    content: '';
    display: block;
    width: 1px;
    height: 10px;
    background: #aaa;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -5px;
  }
  .-cb-monitor .-cb-content .-cb-monitor-list .-cb-cell.-cb-cell-1 {
    display: none;
  }
  .-cb-monitor .-cb-content .-cb-monitor-list .-cb-cell.-cb-cell-1,
  .-cb-monitor .-cb-content .-cb-monitor-list .-cb-cell.-cb-cell-2,
  .-cb-monitor .-cb-content .-cb-monitor-list .-cb-cell.-cb-cell-3,
  .-cb-monitor .-cb-content .-cb-monitor-list .-cb-cell.-cb-cell-4,
  .-cb-monitor .-cb-content .-cb-monitor-list .-cb-cell.-cb-cell-5,
  .-cb-monitor .-cb-content .-cb-monitor-list .-cb-cell.-cb-cell-6 {
    width: unset;
  }
  .-cb-monitor .-cb-content .-cb-monitor-list .-cb-cell.-cb-cell-5 {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    margin: 0;
    padding: 0;
    border: none;
  }
  .-cb-monitor .-cb-content .-cb-monitor-list .-cb-warning-btn {
    padding: 0 10px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
  }
  .-cb-intro .-cb-intro-header {
    display: block;
    position: relative;
    height: 40px;
    right: unset;
    top: unset;
  }
  .-cb-intro .-cb-intro-main {
    padding: 0 20px;
  }
    .-cb-intro .-cb-intro-main .-cb-logo {
    width: 190px;
    height: 40px;
    padding-right: 100px;
    margin-top: 30px;
    box-sizing: content-box;
    margin-bottom: 30px;
    display: inline-block;
    background: url(images/afd20d1e2ac6406e56c4.svg) no-repeat left / contain;
    position: relative;
  }
  .-cb-intro .-cb-intro-main .-cb-logo .-cb-icon,
  .-cb-main .-cb-chat-wrapper .-cb-explain .-cb-logo .-cb-icon,
  .-cb-intro .-cb-intro-main .-cb-logo .-cb-icon em,
  .-cb-main .-cb-chat-wrapper .-cb-explain .-cb-logo .-cb-icon em {
    width: 70px;
    height: 70px;
  }
  .-cb-intro .-cb-intro-main .-cb-intro-title-box .-cb-inm-title {
    font-size: 19px;
  }
  .-cb-intro .-cb-intro-main .-cb-intro-title-box .-cb-ins-title {
    font-size: 28px;
    padding: 0 30px;
  }
  .-cb-intro .-cb-intro-main .-cb-intro-title-box .-cb-ins-title .-cb-icon {
    width: 28px;
    height: 26px;
  }
  .-cb-intro .-cb-intro-main .-cb-select-box {
    flex-direction: column;
    margin: 20px auto;
  }
  .-cb-intro .-cb-intro-main .-cb-select-box .-cb-select-right,
  .-cb-intro .-cb-intro-main .-cb-select-box .-cb-select-left {
    width: 100%;
    padding: 20px;
  }
  .-cb-intro .-cb-intro-main .-cb-select-box .-cb-select-right .-cb-right-title,
  .-cb-intro .-cb-intro-main .-cb-select-box .-cb-select-left .-cb-left-title {
    font-size: 16px;
  }
  .-cb-intro .-cb-intro-main .-cb-select-box li button {
    font-size: 16px;
    width: 100px;
    height: 35px;
  }
  .-cb-modal .-cb-modal-content.-cb-example {
    max-height: 90%;
    display: flex;
    flex-direction: column;
  }
  .-cb-modal .-cb-modal-content.-cb-example .-cb-chat-list-box {
    overflow-x: hidden;
    overflow-y: auto;
    flex: 1;
  }
  .-cb-header {
    flex-wrap: unset;
    height: 85px;
    justify-content: flex-end;
  }
  .-cb-header .-cb-btn-left {
    position: absolute;
    left: 0;
    top: 25px;
  }
  .-cb-header .-cb-btn-right {
    padding-right: 10px;
    height: 20px;
  }
  .-cb-header .-cb-btn-right .-cb-close {
    width: 120px;
    height: 20px;
  }
  .-cb-header button.-cb-chat-type {
    border: 3px solid #70D988!important;
    color: #48C564!important;
    margin: 5px 0 0 20px;
    width: 175px;
  }
  .-cb-header button.-cb-chat-type,
  .-cb-header button.-cb-new-chat {
    border-radius: 10px;
    font-size: 12px;
    padding: 0 5px;
    margin: 5px 0 0 5px;
  }
  .-cb-header button.-cb-chat-type {
    width: 90px!important;
  }
  .-cb-header button.-cb-new-chat {
    width: 70px!important;
  }
  .-cb-top {
    padding: 3px 10px;
    background-color: #E8F1FF;;
  }
  .-cb-top .-cb-title {
    color: #4392FE;
  }
  .-cb-top .-cb-btn button {
    border-radius: 10px;
    background-color: #fff;
    padding: 0 5px;
    font-size: 12px;
    border: 3px solid #C9E0FF;
    font-weight: 500;
    color: #4392FE;
  }
  .-cb-main .-cb-chat-wrapper .-cb-explain .-cb-logo {
    width: 190px;
    height: 40px;
    padding-right: 100px;
    margin-top: 40px;
    margin-bottom: 20px;
    box-sizing: content-box;
  }
  .-cb-main .-cb-chat-wrapper .-cb-explain .-cb-questions {
    margin-top: 25px;
  }
  .-cb-main .-cb-chat-wrapper .-cb-explain .-cb-questions .-cb-item {
    width: 100%;
    height: 30px;
    line-height: 30px;
  }
  .-cb-main .-cb-input-wrapper textarea::placeholder {
    /*position: absolute;*/
    /*top: 12px;*/
    /*width: 70%;*/
  }
}

/* 태블릿 (768px ~ 1024px) */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .-cb-sidebar .-cb-sidebar-arrow {
    /*position: absolute;*/
    /*top: calc(50% - 21px);*/
    /*width: 42px;*/
    /*height: 42px;*/
    border-radius: 50%!important;
    right: -50px!important;
    /*border: 2px solid #B7C9D5;*/
    /*text-indent: -99999px;*/
    /*z-index: 9920;*/
    /*cursor: pointer;*/
    /*background-size: contain;*/
  }

}

/* stylelint-disable font-family-no-missing-generic-family-keyword */
@font-face {
  font-family: "KaTeX_AMS";
  src: url(fonts/KaTeX_AMS-Regular.woff2) format("woff2"), url(fonts/KaTeX_AMS-Regular.woff) format("woff"), url(fonts/KaTeX_AMS-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "KaTeX_Caligraphic";
  src: url(fonts/KaTeX_Caligraphic-Bold.woff2) format("woff2"), url(fonts/KaTeX_Caligraphic-Bold.woff) format("woff"), url(fonts/KaTeX_Caligraphic-Bold.ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "KaTeX_Caligraphic";
  src: url(fonts/KaTeX_Caligraphic-Regular.woff2) format("woff2"), url(fonts/KaTeX_Caligraphic-Regular.woff) format("woff"), url(fonts/KaTeX_Caligraphic-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "KaTeX_Fraktur";
  src: url(fonts/KaTeX_Fraktur-Bold.woff2) format("woff2"), url(fonts/KaTeX_Fraktur-Bold.woff) format("woff"), url(fonts/KaTeX_Fraktur-Bold.ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "KaTeX_Fraktur";
  src: url(fonts/KaTeX_Fraktur-Regular.woff2) format("woff2"), url(fonts/KaTeX_Fraktur-Regular.woff) format("woff"), url(fonts/KaTeX_Fraktur-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "KaTeX_Main";
  src: url(fonts/KaTeX_Main-Bold.woff2) format("woff2"), url(fonts/KaTeX_Main-Bold.woff) format("woff"), url(fonts/KaTeX_Main-Bold.ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "KaTeX_Main";
  src: url(fonts/KaTeX_Main-BoldItalic.woff2) format("woff2"), url(fonts/KaTeX_Main-BoldItalic.woff) format("woff"), url(fonts/KaTeX_Main-BoldItalic.ttf) format("truetype");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "KaTeX_Main";
  src: url(fonts/KaTeX_Main-Italic.woff2) format("woff2"), url(fonts/KaTeX_Main-Italic.woff) format("woff"), url(fonts/KaTeX_Main-Italic.ttf) format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "KaTeX_Main";
  src: url(fonts/KaTeX_Main-Regular.woff2) format("woff2"), url(fonts/KaTeX_Main-Regular.woff) format("woff"), url(fonts/KaTeX_Main-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "KaTeX_Math";
  src: url(fonts/KaTeX_Math-BoldItalic.woff2) format("woff2"), url(fonts/KaTeX_Math-BoldItalic.woff) format("woff"), url(fonts/KaTeX_Math-BoldItalic.ttf) format("truetype");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "KaTeX_Math";
  src: url(fonts/KaTeX_Math-Italic.woff2) format("woff2"), url(fonts/KaTeX_Math-Italic.woff) format("woff"), url(fonts/KaTeX_Math-Italic.ttf) format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "KaTeX_SansSerif";
  src: url(fonts/KaTeX_SansSerif-Bold.woff2) format("woff2"), url(fonts/KaTeX_SansSerif-Bold.woff) format("woff"), url(fonts/KaTeX_SansSerif-Bold.ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "KaTeX_SansSerif";
  src: url(fonts/KaTeX_SansSerif-Italic.woff2) format("woff2"), url(fonts/KaTeX_SansSerif-Italic.woff) format("woff"), url(fonts/KaTeX_SansSerif-Italic.ttf) format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "KaTeX_SansSerif";
  src: url(fonts/KaTeX_SansSerif-Regular.woff2) format("woff2"), url(fonts/KaTeX_SansSerif-Regular.woff) format("woff"), url(fonts/KaTeX_SansSerif-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "KaTeX_Script";
  src: url(fonts/KaTeX_Script-Regular.woff2) format("woff2"), url(fonts/KaTeX_Script-Regular.woff) format("woff"), url(fonts/KaTeX_Script-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "KaTeX_Size1";
  src: url(fonts/KaTeX_Size1-Regular.woff2) format("woff2"), url(fonts/KaTeX_Size1-Regular.woff) format("woff"), url(fonts/KaTeX_Size1-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "KaTeX_Size2";
  src: url(fonts/KaTeX_Size2-Regular.woff2) format("woff2"), url(fonts/KaTeX_Size2-Regular.woff) format("woff"), url(fonts/KaTeX_Size2-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "KaTeX_Size3";
  src: url(fonts/KaTeX_Size3-Regular.woff2) format("woff2"), url(fonts/KaTeX_Size3-Regular.woff) format("woff"), url(fonts/KaTeX_Size3-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "KaTeX_Size4";
  src: url(fonts/KaTeX_Size4-Regular.woff2) format("woff2"), url(fonts/KaTeX_Size4-Regular.woff) format("woff"), url(fonts/KaTeX_Size4-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "KaTeX_Typewriter";
  src: url(fonts/KaTeX_Typewriter-Regular.woff2) format("woff2"), url(fonts/KaTeX_Typewriter-Regular.woff) format("woff"), url(fonts/KaTeX_Typewriter-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
.katex {
  font: normal 1.21em KaTeX_Main, Times New Roman, serif;
  line-height: 1.2;
  text-indent: 0;
  text-rendering: auto;
}
.katex * {
  -ms-high-contrast-adjust: none !important;
}
.katex * {
  border-color: currentColor;
}
.katex .katex-version::after {
  content: "0.16.22";
}
.katex .katex-mathml {
  /* Accessibility hack to only show to screen readers
   Found at: http://a11yproject.com/posts/how-to-hide-content/ */
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.katex .katex-html {
  /* \newline is an empty block at top level, between .base elements */
}
.katex .katex-html > .newline {
  display: block;
}
.katex .base {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}
.katex .strut {
  display: inline-block;
}
.katex .textbf {
  font-weight: bold;
}
.katex .textit {
  font-style: italic;
}
.katex .textrm {
  font-family: KaTeX_Main;
}
.katex .textsf {
  font-family: KaTeX_SansSerif;
}
.katex .texttt {
  font-family: KaTeX_Typewriter;
}
.katex .mathnormal {
  font-family: KaTeX_Math;
  font-style: italic;
}
.katex .mathit {
  font-family: KaTeX_Main;
  font-style: italic;
}
.katex .mathrm {
  font-style: normal;
}
.katex .mathbf {
  font-family: KaTeX_Main;
  font-weight: bold;
}
.katex .boldsymbol {
  font-family: KaTeX_Math;
  font-weight: bold;
  font-style: italic;
}
.katex .amsrm {
  font-family: KaTeX_AMS;
}
.katex .mathbb,
.katex .textbb {
  font-family: KaTeX_AMS;
}
.katex .mathcal {
  font-family: KaTeX_Caligraphic;
}
.katex .mathfrak,
.katex .textfrak {
  font-family: KaTeX_Fraktur;
}
.katex .mathboldfrak,
.katex .textboldfrak {
  font-family: KaTeX_Fraktur;
  font-weight: bold;
}
.katex .mathtt {
  font-family: KaTeX_Typewriter;
}
.katex .mathscr,
.katex .textscr {
  font-family: KaTeX_Script;
}
.katex .mathsf,
.katex .textsf {
  font-family: KaTeX_SansSerif;
}
.katex .mathboldsf,
.katex .textboldsf {
  font-family: KaTeX_SansSerif;
  font-weight: bold;
}
.katex .mathsfit,
.katex .mathitsf,
.katex .textitsf {
  font-family: KaTeX_SansSerif;
  font-style: italic;
}
.katex .mainrm {
  font-family: KaTeX_Main;
  font-style: normal;
}
.katex .vlist-t {
  display: inline-table;
  table-layout: fixed;
  border-collapse: collapse;
}
.katex .vlist-r {
  display: table-row;
}
.katex .vlist {
  display: table-cell;
  vertical-align: bottom;
  position: relative;
}
.katex .vlist > span {
  display: block;
  height: 0;
  position: relative;
}
.katex .vlist > span > span {
  display: inline-block;
}
.katex .vlist > span > .pstrut {
  overflow: hidden;
  width: 0;
}
.katex .vlist-t2 {
  margin-right: -2px;
}
.katex .vlist-s {
  display: table-cell;
  vertical-align: bottom;
  font-size: 1px;
  width: 2px;
  min-width: 2px;
}
.katex .vbox {
  display: inline-flex;
  flex-direction: column;
  align-items: baseline;
}
.katex .hbox {
  display: inline-flex;
  flex-direction: row;
  width: 100%;
}
.katex .thinbox {
  display: inline-flex;
  flex-direction: row;
  width: 0;
  max-width: 0;
}
.katex .msupsub {
  text-align: left;
}
.katex .mfrac > span > span {
  text-align: center;
}
.katex .mfrac .frac-line {
  display: inline-block;
  width: 100%;
  border-bottom-style: solid;
}
.katex .mfrac .frac-line,
.katex .overline .overline-line,
.katex .underline .underline-line,
.katex .hline,
.katex .hdashline,
.katex .rule {
  min-height: 1px;
}
.katex .mspace {
  display: inline-block;
}
.katex .llap,
.katex .rlap,
.katex .clap {
  width: 0;
  position: relative;
}
.katex .llap > .inner,
.katex .rlap > .inner,
.katex .clap > .inner {
  position: absolute;
}
.katex .llap > .fix,
.katex .rlap > .fix,
.katex .clap > .fix {
  display: inline-block;
}
.katex .llap > .inner {
  right: 0;
}
.katex .rlap > .inner,
.katex .clap > .inner {
  left: 0;
}
.katex .clap > .inner > span {
  margin-left: -50%;
  margin-right: 50%;
}
.katex .rule {
  display: inline-block;
  border: solid 0;
  position: relative;
}
.katex .overline .overline-line,
.katex .underline .underline-line,
.katex .hline {
  display: inline-block;
  width: 100%;
  border-bottom-style: solid;
}
.katex .hdashline {
  display: inline-block;
  width: 100%;
  border-bottom-style: dashed;
}
.katex .sqrt > .root {
  /* These values are taken from the definition of `\r@@t`,
   `\mkern 5mu` and `\mkern -10mu`. */
  margin-left: 0.2777777778em;
  margin-right: -0.5555555556em;
}
.katex .sizing.reset-size1.size1,
.katex .fontsize-ensurer.reset-size1.size1 {
  /* stylelint-disable-next-line */
  font-size: 1em;
}
.katex .sizing.reset-size1.size2,
.katex .fontsize-ensurer.reset-size1.size2 {
  /* stylelint-disable-next-line */
  font-size: 1.2em;
}
.katex .sizing.reset-size1.size3,
.katex .fontsize-ensurer.reset-size1.size3 {
  /* stylelint-disable-next-line */
  font-size: 1.4em;
}
.katex .sizing.reset-size1.size4,
.katex .fontsize-ensurer.reset-size1.size4 {
  /* stylelint-disable-next-line */
  font-size: 1.6em;
}
.katex .sizing.reset-size1.size5,
.katex .fontsize-ensurer.reset-size1.size5 {
  /* stylelint-disable-next-line */
  font-size: 1.8em;
}
.katex .sizing.reset-size1.size6,
.katex .fontsize-ensurer.reset-size1.size6 {
  /* stylelint-disable-next-line */
  font-size: 2em;
}
.katex .sizing.reset-size1.size7,
.katex .fontsize-ensurer.reset-size1.size7 {
  /* stylelint-disable-next-line */
  font-size: 2.4em;
}
.katex .sizing.reset-size1.size8,
.katex .fontsize-ensurer.reset-size1.size8 {
  /* stylelint-disable-next-line */
  font-size: 2.88em;
}
.katex .sizing.reset-size1.size9,
.katex .fontsize-ensurer.reset-size1.size9 {
  /* stylelint-disable-next-line */
  font-size: 3.456em;
}
.katex .sizing.reset-size1.size10,
.katex .fontsize-ensurer.reset-size1.size10 {
  /* stylelint-disable-next-line */
  font-size: 4.148em;
}
.katex .sizing.reset-size1.size11,
.katex .fontsize-ensurer.reset-size1.size11 {
  /* stylelint-disable-next-line */
  font-size: 4.976em;
}
.katex .sizing.reset-size2.size1,
.katex .fontsize-ensurer.reset-size2.size1 {
  /* stylelint-disable-next-line */
  font-size: 0.8333333333em;
}
.katex .sizing.reset-size2.size2,
.katex .fontsize-ensurer.reset-size2.size2 {
  /* stylelint-disable-next-line */
  font-size: 1em;
}
.katex .sizing.reset-size2.size3,
.katex .fontsize-ensurer.reset-size2.size3 {
  /* stylelint-disable-next-line */
  font-size: 1.1666666667em;
}
.katex .sizing.reset-size2.size4,
.katex .fontsize-ensurer.reset-size2.size4 {
  /* stylelint-disable-next-line */
  font-size: 1.3333333333em;
}
.katex .sizing.reset-size2.size5,
.katex .fontsize-ensurer.reset-size2.size5 {
  /* stylelint-disable-next-line */
  font-size: 1.5em;
}
.katex .sizing.reset-size2.size6,
.katex .fontsize-ensurer.reset-size2.size6 {
  /* stylelint-disable-next-line */
  font-size: 1.6666666667em;
}
.katex .sizing.reset-size2.size7,
.katex .fontsize-ensurer.reset-size2.size7 {
  /* stylelint-disable-next-line */
  font-size: 2em;
}
.katex .sizing.reset-size2.size8,
.katex .fontsize-ensurer.reset-size2.size8 {
  /* stylelint-disable-next-line */
  font-size: 2.4em;
}
.katex .sizing.reset-size2.size9,
.katex .fontsize-ensurer.reset-size2.size9 {
  /* stylelint-disable-next-line */
  font-size: 2.88em;
}
.katex .sizing.reset-size2.size10,
.katex .fontsize-ensurer.reset-size2.size10 {
  /* stylelint-disable-next-line */
  font-size: 3.4566666667em;
}
.katex .sizing.reset-size2.size11,
.katex .fontsize-ensurer.reset-size2.size11 {
  /* stylelint-disable-next-line */
  font-size: 4.1466666667em;
}
.katex .sizing.reset-size3.size1,
.katex .fontsize-ensurer.reset-size3.size1 {
  /* stylelint-disable-next-line */
  font-size: 0.7142857143em;
}
.katex .sizing.reset-size3.size2,
.katex .fontsize-ensurer.reset-size3.size2 {
  /* stylelint-disable-next-line */
  font-size: 0.8571428571em;
}
.katex .sizing.reset-size3.size3,
.katex .fontsize-ensurer.reset-size3.size3 {
  /* stylelint-disable-next-line */
  font-size: 1em;
}
.katex .sizing.reset-size3.size4,
.katex .fontsize-ensurer.reset-size3.size4 {
  /* stylelint-disable-next-line */
  font-size: 1.1428571429em;
}
.katex .sizing.reset-size3.size5,
.katex .fontsize-ensurer.reset-size3.size5 {
  /* stylelint-disable-next-line */
  font-size: 1.2857142857em;
}
.katex .sizing.reset-size3.size6,
.katex .fontsize-ensurer.reset-size3.size6 {
  /* stylelint-disable-next-line */
  font-size: 1.4285714286em;
}
.katex .sizing.reset-size3.size7,
.katex .fontsize-ensurer.reset-size3.size7 {
  /* stylelint-disable-next-line */
  font-size: 1.7142857143em;
}
.katex .sizing.reset-size3.size8,
.katex .fontsize-ensurer.reset-size3.size8 {
  /* stylelint-disable-next-line */
  font-size: 2.0571428571em;
}
.katex .sizing.reset-size3.size9,
.katex .fontsize-ensurer.reset-size3.size9 {
  /* stylelint-disable-next-line */
  font-size: 2.4685714286em;
}
.katex .sizing.reset-size3.size10,
.katex .fontsize-ensurer.reset-size3.size10 {
  /* stylelint-disable-next-line */
  font-size: 2.9628571429em;
}
.katex .sizing.reset-size3.size11,
.katex .fontsize-ensurer.reset-size3.size11 {
  /* stylelint-disable-next-line */
  font-size: 3.5542857143em;
}
.katex .sizing.reset-size4.size1,
.katex .fontsize-ensurer.reset-size4.size1 {
  /* stylelint-disable-next-line */
  font-size: 0.625em;
}
.katex .sizing.reset-size4.size2,
.katex .fontsize-ensurer.reset-size4.size2 {
  /* stylelint-disable-next-line */
  font-size: 0.75em;
}
.katex .sizing.reset-size4.size3,
.katex .fontsize-ensurer.reset-size4.size3 {
  /* stylelint-disable-next-line */
  font-size: 0.875em;
}
.katex .sizing.reset-size4.size4,
.katex .fontsize-ensurer.reset-size4.size4 {
  /* stylelint-disable-next-line */
  font-size: 1em;
}
.katex .sizing.reset-size4.size5,
.katex .fontsize-ensurer.reset-size4.size5 {
  /* stylelint-disable-next-line */
  font-size: 1.125em;
}
.katex .sizing.reset-size4.size6,
.katex .fontsize-ensurer.reset-size4.size6 {
  /* stylelint-disable-next-line */
  font-size: 1.25em;
}
.katex .sizing.reset-size4.size7,
.katex .fontsize-ensurer.reset-size4.size7 {
  /* stylelint-disable-next-line */
  font-size: 1.5em;
}
.katex .sizing.reset-size4.size8,
.katex .fontsize-ensurer.reset-size4.size8 {
  /* stylelint-disable-next-line */
  font-size: 1.8em;
}
.katex .sizing.reset-size4.size9,
.katex .fontsize-ensurer.reset-size4.size9 {
  /* stylelint-disable-next-line */
  font-size: 2.16em;
}
.katex .sizing.reset-size4.size10,
.katex .fontsize-ensurer.reset-size4.size10 {
  /* stylelint-disable-next-line */
  font-size: 2.5925em;
}
.katex .sizing.reset-size4.size11,
.katex .fontsize-ensurer.reset-size4.size11 {
  /* stylelint-disable-next-line */
  font-size: 3.11em;
}
.katex .sizing.reset-size5.size1,
.katex .fontsize-ensurer.reset-size5.size1 {
  /* stylelint-disable-next-line */
  font-size: 0.5555555556em;
}
.katex .sizing.reset-size5.size2,
.katex .fontsize-ensurer.reset-size5.size2 {
  /* stylelint-disable-next-line */
  font-size: 0.6666666667em;
}
.katex .sizing.reset-size5.size3,
.katex .fontsize-ensurer.reset-size5.size3 {
  /* stylelint-disable-next-line */
  font-size: 0.7777777778em;
}
.katex .sizing.reset-size5.size4,
.katex .fontsize-ensurer.reset-size5.size4 {
  /* stylelint-disable-next-line */
  font-size: 0.8888888889em;
}
.katex .sizing.reset-size5.size5,
.katex .fontsize-ensurer.reset-size5.size5 {
  /* stylelint-disable-next-line */
  font-size: 1em;
}
.katex .sizing.reset-size5.size6,
.katex .fontsize-ensurer.reset-size5.size6 {
  /* stylelint-disable-next-line */
  font-size: 1.1111111111em;
}
.katex .sizing.reset-size5.size7,
.katex .fontsize-ensurer.reset-size5.size7 {
  /* stylelint-disable-next-line */
  font-size: 1.3333333333em;
}
.katex .sizing.reset-size5.size8,
.katex .fontsize-ensurer.reset-size5.size8 {
  /* stylelint-disable-next-line */
  font-size: 1.6em;
}
.katex .sizing.reset-size5.size9,
.katex .fontsize-ensurer.reset-size5.size9 {
  /* stylelint-disable-next-line */
  font-size: 1.92em;
}
.katex .sizing.reset-size5.size10,
.katex .fontsize-ensurer.reset-size5.size10 {
  /* stylelint-disable-next-line */
  font-size: 2.3044444444em;
}
.katex .sizing.reset-size5.size11,
.katex .fontsize-ensurer.reset-size5.size11 {
  /* stylelint-disable-next-line */
  font-size: 2.7644444444em;
}
.katex .sizing.reset-size6.size1,
.katex .fontsize-ensurer.reset-size6.size1 {
  /* stylelint-disable-next-line */
  font-size: 0.5em;
}
.katex .sizing.reset-size6.size2,
.katex .fontsize-ensurer.reset-size6.size2 {
  /* stylelint-disable-next-line */
  font-size: 0.6em;
}
.katex .sizing.reset-size6.size3,
.katex .fontsize-ensurer.reset-size6.size3 {
  /* stylelint-disable-next-line */
  font-size: 0.7em;
}
.katex .sizing.reset-size6.size4,
.katex .fontsize-ensurer.reset-size6.size4 {
  /* stylelint-disable-next-line */
  font-size: 0.8em;
}
.katex .sizing.reset-size6.size5,
.katex .fontsize-ensurer.reset-size6.size5 {
  /* stylelint-disable-next-line */
  font-size: 0.9em;
}
.katex .sizing.reset-size6.size6,
.katex .fontsize-ensurer.reset-size6.size6 {
  /* stylelint-disable-next-line */
  font-size: 1em;
}
.katex .sizing.reset-size6.size7,
.katex .fontsize-ensurer.reset-size6.size7 {
  /* stylelint-disable-next-line */
  font-size: 1.2em;
}
.katex .sizing.reset-size6.size8,
.katex .fontsize-ensurer.reset-size6.size8 {
  /* stylelint-disable-next-line */
  font-size: 1.44em;
}
.katex .sizing.reset-size6.size9,
.katex .fontsize-ensurer.reset-size6.size9 {
  /* stylelint-disable-next-line */
  font-size: 1.728em;
}
.katex .sizing.reset-size6.size10,
.katex .fontsize-ensurer.reset-size6.size10 {
  /* stylelint-disable-next-line */
  font-size: 2.074em;
}
.katex .sizing.reset-size6.size11,
.katex .fontsize-ensurer.reset-size6.size11 {
  /* stylelint-disable-next-line */
  font-size: 2.488em;
}
.katex .sizing.reset-size7.size1,
.katex .fontsize-ensurer.reset-size7.size1 {
  /* stylelint-disable-next-line */
  font-size: 0.4166666667em;
}
.katex .sizing.reset-size7.size2,
.katex .fontsize-ensurer.reset-size7.size2 {
  /* stylelint-disable-next-line */
  font-size: 0.5em;
}
.katex .sizing.reset-size7.size3,
.katex .fontsize-ensurer.reset-size7.size3 {
  /* stylelint-disable-next-line */
  font-size: 0.5833333333em;
}
.katex .sizing.reset-size7.size4,
.katex .fontsize-ensurer.reset-size7.size4 {
  /* stylelint-disable-next-line */
  font-size: 0.6666666667em;
}
.katex .sizing.reset-size7.size5,
.katex .fontsize-ensurer.reset-size7.size5 {
  /* stylelint-disable-next-line */
  font-size: 0.75em;
}
.katex .sizing.reset-size7.size6,
.katex .fontsize-ensurer.reset-size7.size6 {
  /* stylelint-disable-next-line */
  font-size: 0.8333333333em;
}
.katex .sizing.reset-size7.size7,
.katex .fontsize-ensurer.reset-size7.size7 {
  /* stylelint-disable-next-line */
  font-size: 1em;
}
.katex .sizing.reset-size7.size8,
.katex .fontsize-ensurer.reset-size7.size8 {
  /* stylelint-disable-next-line */
  font-size: 1.2em;
}
.katex .sizing.reset-size7.size9,
.katex .fontsize-ensurer.reset-size7.size9 {
  /* stylelint-disable-next-line */
  font-size: 1.44em;
}
.katex .sizing.reset-size7.size10,
.katex .fontsize-ensurer.reset-size7.size10 {
  /* stylelint-disable-next-line */
  font-size: 1.7283333333em;
}
.katex .sizing.reset-size7.size11,
.katex .fontsize-ensurer.reset-size7.size11 {
  /* stylelint-disable-next-line */
  font-size: 2.0733333333em;
}
.katex .sizing.reset-size8.size1,
.katex .fontsize-ensurer.reset-size8.size1 {
  /* stylelint-disable-next-line */
  font-size: 0.3472222222em;
}
.katex .sizing.reset-size8.size2,
.katex .fontsize-ensurer.reset-size8.size2 {
  /* stylelint-disable-next-line */
  font-size: 0.4166666667em;
}
.katex .sizing.reset-size8.size3,
.katex .fontsize-ensurer.reset-size8.size3 {
  /* stylelint-disable-next-line */
  font-size: 0.4861111111em;
}
.katex .sizing.reset-size8.size4,
.katex .fontsize-ensurer.reset-size8.size4 {
  /* stylelint-disable-next-line */
  font-size: 0.5555555556em;
}
.katex .sizing.reset-size8.size5,
.katex .fontsize-ensurer.reset-size8.size5 {
  /* stylelint-disable-next-line */
  font-size: 0.625em;
}
.katex .sizing.reset-size8.size6,
.katex .fontsize-ensurer.reset-size8.size6 {
  /* stylelint-disable-next-line */
  font-size: 0.6944444444em;
}
.katex .sizing.reset-size8.size7,
.katex .fontsize-ensurer.reset-size8.size7 {
  /* stylelint-disable-next-line */
  font-size: 0.8333333333em;
}
.katex .sizing.reset-size8.size8,
.katex .fontsize-ensurer.reset-size8.size8 {
  /* stylelint-disable-next-line */
  font-size: 1em;
}
.katex .sizing.reset-size8.size9,
.katex .fontsize-ensurer.reset-size8.size9 {
  /* stylelint-disable-next-line */
  font-size: 1.2em;
}
.katex .sizing.reset-size8.size10,
.katex .fontsize-ensurer.reset-size8.size10 {
  /* stylelint-disable-next-line */
  font-size: 1.4402777778em;
}
.katex .sizing.reset-size8.size11,
.katex .fontsize-ensurer.reset-size8.size11 {
  /* stylelint-disable-next-line */
  font-size: 1.7277777778em;
}
.katex .sizing.reset-size9.size1,
.katex .fontsize-ensurer.reset-size9.size1 {
  /* stylelint-disable-next-line */
  font-size: 0.2893518519em;
}
.katex .sizing.reset-size9.size2,
.katex .fontsize-ensurer.reset-size9.size2 {
  /* stylelint-disable-next-line */
  font-size: 0.3472222222em;
}
.katex .sizing.reset-size9.size3,
.katex .fontsize-ensurer.reset-size9.size3 {
  /* stylelint-disable-next-line */
  font-size: 0.4050925926em;
}
.katex .sizing.reset-size9.size4,
.katex .fontsize-ensurer.reset-size9.size4 {
  /* stylelint-disable-next-line */
  font-size: 0.462962963em;
}
.katex .sizing.reset-size9.size5,
.katex .fontsize-ensurer.reset-size9.size5 {
  /* stylelint-disable-next-line */
  font-size: 0.5208333333em;
}
.katex .sizing.reset-size9.size6,
.katex .fontsize-ensurer.reset-size9.size6 {
  /* stylelint-disable-next-line */
  font-size: 0.5787037037em;
}
.katex .sizing.reset-size9.size7,
.katex .fontsize-ensurer.reset-size9.size7 {
  /* stylelint-disable-next-line */
  font-size: 0.6944444444em;
}
.katex .sizing.reset-size9.size8,
.katex .fontsize-ensurer.reset-size9.size8 {
  /* stylelint-disable-next-line */
  font-size: 0.8333333333em;
}
.katex .sizing.reset-size9.size9,
.katex .fontsize-ensurer.reset-size9.size9 {
  /* stylelint-disable-next-line */
  font-size: 1em;
}
.katex .sizing.reset-size9.size10,
.katex .fontsize-ensurer.reset-size9.size10 {
  /* stylelint-disable-next-line */
  font-size: 1.2002314815em;
}
.katex .sizing.reset-size9.size11,
.katex .fontsize-ensurer.reset-size9.size11 {
  /* stylelint-disable-next-line */
  font-size: 1.4398148148em;
}
.katex .sizing.reset-size10.size1,
.katex .fontsize-ensurer.reset-size10.size1 {
  /* stylelint-disable-next-line */
  font-size: 0.2410800386em;
}
.katex .sizing.reset-size10.size2,
.katex .fontsize-ensurer.reset-size10.size2 {
  /* stylelint-disable-next-line */
  font-size: 0.2892960463em;
}
.katex .sizing.reset-size10.size3,
.katex .fontsize-ensurer.reset-size10.size3 {
  /* stylelint-disable-next-line */
  font-size: 0.337512054em;
}
.katex .sizing.reset-size10.size4,
.katex .fontsize-ensurer.reset-size10.size4 {
  /* stylelint-disable-next-line */
  font-size: 0.3857280617em;
}
.katex .sizing.reset-size10.size5,
.katex .fontsize-ensurer.reset-size10.size5 {
  /* stylelint-disable-next-line */
  font-size: 0.4339440694em;
}
.katex .sizing.reset-size10.size6,
.katex .fontsize-ensurer.reset-size10.size6 {
  /* stylelint-disable-next-line */
  font-size: 0.4821600771em;
}
.katex .sizing.reset-size10.size7,
.katex .fontsize-ensurer.reset-size10.size7 {
  /* stylelint-disable-next-line */
  font-size: 0.5785920926em;
}
.katex .sizing.reset-size10.size8,
.katex .fontsize-ensurer.reset-size10.size8 {
  /* stylelint-disable-next-line */
  font-size: 0.6943105111em;
}
.katex .sizing.reset-size10.size9,
.katex .fontsize-ensurer.reset-size10.size9 {
  /* stylelint-disable-next-line */
  font-size: 0.8331726133em;
}
.katex .sizing.reset-size10.size10,
.katex .fontsize-ensurer.reset-size10.size10 {
  /* stylelint-disable-next-line */
  font-size: 1em;
}
.katex .sizing.reset-size10.size11,
.katex .fontsize-ensurer.reset-size10.size11 {
  /* stylelint-disable-next-line */
  font-size: 1.1996142719em;
}
.katex .sizing.reset-size11.size1,
.katex .fontsize-ensurer.reset-size11.size1 {
  /* stylelint-disable-next-line */
  font-size: 0.2009646302em;
}
.katex .sizing.reset-size11.size2,
.katex .fontsize-ensurer.reset-size11.size2 {
  /* stylelint-disable-next-line */
  font-size: 0.2411575563em;
}
.katex .sizing.reset-size11.size3,
.katex .fontsize-ensurer.reset-size11.size3 {
  /* stylelint-disable-next-line */
  font-size: 0.2813504823em;
}
.katex .sizing.reset-size11.size4,
.katex .fontsize-ensurer.reset-size11.size4 {
  /* stylelint-disable-next-line */
  font-size: 0.3215434084em;
}
.katex .sizing.reset-size11.size5,
.katex .fontsize-ensurer.reset-size11.size5 {
  /* stylelint-disable-next-line */
  font-size: 0.3617363344em;
}
.katex .sizing.reset-size11.size6,
.katex .fontsize-ensurer.reset-size11.size6 {
  /* stylelint-disable-next-line */
  font-size: 0.4019292605em;
}
.katex .sizing.reset-size11.size7,
.katex .fontsize-ensurer.reset-size11.size7 {
  /* stylelint-disable-next-line */
  font-size: 0.4823151125em;
}
.katex .sizing.reset-size11.size8,
.katex .fontsize-ensurer.reset-size11.size8 {
  /* stylelint-disable-next-line */
  font-size: 0.578778135em;
}
.katex .sizing.reset-size11.size9,
.katex .fontsize-ensurer.reset-size11.size9 {
  /* stylelint-disable-next-line */
  font-size: 0.6945337621em;
}
.katex .sizing.reset-size11.size10,
.katex .fontsize-ensurer.reset-size11.size10 {
  /* stylelint-disable-next-line */
  font-size: 0.8336012862em;
}
.katex .sizing.reset-size11.size11,
.katex .fontsize-ensurer.reset-size11.size11 {
  /* stylelint-disable-next-line */
  font-size: 1em;
}
.katex .delimsizing.size1 {
  font-family: KaTeX_Size1;
}
.katex .delimsizing.size2 {
  font-family: KaTeX_Size2;
}
.katex .delimsizing.size3 {
  font-family: KaTeX_Size3;
}
.katex .delimsizing.size4 {
  font-family: KaTeX_Size4;
}
.katex .delimsizing.mult .delim-size1 > span {
  font-family: KaTeX_Size1;
}
.katex .delimsizing.mult .delim-size4 > span {
  font-family: KaTeX_Size4;
}
.katex .nulldelimiter {
  display: inline-block;
  width: 0.12em;
}
.katex .delimcenter {
  position: relative;
}
.katex .op-symbol {
  position: relative;
}
.katex .op-symbol.small-op {
  font-family: KaTeX_Size1;
}
.katex .op-symbol.large-op {
  font-family: KaTeX_Size2;
}
.katex .op-limits > .vlist-t {
  text-align: center;
}
.katex .accent > .vlist-t {
  text-align: center;
}
.katex .accent .accent-body {
  position: relative;
}
.katex .accent .accent-body:not(.accent-full) {
  width: 0;
}
.katex .overlay {
  display: block;
}
.katex .mtable .vertical-separator {
  display: inline-block;
  min-width: 1px;
}
.katex .mtable .arraycolsep {
  display: inline-block;
}
.katex .mtable .col-align-c > .vlist-t {
  text-align: center;
}
.katex .mtable .col-align-l > .vlist-t {
  text-align: left;
}
.katex .mtable .col-align-r > .vlist-t {
  text-align: right;
}
.katex .svg-align {
  text-align: left;
}
.katex svg {
  display: block;
  position: absolute;
  width: 100%;
  height: inherit;
  fill: currentColor;
  stroke: currentColor;
  fill-rule: nonzero;
  fill-opacity: 1;
  stroke-width: 1;
  stroke-linecap: butt;
  stroke-linejoin: miter;
  stroke-miterlimit: 4;
  stroke-dasharray: none;
  stroke-dashoffset: 0;
  stroke-opacity: 1;
}
.katex svg path {
  stroke: none;
}
.katex img {
  border-style: none;
  min-width: 0;
  min-height: 0;
  max-width: none;
  max-height: none;
}
.katex .stretchy {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
.katex .stretchy::before, .katex .stretchy::after {
  content: "";
}
.katex .hide-tail {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.katex .halfarrow-left {
  position: absolute;
  left: 0;
  width: 50.2%;
  overflow: hidden;
}
.katex .halfarrow-right {
  position: absolute;
  right: 0;
  width: 50.2%;
  overflow: hidden;
}
.katex .brace-left {
  position: absolute;
  left: 0;
  width: 25.1%;
  overflow: hidden;
}
.katex .brace-center {
  position: absolute;
  left: 25%;
  width: 50%;
  overflow: hidden;
}
.katex .brace-right {
  position: absolute;
  right: 0;
  width: 25.1%;
  overflow: hidden;
}
.katex .x-arrow-pad {
  padding: 0 0.5em;
}
.katex .cd-arrow-pad {
  padding: 0 0.55556em 0 0.27778em;
}
.katex .x-arrow,
.katex .mover,
.katex .munder {
  text-align: center;
}
.katex .boxpad {
  padding: 0 0.3em;
}
.katex .fbox,
.katex .fcolorbox {
  box-sizing: border-box;
  border: 0.04em solid;
}
.katex .cancel-pad {
  padding: 0 0.2em;
}
.katex .cancel-lap {
  margin-left: -0.2em;
  margin-right: -0.2em;
}
.katex .sout {
  border-bottom-style: solid;
  border-bottom-width: 0.08em;
}
.katex .angl {
  box-sizing: border-box;
  border-top: 0.049em solid;
  border-right: 0.049em solid;
  margin-right: 0.03889em;
}
.katex .anglpad {
  padding: 0 0.03889em;
}
.katex .eqn-num::before {
  counter-increment: katexEqnNo;
  content: "(" counter(katexEqnNo) ")";
}
.katex .mml-eqn-num::before {
  counter-increment: mmlEqnNo;
  content: "(" counter(mmlEqnNo) ")";
}
.katex .mtr-glue {
  width: 50%;
}
.katex .cd-vert-arrow {
  display: inline-block;
  position: relative;
}
.katex .cd-label-left {
  display: inline-block;
  position: absolute;
  right: calc(50% + 0.3em);
  text-align: left;
}
.katex .cd-label-right {
  display: inline-block;
  position: absolute;
  left: calc(50% + 0.3em);
  text-align: right;
}

.katex-display {
  display: block;
  margin: 1em 0;
  text-align: center;
}
.katex-display > .katex {
  display: block;
  text-align: center;
  white-space: nowrap;
}
.katex-display > .katex > .katex-html {
  display: block;
  position: relative;
}
.katex-display > .katex > .katex-html > .tag {
  position: absolute;
  right: 0;
}

.katex-display.leqno > .katex > .katex-html > .tag {
  left: 0;
  right: auto;
}

.katex-display.fleqn > .katex {
  text-align: left;
  padding-left: 2em;
}

body {
  counter-reset: katexEqnNo mmlEqnNo;
}

