@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard-gov.min.css");
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable-gov.min.css");
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard-gov.min.css");
/******************************************************************* 
// 위치 : src/assets/scss/variables.scss 
// 설명 : 프로젝트 전체에 적용되는 변수에 대해 정의함 
// 주의 : 컴포넌트 갯수 만큼 실행되기 때문에 변수에 대해서만 정의해야합니다.          
(실제 CSS에 대한 적용은 _index.scss에 작성)
//        이 파일은 vue.config.js에 설정되면 됨 ********************************************************************/
/******************************************************************* 
// 위치 : src/assets/scss/variables.scss 
// 설명 : 프로젝트 전체에 적용되는 변수에 대해 정의함 
// 주의 : 컴포넌트 갯수 만큼 실행되기 때문에 변수에 대해서만 정의해야합니다.          
(실제 CSS에 대한 적용은 _index.scss에 작성)
//        이 파일은 vue.config.js에 설정되면 됨 ********************************************************************/
/* reset css */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

article, aside, footer, header, nav, section {
  display: block;
}

h1 {
  font-size: 2rem;
  margin: 0.67em 0;
}

figcaption, figure, main {
  display: block;
}

figure {
  margin: 1rem 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: "Pretendard GOV Variable", "Pretendard GOV";
  font-size: 1rem;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: inherit;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: "Pretendard GOV Variable", "Pretendard GOV";
  font-size: 1rem;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

audio, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
  height: inherit;
  width: inherit;
}

button, input, optgroup, select, textarea, body {
  margin: 0;
  padding: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html [type=button], [type=reset], [type=submit] {
  -webkit-appearance: "button";
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details, menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  -webkit-backface-visibility: hidden;
  font-weight: 400;
}

input[type=button], input[type=submit], input[type=reset], input[type=file]::-webkit-file-upload-button, button {
  padding: 0;
  font-family: "Pretendard GOV Variable", "Pretendard GOV";
  outline: none;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #1D1D1D;
}

a:link, a:visited, a:active, a:hover {
  text-decoration: none;
}

input, button, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: transparent;
  border: 0 none;
  font-size: 16px;
  font-weight: 300;
  font-family: "Pretendard GOV Variable", "Pretendard GOV";
  line-height: 1;
}

textarea {
  resize: none;
}

select[type=checkbox], input[type=checkbox], button[type=checkbox],
select > option,
select {
  font-family: "Pretendard GOV Variable", "Pretendard GOV";
}

textarea[type=checkbox] {
  -webkit-appearance: checkbox;
}

select[type=radio], input[type=radio], button[type=radio], textarea[type=radio] {
  -webkit-appearance: radio;
}

select::-ms-expand, input::-ms-expand, button::-ms-expand, textarea::-ms-expand {
  display: none;
}

html, body {
  font-family: "Pretendard GOV Variable", "Pretendard GOV";
  font-size: calc(16px + 0.2vw);
  font-weight: 16px;
  color: #1D1D1D;
  word-break: keep-all;
  line-height: 1;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
}

strong, h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

label, button {
  cursor: pointer;
}

.hidden-txt, legend {
  width: 0;
  height: 0;
  overflow: hidden;
  display: inline-block;
  text-indent: -9999px;
  line-height: 1px;
  position: absolute;
}

/* 스크롤바 설정 */
::-webkit-scrollbar {
  width: 4px;
  height: 10px;
  background-color: transparent;
}

/* 스크롤바 배경색 */
::-webkit-scrollbar-track {
  background-color: transparent;
}

/* 스크롤바 막대 */
::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #73767f;
}

/* 수평 스크롤바 배경색 */
::-webkit-scrollbar-track:horizontal {
  background-color: #F2F4F7;
  border-radius: 12px;
  border: 1px solid #D0D5DD;
}

/* 수평 스크롤바 thumb 배경색 */
::-webkit-scrollbar-thumb:horizontal {
  background-color: #D0D5DD;
}

/* input type 초기화 IE의 경우 */
input::-ms-clear,
input::-ms-reveal {
  display: none;
}

/* 크롬의 경우 */
input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
  display: none;
}

/* input 설정 */
input[type=text]:read-only {
  color: #667085;
  background-color: #E4E7EC;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=search]:focus {
  /* outline: none; */
  background-color: #fff;
  color: #1D1D1D;
  outline: 1px solid #5D93FF;
}

input::-ms-clear,
input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
} /*
input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
   display:none; 
}*/
input[type=text],
input[type=password],
input[type=search],
input[type=number] {
  padding: 0;
  margin: 0;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  text-indent: 16px;
  height: 48px;
  border-radius: 5px;
  color: #1D1D1D;
  background-color: #fff;
  border: 1px solid #D0D5DD;
  font-family: "Pretendard GOV Variable", "Pretendard GOV";
}

input[type=text].value,
input[type=password].value,
input[type=search].value,
input[type=number].value {
  background-color: #fff;
  border: 1px solid #d0d5dd;
}

input:-internal-autofill-selected {
  background-color: #fff !important;
  border: 1px solid #d0d5dd !important;
}

input:read-only {
  color: #1D1D1D;
  background-color: #fff;
  border: 1px solid #D0D5DD;
}

input[type=search].search {
  background: url("/assets/images/btn_search_m.svg") calc(100% - 10px) no-repeat !important;
  background-size: 24px;
}

[type=text]:disabled,
input[type=password]:disabled {
  color: #1D1D1D;
  background-color: #e4e7ec;
}

input[type=text]::placeholder,
input[type=search]::placeholder,
input[type=password]::placeholder input[type=number]::placeholder {
  color: #98a2b3;
  font-weight: 500;
}

textarea::placeholder,
textarea::-webkit-input-placeholder,
textarea:-ms-input-placeholder {
  color: #98a2b3;
}

input[type=text].calendar {
  display: inline-block;
  background: url("/assets/images/ic_calendar.svg") no-repeat calc(100% - 9px) center;
  background-color: #fff;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
  opacity: 0;
  position: absolute;
  right: 0;
}

input {
  -webkit-appearance: searchfield;
}

*::-webkit-search-cancel-button {
  -webkit-appearance: searchfield-cancel-button;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #fff inset;
  -webkit-text-fill-color: #1D1D1D;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 500s ease-in-out 0s;
}

input[type=textarea] {
  font-size: 16px;
  text-indent: 10px;
  padding: 0.625em 0;
  border-radius: 8px;
  border: 1px solid #d0d5dd;
  color: #1D1D1D;
}

/******************************************************************* 
// 위치 : src/assets/scss/variables.scss 
// 설명 : 프로젝트 전체에 적용되는 변수에 대해 정의함 
// 주의 : 컴포넌트 갯수 만큼 실행되기 때문에 변수에 대해서만 정의해야합니다.          
(실제 CSS에 대한 적용은 _index.scss에 작성)
//        이 파일은 vue.config.js에 설정되면 됨 ********************************************************************/
/* reset css */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

article, aside, footer, header, nav, section {
  display: block;
}

h1 {
  font-size: 2rem;
  margin: 0.67em 0;
}

figcaption, figure, main {
  display: block;
}

