@charset "UTF-8";
@import "reset.css";
@font-face {
  font-display: swap;
  font-family: "pretendard";
  src: url("./../font/Pretendard-Regular.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: "pretendard";
  src: url("./../font/Pretendard-Medium.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: "pretendard";
  src: url("./../font/Pretendard-SemiBold.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: "pretendard";
  src: url("./../font/Pretendard-Bold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: "pretendard";
  src: url("./../font/Pretendard-ExtraBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
html {
  scroll-behavior: smooth;
}

html,
body {
  font-family: "pretendard", sans-serif !important;
  font-weight: 300;
  background-color: #f2f4f8 !important;
  color: #222;
  overflow-y: scroll;
}

body {
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: initial;
}

input {
  cursor: text;
}

#wrapper {
  display: flex;
  padding: 0 0 0 40px;
  overflow-y: scroll;
}

.alertify {
  z-index: 9990 !important;
}

.alertify .dialog > div {
  border: none;
}

h2 {
  font-size: 2.2rem !important;
  font-weight: 500;
}

h3,
h4,
h5,
h6 {
  font-weight: 500;
}

u {
  cursor: pointer;
}

/* var color */
.f-s-12 {
  font-size: 1.2rem;
}

.f-s-13 {
  font-size: 1.3rem;
}

.f-s-14 {
  font-size: 1.4rem;
}

.f-s-15 {
  font-size: 1.5rem;
}

.f-s-16 {
  font-size: 1.6rem !important;
}

.f-s-18 {
  font-size: 1.8rem !important;
}

.f-s-20 {
  font-size: 2rem;
}

.f-s-22 {
  font-size: 2.2rem;
}

.f-s-24 {
  font-size: 2.4rem;
}

.f-s-28 {
  font-size: 2.8rem;
}

/* white space */
.nowrap {
  white-space: nowrap;
}

/* width */
.max-width-none {
  max-width: none !important;
}

.summary {
  padding: 1.5rem 2.5rem !important;
}
.summary .summary-head .titleArea {
  font-size: 2.6rem !important;
}

.summary .summary-head {
  margin-bottom: 1.5rem !important;
}

.summary .summary-content .cate-style {
  padding: 1.5rem 2rem !important;
}

.summary .summary-content .wide-card {
  padding: 1.5rem 5rem !important;
}

.summary .summary-content .order-status {
  padding: 1.5rem 5rem !important;
}

.summary .summary-content .default-style ul li:nth-child(2) {
  font-size: 2.6rem !important;
}

.default-style ul li:nth-child(1) img {
  height: 20px !important;
}

.summary .summary-content .default-style ul {
  position: relative;
}

.summary .summary-content .default-style ul:hover .cn-head-tooltip {
  display: flex;
}

.summary-step {
  padding: 1rem 0;
}
.summary-step.shipin-type {
  padding: 1rem 11.4%;
}
.summary-step.shipin-type .step-inner .s-group:nth-child(1) {
  flex: initial;
  width: 2rem;
}
.summary-step.claim-type {
  padding: 1rem 15.6%;
}
.summary-step.claim-type .step-inner .s-group:nth-child(1) {
  flex: initial;
  width: 2rem;
}
.summary-step .step-inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.summary-step .step-inner .s-group {
  position: relative;
  flex: 1;
  text-align: right;
}
.summary-step .step-inner .s-group:first-child:before {
  display: none;
}
.summary-step .step-inner .s-group:before {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 0.2rem;
  background-color: #ACB7CF;
  transform: translateY(-50%);
}
.summary-step .step-inner .s-group .s-item {
  position: relative;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  border: 2px solid #ACB7CF;
  border-radius: 50%;
  background-color: #fff;
  z-index: 1;
}
.summary-step .step-inner .s-group .s-item:after {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1.2rem;
  height: 1.2rem;
  border: 1px solid #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.summary-step .step-inner .s-group.check:before {
  background-color: #0062FF;
}
.summary-step .step-inner .s-group.check .s-item {
  border-color: #0062FF;
  background-color: #0062FF;
}
.summary-step .step-inner .s-group.check .s-item:after {
  width: 1rem;
  height: 0.7rem;
  border: none;
  background-image: url("./../images/icons/icon_check_white.svg");
  background-repeat: no-repeat;
}
.summary-step .step-inner .s-group.active:before {
  background-color: #0062FF;
}
.summary-step .step-inner .s-group.active .s-item {
  border-color: #0062FF;
  background-color: #0062FF;
}
.summary-step .step-inner .s-group:not(.check):not(.active) .s-item:after {
  display: none;
}

.summary-arrow {
  display: flex;
  flex: 0 0 2.5rem;
  align-items: center;
  justify-content: center;
}
.summary-arrow img {
  width: 2.5rem;
}
.summary-arrow.active img {
  filter: brightness(0) saturate(100%) invert(37%) sepia(90%) saturate(1000%) hue-rotate(210deg) brightness(90%) contrast(95%);
}

.back-red {
  background: #ff5560 !important;
}

.back-red2 {
  background: #FF0200 !important;
}

.back-ble {
  background: #0062ff !important;
}

.back-blk {
  background: #444 !important;
}

.text-a-center {
  text-align: center !important;
}

.text-a-left {
  text-align: left !important;
}

.text-a-right {
  text-align: right !important;
}

.f-w-light {
  font-weight: 300;
}

.f-w-semiB {
  font-weight: 500;
}

.f-w-B {
  font-weight: 600;
}

#side-menu .list.current-page .menu {
  background-color: #0062ff !important;
  border-radius: 8px;
  color: #fff;
}
#side-menu .list.current-page .menu img {
  filter: invert(100%) sepia(0%) saturate(2%) hue-rotate(230deg) brightness(110%) contrast(100%);
}
#side-menu.on .list.current-page .menu {
  border-radius: 50%;
}

tr:last-child td {
  border-bottom: 0.5px solid rgba(234, 234, 234, 0.8);
}

#excel {
  transition: padding 0.5s;
}

#excel:disabled {
  background: #ecf0f5;
  color: #ababab;
  border-radius: 10px;
  padding: 10px;
}

.required-star {
  color: red;
}

.card-style {
  background: #fff;
  border-radius: 2rem;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1215686275);
}

.modal-body {
  background: #fff !important;
}

.notice {
  position: absolute;
  width: max-content;
  padding: 0 1.5rem;
  background-color: #fff;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1215686275);
  border-radius: 18px;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.5rem;
  gap: 0.5rem;
}
.notice button {
  position: absolute;
  right: -8px;
  top: -1rem;
  width: 2rem;
  height: 2rem;
  background: url("./../images/icons/close.png") no-repeat;
  background-size: 2rem;
}

.common-data-area {
  display: flex;
  justify-content: space-between;
}
.common-data-area aside.aside-list-container {
  width: 28%;
  padding: 2.5rem 3rem;
  height: 652px;
  overflow-y: auto;
}
.common-data-area aside.aside-list-container .list-wrap {
  height: 87% !important;
}
.common-data-area section.section-content-container {
  width: 71%;
  height: 652px;
  overflow-y: auto;
}

.con-h-970 {
  height: 970px !important;
}

.con-h-860 {
  height: 860px !important;
}

.con-h-716 {
  height: 716px !important;
}

.con-h-657 {
  height: 657px !important;
}

.con-h-654 {
  height: 654px !important;
}

.con-h-650 {
  height: 650px !important;
}

.con-h-644 {
  height: 644px !important;
}

.con-h-640 {
  height: 640px !important;
}

.con-h-632 {
  height: 632px !important;
}

.con-h-612 {
  height: 612px !important;
}

.con-h-592 {
  height: 592px !important;
}

.con-h-542 {
  height: 542px !important;
}

