@charset "utf-8";

/* CSS Document */
/* 기본폰트 : Spoqa Han Sans (고딕)
font-family: 'Noto Sans KR', sans-serif;
굵기 : 300-light,400-normal,700-bold
폰트는 서버 세팅 완료 후 서버 내에서 사용하도록 세팅예정
*/
/*
이 css는 리셋, 폰트, 기본 태그만 다룹니다.
*/
/* reset - global defaults */
* {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: none;
  word-break: keep-all;
  box-sizing: border-box;
  position: relative;
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  -ms-overflow-x: hidden;
  scroll-behavior: auto;
}

html,
body {
  position: relative;
  -webkit-text-size-adjust: none;
  box-sizing: border-box;
  word-break: keep-all;
  scroll-behavior: auto;
}

/* html, body 기본 흰배경의 사이트일때 */
html,
body {
  width: 100%;
  min-height: 100%;
  background-color: #fff;
  -webkit-text-size-adjust: none;
  box-sizing: border-box;
  word-break: keep-all;
  scroll-behavior: auto;
  font-family: "Spoqa", sans-serif;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="submit"],
input[type="password"],
input[type="image"],
input[type="button"],
textarea {
  -webkit-border-radius: 0;
  -webkit-appearance: none;
}

button,
input,
input[type="radio"],
input[type="checkbox"],
select,
textarea {
  vertical-align: middle;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  background-color: transparent !important;
}

input:autofill,
input:autofill:hover,
input:autofill:focus,
input:autofill:active {
  background-color: transparent !important;
}

img,
video,
audio,
object,
embed,
iframe {
  max-width: 100%;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
table,
th,
td,
legend,
button,
code,
p,
select {
  margin: 0;
  padding: 0;
}

fieldset,
img,
abbr,
acronym {
  border: 0 none;
}

fieldset {
  display: block;
}

label {
  vertical-align: middle;
}

textarea {
  width: 100%;
  border: 0;
  overflow-y: auto;
  resize: none;
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style: none outside;
}

li {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-size: 100%;
  font-weight: bold;
}

hr,
legend,
caption,
hr {
  visibility: hidden;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -1000em;
}

/* 추가 리셋 */
a,
a:focus,
a:hover {
  text-decoration: none;
  outline: 0;
  transition: all 0.2s ease-in 0s;
}

a:active,
a:focus,
a:hover {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

a[href^="tel:"] {
  cursor: text;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
  margin: 0;
  padding: 0;
}

figure {
  margin: 0;
}

button {
  border: 0 none;
  border-radius: 0;
  background-color: transparent;
  cursor: pointer;
}

button:active,
button:focus {
  border: none;
  outline: none;
}

img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}

table {
  width: 100%;
  vertical-align: middle;
  border-collapse: collapse;
}

input::-ms-clear {
  display: none;
}

section {
  position: relative;
}

/* IE10 이상을 위한 css */
input::placeholder,
textarea::placeholder {
  color: #c5c5c5 !important;
  opacity: 1;
}

/* 파이어폭스에서 뿌옇게 나오는 현상을 방지하기 위한 css */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #c5c5c5;
}

/* IE */
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #c5c5c5;
}

/* Firefox */
input:-mos-input-placeholder {
  color: #c5c5c5;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

/* WebKit browsers */
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: transparent;
}

/* Mozilla Firefox 4 to 18 */
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent;
}

/* Mozilla Firefox 19+ */
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent;
}

/* Internet Explorer 10+ */
/* IE9 이하를 위한 css */
.placeholder {
  color: #c5c5c5;
}

/* input file type */
.input-file {
  display: inline-block;
  width: 100%;
}

.input-file [type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0 none;
}

.input-file .file-label {
  display: inline-block;
  min-width: 53px;
  height: 27px;
  line-height: 24px;
  padding: 0 10px;
  border-radius: 2px;
  font-size: 13px;
  background-color: #333;
  color: #fff;
  text-align: center;
}

.input-file .file-name {
  width: 300px;
  background: #f5f5f5;
  height: 27px;
  line-height: 26px;
  text-indent: 5px;
  border: 1px solid #bbb;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* ios pinch-zoom */
body {
  touch-action: pan-x pan-y;
}

body.pinch-zoom {
  touch-action: auto;
}

/* 웹접근성을 위한 글자 숨김 css */
.blind,
legend,
caption {
  position: absolute;
  z-index: -10;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  font-size: medium;
  line-height: normal;
  word-break: break-all;
}

.w10p {
  width: 10% !important;
}

.w20p {
  width: 20% !important;
}

.w30p {
  width: 30% !important;
}

.w40p {
  width: 40% !important;
}

.w50p {
  width: 50% !important;
}

.w60p {
  width: 60% !important;
}

.w70p {
  width: 70% !important;
}

.w79_5p {
  width: 79.5% !important;
}

.w80p {
  width: 80% !important;
}

.w85p {
  width: 85% !important;
}

.w90p {
  width: 90% !important;
}

.w100p {
  width: 100% !important;
}

.wcalc_btn {
  width: calc(80% - 180px) !important;
}

/* font */
/* 기본폰트 : 본고딕, 영문 lato 세팅 */
/* Lato Regular */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  src: url("./fonts/Lato-Regular.woff2") format("woff2"),
    url("./fonts/Lato-Regular.woff") format("woff"),
    url("./fonts/Lato-Regular.ttf") format("ttf");
}