figure {
  margin: 1rem 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: "Pretendard GOV Variable", "Pretendard GOV";
  font-size: 1rem;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: inherit;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: "Pretendard GOV Variable", "Pretendard GOV";
  font-size: 1rem;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

audio, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
  height: inherit;
  width: inherit;
}

button, input, optgroup, select, textarea, body {
  margin: 0;
  padding: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html [type=button], [type=reset], [type=submit] {
  -webkit-appearance: "button";
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details, menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  -webkit-backface-visibility: hidden;
  font-weight: 400;
}

input[type=button], input[type=submit], input[type=reset], input[type=file]::-webkit-file-upload-button, button {
  padding: 0;
  font-family: "Pretendard GOV Variable", "Pretendard GOV";
  outline: none;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #1D1D1D;
}

a:link, a:visited, a:active, a:hover {
  text-decoration: none;
}

input, button, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: transparent;
  border: 0 none;
  font-size: 16px;
  font-weight: 300;
  font-family: "Pretendard GOV Variable", "Pretendard GOV";
  line-height: 1;
}

textarea {
  resize: none;
}

select[type=checkbox], input[type=checkbox], button[type=checkbox],
select > option,
select {
  font-family: "Pretendard GOV Variable", "Pretendard GOV";
}

textarea[type=checkbox] {
  -webkit-appearance: checkbox;
}

select[type=radio], input[type=radio], button[type=radio], textarea[type=radio] {
  -webkit-appearance: radio;
}

select::-ms-expand, input::-ms-expand, button::-ms-expand, textarea::-ms-expand {
  display: none;
}

html, body {
  font-family: "Pretendard GOV Variable", "Pretendard GOV";
  font-size: calc(16px + 0.2vw);
  font-weight: 16px;
  color: #1D1D1D;
  word-break: keep-all;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
}

strong, h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

label, button {
  cursor: pointer;
}

.hidden-txt, legend {
  width: 0;
  height: 0;
  overflow: hidden;
  display: inline-block;
  text-indent: -9999px;
  line-height: 1px;
  position: absolute;
}

/* 스크롤바 설정 */
::-webkit-scrollbar {
  width: 4px;
  height: 10px;
  background-color: transparent;
}

/* 스크롤바 배경색 */
::-webkit-scrollbar-track {
  background-color: transparent;
}

/* 스크롤바 막대 */
::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #73767f;
}

/* 수평 스크롤바 배경색 */
::-webkit-scrollbar-track:horizontal {
  background-color: #F2F4F7;
  border-radius: 12px;
  border: 1px solid #D0D5DD;
}

/* 수평 스크롤바 thumb 배경색 */
::-webkit-scrollbar-thumb:horizontal {
  background-color: #D0D5DD;
}

/* input type 초기화 IE의 경우 */
input::-ms-clear,
input::-ms-reveal {
  display: none;
}

/* 크롬의 경우 */
input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
  display: none;
}

/* input 설정 */
input[type=text]:read-only {
  color: #667085;
  background-color: #E4E7EC;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=search]:focus {
  /* outline: none; */
  background-color: #fff;
  color: #1D1D1D;
  outline: 1px solid #5D93FF;
}

input::-ms-clear,
input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
} /*
input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
   display:none; 
}*/
input[type=text],
input[type=password],
input[type=search],
input[type=number] {
  padding: 0;
  margin: 0;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  text-indent: 16px;
  height: 48px;
  border-radius: 5px;
  color: #1D1D1D;
  background-color: #fff;
  border: 1px solid #D0D5DD;
  font-family: "Pretendard GOV Variable", "Pretendard GOV";
}

input[type=text].value,
input[type=password].value,
input[type=search].value,
input[type=number].value {
  background-color: #fff;
  border: 1px solid #d0d5dd;
}

input:-internal-autofill-selected {
  background-color: #fff !important;
  border: 1px solid #d0d5dd !important;
}

input:read-only {
  color: #1D1D1D;
  background-color: #fff;
  border: 1px solid #D0D5DD;
}

input[type=search].search {
  background: url("/assets/images/btn_search_m.svg") calc(100% - 10px) no-repeat !important;
  background-size: 24px;
}

[type=text]:disabled,
input[type=password]:disabled {
  color: #1D1D1D;
  background-color: #e4e7ec;
}

input[type=text]::placeholder,
input[type=search]::placeholder,
input[type=password]::placeholder input[type=number]::placeholder {
  color: #98a2b3;
  font-weight: 500;
}

textarea::placeholder,
textarea::-webkit-input-placeholder,
textarea:-ms-input-placeholder {
  color: #98a2b3;
}

input[type=text].calendar {
  display: inline-block;
  background: url("/assets/images/ic_calendar.svg") no-repeat calc(100% - 9px) center;
  background-color: #fff;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
  opacity: 0;
  position: absolute;
  right: 0;
}

input {
  -webkit-appearance: searchfield;
}

*::-webkit-search-cancel-button {
  -webkit-appearance: searchfield-cancel-button;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #fff inset;
  -webkit-text-fill-color: #1D1D1D;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 500s ease-in-out 0s;
}

input[type=textarea] {
  font-size: 16px;
  text-indent: 10px;
  padding: 0.625em 0;
  border-radius: 8px;
  border: 1px solid #d0d5dd;
  color: #1D1D1D;
}

#header {
  position: relative;
}
#header .dim {
  position: absolute;
  display: none;
  width: 100%;
  height: 100dvh;
  z-index: 30;
  background-color: rgba(0, 0, 0, 0.5);
}
#header .top ul {
  display: block;
  height: 40px;
  align-content: center;
  text-align: right;
}
#header .top ul li {
  display: inline-block;
  line-height: 16px;
  position: relative;
}
#header .top ul li::after {
  position: absolute;
  content: "";
  top: 0px;
  left: 16px;
  width: 1px;
  height: 16px;
  background-color: #C6C6C6;
}
#header .top ul li:first-child::after {
  display: none;
}
#header .top ul li a {
  margin: 0 0 0 33px;
  font-size: 16px;
  color: #555555;
  display: block;
  height: 16px;
}
#header .menu .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 72px;
}
#header .menu .wrap .logo {
  text-align: left;
}
#header .menu .wrap .logo a {
  display: block;
  width: 150px;
  height: 48px;
  background: url("/assets/images/logo@2x.png") no-repeat 0 0;
  background-size: contain;
  font-size: 0;
}
#header .menu .wrap .hmenu_search {
  text-align: right;
  display: flex;
  align-items: center;
  gap: 40px;
}
#header .menu .wrap .hmenu_search .search_btn a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: 17px;
}
#header .menu .wrap .hmenu_search .sitemap_btn {
  display: inline-block;
}

