@charset "UTF-8";
@import url("../css/normalize.css");
@import url("../css/fontset_new.css");
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body {
    overflow-x: hidden;
  }
}
.gnb-top {
  background: transparent -webkit-gradient(linear, left top, right top, from(#f25822), to(#c73500)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #f25822 0%, #c73500 100%) 0% 0% no-repeat padding-box;
}

/* DEFAULT */
:root {
  --dlsp-mainA-color: #ff3301;
  --dlsp-subA-color: #fff0e9;
  --dlsp-subB-color: #d8c7fb;
  --dlsp-subC-color: #f26d3d;
  --dlsp-subD-color: #f77c50;
  --dlsp-subE-color: #62c7de4d;
  --dlsp-btn-excel: #0a7811;
  --dlsp-btn-red: #ee4357;
  --dlsp-btn-blue: #3279f4;
  --dlsp-btn-etc: #ccc;
  --dlsp-bgWh-color: #fff;
  --dlsp-bggr-color: #f9f9fa;
  --dlsp-tblHth-border: #0d1b30;
  --dlsp-tblHthB-border: #e2e3e6;
  --dlsp-tblHthC-border: #eeeff0;
  --dlsp-tblV-border: #ddd;
  --dlsp-fontDe-color: #0d1b30;
  --dlsp-fontDg-color: #0f1424;
  --dlsp-fontGy-color: #575a5f;
  --dlsp-fontGl-color: #999;
  --dlsp-fontWh-color: #fff;
  --dlsp-fontDe-size: 14px;
  --fs-headerA-logo: 20px;
  --fs-headerU-logo: 25px;
  --fs-header-span: 16px;
  --fs-username: 16px;
  --fs-gnb-1d: 18px;
  --fs-gnb-2d: 17px;
  --fs-gnb-3d: 16px;
  --fs-lnb-1d: 15px;
  --fs-lnb-2d: 14px;
  --fs-lnb-3d: 13px;
  --fs-headerA-title: 25px;
  --fs-headerU-title: 30px;
  --fs-sub-title: 18px;
  --fs-content-title: 18px;
  --fs-content-p: 14px;
  --fs-content-em: 14px;
  --fs-content-a: 14px;
  --fs-content-span: 14px;
  --fs-table-th: 15px;
  --fs-table-td: 14px;
  --fs-notice-label: 10px;
  --fs-tab-title: 17px;
  --fs-tab-title-depth2: 17px;
  --fs-paging: 14px;
  --fs-btn-sm: 12px;
  --fs-btn-rg: 14px;
  --fs-btn-lg: 18px;
  /*  new color set*/
  --cc-mainA-color: #E74E0F;
  --cc-mainB-color: #0f1424;
  --cc-bg-color: #f1f7fd;
  /*   // Matching Gradient */
  --cc-color-01: #DD2E59;
  --cc-color-02: #AF3D84;
  --cc-color-03: #714E8F;
  --cc-color-04: #3C507B;
  --cc-color-05: #2F4858;
  /*   // Generic Gradient */
  --cc-color-06: #F3234E;
  --cc-color-07: #E71482;
  --cc-color-08: #C239B1;
  --cc-color-09: #8158D2;
  --cc-color-10: #006BDE;
  /*   // Spot Palette */
  --cc-color-11: #E8A990;
  --cc-color-12: #FFE7D5;
  --cc-color-13: #98AAE0;
  /*   // Twisted Spot Palette */
  --cc-color-14: #98aae022;
  --cc-color-15: #E5F0FF;
  --cc-color-16: #93a1bb;
  --cc-color-17: #f1f4fb;
  /* chart color */
  --ct-blue: #4099ff;
  --ct-indigo: #6610f2;
  --ct-indigo: #6710f228;
  --ct-purple: #6f42c1;
  --ct-pink: #e83e8c;
  --ct-red: #ff5370;
  --ct-orange: #fd7e14;
  --ct-yellow: #ffb64d;
  --ct-green: #2ed8b6;
  --ct-teal: #20c997;
  --ct-cyan: #00bcd4;
  --ct-white: #fff;
  --ct-gray: #6c757d;
  --ct-gray-dark: #343a40;
  --ct-primary: #4099ff;
  --ct-secondary: #6c757d;
  --ct-success: #2ed8b6;
  --ct-info: #00bcd4;
  --ct-warning: #ffb64d;
  --ct-danger: #ff5370;
  --ct-light: #f8f9fa;
  --ct-dark: #343a40;
  /*   // swiper-theme-color */
  --swiper-theme-color: #6C7698;
}

.wrapper * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
button,
form,
fieldset,
p,
blockquote {
  margin: 0;
  padding: 0;
}

body {
  font-size: var(--dlsp-fontDe-size);
  font-family: "NotoSans", -apple-system, BlinkMacSystemFont, Apple SD Gothic Neo, Segoe UI, Malgun Gothic, 맑은 고딕, sans-serif;
  font-weight: 400;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html,
body {
  height: 100%;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.clear:after {
  content: "";
  clear: both;
  display: block;
}

img,
fieldset {
  border: 0 none;
}

body,
h1,
h2,
h3,
h4,
h5,
dl,
dt,
dd,
th,
td,
div,
p,
a {
  color: var(--dlsp-fontDe-color);
  font-size: var(--dlsp-fontDe-size);
  font-family: "NotoSans", -apple-system, BlinkMacSystemFont, Apple SD Gothic Neo, Segoe UI, Malgun Gothic, 맑은 고딕, sans-serif;
}

form,
fieldset,
legend,
input,
button,
textarea,
label {
  color: var(--dlsp-fontDg-color);
  font-size: var(--dlsp-fontDe-size);
}

ul,
ol,
li {
  list-style: none outside;
}

table {
  border-collapse: collapse;
}

td,
th {
  word-break: break-all;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input,
textarea,
select {
  display: inline-block;
  font-size: var(--dlsp-fontDe-size);
  vertical-align: middle;
  font-family: "NotoSans", -apple-system, BlinkMacSystemFont, Apple SD Gothic Neo, Segoe UI, Malgun Gothic, 맑은 고딕, sans-serif;
}

address,
em {
  font-style: normal;
}

caption {
  overflow: hidden;
  width: 0;
  height: 0;
}

legend {
  font: 0;
  line-height: 0;
  text-indent: -9999em;
}

hr {
  display: none;
}

a {
  text-decoration: none;
  color: var(--dlsp-fontDg-color);
  cursor: pointer;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
  cursor: pointer !important;
}

img {
  display: block;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

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

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

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

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}

.stretch-box {
  width: 100%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hidden {
  display: none;
}

/* .box:last-child {
  margin-bottom: 0;
} */
/*1 column*/
.box-12 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 100%;
}

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

.card {
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  /* border: 1px solid #ececec; */
}

.card2 {
  background: #fff;
  border-radius: 10px;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  /* border: 1px solid #ececec; */
}

.tar {
  text-align: right;
}

/*검색영역 공통 css*/
.search-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.search-area .search-box.type-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-preferred-size: 35px;
      flex-basis: 35px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.search-area .search-box.type-2 .search-inner {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 40%;
          flex: 1 1 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 35px;
}

.search-area .search-box.type-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}

.search-area .search-box.type-3 .search-inner {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 30%;
          flex: 1 1 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 40px;
}

.search-area .search-box.type-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% - 106px);
  -ms-flex-line-pack: center;
      align-content: center;
}

.search-area .search-box.type-4 .search-inner {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 15%;
          flex: 1 1 15%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.search-area .search-box.type-4 .search-inner.bg {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 40%;
          flex: 1 1 40%;
}

.search-box .search-inner .label-box {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.search-box .search-inner .label-box.rdo-lbl,
.search-box .search-inner .label-box.chk-lbl {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

/* .search-area .btn-wrap {
  border-top: 1px solid #ccc; 
}
*/
.content-wrap .content,
.content-wrap .title-area .inner {
  min-width: 0;
}

/*검색영역 공통 css end*/
/*table inner (input + btn) SET css*/
.input-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.input-box.btn-set,
.input-box.email-set {
  gap: 10px;
}

.input-box.btn-set button {
  min-width: 85px;
  margin-left: auto;
}

.pdt0 {
  padding-top: 0 !important;
}

.tab-box .pdt0:first-child {
  padding-top: 15px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.top-btn {
  width: 40px;
  height: 40px;
  background: url(../img/icons/arr_down.svg);
  background-color: var(--dlsp-tblHthC-border);
  background-repeat: no-repeat;
  background-position: Center;
  background-size: 28%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  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;
  border: none;
  cursor: pointer;
  position: fixed;
  z-index: 5;
  right: 0;
  bottom: 90px;
}

button {
  cursor: pointer;
}

/* 2022-07-13  퍼블 관련 수정요청 ppt 적용*/
div.badge.new {
  padding-left: 30px;
}
div.badge.new::before {
  content: "NEW";
  position: absolute;
  width: 25px;
  height: 15px;
  background-color: var(--dlsp-fontGy-color);
  color: red;
  top: 6px;
  right: 10px;
}

i.badge.new::before {
  content: "N";
  display: inline-block;
  width: 10px;
  height: 10px;
  line-height: 10px;
  text-align: center;
  font-size: 8px;
  font-weight: 500;
  font-style: normal;
  background-color: #fff;
  border-radius: 50%;
  color: var(--dlsp-btn-red);
  border: 1px solid var(--dlsp-btn-red);
}

.table-type td .link-title {
  position: relative;
}
.table-type td .link-title .material-icons {
  padding-left: 6px;
  color: var(--dlsp-btn-red);
}

.tab-btn > ul > li a {
  font-size: var(--fs-headerA-logo) !important;
}

.tab-box .pdt0:first-child {
  padding-top: 0 !important;
}

.tab-btn.depth1 .label-box {
  margin-left: auto;
}

.must {
  position: relative;
  text-indent: unset !important;
  font-size: inherit;
}
.must::before {
  content: " *";
  display: inline;
  font-size: inherit;
  color: var(--cc-mainA-color);
  line-height: inherit;
}

.bold {
  font-weight: bold;
}