nav.list-pagination {
  margin: 1rem 0;
}
nav.list-pagination ul.pagination {
  justify-content: center;
  align-items: center;
}
nav.list-pagination ul.pagination li {
  float: none;
  margin: 0;
}
nav.list-pagination ul.pagination li a {
  font-weight: 400;
  color: #777;
  transition: none;
}
nav.list-pagination ul.pagination li a:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
}
nav.list-pagination ul.pagination li.active span {
  color: #444;
  font-weight: 700;
  background-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.no-data img {
  width: 70% !important;
}

aside .no-data {
  position: absolute;
  left: 50%;
  top: 35%;
  transform: translateX(-50%);
  text-align: center;
  font-size: 1.4rem;
  display: none;
}
aside .no-data img {
  width: 70% !important;
}
aside .no-data div {
  color: #a1adc9;
  padding-top: 1.6rem;
}

section {
  position: relative;
}
section nav#pageNavigation {
  font-size: 1.6rem;
  margin: 3rem 0 1.5rem;
}
section nav#pageNavigation.type2 {
  margin: 1rem 0 0;
}
section .no-data {
  text-align: center;
  font-size: 1.4rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
section .no-data div {
  color: #a1adc9;
  padding-top: 1.6rem;
}

.guide-wrap {
  font-size: 1.4rem;
  text-align: center;
  color: #a1adc9;
  padding: 3rem 1rem;
  border: 1px solid #d9d9d9;
}
.guide-wrap .guide-img i {
  font-size: 8rem;
  color: #f8f9fb;
}
.guide-wrap .guide-txt {
  margin-top: 0.5rem;
}

.guideinfo_wrap {
  width: 100%;
  font-size: 1.5rem;
}

.guideinfo_wrap .label {
  border-radius: 5rem;
  margin-bottom: 1rem;
  background: #4960D0;
  display: inline-block;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: 400;
  padding: 0.5rem 1rem;
  color: #fff;
}

.guideinfo_wrap ul {
  width: 100%;
}

.guideinfo_wrap ul li {
  width: 100%;
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.5rem;
}

.guideinfo_wrap ul li .num {
  color: #4960D0;
  width: 2.5rem;
}

.guideinfo_wrap ul li .txt {
  flex: 1;
  word-wrap: break-word;
  word-break: keep-all;
}

aside {
  position: relative;
}
aside nav.list-pagination {
  position: absolute;
  bottom: 0.5rem;
  left: 50%;
  transform: translateX(-50%);
}

.after-matching-list-area {
  flex-basis: 50rem;
  border-radius: 2rem;
  padding: 1.5rem 2.5rem;
  background: rgba(242, 244, 248, 0.4980392157);
  height: 14.8rem;
  overflow: auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  flex-grow: 1;
}
.after-matching-list-area .list {
  display: flex;
  flex-grow: 1;
  gap: 1rem;
  align-items: center;
  justify-content: space-evenly;
  background: #fff;
  padding: 1rem;
  border-radius: 1rem;
}
.after-matching-list-area .list ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 65%;
}
.after-matching-list-area .list ul li {
  max-width: 28rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.after-matching-list-area .list div:first-child {
  width: 2rem;
  height: 2rem;
  color: #fff;
  background: #444;
  border-radius: 100%;
  text-align: center;
  line-height: 2rem;
}
.after-matching-list-area .list div button {
  width: 2.4rem;
  height: 2.4rem;
}
.after-matching-list-area .list div:nth-child(3) {
  width: 15%;
}

.table-part table tbody tr td {
  padding: 1rem 1.5rem !important;
}

.table-wrap table tbody tr td {
  padding: 1rem 1.5rem !important;
}

.amount-input {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.amount-input input {
  width: 8rem;
  border-radius: 2rem;
  border: 0.5px solid #f2f4f8;
  padding: 0.5rem;
  text-align: center;
}
.amount-input button {
  width: 2.4rem;
  height: 2.4rem;
}
.amount-input button:first-child {
  background: url("./../images/icons/chevron-circle-left.png") no-repeat;
  background-size: 2.4rem;
}
.amount-input button:last-child {
  background: url("./../images/icons/chevron-circle-right.png") no-repeat;
  background-size: 2.4rem;
}

button.remove-tr {
  background: url("./../images/icons/close.png") no-repeat;
  width: 2rem;
  height: 2rem;
  background-size: 2rem;
}

aside select {
  border-radius: unset;
  border-bottom: 1px solid #d9d9d9 !important;
}

.detail-search .appear-area {
  z-index: 1;
}

.select-style {
  border: 1px solid rgba(161, 173, 201, 0.5019607843);
  background: rgba(242, 244, 248, 0.4980392157);
  border-radius: 1rem;
  padding: 1rem 0.5rem;
}

.modal-guide .modal-container .head h2 {
  font-size: 2.6rem !important;
}

.note-editor.note-frame {
  overflow: hidden;
}

.with-icon,
.with-icon {
  padding: 0.8rem 1.3rem;
  font-weight: 500;
}
.with-icon.before:before,
.with-icon.before:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5rem;
}
.with-icon.after:after,
.with-icon.after:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5rem;
}

/*
** select
*/
.com-select {
  display: flex;
  align-items: center;
  padding: 10px 30px 10px 20px;
  width: 100%;
  color: #202020;
  font-family: inherit;
  font-size: 16px;
  border-radius: 5px;
  border: 1px solid #B2B8CC;
  background: rgba(0, 98, 255, 0.05) url("../images/icons/Icon-chevron-down_ble.png") right 10px center no-repeat;
}

.barcode {
  background: #3b82f6;
  color: #fff !important;
  padding: 1.2rem 1.5rem;
  font-size: 12px;
  font-weight: 400;
}

.recipt {
  font-size: 12px;
  padding: 1.2rem 1.5rem !important;
}

.recipt:before {
  width: 14px !important;
  height: 14px !important;
}

.cancel-btn {
  background: #ff5560;
  color: #fff !important;
  padding: 1.1rem 1.5rem;
  font-weight: 400;
  font-size: 12px !important;
}

.delivery {
  background: #3b82f6;
  color: #222 !important;
  padding: 1.1rem 1.5rem;
  font-weight: 400;
  font-size: 12px !important;
}

.package {
  background: #f2f2f2;
  color: #fff !important;
  padding: 1.1rem 1.5rem;
  font-weight: 400;
  font-size: 12px !important;
}

.exel {
  background: #008941 !important;
  color: #fff !important;
  padding: 1.1rem 1.5rem !important;
  font-size: 12px !important;
  font-weight: 400 !important;
}

.searchWrap {
  display: flex;
  align-items: center;
  gap: 8px;
}
.searchWrap form {
  background: #F2F4F8;
  border: 1px solid #A1ADC9;
  border-radius: 10px;
  padding: 11px 12px 10px 20px;
  width: 140px;
}
.searchWrap form:has(select) {
  padding: 8px 12px;
}
.searchWrap form label {
  display: flex;
  align-items: center;
  gap: 4px;
}
.searchWrap form label input {
  border: none !important;
  background: none;
  width: 100%;
  font-size: 12px;
  font-weight: 500;
  padding: 0 !important;
}
.searchWrap form label input:focus {
  outline: none;
}
.searchWrap form label input::placeholder {
  font-weight: 500;
  color: #B5BDD1;
}
.searchWrap form label select {
  background: initial;
  border: none;
  font-size: 12px;
  width: 100%;
  padding: 0 !important;
  height: 20px;
}
.searchWrap > button {
  background: #222 !important;
  color: white !important;
  font-size: 12px !important;
  padding: 12px 30px !important;
  border-radius: 10px !important;
}
.searchWrap > button.searchBtn.searchWrap_innerType {
  padding: 9.6px 14px !important;
  background: #3b82f6 !important;
  border: 1px solid #3b82f6;
  color: white !important;
}
.searchWrap > button.exel {
  background: #008941 !important;
  color: #fff !important;
  padding: 1.1rem 1.5rem !important;
  font-size: 12px !important;
  font-weight: 400 !important;
}
.searchWrap > button.exel:before {
  background: url(./../images/icons/excel.png) center center no-repeat;
  width: 16px;
  height: 14px;
  display: inline-block;
  margin-right: 0.8rem;
  vertical-align: middle;
  content: "";
}
.searchWrap > button.small {
  padding: 12px 14px !important;
}
.searchWrap > button.cancel-btn {
  color: #fff !important;
  background: #ff5560 !important;
}