#nav {
  border-top: 1px solid #D8D8D8;
  border-bottom: 1px solid #D8D8D8;
}
#nav ul {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 40px;
  height: 72px;
  align-items: center;
}
#nav ul li {
  display: inline-block;
  text-align: center;
}
#nav ul li:hover .subtitle, #nav ul li.active .subtitle {
  position: relative;
}
#nav ul li:hover .subtitle::after, #nav ul li.active .subtitle::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #246BEB;
}
#nav ul li:hover .submenu, #nav ul li.active .submenu {
  display: block;
}
#nav ul li a { /* 1depth*/
  display: flex;
  gap: 2px;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 72px;
  padding: 24px 0;
  font-size: 20px;
  font-weight: 600;
  color: #1D1D1D !important;
}
#nav ul li a span.linkimg {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("/assets/images/ic_link_24.svg") no-repeat;
}
#nav ul li .submenu {
  display: none;
  position: absolute;
  top: 185px;
  left: 0%;
  width: 100%;
  z-index: 10000;
  background-color: white;
  border-top: 1px solid #D8D8D8;
  border-bottom: 1px solid #D8D8D8;
}
#nav ul li .submenu .navGrid {
  display: grid;
  grid-template-columns: 240px 1fr;
  align-items: start;
  gap: 88px;
  padding: 56px 0;
}
#nav ul li .submenu .navGrid .gnbsub {
  display: grid;
  justify-content: center;
  gap: 24px;
}
#nav ul li .submenu .navGrid .gnbsub strong {
  font-size: 25px;
  line-height: 38px;
}
#nav ul li .submenu .navGrid .gnbsub p {
  margin: 8px 0 0;
  font-size: 17px;
  color: #555555;
  line-height: 1.5;
}
#nav ul li .submenu .navGrid .submenuwrap ul {
  display: grid;
  grid-template-columns: repeat(3, 280px);
  align-items: start;
  column-gap: 56px;
  row-gap: 48px;
  height: fit-content;
}
#nav ul li .submenu .navGrid .submenuwrap ul li a { /* 2depth*/
  display: block;
  width: 100%;
  text-align: left;
  font-weight: 700;
  font-size: 19px;
  height: auto;
  padding: 8px 0 16px;
  border-bottom: 1px solid #D8D8D8;
}
#nav ul li .submenu .navGrid .submenuwrap ul li ul {
  display: block;
  margin: 16px 0 0;
}
#nav ul li .submenu .navGrid .submenuwrap ul li ul li {
  display: block;
}
#nav ul li .submenu .navGrid .submenuwrap ul li ul li a { /* 3depth*/
  position: relative;
  width: fit-content;
  font-size: 17px;
  font-weight: 400;
  padding: 8px 0 8px 11px;
  border: none;
}
#nav ul li .submenu .navGrid .submenuwrap ul li ul li a::before {
  content: "";
  position: absolute;
  top: 16px;
  left: 0;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #555555;
}

#container .mainslider {
  max-width: 1920px;
  min-width: 1280px;
  margin: 0 auto;
  position: relative;
}
#container .mainslider a {
  z-index: 300;
  position: absolute;
  display: block;
}
#container .mainslider a.button-prev {
  top: calc(50% - 32px);
  left: 20px;
}
#container .mainslider a.button-next {
  top: calc(50% - 32px);
  right: 20px;
}
#container .mainslider a.swiper-autoplay-toggle {
  position: relative;
  width: 40px;
  height: 40px;
}
#container .mainslider .playwrap {
  position: absolute;
  z-index: 300;
  left: calc(50% - 74px);
  bottom: 12px;
  display: grid;
  grid-template-columns: 1fr 40px;
  width: 148px;
  gap: 8px;
}
#container .mainslider .swiper-pagination {
  position: relative;
  background-color: white;
  padding: 8px 10px 10px;
  border-radius: 99px;
  bottom: 0;
  width: auto;
}
#container .mainslider .swiper-pagination .swiper-pagination-bullet {
  background-color: #8E8E8E;
  opacity: 1;
  transition: all 0.3s ease;
}
#container .mainslider .swiper-pagination .swiper-pagination-bullet-active {
  width: 20px;
  border-radius: 15px;
  background-color: #246BEB;
}
#container .mainslider .swiper-pagination .swiper-button-lock {
  display: block !important;
}
#container .mainslider .swiper-wrapper {
  max-width: 1920px;
  margin: 0 auto;
}
#container .mainslider .swiper-wrapper .swiper-slide ul li .imgWrap {
  width: 1920px;
  height: 500px;
  background-size: cover;
  background-position: center;
}
#container .mainslider .swiper-wrapper .swiper-slide ul li .imgWrap.base1 {
  background: url("/assets/images/keyvisual1.jpg") no-repeat;
}
#container .mainslider .swiper-wrapper .swiper-slide ul li .imgWrap.base2 {
  background: url("/assets/images/keyvisual2.jpg") no-repeat;
}
#container .mainslider .swiper-wrapper .swiper-slide ul li .imgWrap.base3 {
  background: url("/assets/images/keyvisual3.jpg") no-repeat;
}
#container .mainslider .swiper-wrapper .swiper-slide ul li .imgWrap .textWrap {
  position: absolute;
}
#container .mainslider .swiper-wrapper .swiper-slide ul li .imgWrap .textWrap .title {
  margin: 165px 0 0;
}
#container .mainslider .swiper-wrapper .swiper-slide ul li .imgWrap .textWrap .title strong {
  color: #FFA64D;
  font-size: 32px;
  line-height: 48px;
}
#container .mainslider .swiper-wrapper .swiper-slide ul li .imgWrap .textWrap .title h3 {
  font-size: 60px;
  line-height: 78px;
  color: white;
}
#container .mainslider .swiper-wrapper .swiper-slide ul li .imgWrap .textWrap .title p {
  margin: 16px 0 0;
  color: white;
  font-size: 21px;
  line-height: 32px;
}
#container .mainslider .swiper-wrapper .swiper-slide ul li .imgWrap .textWrap .roundWhite {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin: 50px 0 0;
  width: 262px;
  height: 56px;
  background-color: white;
  border-radius: 99px;
}
#container .mainslider .swiper-wrapper .swiper-slide ul li .imgWrap .textWrap .roundWhite span {
  display: inline-block;
  margin: 0 0 0 24px;
  font-size: 19px;
  font-weight: 700;
}
#container .mainslider .swiper-wrapper .swiper-slide ul li .imgWrap .textWrap .roundWhite span.arrowimg {
  margin: 0;
  width: 24px;
  height: 24px;
  background: url("/assets/images/ic_arr_view_24.svg") no-repeat;
}
#container .iconSlider .controller {
  position: relative;
}
#container .iconSlider .controller a {
  position: absolute;
  z-index: 100;
  top: 81px;
}
#container .iconSlider .controller a img {
  width: 40px;
  height: 40px;
}
#container .iconSlider .controller a.icon-btn-prev {
  left: -48px;
}
#container .iconSlider .controller a.icon-btn-next {
  right: -48px;
}
#container .iconSlider .mySwiper1 {
  margin: 20px 0 0;
}
#container .iconSlider .swiper-slide ul {
  display: grid;
  align-items: end;
  justify-items: center;
  grid-template-columns: repeat(8, 1fr);
  height: 190px;
}
#container .iconSlider .swiper-slide ul li {
  display: inline-block;
}
#container .iconSlider .swiper-slide ul li:hover a, #container .iconSlider .swiper-slide ul li.active a {
  margin-bottom: 13px;
  background-color: white;
  box-shadow: 0 10px 13px -5px rgba(45, 45, 45, 0.2);
}
#container .iconSlider .swiper-slide ul li a {
  display: grid;
  grid-template-rows: 88px 1fr;
  padding: 24px 0;
  justify-items: center;
  align-items: center;
  width: 146px;
  height: 177px;
  border-radius: 24px;
  background-color: #F8F8F8;
  transition: all 0.3s ease;
}
#container .iconSlider .swiper-slide ul li a img.crop {
  width: 105px;
  height: 88px;
  scale: 1.2;
}
#container .iconSlider .swiper-slide ul li a p {
  font-size: 17px;
  font-weight: 500;
  text-align: center;
}
#container .bannerlist {
  margin: 56px 0 0;
}
#container .bannerlist ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
#container .bannerlist ul li:hover a {
  border: 2px solid #246BEB;
}
#container .bannerlist ul li a {
  display: grid;
  align-items: center;
  justify-items: center;
  gap: 16px;
  padding: 24px 0;
  height: 128px;
  background-color: #F8F8F8;
  border-radius: 24px;
}
#container .bannerlist ul li a strong {
  font-size: 21px;
}
#container .frames {
  margin: 80px 0 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
