@charset "UTF-8";
.guide-wrap {
  width: 100%;
  min-height: 100vh;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* overflow: hidden; */
}

.guide-wrap > header {
  width: 100%;
  height: 60px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.guide-wrap > header a.guide-logo {
  float: left;
  display: inline-block;
  height: 28px;
  line-height: 28px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  margin-top: 16px;
  margin-left: 20px;
  position: relative;
}

.guide-wrap > .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  min-height: 0px;
}

.guide-wrap > .content .gnb-menu nav {
  overflow-y: auto;
  position: relative;
  width: 233px;
  height: 100%;
  padding: 30px 0px 40px 16px;
  border-right: 1px solid #e6ecf1;
  background-color: #fbfcfd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.guide-wrap > .content .gnb-menu nav ul {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.guide-wrap > .content .gnb-menu nav ul li {
  padding: 10px 0;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.guide-wrap > .content .gnb-menu nav ul li a {
  color: #3b454e;
  line-height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 35px 0 25px;
  font-size: 16px;
  display: block;
  width: 100%;
  position: relative;
}

.guide-wrap > .content .gnb-menu nav ul li a:hover {
  background-color: #eff3f6;
}

.guide-wrap > .content .gnb-menu nav ul li.on a {
  background: #fff;
  color: var(--cc-mainA-color);
  font-weight: 500;
  border: 1px solid #e6ecf1;
  border-right: none;
}

/* .guide-wrap > .content .gnb-menu nav ul li.sub a:after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("../img/svg/icon_arr_dgy_right.svg");
  background-size: 18px 18px;
  background-repeat: no-repeat;
  position: absolute;
  right: 15px;
  top: 15px;
}

.guide-wrap > .content .gnb-menu nav ul li.sub.on a:after {
  transform: rotate(90deg);
} */
.guide-wrap > .content .gnb-menu nav ul li.sub ul.sub-menu {
  display: none;
}

.guide-wrap > .content .gnb-menu nav ul li.sub.on ul.sub-menu {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 0;
  background-color: #eff3f6;
  border-left: 1px solid #e6ecf1;
}

.guide-wrap > .content .gnb-menu nav ul li.sub.on ul.sub-menu li {
  padding: 5px 0 5px 10px;
}

.guide-wrap > .content .gnb-menu nav ul li.sub.on ul.sub-menu li a {
  background: none;
  border: none;
  line-height: 30px;
  font-size: 15px;
  color: #3b454e;
  opacity: 0.7;
}

.guide-wrap > .content .gnb-menu nav ul li.sub.on ul.sub-menu li a:hover {
  opacity: 1;
}

.guide-wrap > .content .gnb-menu nav ul li.sub.on ul.sub-menu li.on a {
  color: #3c84fc;
  opacity: 1;
}

.guide-wrap > .content .gnb-menu nav ul li.sub.on ul.sub-menu li a::after {
  display: none;
}

.guide-wrap > .content .main-content {
  min-width: 0px;
  min-height: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* overflow: auto; */
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
}

.guide-wrap > .content .main-content .inner-content {
  min-height: 0px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.guide-wrap > .content .main-content .inner-content .cont-area {
  margin: 0px auto;
  padding: 40px 48px 80px 48px;
  min-width: 1100px;
  /* max-width: 1600px; */
}

.guide-wrap > .content .main-content footer {
  padding: 32px 48px;
  margin-top: auto;
  /* margin-left: auto; */
  margin-right: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  min-width: 1100px;
  max-width: 1600px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.guide-wrap > .content .main-content footer span.btm-cp {
  font-size: 12px;
  color: var(--dlsp-fontGl-color);
}

/* --------------- */
.cont-area .title {
  font-size: 32px;
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 2px solid var(--cc-mainA-color);
}

/* .guide-content table td .btn-type {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
} */
.guide-content table tr:first-child td,
.guide-content table tr td:first-child {
  font-weight: bold;
}

.guide-content table.gd th {
  background-color: #e5e5e5;
}

.guide-content table.gd th:first-child {
  background-color: #f9f9f9;
}

.guide-content table.gd .head th:first-child {
  background-color: #707070;
  color: #fff;
}

.guide-content table.gd tr:hover {
  background-color: #fff;
}

.guide-content table.gd td {
  border-bottom: 1px solid var(--dlsp-tblHth-border);
  padding: 20px 31px;
  position: relative;
}

.guide-content table.gd th,
.guide-content table.gd td {
  text-align: center;
}

.guide-content p {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 20px;
  display: inline-block;
}

.guide-content > div {
  padding-bottom: 30px;
}

.disabled {
  pointer-events: none;
}

/* button */
.btn-guide .table-type th,
.btn-guide .table-type td {
  min-width: 120px;
}

.btn-type {
  padding: 0 15px;
  min-width: 80px;
  height: 35px;
  line-height: 35px;
  color: #fff;
  border-radius: 0;
  background-color: var(--cc-mainA-color);
  cursor: pointer;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  display: inline-block;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  text-align: center;
  border-radius: 5px;
  font-size: var(--fs-btn-rg);
  position: relative;
  vertical-align: middle;
}

.btn-type.round {
  border-radius: 22px;
}

.btn-type.disabled {
  cursor: default;
}

.btn-type span {
  line-height: 35px;
}

.btn-type.icon-only.small {
  line-height: 25px;
}

.btn-type.small {
  height: unset !important;
}

.btn-type.small span {
  line-height: 25px;
}

.btn-type.icon.small .icon-span {
  display: inline-block;
  vertical-align: middle;
}

.btn-type.icon-only.small span {
  margin-top: 0;
  vertical-align: middle;
}

.btn-type.over,
.btn-type:hover {
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}

.btn-type.active {
  -webkit-box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.5019607843);
          box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.5019607843);
}

.btn-type.outlined {
  line-height: 33px;
  background-color: #fff !important;
  border: 1px solid var(--cc-mainA-color);
  color: var(--cc-mainA-color);
}

.btn-type.outlined.over {
  border-color: var(--cc-mainA-color);
}

.btn-type.outlined.active {
  background-color: #f8f8f8 !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-type.outlined.disabled {
  background-color: #fff;
  border: 1px solid var(--dlsp-subE-color);
  color: var(--dlsp-subE-color);
}

.btn-type.textbtn {
  background-color: transparent !important;
  color: var(--cc-mainA-color);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-type.textbtn.over,
.btn-type.textbtn:hover {
  font-weight: bold;
}

.btn-type.inner-table {
  min-width: 60px;
  line-height: 25px;
}

.btn-type.icon {
  /* line-height: normal; */
  padding: 0 20px 0 15px;
}

.btn-type.icon span {
  vertical-align: middle;
}

.btn-type.icon .icon-span {
  margin-right: 5px;
}

.btn-type.icon-only {
  min-width: 8px;
  line-height: 35px;
  padding: 0 7px;
}

.hidden-txt {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  -webkit-clip-path: polygon(0 0, 0 0, 0 0);
          clip-path: polygon(0 0, 0 0, 0 0);
}

.btn-type.disabled {
  background-color: var(--dlsp-subE-color);
  color: #fff;
  border: none;
  pointer-events: none;
}

.btn-type.primary {
  background-color: var(--dlsp-subC-color);
}

.btn-type.new {
  background-color: var(--cc-mainA-color);
}

.btn-type.red {
  background-color: var(--dlsp-btn-red);
}

.btn-type.black {
  background-color: var(--dlsp-tblHth-border);
}

.btn-type.unique {
  background-color: var(--dlsp-btn-excel);
}

.btn-type.etc {
  background-color: var(--dlsp-btn-etc);
  color: var(--dlsp-fontDe-color);
}

.btn-type.outlined.primary {
  border-color: var(--dlsp-subC-color);
  color: var(--dlsp-subC-color);
}

.btn-type.outlined.new {
  border-color: var(--dlsp-subD-color);
  color: var(--dlsp-subD-color);
}

.btn-type.outlined.red {
  border-color: var(--dlsp-btn-red);
  color: var(--dlsp-btn-red);
}

.btn-type.outlined.black {
  border-color: var(--dlsp-tblHth-border);
  color: var(--dlsp-tblHth-border);
}

.btn-type.outlined.unique {
  border-color: var(--dlsp-btn-excel);
  color: var(--dlsp-btn-excel);
}

.btn-type.outlined.etc {
  border-color: var(--dlsp-btn-etc);
}

.btn-type.textbtn.primary {
  border-color: var(--dlsp-subC-color);
  color: var(--dlsp-subC-color);
}

.btn-type.textbtn.new {
  border-color: var(--dlsp-subD-color);
  color: var(--dlsp-subD-color);
}

.btn-type.textbtn.red {
  border-color: var(--dlsp-btn-red);
  color: var(--dlsp-btn-red);
}

.btn-type.textbtn.black {
  border-color: var(--dlsp-tblHth-border);
  color: var(--dlsp-tblHth-border);
}

.btn-type.textbtn.unique {
  border-color: var(--dlsp-btn-excel);
  color: var(--dlsp-btn-excel);
}

.btn-type.small {
  line-height: 25px;
  font-size: var(--fs-btn-sm);
}

.btn-type.large {
  line-height: 50px;
  padding: 0 30px;
  font-size: var(--fs-btn-lg);
}

/* form */
.guide-content .text-guide table td {
  padding: 20px;
  text-align: center;
}

.guide-content .text-guide table tr.center td {
  position: relative;
}

.txt {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 35px;
  padding: 0 10px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #ccc;
}

.txt:focus,
.txt.focus {
  border: 1px solid var(--cc-mainA-color);
  outline: none;
}

.txt.disabled {
  border: 1px solid #e5e5e5;
  color: #e5e5e5;
  pointer-events: none;
}

.select-box,
.text-box {
  padding: 0 10px;
  resize: none;
  background-color: #f5f8fa;
  border: 1px solid #e1e1e1;
}

.text-box {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.select-box {
  height: 35px;
  float: left;
  border-radius: 5px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  /* border: 1px solid #ccc; */
}

.select-box.fg0 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  margin-right: 5px;
}

.select-box:focus,
.text-box:focus,
.select-box.focus,
.text-box.focus {
  border: 1px solid var(--cc-mainA-color);
  outline: none;
}

.select-box:disabled,
.text-box:disabled {
  border-color: #e5e5e5;
  color: #e5e5e5;
  background-color: #fff;
}

.chkbox,
.rdobtn {
  width: 18px;
  height: 18px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.chkbox {
  width: 18px;
  height: 18px;
  border: 1px solid #ccc;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 2px;
}

.chkbox:checked {
  content: url(../img/guide/chk.png);
  background: var(--cc-mainA-color);
}

.chkbox:disabled {
  border: 1px solid #eee;
}

.chkbox:disabled:checked {
  border: 1px solid #eee;
  content: url(../img/guide/chk.png);
  background: #eee;
}

.rdobtn {
  width: 18px;
  height: 18px;
  border: 1px solid #ccc;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 100%;
  position: relative;
}

.rdobtn:after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: var(--cc-mainA-color);
  display: none;
  position: absolute;
  left: 3px;
  top: 3px;
}

.rdobtn:checked:after {
  display: block;
}

.rdobtn:disabled {
  border: 1px solid #eee;
}

.rdobtn:disabled:checked:after {
  background: #eee;
}

/* .text-guide .range{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
} */
.range {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  float: left;
  margin-right: 5px;
}

.range .date-picker,
.date-btns,
.range span,
.date-btns li {
  float: left;
}

.range span {
  margin-right: 5px;
}

.range .date-picker {
  margin-right: 5px;
}

.range .date-picker:last-child {
  margin-right: 0;
}

.range.disabled span {
  color: #ccc;
}

.date-picker {
  min-width: 150px;
  height: 35px;
  /* display: flex;
  align-items: center;
  justify-content: space-between; */
  border: 1px solid #ccc;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  background-image: url(../img/guide/calendar.png);
  background-repeat: no-repeat;
  background-position: right 10px center;
}

.date-picker.disabled {
  border-color: #ccc;
  background-image: url(../img/guide/calendar_disable.png);
}

.date-btns a.btn-type,
.date-btns button.btn-type {
  margin-right: 5px;
}

.date-btns .btn-type.over {
  background-color: var(--cc-mainA-color);
  color: #fff;
}

.date-btns ul li:last-child .btn-type:last-child {
  margin-right: 0;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: var(--cc-mainA-color) !important;
}

.month-picker {
  min-width: 150px;
  height: 35px;
  /* display: flex;
  align-items: center;
  justify-content: space-between; */
  border: 1px solid #ccc;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  background-image: url(../img/guide/calendar.png);
  background-repeat: no-repeat;
  background-position: right 10px center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 5px;
}
.month-picker.disabled {
  border-color: #ccc;
  background-image: url(../img/guide/calendar_disable.png);
}

/* label */
.label-guide td.center {
  position: relative;
}

.label-guide .label-box.center-ch {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.label-guide {
  height: auto;
  overflow: hidden;
}

.label-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.label-box.rdo-lbl,
.label-box.chk-lbl {
  margin-right: 20px;
}

.label-box.focus label {
  color: var(--cc-mainA-color);
}

.label-box label {
  cursor: pointer;
  line-height: 1.4;
  display: inline-block;
  vertical-align: middle;
}

input:focus + label,
input:checked + label {
  color: var(--cc-mainA-color);
}

.lbl-txt,
.label-box .rdobtn,
.label-box .chkbox {
  margin-right: 5px;
}

.lbl-txt {
  font-size: 14px;
  font-weight: 500;
  text-align: left;
}

.input-txt:focus {
  background-color: var(--dlsp-subB-color);
}

.label-radio .rdobtn {
  margin-right: 5px;
}

.label-box.disabled label,
.label-box.disabled select {
  color: #e5e5e5;
}

.label-box.disabled select,
.label-box.disabled .txt,
.label-box.disabled textarea {
  border: 1px solid #e5e5e5;
}

.label-box input::-webkit-input-placeholder {
  color: #b4b4b4;
}

.label-box input::-moz-placeholder {
  color: #b4b4b4;
}

.label-box input:-ms-input-placeholder {
  color: #b4b4b4;
}

.label-box input::-ms-input-placeholder {
  color: #b4b4b4;
}

.label-box input::placeholder {
  color: #b4b4b4;
}

/* component */
.input-btn .btn-type,
.select-btn .btn-type {
  background-color: var(--dlsp-subC-color);
}

.select-btn .select-box {
  margin-right: 10px;
}

.compo-guide {
  clear: both;
  height: auto;
  overflow: hidden;
}

.compo-guide > p {
  padding-bottom: 10px;
}

.compo-guide .select-box {
  width: 171px;
}

.file-btn {
  min-height: 30px;
  /*   overflow: hidden; */
}

.file-btn .btn-type {
  margin-right: 5px;
}

.file-btn .file-up-btn {
  background-color: var(--dlsp-subD-color);
}

.file-btn .file-all {
  padding: 0 27.5px;
}

.file-btn input#input-file,
.file-btn input#input-file2 {
  display: none;
}

.file-upload.single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.file-upload.single .file-name {
  display: inline-block;
  background-color: var(--dlsp-subA-color);
  width: 200px;
  height: 35px;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 10px;
  border-radius: 5px;
}

.file-upload .file-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.file-upload .file-btn .btn-type {
  margin-right: 0;
}

/* .compo-guide > div > div > div:last-child { */
/*   padding-bottom: 0; */
/* } */
.input-btn input,
.input-btn .btn-type.black,
.input-btn .btn-type.icon {
  float: left;
}

.input-btn input,
.input-btn .btn-type.black {
  margin-right: 10px;
}

.file-name {
  clear: both;
}

.file-name .file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 0;
}

.file-name .file input {
  margin-right: 5px;
}

.date-compo {
  display: inline-block;
  min-height: 35px;
  height: auto;
  overflow: hidden;
}

/* paging */
.paging {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  padding-top: 20px;
}
.paging .paging-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.paging .paging-box li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.paging .paging-box a {
  text-align: center;
  width: 30px;
  height: 35px;
  line-height: 35px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  border-radius: 5px;
  font-size: var(--fs-paging);
  color: var(--dlsp-fontGy-color);
}
.paging .paging-box a.current {
  text-decoration: underline;
  color: var(--cc-mainA-color);
}
.paging .paging-box a.current {
  text-decoration: underline;
  color: var(--cc-mainA-color);
}
.paging .paging-box a:not(.current):hover {
  background-color: #f5f5f5;
}
/* 231130 페이지 번호 수정*/
.paging .paging-box a.pageNo{
  width: 44px;
}
.paging .paging-box a.fst {
  background: url("../img/guide/arrow_fst.png") no-repeat center;
  background-size: 25px auto;
}
.paging .paging-box a.prev {
  background: url("../img/guide/arrow_prev.png") no-repeat center;
  background-size: 25px auto;
}
.paging .paging-box a.next {
  background: url("../img/guide/arrow_nxt.png") no-repeat center;
  background-size: 25px auto;
}
.paging .paging-box a.lst {
  background: url("../img/guide/arrow_lst.png") no-repeat center;
  background-size: 25px auto;
}
.paging .paging-view {
  position: absolute;
  right: 0;
}
.paging .paging-view .select-box {
  width: 130px;
}
.paging a.wide img {
  height: 100%;
}

/* paging end */
/* table */
.table-wrap {
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

.table-guide {
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.table-guide p {
  margin-bottom: 10px;
}

.table-type {
  width: 100%;
  table-layout: fixed;
}

.table-type th,
.table-type td {
  padding: 15px 10px;
  /* border: 1px solid var(--dlsp-tblHth-border); */
  border-collapse: collapse;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  text-align: left;
}
.table-type th.txt-left,
.table-type td.txt-left {
  text-align: left;
}

.table-type thead tr th {
  border-top: 1px solid var(--dlsp-tblHth-border);
  border-bottom: 1px solid var(--dlsp-tblHth-border);
  /* background: #f5f5f5; */
}

.table-type th:first-child,
.table-type td:first-child {
  border-left: none;
}

.table-type th:last-child,
.table-type td:last-child {
  border-right: none;
}

.table-type tr:not(.head):hover {
  background-color: var(--dlsp-bggr-color);
}

.table-type th {
  font-size: var(--fs-table-th);
  font-weight: 500;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.table-type td {
  color: var(--dlsp-fontGy-color);
  font-weight: initial !important;
  font-size: var(--fs-table-td);
  border-bottom: 1px solid var(--dlsp-tblHthB-border);
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.table-type td .link-title {
  color: var(--dlsp-fontGy-color);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  width: 100%;
  line-height: 20px;
}

.table-type td .link-title:hover {
  text-decoration: underline;
}

.table-type tr:last-child td {
  border-bottom: 1px solid var(--dlsp-tblHth-border);
}

.table-type.data tr:last-child td,
.table-type.no-hd tr:last-child td {
  border-bottom: 1px solid var(--dlsp-tblHthC-border);
}

.table-type.verti th,
.table-type.verti td {
  border-top: 1px solid var(--dlsp-tblV-border) !important;
  border-bottom: 1px solid var(--dlsp-tblV-border) !important;
}

.table-type.verti tr:first-child th,
.table-type.verti tr:first-child td {
  border-top: 1px solid #000 !important;
}

.table-type.verti tr:last-child th,
.table-type.verti tr:last-child td {
  border-bottom: 1px solid #000 !important;
}

.table-type.verti th {
  border-left: none;
  border-right: none;
}

.table-type.verti td {
  border-right: none;
  border-left: none;
  text-align: left;
}

.table-type.verti th {
  background-color: #f5f5f5;
  text-align: center;
}

.table-type.verti th.essen:before {
  content: "*";
  color: var(--dlsp-btn-red);
  font-size: 18px;
  margin-right: 5px;
}

.table-type.data th,
.table-type.data td {
  padding: 10px 20px;
}

.table-type.no-hd tr:first-child th,
.table-type.no-hd tr:first-child td {
  border-bottom: 1px solid var(--dlsp-tblHthB-border);
}

.table-type.no-hd th {
  font-weight: initial;
}

/* tab */
.main-content.gbak {
  background-color: #eee;
}

.tab-guide {
  height: auto;
  overflow: hidden;
  padding-bottom: 20px;
}

/* tab common*/
.tab .tab-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-bottom: 2px solid var(--dlsp-fontDe-color);
}
.tab .tab-btn > ul {
  height: auto;
}
.tab .tab-btn > ul::after {
  content: "";
  clear: both;
  display: block;
}
.tab .tab-btn > ul > li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  height: 50px;
  background-color: #fff;
  text-align: center;
  min-width: 90px;
  border-radius: 10px 10px 0 0;
  font-size: var(--fs-tab-title);
  border: 1px solid var(--dlsp-fontDe-color);
  border-bottom: 0;
  margin-right: 10px;
  display: table;
}
.tab .tab-btn > ul > li:last-child {
  margin-right: 0;
}
.tab .tab-btn > ul > li:not(.on):hover {
  /* background-color: var(--dlsp-fontDe-color); */
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tab .tab-btn > ul > li a {
  width: 100%;
  height: 100%;
  padding: 0 40px;
  color: var(--dlsp-fontDe-color);
  font-size: 16px;
  display: table-cell;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tab .tab-btn > ul > li.on {
  background-color: var(--dlsp-fontDe-color);
  color: #fff;
  font-weight: 800;
}
.tab .tab-btn > ul > li.on a {
  color: #fff;
}
.tab .tab-btn .line {
  width: 100%;
  height: 3px;
  background-color: var(--dlsp-subC-color);
  position: absolute;
  bottom: 0;
}
.tab .tab-con {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.tab .tab-con > ul.bak {
  background-color: #fff;
  border-radius: 13px;
}
.tab .tab-con > ul > li {
  padding: 30px;
  display: none;
}
.tab .tab-con > ul > li.view {
  display: block;
}
.tab.type .tab-btn {
  margin-bottom: 0;
}
.tab.type.tab-con {
  background-color: transparent;
}
.tab.type.tab-box {
  padding: 0;
}

/* tab common end */
/* font-size */
.font-size-guide > p {
  color: var(--dlsp-subC-color);
  font-size: 24px;
  display: block;
}

.font-size-guide .tab,
.font-size-guide .paging,
.font-size-guide .btn-type,
.font-size-guide li,
.font-size-guide a {
  pointer-events: none;
  margin: 0;
  padding: 0;
  width: auto !important;
  text-align: initial;
  background: none;
  color: #000;
  display: block;
}

.font-size-guide li {
  margin-bottom: 10px;
}

.font-size-guide .paging {
  display: block;
}

.font100 {
  font-weight: 100;
}

.font300 {
  font-weight: 300;
}

.font400 {
  font-weight: 400;
}

.font500 {
  font-weight: 500;
}

.font700 {
  font-weight: 700;
}

.font900 {
  font-weight: 900;
}

.bold {
  font-weight: bold;
}

.header .logo {
  font-weight: bold;
}

.header.ad .logo {
  font-size: var(--fs-headerA-logo);
  color: var(--dlsp-subD-color);
}

.header.user .logo {
  font-size: var(--fs-headerU-logo);
  color: #fff;
}

.header span h1 {
  font-size: var(--fs-header-span);
  color: #707070;
  font-weight: initial;
}

.header .user-name {
  font-size: var(--fs-username);
  color: #fff;
}

.font-size-guide .header .user-name,
.font-size-guide .header.user .logo {
  background-color: #ccc;
  display: inline-block;
}

.gnb ul li.depth1 {
  font-size: var(--fs-gnb-1d);
  color: #000;
}

.gnb ul li.depth1.on a {
  color: #000;
}

.gnb ul li.depth2 {
  font-size: var(--fs-gnb-2d);
}

.gnb ul li.depth3 {
  font-size: var(--fs-gnb-3d);
}

.lnb ul li.depth1 {
  font-size: var(--fs-lnb-1d);
  color: #707070;
}

.lnb ul li.depth1.on a {
  color: var(--dlsp-subD-color);
}

.lnb ul li.depth2 {
  font-size: var(--fs-lnb-2d);
}

.lnb ul li.depth3 {
  font-size: var(--fs-lnb-3d);
}

h2.header-title {
  font-weight: bold;
}

h2.header-title.ad {
  font-size: var(--fs-headerA-title);
}

h2.header-title.user {
  font-size: var(--fs-headerU-title);
}

h3.sub-title {
  font-size: var(--fs-sub-title);
  font-weight: initial;
}

h4.content-title {
  font-size: var(--fs-content-title);
  font-weight: initial;
}

.contents p {
  font-size: var(--fs-content-p);
  color: #000;
  padding: 0;
  font-weight: initial;
}

.contents em {
  font-size: var(--fs-content-em);
  color: #707070;
}

.contents a {
  font-size: var(--fs-content-a);
  color: var(--cc-mainA-color);
}

.contents span {
  font-size: var(--fs-content-span);
}

.notice-lbl {
  font-size: var(--fs-notice-label);
}

li.tab-btn.depth2 ul li {
  font-weight: bold;
}

/*20220315*/
.btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 10px;
  padding-top: 20px;
}

.btn-wrap .left-cont {
  margin-right: auto;
}

.btn-wrap.full {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.btn-wrap.full button {
  width: 340px;
}

.btn-wrap .total-number {
  font-size: 14px;
  vertical-align: middle;
  display: inline-block;
  line-height: 35px;
}

.btn-wrap .total-number span {
  font-size: 16px;
  font-weight: 500;
  color: var(--cc-mainA-color);
}

.btn-wrap .select-box {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

.btn-wrap.list-top {
  padding-bottom: 10px;
  padding-top: 0;
}

/*20220316*/
.post-area {
  height: auto;
  overflow: hidden;
}

.post-area .post-header {
  border-top: 2px solid #000;
  background: #f8f8f8;
  padding: 25px;
}

.post-area .post-header .post-title {
  font-size: 18px;
  margin-bottom: 10px;
}

.post-area .post-header .post-title .btn-type {
  height: 26px;
  line-height: 26px;
  border-radius: 0;
  font-size: 14px;
  margin-right: 13px;
}

.post-area .post-header .post-title .btn-type span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  line-height: 26px;
}

.post-area .post-header .post-info ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.post-area .post-header .post-info ul li {
  display: inline-block;
  font-size: var(--fs-content-span);
  color: #707070;
}

.post-area .post-header .post-info ul li:last-child {
  margin-right: 0;
}

.post-area .post-body .post-contents {
  padding: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.post-area .post-body .table-type {
  width: 100%;
}

.post-area .post-body .table-type th,
.post-area .post-body .table-type td {
  padding: 10px;
}

.post-area .post-body .post-file .table-type th {
  width: 20%;
  font-weight: initial;
  text-align: center;
  font-size: 16px;
}

.post-area .post-body .table-type tr:hover {
  background-color: #fff;
}

.post-area .post-body .post-file .table-type td {
  padding: 20px;
}

.post-area .post-footer.pd {
  padding-top: 10px;
}

.post-area .post-footer .post-list li {
  border-bottom: 1px solid #ccc;
  padding: 20px;
  height: auto;
  overflow: hidden;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.post-area .post-footer .post-list li span,
.post-area .post-footer .post-list li p,
.post-area .post-footer .post-list li a {
  float: left;
  display: inline-block;
  text-align: center;
}

.post-area .post-footer .post-list li span {
  font-size: 20px;
  width: 40px;
}

.post-area .post-footer .post-list li p {
  width: 60px;
  margin-right: 30px;
  font-weight: 500;
}

.post-area .post-footer .post-list li a {
  color: #000;
  width: calc(100% - 130px);
  text-align: left;
}

.post-area .post-footer .post-list li a:hover {
  text-decoration: underline;
}

/* 오류페이지 */
.error-wrap {
  width: 100%;
  height: 100%;
  position: relative;
}

.error-wrap .error-bg {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0 auto;
  background-color: #ececec;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.error-wrap .error-bg .error-box {
  width: 420px;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.error-wrap .error-bg .error-box .error-box-list {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 25px 30px;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  border: 1px solid #ececec;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.error-wrap .error-bg .error-box .error-box-list img {
  width: 250px;
  position: static;
  clear: both;
  margin-bottom: 10px;
}

.error-wrap .error-bg .error-box .error-box-list .error-txt {
  clear: both;
  float: right;
}

.error-wrap .error-bg .error-box .error-box-list .error-txt h1 {
  font-size: 28px;
  margin-bottom: 8px;
}

.error-wrap .error-bg .error-box .error-box-list .error-txt p {
  font-size: 20px;
  color: #cecece;
  float: right;
  font-weight: bold;
  margin-bottom: 60px;
}

.error-wrap .error-bg .error-box .error-box-list .btn-wrap {
  display: initial;
  float: none;
  padding-top: 0;
}

.error-wrap .error-bg .error-box .error-box-list .btn-wrap .btn-type {
  font-size: 14px;
  float: left;
  margin-bottom: 0;
  padding: 0 15px;
}

.error-wrap .error-bg .error-box .error-box-list .btn-wrap .btn-type:first-child {
  margin-right: 10px;
}

.error-wrap .error-bg .error-box .error-box-list .error-txt h1 br {
  display: none;
}

.error-wrap .error-bg .error-box .footer {
  text-align: center;
  color: #a7a7a7;
  font-size: var(--dlsp-fontDe-size);
  font-weight: 100;
  padding-top: 40px;
}

/* 데이터랩 */
.paging a.material-icons {
  font-size: 20px;
}

.paging a.material-icons.fst {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.paging a.material-icons.lst {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.search-inner {
  margin-right: 20px;
}

.search-inner .label-box.txt-lbl {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.search-inner .label-box.txt-lbl.filter-range {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
}

.search-area .search-box .lbl-txt {
  -ms-flex-preferred-size: 30px !important;
      flex-basis: 30px !important;
  font-size: 16px;
  font-weight: bold;
}

.date-compo {
  margin-top: 45px;
  margin-left: 20px;
}

.search-area .search-box.type-4 {
  position: relative;
}