.pagination > li:first-child:has(img) > a, .pagination > li:last-child:has(img) > a {
  width: 40px;
}
.pagination > li:first-child:has(img) > a img, .pagination > li:last-child:has(img) > a img {
  width: 100%;
}

/* N배송 icon */
.n_delivery_icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 12vw;
  max-width: 50px;
  height: 100%;
  margin-right: 0.5rem;
  margin-top: -2px;
  vertical-align: middle;
}
.n_delivery_icon img {
  max-height: 100%;
}

/* 도착보장 icon */
.guaranteed_arrival_icon {
  width: 72px;
  min-width: 72px;
}

/* 위킵블랙 목록 icon */
.wk_black_icon {
  display: inline-block;
  width: 24px;
  height: 18px;
  margin-right: 0.25rem;
  margin-top: -2px;
  vertical-align: middle;
}
.wk_black_icon img {
  width: 100%;
  height: auto;
  max-height: 18px;
}

/* tooltip */
.cn-head-tooltip {
  position: absolute;
  top: 2rem;
  right: 7rem;
  background: #222;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  display: flex;
  gap: 5px;
  align-items: center;
  font-size: 1.2rem;
  color: #fff;
  padding: 4px 12px;
  border-radius: 0.5rem;
  font-weight: 400;
  z-index: 6;
}
.cn-head-tooltip:after {
  content: "";
  display: block;
  clear: both;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
  margin-top: -1px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 10px solid #222;
}
.cn-head-tooltip button {
  transform: scaleX(1.2);
  margin-top: -1px;
}
.cn-head-tooltip.left-type:after {
  right: initial;
  left: -10px;
  border-left: 0;
  border-right: 10px solid #222;
}
.cn-head-tooltip.bottom-type:after {
  right: initial;
  left: 65%;
  bottom: -15px;
  top: initial;
  transform: translateY(0);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 10px solid #222;
}
.cn-head-tooltip.top-type:after {
  right: initial;
  left: 1%;
  top: -10px;
  transform: translateY(0);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 10px solid #222;
}
.cn-head-tooltip.guide-type {
  display: none;
  top: calc(100% + 12px);
  right: 50%;
  transform: translateX(50%);
  text-align: center;
  white-space: nowrap;
  pointer-events: none;
  background-color: rgba(102, 102, 102, 0.9);
  z-index: 10;
}
.cn-head-tooltip.guide-type:after {
  top: -12px;
  left: 50%;
  right: initial;
  margin-left: -5px;
  transform: translateY(0);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 10px solid rgba(102, 102, 102, 0.9);
}
.cn-head-tooltip.sm-size {
  font-size: 1.1rem;
  padding: 4px 5px;
}

/* modal > oneui css 재정의 */
.modal .modal-tbl-box table th,
.modal .modal-tbl-box table td {
  padding: 12px 9px;
}

/* modal > common 세부검색 */
.comm_search_modal .searchWrap {
  gap: 2rem 1rem;
}
.comm_search_modal .searchWrap form {
  padding: 10px 12px !important;
  background: #f9fafb;
  border: 1px solid #e6e6e6;
}
.comm_search_modal .searchWrap form label input {
  font-weight: 400;
  color: #646464;
}
.comm_search_modal .searchWrap form label input::placeholder {
  font-weight: 400;
}
.comm_search_modal .searchWrap form label input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #f9fafb inset !important;
}
.comm_search_modal .searchWrap form label input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px #f9fafb inset !important;
}
.comm_search_modal .searchWrap .form-control {
  height: 38px;
  background: #f9fafb;
}
.comm_search_modal .searchWrap .form-control:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #f9fafb inset !important;
}
.comm_search_modal .searchWrap .form-control:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px #f9fafb inset !important;
}
.comm_search_modal .item_group {
  flex: 0 1 auto;
}
.comm_search_modal .item_group .group_tit {
  font-size: 13px;
  text-align: left;
  font-weight: 400;
}

/* border */
.brd-b-2 {
  border-bottom: 2px solid #222;
}

.border-none {
  border: none !important;
}

/* dataTable table style */
.table_style_brd thead tr th {
  background: #F9FAFC;
  font-weight: 500;
}
.table_style_brd tbody tr:nth-child(even) td {
  background: #F9FAFC !important;
}

.dataTables_scrollHead .table_style_brd thead tr th {
  padding: 12px 9px !important;
}

.table_style_brd_02 > thead > tr > th {
  background: #F9FAFC;
}
.table_style_brd_02.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #F9FAFC;
}
.table_style_brd_02 .total,
.table_style_brd_02 .bg_blue {
  color: #3D79E0;
  background-color: #F3F8FF !important;
}
.table_style_brd_02 th.total {
  color: #212529;
  background-color: #F9FAFC !important;
}

/* gap */
.h-100-minus-30 {
  height: calc(100% - 30px);
}

/* 상담 카테고리 관리 */
.cate-sell-box > div {
  position: relative;
}
.cate-sell-box > div:first-child:before {
  content: none;
}
.cate-sell-box > div:first-child select {
  width: 100%;
  margin-left: 0;
}
.cate-sell-box > div:before {
  content: ">";
  display: block;
  clear: both;
  position: absolute;
  left: 0;
  top: 0.5rem;
  right: 0;
  bottom: 0;
  width: 2rem;
  color: #999;
  text-align: center;
  line-height: 2;
}
.cate-sell-box select {
  width: calc(100% - 2rem);
  height: 36px !important;
  margin-left: 2rem;
}

/* 만족도 평가 */
.star-rating .star-inner {
  display: flex;
  justify-content: center;
  gap: 3rem;
  padding: 3rem 0;
}
.star-rating .star-inner .s_item {
  font-size: 4.4rem;
  color: #ddd;
  cursor: pointer;
}
.star-rating .star-inner .s_item.selected {
  color: #ffd10d;
}

.star_s_item {
  color: #ddd;
}
.star_s_item.selected {
  color: #ffd10d;
}