#container .frames a:hover img {
  box-shadow: 0px 10px 8px -5px rgba(45, 45, 45, 0.2);
  transform: translateY(-10px);
}
#container .frames img {
  width: 416px;
  height: auto;
  border-radius: 30px;
  transition: all 0.3s ease;
}
#container .gridwrap {
  margin: 80px 0 0;
  display: grid;
  grid-template-columns: 1fr 406px;
  gap: 137px;
}
#container .gridwrap .left, #container .gridwrap .right {
  display: grid;
  gap: 16px;
}
#container .gridwrap .tabwrap {
  width: 454px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #D8D8D8;
}
#container .gridwrap .tabwrap ul {
  display: block;
}
#container .gridwrap .tabwrap ul li {
  display: inline-block;
}
#container .gridwrap .tabwrap ul li:hover a, #container .gridwrap .tabwrap ul li.active a {
  color: #1D1D1D;
}
#container .gridwrap .tabwrap ul li:hover a::after, #container .gridwrap .tabwrap ul li.active a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #246BEB;
}
#container .gridwrap .tabwrap ul li a {
  position: relative;
  display: block;
  width: 98px;
  height: 61px;
  color: #8E8E8E;
  font-weight: bold;
  align-content: center;
  text-align: center;
}
#container .gridwrap .tabwrap a.all {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: bold;
}
#container .gridwrap .tabwrap a.all span.plusIcon {
  display: block;
  width: 24px;
  height: 24px;
  background: url("/assets/images/ic_more.svg");
}
#container .gridwrap .notice_dsec {
  display: none;
}
#container .gridwrap .notice_dsec.active {
  display: block;
}
#container .gridwrap table.maintable tbody tr td {
  border-bottom: 1px solid #D8D8D8;
  font-size: 17px;
}
#container .gridwrap table.maintable tbody tr td a {
  max-width: 640px;
  text-align: left;
  width: fit-content;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#container .gridwrap table.maintable tbody tr td.date {
  text-align: right;
  color: #717171;
  font-weight: 400;
}
#container .gridwrap .controller-info .pagination .swiper-pagination-bullet {
  /* width: 8px; */
  width: 24px;
  border-radius: 24px;
  background-color: #DADCE4;
  opacity: 1;
  transition: all 0.3s ease;
}
#container .gridwrap .controller-info .pagination .swiper-pagination-bullet-active {
  width: 30px;
  border-radius: 15px;
  background-color: #1D1D1D;
}
#container .gridwrap .mySwiper2 {
  width: 100%;
}
#container .footSlider {
  margin: 80px 0 0;
  border-top: 1px solid #C6C6C6;
}
#container .footSlider .controller {
  position: relative;
}
#container .footSlider .controller a {
  position: absolute;
  z-index: 100;
  top: 40px;
}
#container .footSlider .controller a img {
  width: 40px;
  height: 40px;
}
#container .footSlider .controller a.icon-btn-prev {
  left: -57px;
}
#container .footSlider .controller a.icon-btn-next {
  right: -57px;
}
#container .footSlider .mySwiper3 .swiper-wrapper {
  height: 120px;
}
#container .footSlider .swiper-slide ul {
  display: grid;
  align-items: end;
  justify-items: center;
  grid-template-columns: repeat(5, 1fr);
  padding: 24px 0;
}
#container .footSlider .swiper-slide ul li {
  display: inline-block;
}
#container .footSlider .swiper-slide ul li a {
  display: grid;
  justify-items: center;
  align-items: center;
  width: 240px;
  height: 72px;
  border: 1px solid #D8D8D8;
  transition: all 0.3s ease;
}
#container .wi1280 .title.fbmenu {
  margin: 86px 0 0;
}
#container .wi1280 .title.labgap {
  margin: 80px 0 0;
}
#container .wi1280 .title.flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#container .wi1280 .title span.blue {
  color: #246BEB;
  font-weight: 700;
}
#container .wi1280 .title h3 {
  font-size: 40px;
  line-height: 60px;
  font-weight: bold;
}
#container .wi1280 .title h3.gap {
  margin: 8px 0 0;
}
#container .wi1280 .title p {
  margin: 16px 0 0;
  font-size: 19px;
  line-height: 28px;
  color: #2D2D2D;
}

#footer {
  background-color: #F0F0F0;
  padding: 40px 0 32px;
}
#footer .grid {
  display: grid;
  gap: 40px;
}
#footer .grid .spaceBetween {
  display: flex;
  justify-content: space-between;
}
#footer .grid .spaceBetween .logowrap {
  display: flex;
  gap: 40px;
}
#footer .grid .spaceBetween .selectWrap {
  position: relative;
  /* 부모 컨테이너로 상대 위치 설정 */
  /* select의 화살표 위치 조정 */
}
#footer .grid .spaceBetween .selectWrap::after {
  content: "";
  position: absolute;
  z-index: 10;
  right: 10px; /* + 기호 위치 조정 */
  top: calc(50% - 20px);
  width: 24px;
  height: 24px;
  background: url("/assets/images/ic_drop_24.svg") no-repeat;
  pointer-events: none; /* 클릭 이벤트 방지 */
}
#footer .grid .spaceBetween .selectWrap select.sel {
  width: 320px;
  padding-left: 16px;
  height: 56px;
  font-size: 17px;
  appearance: none; /* 크로스 브라우저 지원 */
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  background-color: white;
  border: 1px solid #C6C6C6;
}
#footer .grid .spaceBetween .selectWrap .select-container {
  position: relative;
  display: inline-block;
}
#footer .grid .spaceBetween .selectWrap .select-container select {
  padding-right: 30px; /* + 모양을 위한 공간 */
}
#footer .grid .spaceBetween .infoText {
  display: grid;
  gap: 8px;
  font-size: 17px;
  text-align: left;
}
#footer .grid .spaceBetween .infoText strong {
  line-height: 26px;
}
#footer .grid .spaceBetween .infoText strong span {
  font-weight: 400;
}
#footer .grid .spaceBetween .infoText.right {
  gap: 16px;
  align-content: flex-end;
}
#footer .grid .spaceBetween .infoText a.questionM {
  display: flex;
  align-items: center;
  gap: 2px;
  font-size: 17px;
  font-weight: bold;
}
#footer .grid .spaceBetween .infoText a.questionM span.arrow {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("/assets/images/ic_arr_right_24.svg") no-repeat;
}
#footer .grid .spaceBetween ul.ftlink {
  display: flex;
  gap: 24px;
}
#footer .grid .spaceBetween ul.ftlink li {
  display: inline-block;
  font-size: 17px;
}
#footer .grid .spaceBetween ul.ftlink li a.color {
  color: #003675;
  font-weight: bold;
}
#footer .grid .spaceBetween p.copyright {
  color: #555555;
  font-size: 15px;
}