/* Lato Bold */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  src: url("./fonts/Lato-Bold.woff2") format("woff2"),
    url("./fonts/Lato-Bold.woff") format("woff"),
    url("./fonts/Lato-Bold.ttf") format("ttf");
}

/* NotoSans Regular */
@font-face {
  font-family: "NotoSans";
  font-style: normal;
  font-weight: 400;
  src: url("./fonts/NotoSans-Regular.woff2") format("woff2"),
    url("./fonts/NotoSans-Regular.woff") format("woff"),
    url("./fonts/NotoSans-Regular.ttf") format("ttf");
}

/* NotoSans Medium */
@font-face {
  font-family: "NotoSans";
  font-style: normal;
  font-weight: 500;
  src: url("./fonts/NotoSans-Medium.woff2") format("woff2"),
    url("./fonts/NotoSans-Medium.woff") format("woff"),
    url("./fonts/NotoSans-Medium.ttf") format("ttf");
}

/* NotoSans Bold */
@font-face {
  font-family: "NotoSans";
  font-style: normal;
  font-weight: 700;
  src: url("./fonts/NotoSans-Bold.woff2") format("woff2"),
    url("./fonts/NotoSans-Bold.woff") format("woff"),
    url("./fonts/NotoSans-Bold.ttf") format("ttf");
}


/* 체크박스(기본형태) */
label.chk {
  margin-bottom: 0 !important;
}

.chk {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: flex;
  align-items: center;
}

.chk * {
  display: inline-block;
  vertical-align: top;
}

.chk input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  display: inline-block;
}

.chk input:checked {
  position: absolute;
  top: 0px;
  left: 0px;
}

.chkmark {
  margin-right: 8px;
  display: inline-block;
  width: 24px;
  height: 24px;
  border: solid 1px #dfdfdf;
  position: relative;
  background-color: #fff;
  border-radius: 8px;
}

.chkmark::after {
  content: "";
  position: absolute;
  display: none;
  left: 7.5px;
  top: 3px;
  width: 8px;
  height: 11px;
  border: solid #fff;
  border-width: 0px 2px 2px 0;
  transform: rotate(45deg);
}

.chk input:checked~.chkmark {
  background-color: #4262ff;
  border-color: #4262ff;
}

.chk input:checked~.chkmark::after {
  display: block;
}

.chkText {
  line-height: 1em;
  font-size: 14px;
  text-align: left;
  color: #000;
  letter-spacing: -0.32px;
  line-height: 24px;
}

/* 페이징 */
.pagination {
  font-size: 0;
  display: inline-flex;
}

.pagination li {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  background-color: #fff;
}

.pagination button:hover {
  opacity: 0.7;
}

.pagination button.on {
  color: #fff;
  background: #4262ff;
}

.pagination .page {
  padding: 0px 16px;
  color: #000000;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 0;
  height: 38px;
  line-height: 36px;
}