/* wekeep ai */
.wk_ai_wrap {
  /* table */
}
.wk_ai_wrap.ai_totalmenu_active .modal-content {
  padding-left: 27rem;
}
.wk_ai_wrap.ai_totalmenu_active .modal-content .ai_totalmenu {
  display: flex;
  transform: translateX(0);
}
.wk_ai_wrap.ai_totalmenu_active .modal-content .ai_header .total_menu_btn {
  display: none;
}
.wk_ai_wrap .modal-content {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  transition: padding-left 0.2s ease;
}
.wk_ai_wrap .modal-content .ai_inner {
  max-width: 760px;
  margin: 0 auto;
}
.wk_ai_wrap .modal-content .ai_header {
  height: 60px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 2rem;
  border-bottom: 1px solid #ddd;
}
.wk_ai_wrap .modal-content .ai_header h5 {
  font-size: 2rem;
  color: #222;
  font-weight: 400;
  white-space: nowrap;
}
.wk_ai_wrap .modal-content .ai_header h5 b {
  color: #2D8EFF;
  font-weight: 400;
}
.wk_ai_wrap .modal-content .ai_header h5 img {
  height: 26px;
  margin: -3px 5px 0 0;
}
.wk_ai_wrap .modal-content .ai_header .h_info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.3rem;
  color: #666;
  margin: 0 0 0 3rem;
}
.wk_ai_wrap .modal-content .ai_header .h_info.edit_mode .h_info_group {
  display: none;
}
.wk_ai_wrap .modal-content .ai_header .h_info.edit_mode .h_info_group.edit_box {
  display: flex;
}
.wk_ai_wrap .modal-content .ai_header .h_info.edit_mode .i_desc {
  display: block;
}
.wk_ai_wrap .modal-content .ai_header .h_info .h_info_group {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wk_ai_wrap .modal-content .ai_header .h_info .h_info_group.edit_box {
  display: none;
}
.wk_ai_wrap .modal-content .ai_header .h_info input[type=text] {
  font-size: 1.3rem;
  padding: 0.3rem 1.2rem;
  border: none;
  border-radius: 3rem;
  background-color: #F2F2F2;
}
.wk_ai_wrap .modal-content .ai_header .h_info .i_name {
  color: #222;
  font-weight: 400;
}
.wk_ai_wrap .modal-content .ai_header .h_info .i_btn {
  margin-left: 1rem;
}
.wk_ai_wrap .modal-content .ai_header .h_info .i_btn button ~ button {
  margin-left: 0.2rem;
}
.wk_ai_wrap .modal-content .ai_header .h_info .i_btn .refresh_type img {
  width: 1.6rem;
  height: auto;
}
.wk_ai_wrap .modal-content .ai_header .h_info .i_desc {
  display: none;
  flex: 1;
  color: #2D8EFF;
  margin-left: 1rem;
  padding-right: 2rem;
}
.wk_ai_wrap .modal-content .ai_header .close_btn {
  position: relative;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border: none;
  margin-left: auto;
  cursor: pointer;
}
.wk_ai_wrap .modal-content .ai_header .close_btn:before, .wk_ai_wrap .modal-content .ai_header .close_btn:after {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 2px;
  background-color: #222;
  transform-origin: center;
}
.wk_ai_wrap .modal-content .ai_header .close_btn:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.wk_ai_wrap .modal-content .ai_header .close_btn:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.wk_ai_wrap .modal-content .ai_header .total_menu_btn {
  position: relative;
  width: 30px;
  height: 30px;
  font-size: 1.8rem;
  margin-right: 0.5rem;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.wk_ai_wrap .modal-content .ai_body {
  flex: 1;
  overflow-y: scroll;
  padding: 0 2rem;
  background-color: #fff;
  /* ✅ 스크롤바 강제 표시 스타일 */
}
.wk_ai_wrap .modal-content .ai_body::-webkit-scrollbar {
  width: 8px;
}
.wk_ai_wrap .modal-content .ai_body::-webkit-scrollbar-track {
  background-color: #f1f1f1;
  border-radius: 4px;
}
.wk_ai_wrap .modal-content .ai_body::-webkit-scrollbar-thumb {
  background-color: #787878;
  border-radius: 4px;
}
.wk_ai_wrap .modal-content .ai_body .ai_inner {
  height: 100%;
}
.wk_ai_wrap .modal-content .ai_body .ai_t_group {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 2rem;
}
.wk_ai_wrap .modal-content .ai_body .ai_t_group .group_inner {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 100%;
}
.wk_ai_wrap .modal-content .ai_body .ai_t_group .group_img {
  flex-shrink: 0;
  width: 90px;
  height: 90px;
}
.wk_ai_wrap .modal-content .ai_body .ai_t_group .group_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.wk_ai_wrap .modal-content .ai_body .ai_t_group .group_txt {
  flex: 1;
  min-width: 0;
}
.wk_ai_wrap .modal-content .ai_body .ai_tit {
  font-size: 2.4rem;
  color: #222;
}
@media (max-width: 767px) {
  .wk_ai_wrap .modal-content .ai_body .ai_tit {
    font-size: 1.9rem;
  }
}
@media (max-width: 479px) {
  .wk_ai_wrap .modal-content .ai_body .ai_tit {
    width: 100%;
    font-size: 1.5rem;
  }
}
.wk_ai_wrap .modal-content .ai_body .input_area {
  display: flex;
  gap: 1rem;
  padding: 4rem 0 2rem 0;
}
.wk_ai_wrap .modal-content .ai_body .input_area input[type=text] {
  font-size: 1.6rem;
  height: 42px;
  font-weight: 300;
  text-align: center;
  border: none;
  border-radius: 5px;
  background-color: #F7F8FA;
}
.wk_ai_wrap .modal-content .ai_body .input_area button {
  width: 16rem;
  font-size: 1.6rem;
  background: #3b82f6;
  color: #fff;
  border: 1px solid #3b82f6;
  border-radius: 1rem;
  font-weight: 300;
}
.wk_ai_wrap .modal-content .ai_body .ai_main_txt {
  display: none;
  flex-direction: column;
  height: calc(100% - 3rem);
}
.wk_ai_wrap .modal-content .ai_body .ai_main_txt.active {
  display: flex;
}
.wk_ai_wrap .modal-content .ai_body .ai_main_txt .main_group {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .wk_ai_wrap .modal-content .ai_body .ai_main_txt .main_group .f-s-16 {
    font-size: 1.5rem !important;
  }
}
@media (max-width: 479px) {
  .wk_ai_wrap .modal-content .ai_body .ai_main_txt .main_group .f-s-16 {
    font-size: 1.4rem !important;
    letter-spacing: -0.25px;
  }
}
.wk_ai_wrap .modal-content .ai_body .ai_main_txt .main_group .tit_name {
  display: block;
  font-size: 3rem;
}
@media (max-width: 767px) {
  .wk_ai_wrap .modal-content .ai_body .ai_main_txt .main_group .tit_name {
    font-size: 2.4rem;
  }
}
@media (max-width: 479px) {
  .wk_ai_wrap .modal-content .ai_body .ai_main_txt .main_group .tit_name {
    font-size: 2.2rem;
  }
}
.wk_ai_wrap .modal-content .ai_body .ai_main_txt .main_group .tit_name b {
  color: #2D8EFF;
  font-weight: 400;
}
.wk_ai_wrap .modal-content .ai_body .ai_main_txt .sub_group {
  text-align: left;
}
.wk_ai_wrap .modal-content .ai_body .ai-main-slider {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  text-align: left;
}
.wk_ai_wrap .modal-content .ai_body .ai-main-slider.sub-type {
  display: none;
  height: 350px;
}
.wk_ai_wrap .modal-content .ai_body .ai-main-slider .slider_inner {
  position: relative;
}
.wk_ai_wrap .modal-content .ai_body .ai-main-slider .ai-slider-tit {
  padding-bottom: 0.4rem;
  font-weight: 500;
}
.wk_ai_wrap .modal-content .ai_body .ai-main-slider .swiper {
  height: 100%;
}
.wk_ai_wrap .modal-content .ai_body .ai-main-slider .ai_slide_group {
  height: 100%;
  padding: 1.5rem 1rem;
  border-radius: 1rem;
  background-color: #F7F8FA;
}
.wk_ai_wrap .modal-content .ai_body .ai-main-slider .ai_slide_group h4 {
  color: #222;
  font-size: 1.6rem;
  font-weight: 500;
}
.wk_ai_wrap .modal-content .ai_body .ai-main-slider .ai_slide_group .a_link {
  width: 100%;
  margin-right: 0;
}
.wk_ai_wrap .modal-content .ai_body .ai-main-slider .ai_slide_group .ic_group {
  position: relative;
  margin-bottom: 1rem;
}
.wk_ai_wrap .modal-content .ai_body .ai-main-slider .ai_slide_group .ic_group::before {
  content: "";
  display: inline-block;
  clear: both;
  width: 2.2rem;
  height: 2.2rem;
  margin: 0 5px -5px 0;
  background-image: url(../images/icons/ic_ai_shipin.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.wk_ai_wrap .modal-content .ai_body .ai-main-slider .ai_slide_group .ic_group.order_type::before {
  background-image: url(../images/icons/ic_ai_order.svg);
}
.wk_ai_wrap .modal-content .ai_body .ai-main-slider .ai_slide_group .ic_group.shipin_type::before {
  background-image: url(../images/icons/ic_ai_shipin.svg);
}
.wk_ai_wrap .modal-content .ai_body .ai-main-slider .ai_slide_group .ic_group.inventory_type::before {
  background-image: url(../images/icons/ic_ai_inventory.svg);
}
.wk_ai_wrap .modal-content .ai_body .ai-main-slider .ai_slide_group .ic_group.claim_type::before {
  background-image: url(../images/icons/ic_ai_claim.svg);
}
.wk_ai_wrap .modal-content .ai_body .ai-main-slider .ai_slide_group .ic_group.salechannel_type::before {
  background-image: url(../images/icons/ic_ai_channel.svg);
}
.wk_ai_wrap .modal-content .ai_body .ai-main-slider .ai_slide_group .ic_group.settlement_type::before {
  background-image: url(../images/icons/ic_ai_settlement.svg);
}
.wk_ai_wrap .modal-content .ai_body .ai-main-slider .ai_slide_group .ic_group.rag_type::before {
  background-image: url(../images/icons/ic_ai_rag.svg);
}
.wk_ai_wrap .modal-content .ai_body .ai-main-slider .ai_slide_group .ic_group.return_type::before {
  background-image: url(../images/icons/ic_ai_return.svg);
}
.wk_ai_wrap .modal-content .ai_body .ai-main-slider .ai_slide_group .ic_group.etc_type::before {
  background-image: url(../images/icons/ic_ai_etc.svg);
}
.wk_ai_wrap .modal-content .ai_body .ai-main-slider .swiper-pagination {
  bottom: -22px;
}
.wk_ai_wrap .modal-content .ai_body .ai_sub_txt {
  display: none;
}
.wk_ai_wrap .modal-content .ai_body .ai_sub_txt.active {
  display: block;
}
.wk_ai_wrap .modal-content .ai_body .ai_sub_txt .ai_txt_group {
  position: relative;
  text-align: left;
  padding: 2rem 0;
  opacity: 0;
  transform: translateY(30px);
  animation: wk_slide_up 0.3s ease-out 0.1s forwards;
}
.wk_ai_wrap .modal-content .ai_body .ai_sub_txt .ai_txt_group .ai_avatar {
  position: absolute;
  left: -4rem;
  top: 2rem;
}
@media (max-width: 1199px) {
  .wk_ai_wrap .modal-content .ai_body .ai_sub_txt .ai_txt_group {
    padding-left: 5rem;
  }
}
.wk_ai_wrap .modal-content .ai_body .ai_sub_txt .ai_txt_group::before {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  left: -4rem;
  top: 2rem;
  width: 4rem;
  height: 4rem;
  background-image: url(../images/icons/icon_worker.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #95A3C0;
  border-radius: 50%;
}
@media (max-width: 1199px) {
  .wk_ai_wrap .modal-content .ai_body .ai_sub_txt .ai_txt_group::before {
    left: 0;
  }
}
.wk_ai_wrap .modal-content .ai_body .ai_sub_txt .ai_txt_group .ai_txt_item {
  display: inline-block;
  max-width: 100%;
  text-align: left;
  padding: 0 2rem 0 1rem;
  color: #222;
  line-height: 1.4;
  word-break: break-all;
}
.wk_ai_wrap .modal-content .ai_body .ai_sub_txt .ai_txt_group.question_type {
  text-align: right;
  transform: translateY(30px);
}
@media (max-width: 1199px) {
  .wk_ai_wrap .modal-content .ai_body .ai_sub_txt .ai_txt_group.question_type {
    padding-left: 0;
  }
}
.wk_ai_wrap .modal-content .ai_body .ai_sub_txt .ai_txt_group.question_type::before {
  display: none;
}
.wk_ai_wrap .modal-content .ai_body .ai_sub_txt .ai_txt_group.question_type .ai_txt_item {
  max-width: 70%;
  padding: 1rem 2rem;
  border-radius: 2rem;
  background-color: #F2F2F2;
}
.wk_ai_wrap .modal-content .ai_body .ai_sub_txt .ai_txt_group.info_type {
  padding-top: 0;
}
.wk_ai_wrap .modal-content .ai_body .ai_sub_txt .ai_txt_group .ai_infobox {
  display: flex;
  padding: 1rem 0;
  align-items: center;
}
.wk_ai_wrap .modal-content .ai_body .ai_sub_txt .ai_txt_group .ai_infobox button {
  padding: 0.7rem 0.8rem;
}
.wk_ai_wrap .modal-content .ai_body .ai_sub_txt .ai_txt_group .ai_infobox button:hover, .wk_ai_wrap .modal-content .ai_body .ai_sub_txt .ai_txt_group .ai_infobox button.active {
  background-color: #f2f2f2;
}
.wk_ai_wrap .modal-content .ai_body .ai_sub_txt .ai_txt_group .ai_infobox button:hover i, .wk_ai_wrap .modal-content .ai_body .ai_sub_txt .ai_txt_group .ai_infobox button.active i {
  color: #2D8EFF;
}
.wk_ai_wrap .modal-content .ai_body .ai_sub_txt .ai_txt_group .ai_infobox button.faq_type {
  font-size: 1.5rem;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  margin-left: 0.5rem;
  background-color: #f2f2f2;
}
.wk_ai_wrap .modal-content .ai_body .ai_sub_txt .ai_txt_group .ai_infobox button.faq_type i {
  margin-right: 0.5rem;
  transform: translateY(-1px);
}
.wk_ai_wrap .modal-content .ai_body .ai_sub_txt .ai_txt_group .ai_infobox button.faq_type:hover {
  color: #2D8EFF;
}
.wk_ai_wrap .modal-content .ai_body .ai_sub_txt .ai_txt_group .ai_infobox button.faq_type.active {
  color: #2D8EFF;
}
.wk_ai_wrap .modal-content .ai_body .ai_sub_txt .ai_txt_group .ai_infobox button.faq_type.active i {
  transform: rotate(180deg) translateY(-1px);
}
.wk_ai_wrap .modal-content .ai_body .ai_sub_txt .ai_txt_group .ai_infobox .desc_box {
  font-size: 1.4rem;
  background-color: #f2f2f2;
  border-radius: 0.5rem;
  padding: 0.7rem 1rem;
  margin-left: 1rem;
}
.wk_ai_wrap .modal-content .ai_footer {
  padding: 2rem 2rem;
}
.wk_ai_wrap .modal-content .ai_footer .input_box {
  position: relative;
  background-color: #F2F2F2;
  border-radius: 5px;
  overflow: hidden;
}
.wk_ai_wrap .modal-content .ai_footer .input_box .ai_autoheight_textarea {
  width: 100%;
  height: 50px;
  font-size: 1.4rem;
  min-height: 50px;
  max-height: 120px;
  padding: 1.4rem 5rem 1rem 2rem;
  border: none;
  border-radius: 5px;
  resize: none;
  overflow-y: auto;
  line-height: 1.4;
  background-color: #F7F8FA;
  cursor: text;
}
.wk_ai_wrap .modal-content .ai_footer .input_box .ai_autoheight_textarea:focus {
  border: none;
  outline: none;
}
.wk_ai_wrap .modal-content .ai_footer .input_box .send_btn {
  position: absolute;
  right: 1rem;
  bottom: 9px;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  padding: 0;
  background-color: #003185;
  border: 1px solid #003185;
  color: #FFF;
}
.wk_ai_wrap .modal-content .ai_footer .input_box .send_btn svg {
  height: 15px;
}
.wk_ai_wrap .modal-content .ai_footer .input_box .send_btn svg path {
  fill: #fff;
}
.wk_ai_wrap .modal-content .ai_footer .input_box.active .send_btn svg path {
  fill: #fff;
}
.wk_ai_wrap .modal-content .ai_footer .ai_desc {
  font-size: 1.2rem;
  color: #666;
  padding: 0.6rem 0 0 0;
  text-align: center;
}
.wk_ai_wrap .modal-content .ai_totalmenu {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  flex-direction: column;
  width: 27rem;
  font-size: 1.4rem;
  background-color: #F2F2F2;
  transform: translateX(-100%);
  transition: transform 0.2s ease;
  border: 1px solid #ddd;
  border-width: 0 1px 0 0;
  z-index: 10;
}
.wk_ai_wrap .modal-content .ai_totalmenu .totalmenu_top {
  height: 60px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 1rem;
}
.wk_ai_wrap .modal-content .ai_totalmenu .totalmenu_top .total_menu_close_btn {
  padding: 1rem 0.5rem 1rem 1rem;
}
.wk_ai_wrap .modal-content .ai_totalmenu .totalmenu_top .total_menu_close_btn:hover {
  opacity: 0.7;
}
.wk_ai_wrap .modal-content .ai_totalmenu .totalmenu_top .total_menu_close_btn img {
  max-height: 16px;
}
.wk_ai_wrap .modal-content .ai_totalmenu .totalmenu_cont {
  flex: 1;
  overflow-y: scroll;
  padding: 0 1rem 1rem 1rem;
  text-align: left;
}
.wk_ai_wrap .modal-content .ai_totalmenu .totalmenu_cont .menu_group ~ .menu_group {
  margin-top: 2rem;
}
.wk_ai_wrap .modal-content .ai_totalmenu .totalmenu_cont .menu_group .t_tit {
  color: #888;
  padding: 0 1rem 0.75rem 1rem;
  letter-spacing: -0.4px;
}
.wk_ai_wrap .modal-content .ai_totalmenu .totalmenu_cont .menu_group a {
  position: relative;
  display: block;
  word-break: break-word;
  overflow-wrap: break-word;
  white-space: normal;
  padding: 0.65rem 2rem 0.65rem 1rem;
  border-radius: 1rem;
  line-height: 1.4;
}
.wk_ai_wrap .modal-content .ai_totalmenu .totalmenu_cont .menu_group a::before {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.6rem;
  height: 1.6rem;
  background-image: url(../images/icons/Icon-chevron-down.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0.3;
}
.wk_ai_wrap .modal-content .ai_totalmenu .totalmenu_cont .menu_group a.active {
  background-color: #e7e7e7;
}
.wk_ai_wrap .modal-content .ai_totalmenu .totalmenu_cont .menu_group a:hover {
  background-color: #e7e7e7;
}
.wk_ai_wrap .modal-content .ai_totalmenu .totalmenu_cont .menu_group a:active {
  color: inherit;
}
.wk_ai_wrap table {
  width: 100%;
}
.wk_ai_wrap table th, .wk_ai_wrap table td {
  font-size: 1.4rem;
  padding: 1rem 1rem;
  border: 1px solid #ddd;
  font-weight: 300;
}
.wk_ai_wrap table th {
  background-color: #f4f4f4;
}
.wk_ai_wrap .markdown-body {
  font-family: "pretendard", sans-serif !important;
}
.wk_ai_wrap .markdown-body h2,
.wk_ai_wrap .markdown-body h3,
.wk_ai_wrap .markdown-body h4,
.wk_ai_wrap .markdown-body h5,
.wk_ai_wrap .markdown-body h6,
.wk_ai_wrap .markdown-body b,
.wk_ai_wrap .markdown-body strong {
  font-weight: 500;
}
.wk_ai_wrap .markdown-body ol {
  list-style: auto;
}
.wk_ai_wrap .markdown-body ol ol {
  list-style-type: lower-roman;
}
.wk_ai_wrap .markdown-body ol li ul {
  padding-left: 0;
}
.wk_ai_wrap .markdown-body ul {
  padding-left: 1.8rem;
}
.wk_ai_wrap .markdown-body ul > li {
  position: relative;
  padding-left: 1rem;
}
.wk_ai_wrap .markdown-body ul > li:before {
  content: "";
  display: inline-block;
  clear: both;
  position: absolute;
  left: 0;
  top: 8px;
  width: 4px;
  height: 4px;
  background-color: #ddd;
  border-radius: 50%;
}

/* keyframes */
@keyframes wk_slide_up {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes wk_blink {
  0%, 80%, 100% {
    transform: scale(0.6);
    opacity: 0.3;
  }
  40% {
    transform: scale(1.2);
    opacity: 1;
  }
}
@keyframes wk_fadeInOut {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  70% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes shimmer {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: -100% 0;
  }
}
/* loading dotted 타입 */
.wk_typing_dots {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
  height: 24px;
  padding-left: 1rem;
}
.wk_typing_dots::before {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  left: -4rem;
  top: 0.5rem;
  width: 4rem;
  height: 4rem;
  background-image: url(../images/icons/icon_worker.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #95A3C0;
  border-radius: 50%;
}
@media (max-width: 1199px) {
  .wk_typing_dots::before {
    left: 0;
  }
}
.wk_typing_dots span {
  width: 6px;
  height: 6px;
  background-color: #2D8EFF;
  border-radius: 50%;
  animation: wk_blink 1.4s infinite ease-in-out;
}
.wk_typing_dots span:nth-child(1) {
  animation-delay: 0s;
}
.wk_typing_dots span:nth-child(2) {
  animation-delay: 0.2s;
}
.wk_typing_dots span:nth-child(3) {
  animation-delay: 0.4s;
}

.wk_loading_txt {
  position: relative;
  text-align: left;
  padding-left: 1rem;
  overflow: hidden;
}
.wk_loading_txt span {
  display: inline-block;
  padding: 0.4rem 0;
  color: #222;
  background: linear-gradient(90deg, #222 0%, #ccc 50%, #222 100%);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shimmer 3s infinite linear;
}

/* toggle */
.comm_toggle .comm_toggle_group.on .tg_tit_wrap:before {
  display: none;
}
.comm_toggle .comm_toggle_group.on .tg_cont_wrap {
  opacity: 1;
  margin: 1.5rem 0 !important;
}
.comm_toggle .comm_toggle_group .tg_tit_wrap {
  position: relative;
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 2rem 1rem;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
}
.comm_toggle .comm_toggle_group .tg_tit_wrap:hover {
  background: rgba(90, 117, 250, 0.2);
}
.comm_toggle .comm_toggle_group .tg_tit_wrap:before {
  content: "";
  width: 2px;
  height: 10px;
  display: flex;
  background: #666;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
}
.comm_toggle .comm_toggle_group .tg_tit_wrap:after {
  content: "";
  width: 10px;
  height: 2px;
  display: flex;
  background: #666;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.comm_toggle .comm_toggle_group .tg_tit_wrap b {
  width: 12rem;
  color: #5a75ff;
}
.comm_toggle .comm_toggle_group .tg_tit_wrap .tit_info {
  flex: 1;
  padding-right: 5rem;
}
.comm_toggle .comm_toggle_group .tg_tit_wrap .tit_info p {
  line-height: 1;
}
.comm_toggle .comm_toggle_group .tg_cont_wrap {
  max-height: 0;
  opacity: 0;
  padding: 0 !important;
  margin: 0 !important;
  transition: all 0.4s ease;
  overflow: hidden;
}
.comm_toggle .comm_toggle_group .tg_cont_wrap .tg_cont_inner {
  padding: 2.8rem;
}
.comm_toggle .comm_toggle_group .tg_cont_wrap .tg_cont_inner.flex_type {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

/* 품질분석 */
.quality_management_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 3rem;
  width: 100%;
}
.quality_management_wrap .a_blue_link {
  flex: 0 0 calc((100% - 18rem) / 7);
}

/* link style */
.a_link {
  display: inline-flex;
  text-align: left;
  font-size: 1.3rem;
  padding: 0.7rem 1rem;
  margin: 0.25rem 0.5rem 0.25rem 0;
  line-height: 1.4;
  border: 1px solid #ddd;
  border-radius: 1rem;
  align-items: flex-start;
  gap: 4px;
  background-color: #fff;
  white-space: normal;
  word-break: break-word;
  overflow-wrap: break-word;
  vertical-align: middle;
}
.a_link:hover {
  color: #2D8EFF;
  border-color: #2D8EFF;
}
.a_link img {
  max-width: 14px;
  max-height: 14px;
  margin-top: 2px;
}

.a_blue_link {
  display: inline-flex;
  text-align: center;
  font-size: 1.6rem;
  padding: 0.95rem 1.5rem;
  border: 1px solid #667AA1;
  border-radius: 0.5rem;
  justify-content: center;
  align-items: center;
  white-space: normal;
  word-break: break-word;
  overflow-wrap: break-word;
  vertical-align: middle;
}
.a_blue_link:hover, .a_blue_link.active {
  color: #fff;
  border-color: #667AA1;
  background-color: #667AA1;
}

.a_button {
  display: inline-flex;
  text-align: center;
  font-size: 1.3rem;
  color: #fff;
  padding: 0.2rem 1.1rem;
  border: 1px solid #222;
  border-radius: 3rem;
  background-color: #222;
  align-items: center;
  white-space: normal;
  word-break: break-word;
  overflow-wrap: break-word;
  vertical-align: middle;
}
.a_button:hover {
  border-color: #444;
  background-color: #444;
}
.a_button.blue_type {
  border-color: #2D8EFF;
  background-color: #2D8EFF;
}
.a_button.blue_type:hover {
  border-color: #459afd;
  background-color: #459afd;
}

/* common search button */
.comm_search_btn {
  display: flex;
}
.comm_search_btn .comm_search_inner {
  position: relative;
}
.comm_search_btn button {
  position: relative;
  font-size: 1.3rem;
  border: 1px solid #777;
  padding: 0.4rem 1rem;
  border-radius: 0.5rem;
  background-color: #fff;
}
.comm_search_btn button:before {
  content: "";
  display: inline-block;
  clear: both;
  width: 16px;
  height: 16px;
  background-size: 10px auto;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 0.5rem;
  vertical-align: middle;
}
.comm_search_btn button.s_total:hover, .comm_search_btn button.s_total.active {
  background-color: #7485ad;
  border-color: #7485ad;
}
.comm_search_btn button.s_total:before {
  background-image: url(./../images/icons/icon_s_total.svg);
}
.comm_search_btn button.s_normal:hover, .comm_search_btn button.s_normal.active {
  background-color: #3b82f6;
  border-color: #3b82f6;
}
.comm_search_btn button.s_normal:before {
  background-size: 13px auto;
  background-image: url(./../images/icons/icon_s_normal.svg);
}
.comm_search_btn button.s_black:hover, .comm_search_btn button.s_black.active {
  background-color: #222;
  border-color: #222;
}
.comm_search_btn button.s_black:before {
  background-size: 13px auto;
  background-image: url(./../images/icons/icon_s_black.svg);
}
.comm_search_btn button.s_wekeep24 {
  padding: 0.4rem 0.373rem;
}
.comm_search_btn button.s_wekeep24:hover, .comm_search_btn button.s_wekeep24.active {
  background-color: #222;
  border-color: #222;
}
.comm_search_btn button.s_wekeep24:before {
  margin-right: 0.2rem;
  background-size: 13px auto;
  background-image: url(./../images/icons/icon_s_wekeep24.svg);
}
.comm_search_btn button:hover, .comm_search_btn button.active {
  color: #fff;
}
.comm_search_btn button:hover:before, .comm_search_btn button.active:before {
  filter: invert(1) brightness(1000%) contrast(100%);
}
.comm_search_btn button .s_count {
  position: absolute;
  display: inline-block;
  padding: 0.2rem 0.5rem;
  background-color: #ff5560;
  border-radius: 4px;
  color: #fff;
  top: -12px;
  font-size: 11px;
  font-weight: 300;
  left: 100%;
  transform: translateX(-80%);
  z-index: 5;
}
.comm_search_btn.order_type {
  flex: 1;
  flex-wrap: wrap;
  max-width: 300px;
  min-width: 300px;
  gap: 4px;
  justify-content: end;
}
.comm_search_btn.order_type .comm_search_inner {
  display: flex;
  align-items: center;
  gap: 5px;
}
@media (min-width: 2200px) {
  .comm_search_btn.order_type {
    max-width: none;
  }
}
.comm_search_btn .btn_label {
  display: inline-block;
  min-width: 70px;
  font-size: 1.3rem;
  text-align: right;
}
.comm_search_btn .gray_box {
  border-radius: 0.5rem;
  background-color: #F0F2F7;
}
.comm_search_btn .gray_box button {
  position: relative;
  font-size: 1.3rem;
  color: #95A3C0;
  border: none;
  padding: 0.575rem 1.9rem;
  border-radius: 0;
  background-color: transparent;
}
.comm_search_btn .gray_box button:before {
  display: none;
}
.comm_search_btn .gray_box button:hover, .comm_search_btn .gray_box button.active {
  color: #0058F9;
  background-color: transparent;
}
.comm_search_btn .gray_box button:after {
  content: "";
  display: inline-block;
  clear: both;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 14px;
  background-color: #95A3C0;
  vertical-align: middle;
}
.comm_search_btn .gray_box button:first-child:after {
  display: none;
}

/* common search button */
.comm_dropdown_wrap {
  display: flex;
  gap: 1rem;
}
.comm_dropdown_wrap .dropdown-toggle.btn {
  font-size: 13px;
  color: #fff;
  padding: 7px 15px;
  border: none;
  background-color: #667AA1;
  font-weight: 300;
}
.comm_dropdown_wrap .dropdown-toggle.btn.blue-type {
  background-color: #4584DF;
}
.comm_dropdown_wrap .dropdown-item {
  border-radius: 0;
  font-weight: 300;
}

/* (공통)목록 메뉴 */
.comm_list_menu {
  position: relative;
}
.comm_list_menu.on .c_hamburger {
  background: #E8E8E8;
}
.comm_list_menu.on .c_menu {
  display: block;
}
.comm_list_menu.type2 {
  margin-top: -1rem;
}
.comm_list_menu .cn-head-tooltip {
  top: 0.5rem;
  right: 6rem;
  width: 24rem;
}
.comm_list_menu .c_hamburger {
  width: 38px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  padding: 1.1rem 0;
  background: #f6f6f6;
  border-radius: 1rem;
  cursor: pointer;
}
.comm_list_menu .c_hamburger:hover {
  background: #E8E8E8;
}
.comm_list_menu .c_hamburger span {
  display: block;
  width: 20px;
  height: 2px;
  background: #333;
}
.comm_list_menu .c_menu {
  display: none;
  position: absolute;
  top: 48px;
  right: 0;
  padding: 0.8rem 0;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 0.5rem;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  z-index: 10;
}
.comm_list_menu .c_menu li {
  padding: 1rem 2rem;
  font-size: 1.4rem;
  color: #222;
  cursor: pointer;
  white-space: nowrap;
}
.comm_list_menu .c_menu li:hover {
  background: #f2f2f2;
}
.comm_list_menu .c_menu li i {
  min-width: 1.4rem;
  margin-right: 0.8rem;
}

.head_summary {
  font-size: 1.5rem;
  margin-left: auto;
  margin-top: -0.8rem;
  padding-right: 1rem;
  text-align: right;
}
.head_summary.list_type {
  margin-top: 0;
}
.head_summary.info_type {
  padding: 1rem;
  background-color: #F7F9FB;
  border-radius: 1rem;
}
.head_summary.info_type span:before {
  content: "|";
}
.head_summary.inline_type {
  margin: 0;
  padding: 0;
  text-align: left;
}
.head_summary span {
  display: inline-block;
}
.head_summary span:first-child:before {
  display: none;
}
.head_summary span:before {
  content: "/";
  display: inline-block;
  clear: both;
  padding: 0 0.75rem;
}

.comm-right-part {
  font-size: 12px;
  display: flex;
  gap: 8px;
  align-items: center;
}

/* color */
.f_c_blue {
  color: #0062ff;
}

.f_c_lightBlue {
  color: #3b82f6;
}

.f_c_white {
  color: #fff;
}

.f_c_red {
  color: #f00;
}

.f_c_orange {
  color: #f2691b;
}

.f_c_lightOrange {
  color: #e98947;
}

.f_c_green {
  color: #059669;
}

.f_c_lightGreen {
  color: #3eb268;
}

.f_c_lightgray {
  color: #b6b6b6;
}

.f_c_deepGray {
  color: #57697F;
}

/* background color */
.bg_blue {
  background-color: #0062FF;
}

/* bootstrap multiselect custom */
.multiselect-native-select {
  width: 100%;
}
.multiselect-native-select .multiselect.btn-default {
  justify-content: space-between;
  background-color: #fff;
  height: 36px;
  border-radius: 1rem;
  box-shadow: none;
}
.multiselect-native-select .multiselect.btn-default:focus {
  box-shadow: none;
}
.multiselect-native-select .multiselect.dropdown-toggle::after {
  width: 20px;
  height: 20px;
  border: none;
  background: url(./../images/icons/Icon-chevron-down-thin.svg) no-repeat;
  background-size: cover;
  margin-right: -10px;
}
.multiselect-native-select .multiselect-container > li > a {
  display: block;
}
.multiselect-native-select .multiselect-container > li > a.multiselect-all {
  white-space: nowrap;
}
.multiselect-native-select .multiselect-container > li > a > label {
  display: block;
  width: 100% !important;
  padding: 0;
}
.multiselect-native-select .multiselect-container > li > a > label > input[type=checkbox] {
  margin-bottom: 2px;
  vertical-align: middle;
}
.multiselect-native-select .multiselect-container.dropdown-menu {
  min-width: 100%;
  max-height: 60vh;
  overflow-y: auto;
}

/* summary button */
.comm_summary_btn {
  display: inline-flex;
  align-items: center;
  width: auto !important;
  height: 3.8rem;
  font-size: 1.3rem;
  color: #fff;
  padding: 0 1.2rem;
  border-radius: 2.5rem !important;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #444;
}
.comm_summary_btn i {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 4px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.comm_summary_btn.add_type {
  background-color: #0062ff;
}
.comm_summary_btn.add_type i {
  background-image: url("./../images/icons/plus-icon-white.svg");
}
.comm_summary_btn.search_type i {
  width: 18px;
  height: 18px;
  background-image: url("./../images/icons/search-wht_Bold.svg");
}
.comm_summary_btn.search_type_blue {
  background-color: #0062ff;
}
.comm_summary_btn.search_type_blue i {
  width: 18px;
  height: 18px;
  background-image: url("./../images/icons/search-wht_Bold.svg");
}
.comm_summary_btn.reset_type i {
  width: 14px;
  height: 14px;
  background-image: url("./../images/icons/ic_refresh_white.svg");
}

/* SLA */
.sla_wrap {
  font-size: 1.4rem;
}
.sla_wrap .badge {
  vertical-align: middle;
  margin-top: -2px;
  font-size: 1.3rem;
  font-weight: 300;
}
.sla_wrap .sla_group {
  margin-left: 1rem;
}
.sla_wrap .sla_group i {
  margin-right: 0.25rem;
}

.sla_list_type {
  font-size: 1.3rem;
  font-weight: 300;
}

/* tab style */
.chart-tab-menu {
  display: flex;
  gap: 4px;
}
.chart-tab-menu > div {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 2rem;
  flex: 1;
  cursor: pointer;
  border: 1px solid #F7F9FB;
  border-radius: 1rem 1rem 0 0;
  background-color: #F7F9FB;
  white-space: nowrap;
}
.chart-tab-menu > div.on, .chart-tab-menu > div:hover {
  position: relative;
  color: #0062FF;
  border-color: #95A3C0;
  background-color: #fff;
  border-bottom-color: #fff;
}

/* spinner */
.spinner-wrap {
  display: none;
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.spinner-wrap.active {
  display: block;
}
.spinner-wrap .spinner-border {
  border-width: 2px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -10px 0 0 -10px;
}

/* icon */
.comm_btn_statistics {
  width: auto;
  height: 38px;
  display: inline-flex;
  font-size: 1.3rem;
  color: #fff;
  padding: 0 1.2rem;
  vertical-align: top;
  justify-content: center;
  align-items: center;
  border-radius: 2.5rem;
  background-color: #667AA1;
  white-space: nowrap;
  cursor: pointer;
}
.comm_btn_statistics i {
  margin-right: 4px;
}
.comm_btn_statistics.sm_type {
  height: 24px;
  font-size: 1.2rem;
  border-radius: 14px;
}
.comm_btn_statistics.sm_type i {
  font-size: 14px;
}

/* radio */
.cm-radio-boxgroup {
  display: flex;
  gap: 12px;
  width: 100%;
}
.cm-radio-boxgroup .cm-radio-item {
  flex: 1;
}
.cm-radio-boxgroup .cm-radio-item input[type=radio] {
  display: none;
}
.cm-radio-boxgroup .cm-radio-item input[type=radio]:checked + label {
  background-color: #0062FF;
  color: white;
}
.cm-radio-boxgroup .cm-radio-item label {
  display: block;
  padding: 14px 24px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 12px;
  color: #A1ADC9;
  background-color: #F2F4F8;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
}

/* 통계 */
.statistics_wrap {
  font-size: 1.5rem;
}
.statistics_wrap .statistics_cont .statistics_items {
  flex-wrap: wrap;
  gap: 1rem;
}
.statistics_wrap .statistics_cont .statistics_items > div {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  text-align: center;
  padding: 1.2rem 1rem;
  border-radius: 1rem;
  border: 1px solid #ddd;
}
.statistics_wrap .statistics_cont .statistics_items > div .s_title {
  justify-content: center;
  font-size: 1.4rem;
  font-weight: 400;
}
.statistics_wrap .statistics_cont .statistics_items > div .s_numb {
  font-size: 2rem;
  font-weight: 600;
}
.statistics_wrap .statistics_cont .statistics_items > div .s_numb.channel_box {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  width: 100%;
}
.statistics_wrap .statistics_cont .statistics_items > div .s_numb.channel_box.img_type {
  gap: 5px 11px;
  max-height: 80px;
}
.statistics_wrap .statistics_cont .statistics_items > div .s_numb.channel_box.img_type .channel_item {
  flex: none;
  width: 37px;
  padding: 0;
}
.statistics_wrap .statistics_cont .statistics_items > div .s_numb .channel_item {
  display: flex;
  flex: 0 0 calc((100% - 2.5rem) / 5);
  gap: 1rem;
  font-size: 1.3rem;
  border-radius: 1rem;
  padding: 0.5rem 0.8rem;
  background-color: #f8fafc;
  justify-content: flex-start;
  align-items: center;
  min-width: 0;
}
.statistics_wrap .statistics_cont .statistics_items > div .s_numb .channel_item:only-child {
  flex: 0 0 auto;
  max-width: 20%;
}
.statistics_wrap .statistics_cont .statistics_items > div .s_numb .channel_item img {
  height: 25px;
}
.statistics_wrap .statistics_cont .statistics_items > div .s_numb .channel_item b {
  text-align: left;
  font-weight: 400;
}
.statistics_wrap .statistics_cont .statistics_items > div .s_numb .blank_type {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
  padding: 0.5rem 0;
}
.statistics_wrap .statistics_cont .statistics_items > div.full_type {
  flex: 0 0 100%;
}
.statistics_wrap .statistics_cont .statistics_part {
  position: relative;
}
.statistics_wrap .statistics_cont .statistics_part .part_label {
  position: absolute;
  bottom: 0;
  font-size: 1.2rem;
}
.statistics_wrap .statistics_cont .statistics_part .part_label.left_type {
  left: 0.5rem;
}
.statistics_wrap .statistics_cont .statistics_part .part_label.right_type {
  right: 0.5rem;
}

/* Aiden icon */
.ai_avatar {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 3px; /* 라인이 지나갈 공간 */
  border-radius: 50%;
  overflow: hidden;
  background: #F0F0F0;
}

.ai_avatar.loading::before {
  content: "";
  position: absolute;
  width: 150%;
  height: 150%;
  background: conic-gradient(transparent, #3498db, transparent 30%);
  left: -25%;
  top: -25%;
  animation: rotate-border 1s cubic-bezier(0.9, 0.1, 0.3, 0.9) infinite;
}

.ai_avatar.loading::after {
  content: "";
  position: absolute;
  inset: 2px; /* 라인 두께만큼 간격 조절 */
  background: #F0F0F0;
  border-radius: 50%;
  z-index: 1;
}

.ai_avatar img {
  position: relative;
  display: block;
  height: 25px;
  z-index: 2;
}

/* 회전 애니메이션 */
@keyframes rotate-border {
  0% {
    transform: rotate(0deg);
  }
  90% {
    transform: rotate(350deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* 가로 1800 이하 화면에서 레이아웃 틀어지지 않게 zoom style 추가 */
html #wrapper,
html .zoom-style {
  /* 기본 100% */
  zoom: 1;
}

@media (max-width: 1800px) {
  /* 125% 배율, 80% 축소 */
  html #wrapper,
  html .zoom-style {
    zoom: 0.8;
  }
}
@media (max-width: 1440px) {
  /* 150% 배율, 67% 축소 */
  html #wrapper,
  html .zoom-style {
    zoom: 0.67;
  }
}

/*# sourceMappingURL=common.css.map */