.wi1280 {
  width: 1280px !important;
  margin: 0 auto;
}

.sitemap {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000000000000000000000000000000;
}

/* 2018-07-20 */
.sitemap .popdiv {
    position: absolute;
    top: 200px;
    left: 50%;
    width: 1160px;
    height: 560px;
    z-index: 100;
    margin: 0 0 0 -580px;
    border: 1px solid #7377d4;
    background: #fff;
}

.sitemap h3 {
    border-bottom: 2px solid #0d7bb3;
    padding: 0 0px 0 40px;
    background: #ecedf5 url(/images/ico_sitemap_title.png?ver=20191210) no-repeat;
    background-position: 0 0px;
    background-size: 30px;
    margin-bottom: 10px;
    font-size: 18px;
    height: 30px;
    color: #0d7bb3;
    width: 1040px;
}

.sitemap .popdiv .title {
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding-left: 20px;
    background: #1374A8;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    box-sizing: border-box;
}

.sitemap .popdiv .title .func {
    position: absolute;
    top: 0;
    right: 30px;
}

.sitemap .popdiv .title .func a {
    margin-left: 26px;
}

.sitemap .popdiv .popcont {
    padding: 30px 42px 20px 42px;
}

.sitemap .popdiv .popcont .stedv {
    overflow: hidden;
    margin: 0 0 50px 0
}

.sitemap .popdiv .popcont .stedv > ul {
}

.sitemap .popdiv .popcont .stedv > ul > li {
    float: left;
    width: 208px;
    margin-right: 10px;
}

.sitemap .popdiv .popcont .stedv > ul > li:last-child {
    margin-right: 0px;
}

.sitemap .popdiv .popcont .stedv > ul > li > a {
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 0 16px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -1px;
    color: #505050;
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    background: #e4e4e4;
}

.sitemap .popdiv .popcont .stedv > ul > li > ul {
    padding: 5px 0 0 15px;
}

.sitemap .popdiv .popcont .stedv > ul > li > ul > li > a {
    padding-left: 5px;
    background: url(/images/bl_dot.png?ver=20191210) no-repeat 0px 9px;
    font-family: "MalgunGothic";
}











.sitemap .popdiv .popcont2 {
    padding: 30px 42px 20px 42px;
}

.sitemap .popdiv .popcont2 .stedv {
    overflow: hidden;
    margin: 0 0 50px 0
}

.sitemap .popdiv .popcont2 .stedv > ul {
}

.sitemap .popdiv .popcont2 .stedv > ul > li {
    float: left;
    width: 208px;
    margin-right: 10px;
}

.sitemap .popdiv .popcont2 .stedv > ul > li:last-child {
    margin-right: 0px;
}

.sitemap .popdiv .popcont2 .stedv > ul > li > a {
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 0 16px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -1px;
    color: #505050;
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    background: #e4e4e4;
}

.sitemap .popdiv .popcont2 .stedv > ul > li > ul {
    padding: 5px 0 0 15px;
}

.sitemap .popdiv .popcont2 .stedv > ul > li > ul > li > a {
    padding-left: 5px;
    background: url(/images/bl_dot.png?ver=20191210) no-repeat 0px 9px;
    font-family: "MalgunGothic";
    font-size:15px;
}

.sitemap .widthatu {
    width: auto;
}

.sitemap .clear {
    clear: left;
}


.contlyr {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000000000000000000000000000000;
}

.contlyr .popdiv {
    position: absolute;
    top: 130px;
    left: 50%;
    width: 1150px;
    height: 800px;
    z-index: 100;
    margin: 0 0 0 -580px;
    border: 1px solid #7377d4;
    background: #fff;
}

.contlyr h3 {
}

.contlyr .popdiv .title {
}

.contlyr .popdiv .title .func {
    position: absolute;
    top: 0;
    right: 30px;
}

.contlyr .popdiv .title .func a {
    margin-left: 26px;
}

.contlyr .popdiv .popcont {
    overflow: auto;
    height: 690px;
    padding: 20px;
}

.contlyr .popdiv .popcont2 {
    overflow: auto;
    height: 690px;
    padding: 20px;
}

.contlyr .popdiv .cxnt {
    padding: 0 !important;
}