.pagination .next,
.pagination .prev {
  margin: 0px;
  position: relative;
  display: inline-block;
  width: 36px;
  height: 38px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  padding: 8px;
  background-position: center;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.pagination .prev {
  background-image: url("../image/pagi_prev.svg");
  border-radius: 8px 0px 0px 8px;
}

.pagination .prev:disabled {
  opacity: 1;
  cursor: default;
}

.pagination .next {
  background-image: url("../image/pagi_next.svg");
  border-radius: 0px 8px 8px 0px;
}

.pagination .next:disabled {
  opacity: 1;
  cursor: default;
}

/* .scrollbar 커스텀 스크롤바 */
/* 스크롤바의 폭 너비 */
.scrollbar::-webkit-scrollbar {
  width: 10px;
  height: 4px;
  border: 0;
}

.scrollbar::-webkit-scrollbar-thumb {
  background: #C7D8E5;
  /* 스크롤바 색상 */
  border-radius: 10px;
  /* 스크롤바 둥근 테두리 */
}

.scrollbar::-webkit-scrollbar-track {
  background: #F6F8FA;
  /*스크롤바 뒷 배경 색상*/
  border-radius: 10px;
}

/*# sourceMappingURL=components.css.map */
.img_box {
  margin: 0 auto;
}

.img_box img {
  width: 100%;
}

.btn_c {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.icon {
  width: 24px;
  height: 24px;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
}

.icon.sm {
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
}
.icon.sm2 {
  width: 8px;
  height: 9px;
  background-size: 8px 9px;
}

.icn_logout {
  background-image: url(../img/icn/icn_logout.png);
}

.icn_company {
  background-image: url(../img/icn/icon_company.png);
}

.icn_mail {
  background-image: url(../img/icn/icon_mail.png);
}

.pw_eye {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../img/icn/icn_watch_off.png") no-repeat center;
  background-image: url("../img/icn/icn_watch_off.png");
  position: absolute;
  bottom: 14px;
  right: 20px;
  background-size: 24px 24px;
}

.pw_eye.pw_eye_on {
  background-image: url("../img/icn/icn_watch_on.png");
  background-size: 24px 24px;
}

.icn_del {
  background-image: url(../img/icn/icn_delete.png);
}
.icn_close {
  background-image: url(../img/icn/icn_close.png);
}
.icn_close_wh {
  background-image: url(../img/icn/icn_close_white.png);
}

.dimm {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 99;
}

.common_pop:has(.notif) {
  width: 600px;
}

.common_pop .notif {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  flex-direction: column;
}

.common_pop .notif>p {
  color: #1D1F25;
  font-size: 16px;
  text-align: center;
}

.common_pop.pad {
  padding: 40px;
  box-sizing: border-box;
  height: auto;
  max-height: 100%;
  overflow-y: auto;
}

.common_pop .pinner {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.common_pop .pinner p.title {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 20px;
}

.common_pop .pinner .red {
  color: #ED1516;
}

.common_pop .pinner p.label {
  font-size: 20px;
  font-weight: 700;
}

.common_pop .pinner p.label.s {
  font-size: 16px;
  margin-top: -20px;
}

.common_pop .grey_box {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 40px;
  border-radius: 20px;
  background: #F6F8FA;
}

.common_pop .grey_box p.title {
  font-size: 20px;
  font-weight: 700;
}

.common_pop .grey_box p.con,
.common_pop .categories .bcat p.desc {
  font-size: 16px;
  line-height: 140%;
  white-space: pre-line;
}

.common_pop .categories {
  display: flex;
  gap: 12px;
  padding-bottom: 20px;
  text-align: center;
}

.common_pop .categories .category {
  color: #949CA4;
  background: #DEE4EB;
  font-size: 16px;
  font-weight: 700;
  border-radius: 6px;
  width: 180px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.common_pop .categories .category.blue {
  color: #fff;
  background: #4262FF;
}

.common_pop .categories .bcat {
  width: 100%;
  height: 266px;
  border-radius: 6px;
  border: 1px solid var(--Light_line, #DEE4EB);
  background: #F6F8FA;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.common_pop .categories .bcat p.title {
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-weight: 700;
}

.common_pop .categories .bcat p.desc {
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  white-space: pre-line;
}

.common_pop .categories .bcat button {
  font-weight: 700;
}

.common_pop .kwbox {
  border-radius: 6px;
  border: 1px solid var(--Light_line, #DEE4EB);
  background: var(--Light_bg_01, #F6F8FA);
  width: 100%;
  height: 214px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

.common_pop .kwbox p.title {
  color: #242424;
  font-size: 20px;
  font-weight: 700;
  padding: 0;
  margin: 0;
}

.common_pop .kwbox p.desc {
  color: #242424;
  font-size: 16px;
  font-weight: 500;
}

.common_pop .kwbox .kws {
  display: flex;
  gap: 8px;
}

.common_pop .kwbox .kws button {
  color: #485168;
  font-size: 14px;
  width: fit-content;
  min-width: 80px;
  height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: #EDF0F7;
  display: flex;
  align-items: center;
  justify-content: center;
}

.common_pop .kwbox .kws button.sel {
  color: #fff;
  background: #4262FF;
}

.page_ready {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4vw;
}
.loading_wrap {
  position: fixed;
  top:50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
}
.scroll_table {
  overflow: auto;
}
.bg_bk {
  background: #222 !important;
}
.bg_bk * {
  color:#fff !important;
}
.bg_blue {
  background: #4262FF !important;
}
.bg_blue * {
  color:#fff !important;
}
.bg_bk button.pop_btn_open {
  color: #222 !important;
}
.bg_blue button.bd_blue {
  color: #4262FF !important;
}

.report .ttiles .tile.ext.bg_blue {
  background-image: url(../img/icn/icn_arrow_ext_wh.png) !important;
  background-repeat: no-repeat !important;
  background-size: 24px 24px !important;
  background-position: right 26px top 32px !important;
}