.bn_t1 {display:inline-block;width:90px;height:40px;text-align:center;background:#1f48a3​;line-height:40px;color:#fff;font-size:14px;cursor:pointer;}	/* 2018-08-17 수정 */
.bn_t1:hover {filter:brightness(110%);}
.bn_t1:active,
.bn_t1:focus {filter:brightness(90%);}

.bn_t1_1 {display:inline-block;width:100%;height:40px;text-align:center;background:#1f48a3​;line-height:40px;color:#fff;font-size:16px;cursor:pointer;}	/* 2018-08-17 수정 */
.bn_t1_1:hover {filter:brightness(110%);}
.bn_t1_1:active,
.bn_t1_1:focus {filter:brightness(90%);}

/* 새로고침 btn */
.bn_t1_2 {display:inline-block;width:100%;text-align:center;font-size:14px;cursor:pointer;}	/* 2018-08-17 수정 */
.bn_t1_2:hover {filter:brightness(95%);}
.bn_t1_2:active,
.bn_t1_2:focus {background:#efefef;}

/* 2018-10-24 설정버튼(박스안) */
.bn_t2_1 {display:inline-block;width:100%;height:40px;text-align:center;background:#6f75d6;line-height:40px;color:#fff;font-size:16px;cursor:pointer;}
.bn_t2_1:hover {filter:brightness(110%);}
.bn_t2_1:active,
.bn_t2_1:focus {filter:brightness(90%);}

/* 2018-10-24 검색버튼(박스안) */
.bn_t2_2 {display:inline-block;width:100%;height:40px;text-align:center;background:#7180c9;line-height:40px;color:#fff;font-size:14px;cursor:pointer;}
.bn_t2_2:hover {filter:brightness(110%);}
.bn_t2_2:active,
.bn_t2_2:focus {filter:brightness(90%);}

.bn_t2 {display:inline-block;width:100%;height:40px;text-align:center;background:#7c89cc;line-height:40px;color:#fff;font-size:14px;cursor:pointer;}	/* 2018-10-24 검색버튼 */
.bn_t2:hover {filter:brightness(110%);}
.bn_t2:active,
.bn_t2:focus {filter:brightness(90%);}

.bn_t3 {display:inline-block;width:50px;height:35px;text-align:center;background:#7c89cc;line-height:40px;color:#fff;font-size:16px;cursor:pointer;}
.bn_t4 {display:inline-block;width:100%;height:40px;text-align:center;background:#45ae8f;line-height:40px;color:#fff;font-size:14px;cursor:pointer;}	/* 2018-10-08  수정 */
.bn_t4:hover {filter:brightness(110%);}
.bn_t4:active,
.bn_t4:focus {filter:brightness(90%);}
.brd_rgt {display:inline-block;width:152px;height:40px;text-align:center;background:#2c7526;line-height:40px;color:#fff;font-size:16px;margin-bottom:3px;}
.brd_rgt:hover {filter:brightness(110%);}
.brd_rgt:active,
.brd_rgt:focus {filter:brightness(90%);}
.btn_list {display:inline-block;width:140px;height:40px;text-align:center;background:#7c89cc;line-height:40px;color:#fff;font-size:16px;margin-bottom:3px;}
.btn_list:hover {filter:brightness(110%);}
.btn_list:active,
.btn_list:focus {filter:brightness(90%);}



.new_hidden {
    display: block;
    height: 0;
    width: 0;
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.main_search {
    display: none;
    text-align: center;
    width: 100%;
    margin: auto;
    position: absolute;
    top: 117px;
    z-index: 999999999;
    background-color: rgba(31, 92, 190, 0.96);
    height: 100px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.search_text {
    margin: 30px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.main_search select {
    height: 34px;
    width: 100px;
    vertical-align: bottom;
    line-height: 220%;
    border-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    padding-left: 6px;
    background: url(/images/kca/next_btn.png?ver=20191210) no-repeat 92% 14px;
    background-size: 11px;
    background-color: #fff;
}

.main_search .search_text input[type=text] {
    padding: 1px;
    border: 1px solid rgb(204, 204, 204);
    border-image: none;
    color: rgb(51, 51, 51);
    font-family: inherit;
    height: 30px;
    width: 348px;
    vertical-align: bottom;
    border-color: #fff;
}

.main_search .top_search_btn {
    background-color: #00245f;
    width: 82px;
    height: 34px;
    border: none;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    vertical-align: bottom;
    cursor: pointer;
}

.main_search .top_cl_btn {
    margin-left: 40px;
}


/*** history 2020.02.25 수정 ***/
.history {
    background: #5c5c5c;
    position: relative;
    z-index: 2;
}

.history ul li {
    height: 36px;
    line-height: 36px;
    border-right: 1px solid #fff;
}

.history ul li.home {
    width: 80px;
    text-align: center;
}

.history ul li.home a {
    cursor: default;
}

.history ul li.home img {
    margin-top: -10px;
}

.history ul li a.name {
    display: inline-block;
    min-width: 160px;
    color: #fff;
    padding-left: 16px;
    cursor: default;
}

.history ul li a.name_stats {
    min-width: 168px;
}

.history ul li a.name_nor {
    min-width: 181px;
    padding-left: 16px;
}

.history ul li a.print {
    min-width: 20px !important;
    text-align: center;
    padding-right: 16px;
}

.history ul li span.next {
    color: #fff;
    font-family: 'MalgunGothic';
    padding-right: 16px;
}

.history ul li > ul {
    display: none;
    position: absolute;
    top: 36px;
}

.history ul li > ul li {
    min-width: 181px;
    padding-left: 43px;
    cursor: pointer;
    background: #5c5c5c;
    color: #fff;
}

.history ul li > ul li:hover {
    background: #466289;
}

/* 팝업 */
.imgpop {
    display: none;
    position: fixed;
    z-index: 1000000000000000000000000000;
    top: 50%;
    left: 50%;
    margin: -380px 0 0 -350px;
    background: #fff;
    width: 760px;
    height: 700px;
    box-sizing: border-box;
}

.imgpop.excel {
    left: 35%;
}

.imgpop .pophead {
    height: 72px;
    border-bottom: 2px solid #7377d4;
    font-family: "나눔스퀘어", 'Nanum Square';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.imgpop .pophead h3 {
    padding: 0 0 0 37px;
    line-height: 72px;
    /* padding:0 0 0 15px;margin:20px 0 0 20px;background:url('/images/sub/tit_cnblock.gif?ver=20191210') no-repeat left center; */
    font-size: 24px;
    color: #4d4d4d;
    font-weight: 600;
}

.imgpop .popclose {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0;
    cursor: pointer;
}

.imgpop .popcont {
    font-size: 16px;
    letter-spacing: -1px;
    box-sizing: border-box;
    padding: 30px 44px;
    margin-top: 74px;
    height: 626px;
    overflow-y: auto;
}

.imgpop .popcont h4 {
    margin-bottom: 20px;
    padding: 0 0 0 12px;
    background: url(/images/sub/bg_tit_line.gif?ver=20191210) no-repeat 0 4px;
    font-size: 20px;
    color: #4d4d4d;
    font-weight: 500;
}

.imgpop .popcont .img img {
    width: 100%;
}

.imgpop .popcont .img {
    margin-bottom: 30px;
    text-align: center;
}

.imgpop .popcont .subt {
    margin-bottom: 30px;
    letter-spacing: -.8px;
}

.imgpop .popcont .innr {
    margin-bottom: 40px;
}

.imgpop .popclose {
    position: absolute;
    top: 25px;
    right: 30px;
    width: 24px;
    height: 24px;
    background: url(/images/sub/bg_pop_close.png?ver=20191210) no-repeat 0 0;
    font-size: 0;
}

.imgpop .popclose:hover {
    background-position: 0 -26px;
}

/* 2018-11-15 세연 추가 */
.imgpop .popcont table.table07 tbody tr td select {
    font-size: 14px;
    border: 1px solid #9fa9c2;
    height: 40px;
    padding-left: 12px;
    box-sizing: border-box;
    width: 100%;
}

.imgpop .popcont table.table07 tbody tr td input {
    font-size: 14px;
    border: 1px solid #9fa9c2;
    height: 40px;
    padding-left: 12px;
    box-sizing: border-box;
    width: 100%;
}

.imgpop .popcont table.table07 tbody tr td .btnBox_date {
    text-align: center;
    margin-bottom: 5px;
}

.imgpop .popcont table.table07 tbody tr td .btnBox_date button {
    padding: 3px 10px;
    font-size: 12px;
    border-radius: 5px;
    font-weight: 500;
    cursor: pointer;
}

.imgpop .popcont table.table07 tbody tr td .btnBox_date button.hover {
    filter: brightness(110%);
}

.imgpop .popcont table.table07 tbody tr td .btnBox_date button.active, .imgpop .popcont table.table07 tbody tr td .btnBox_date button.focus {
    filter: brightness(90%);
}

/* 2018-12-11 세연 추가 */
.imgpop .popcont .contab_menu {
    margin-bottom: 20px;
}

.imgpop .popcont .contab_menu.menu6 li {
    display: inline-block;
    width: 16.2%;
}

.imgpop .popcont .contab_menu.menu6 li a {
    width: 100%;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    vertical-align: top;
    line-height: 30px;
    margin-bottom: 3px;
    box-sizing: border-box;
    border: 1px solid #fff;
}

.imgpop .popcont .contab_menu.menu6 li a:hover {
    filter: brightness(110%);
}

.imgpop .popcont .contab_menu.menu6 li a.active {
    border: 1px solid #000 !important;
    font-weight: bold;
    filter: brightness(110%);
    box-sizing: border-box;
}

.imgpop .popcont .staticdv {
    display: none;
    overflow: hidden;
    padding: 0 0 0 0;
    font-size: 16px;
}

.imgpop .popcont .staticdv .cxtv_left {
    width: 100%;
    float: none;
    margin-right: 0;
}

.imgpop .popcont .staticdv .cxtv_right {
    float: right;
    width: 536px;
    margin-left: 50px;
}

.imgpop .popcont .staticdv .normalImg {
    text-align: center;
}

.imgpop .popcont .staticdv .imgbd_left {
    float: left;
    border: 1px solid #ddd;
    padding: 20px !important;
    text-align: center;
    margin-bottom: 26px;
}

.imgpop .popcont .staticdv h3 {
    margin-bottom: 25px;
    padding: 0 0 0 20px;
    background: url(/images/sub/bg_s_title.gif?ver=20191210) no-repeat 0 0;
    font-size: 20px;
    color: #4d4d4d;
    font-weight: 600;
    line-height: 60px;
}

.imgpop .popcont .staticdv h4 {
    margin-bottom: 10px;
    padding: 0 0 0 26px;
    background: url(/images/sub/bul_cir1.png?ver=20191210) no-repeat 3px 8px;
    font-size: 18px;
    font-weight: 500;
}

.imgpop .popcont .staticdv h5 {
    font-size: 16px;
}

.imgpop .popcont .staticdv .sub_t {
    margin-bottom: 30px;
    letter-spacing: -1px;
}

.imgpop .popcont .staticdv .bl_line {
    margin-bottom: 20px;
}

.imgpop .popcont .staticdv .bl_line li {
    padding: 0 0 0 12px;
    background: url(/images/sub/bul_line.png?ver=20191210) no-repeat 0 11px;
    font-size: 16px;
    letter-spacing: -1px;
}

.imgpop .popcont .staticdv .bl_line li.danggu {
    background: url(/images/sub/bullet_danggu.png?ver=20191210) no-repeat left 8px;
    padding: 0 0 0 15px;
}

.imgpop .popcont .staticdv table {
    border-top: 2px solid #7c89cc;
    border-collapse: separate;
}

.imgpop .popcont .staticdv table th {
    padding: 18px 0;
    border-right: 1px solid #e9e9e9;
    border-bottom: 1px solid #ccc;
    text-align: center;
    font-size: 14px;
    color: #466289;
}

.imgpop .popcont .staticdv table td {
    padding: 18px 0 16px 10px;
    text-align: left;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    color: #393939;
}

/* 팝업 - 무선국 종합분석 */
.imgpop2 {
    display: none;
    position: fixed;
    z-index: 1000000000000000000000000000;
    top: 25%;
    left: 50%;
    margin: 0 0 0 -590px;
    width: 1180px;
    height: 730px;
    background: #fff;
    box-sizing: border-box;
}

.imgpop2 .pophead {
    height: 72px;
    border-bottom: 2px solid #7377d4;
    font-family: "나눔스퀘어", 'Nanum Square';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.imgpop2 .pophead h3 {
    padding: 0 0 0 37px;
    line-height: 72px;
    /* padding:0 0 0 15px;margin:20px 0 0 20px;background:url('/images/sub/tit_cnblock.gif?ver=20191210') no-repeat left center; */
    font-size: 24px;
    color: #4d4d4d;
    font-weight: 600;
}

.imgpop2 .popclose {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0;
    cursor: pointer;
}

.imgpop2 .popcont {
    font-size: 16px;
    letter-spacing: -1px;
    box-sizing: border-box;
    padding: 30px 44px;
    margin-top: 74px;
    height: 656px;
    overflow-y: auto;
}

.imgpop2 .popcont h4 {
    margin-bottom: 20px;
    padding: 0 0 0 12px;
    background: url(/images/sub/bg_tit_line.gif?ver=20191210) no-repeat 0 4px;
    font-size: 20px;
    color: #4d4d4d;
    font-weight: 500;
}

.imgpop2 .popcont .img img {
    width: 100%;
}

.imgpop2 .popcont .img {
    margin-bottom: 30px;
    text-align: center;
}

.imgpop2 .popcont .subt {
    margin-bottom: 30px;
    letter-spacing: -.8px;
}

.imgpop2 .popclose {
    position: absolute;
    top: 25px;
    right: 30px;
    width: 24px;
    height: 24px;
    background: url(/images/sub/bg_pop_close.png?ver=20191210) no-repeat 0 0;
    font-size: 0;
}

.imgpop2 .popclose:hover {
    background-position: 0 -26px;
}

.sitemap {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000000000000000000000000000000;
}

/* 2018-07-20 */
.sitemap .popdiv {
    position: absolute;
    top: 200px;
    left: 50%;
    width: 1160px;
    height: 560px;
    z-index: 100;
    margin: 0 0 0 -580px;
    border: 1px solid #7377d4;
    background: #fff;
}

.sitemap h3 {
    border-bottom: 2px solid #0d7bb3;
    padding: 0 0px 0 40px;
    background: #ecedf5 url(/images/ico_sitemap_title.png?ver=20191210) no-repeat;
    background-position: 0 0px;
    background-size: 30px;
    margin-bottom: 10px;
    font-size: 18px;
    height: 30px;
    color: #0d7bb3;
    width: 1040px;
}

.sitemap .popdiv .title {
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding-left: 20px;
    background: #1374A8;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    box-sizing: border-box;
}

.sitemap .popdiv .title .func {
    position: absolute;
    top: 0;
    right: 30px;
}

.sitemap .popdiv .title .func a {
    margin-left: 26px;
}

.sitemap .popdiv .popcont {
    padding: 30px 42px 20px 42px;
}

.sitemap .popdiv .popcont .stedv {
    overflow: hidden;
    margin: 0 0 50px 0
}

.sitemap .popdiv .popcont .stedv > ul {
}

.sitemap .popdiv .popcont .stedv > ul > li {
    float: left;
    width: 208px;
    margin-right: 10px;
}

.sitemap .popdiv .popcont .stedv > ul > li:last-child {
    margin-right: 0px;
}

.sitemap .popdiv .popcont .stedv > ul > li > a {
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 0 16px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -1px;
    color: #505050;
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    background: #e4e4e4;
}

.sitemap .popdiv .popcont .stedv > ul > li > ul {
    padding: 5px 0 0 15px;
}

.sitemap .popdiv .popcont .stedv > ul > li > ul > li > a {
    padding-left: 5px;
    background: url(/images/bl_dot.png?ver=20191210) no-repeat 0px 9px;
    font-family: "MalgunGothic";
}











.sitemap .popdiv .popcont2 {
    padding: 30px 42px 20px 42px;
}

.sitemap .popdiv .popcont2 .stedv {
    overflow: hidden;
    margin: 0 0 50px 0
}

.sitemap .popdiv .popcont2 .stedv > ul {
}

.sitemap .popdiv .popcont2 .stedv > ul > li {
    float: left;
    width: 208px;
    margin-right: 10px;
}

.sitemap .popdiv .popcont2 .stedv > ul > li:last-child {
    margin-right: 0px;
}

.sitemap .popdiv .popcont2 .stedv > ul > li > a {
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 0 16px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -1px;
    color: #505050;
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    background: #e4e4e4;
}

.sitemap .popdiv .popcont2 .stedv > ul > li > ul {
    padding: 5px 0 0 15px;
}

.sitemap .popdiv .popcont2 .stedv > ul > li > ul > li > a {
    padding-left: 5px;
    background: url(/images/bl_dot.png?ver=20191210) no-repeat 0px 9px;
    font-family: "MalgunGothic";
    font-size:15px;
}





























.sitemap .widthatu {
    width: auto;
}

.sitemap .clear {
    clear: left;
}

.contlyr {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000000000000000000000000000000;
}

.contlyr .popdiv {
    position: absolute;
    top: 130px;
    left: 50%;
    width: 1150px;
    height: 800px;
    z-index: 100;
    margin: 0 0 0 -580px;
    border: 1px solid #7377d4;
    background: #fff;
}

.contlyr h3 {
}

.contlyr .popdiv .title {
}

.contlyr .popdiv .title .func {
    position: absolute;
    top: 0;
    right: 30px;
}

.contlyr .popdiv .title .func a {
    margin-left: 26px;
}

.contlyr .popdiv .popcont {
    overflow: auto;
    height: 690px;
    padding: 20px;
}

.contlyr .popdiv .popcont2 {
    overflow: auto;
    height: 690px;
    padding: 20px;
}

.contlyr .popdiv .cxnt {
    padding: 0 !important;
}

#footcont3 .popdiv {
    height: 532px;
}

.cont_style h3 {
    margin-bottom: 20px;
    padding: 10px 0 0 20px;
    background: url(/images/sub/bg_s_title.gif?ver=20191210) no-repeat 0 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 40px;
}

/* 2018-07-02 */
.prvpage {
    color: #393939;
}

.prvpage p {
    letter-spacing: -1px;
    color: #393939;
}

.nolist {
    margin-bottom: 80px;
}

.nolist li {
    position: relative;
    margin-bottom: 25px;
    padding-left: 20px;
}

.nolist li .n {
    position: absolute;
    top: 0;
    left: 0;
}

.nolist li ul li {
    margin-bottom: 0;
    padding-left: 0;
}

.nolist2 li {
    margin-bottom: 30px;
}

.trpoint td {
    background: #f2f3f8 !important;
}

.tbtn {
    display: inline-block;
    width: 140px;
    height: 40px;
    margin: -8px 0;
    text-align: center;
    background: #1f48a3;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
}

.ctbl01 {
    width: 100%;
    /* margin-bottom:24px; */
    border-top: 2px solid #7c89cc;
    border-bottom: 1px solid #ccc;
    border-collapse: initial;
}

.ctbl01 thead th:first-child:not(.ignore) {
    background: none;
}

/*2018.07.18 수정*/
/* .ctbl01 thead th.borderLeft{background:url(/images/sub/ctbl_th_bar.gif?ver=20191210) left center no-repeat !important;} */
.ctbl01 thead th {
    padding: 10px 0;
    min-height: 70px;
    text-align: center;
    border-bottom: 1px solid #7c89cc;
    background: url(/images/sub/ctbl_th_bar.gif?ver=20191210) no-repeat 0 center;
    font-size: 18px;
    color: #466289;
    font-weight: 500;
}

.ctbl01 tbody td {
    padding: 10px 10px;
    /*line-height: 52px;*/
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    color: #393939;
}

.ctbl01 tbody th {
    font-size: 18px;
    text-align: center;
    border-bottom: 1px solid #ccc;
    font-weight: 600;
}

.ctbl01 .blue {
    background-color: #6374ca;
    color: #fff;
}

.ctb101 .cho {
    border: 2px solid #6374ca;
}

.ctb10 strong {
    font-weight: 600;
    color: #454545;
}

.fstnone {
    border-left: 0 !important;
}

.cimg_dv {
    text-align: center;
}

.hdfixdv.fixed {
    padding-top: 50px;
}

.cxnt {
    padding: 10px 0 0 0;
    font-size: 16px;
}

.cxnt p {
    margin-bottom: 26px;
}

.cxnt h4 {
    margin-bottom: 6px;
    font-size: 20px;
}

.pintg {
    color: #1e9a75 !important;
}

/* 2018-07-02 */
.pintg2 {
    color: #1e9a75;
}

.pintg3 {
    text-align: center;
    color: #1e9a75;
    font-size: 14px;
}

/* 2018-07-30 */
.rowIndex {
    background-color: #f8f8f8 !important;
    font-weight: 500 !important;
    color: #454597 !important;
}

.bt_tip {
    margin-bottom: 20px;
    padding: 24px 0 24px 140px;
    box-sizing: border-box;
    border: 1px solid #e3e6ea;
    background: #f8f9fa url(/images/sub/bg_join_tip.png?ver=20191210) no-repeat 39px center;
    font-size: 16px;
}

.bt_tip_join {
    position: relative;
    margin-bottom: 20px;
    padding: 40px 0 40px 140px;
    border: 1px solid #e3e6ea;
    background: #f8f9fa url(/images/sub/bg_join_tip.png?ver=20191210) no-repeat 39px center;
    font-size: 16px;
}

.bt_tip_join a.joinBt {
    position: absolute;
    top: 30px;
    right: 30px;
    display: inline-block;
    width: 140px;
    height: 50px;
    text-align: center;
    background: #7c89cc;
    color: #fff;
    font-size: 16px;
    line-height: 50px;
}

.msgBox {
    padding: 67px 0 65px 0;
    text-align: center;
    border: 1px solid #e3e6ea;
    background: #f8f9fa;
}

.msgBox .rimg {
    margin-bottom: 40px;
}

.downlist li {
    overflow: hidden;
    position: relative;
    margin-bottom: 35px;
    padding-left: 140px;
}

.downlist li .timg {
    position: absolute;
    top: 0;
    left: 0;
}

.downlist li strong {
    display: block;
    margin-bottom: 12px;
    font-size: 20px;
    color: #5e6bb1;
    font-weight: 600;
}

.downlist li p {
    line-height: 24px;
}

.downlist li .u {
    color: #379d89;
    font-weight: 600;
}

.downlist li .u a{
    color: #379d89;
    font-weight: 600;
}

/* overlay */
.back {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999999;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.7;
}

.topLink {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 0;
    position: fixed;
    bottom: -50px;
    right: 10px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    color: #FFFFFF;
    text-decoration: none;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    z-index: 999999;
    background: #1890ff url(/images/common/bg_topLink.png) center center no-repeat;
}

.topLink.show {
    bottom: 10px;
    z-index: 10000000;
}

/* 2025-09-22 메인화면 공지사항 전체보기 웹접근성 */
#container a.all {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  font-size: 15px;
  font-weight: bold;
}
#container a.all span.plusIcon {
  display: block;
  width: 24px;
  height: 24px;
  background: url("/assets/images/ic_more.svg");
}
/* 2025-09-22 메인화면 공지사항 전체보기 웹접근성 */
