@charset "UTF-8";
@font-face {
  font-family: "Pretendard-Regular";
  src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
body {
  font-family: "Pretendard-Regular", "Noto Sans KR", Dotum, 돋움, sans-serif;
  max-width: 2560px;
  margin: 0 auto;
}

header {
  width: 100%;
  height: 50px;
  background-color: #191c1f;
  display: flex;
  position: fixed;
  padding-left: 0px;
  padding-right: 10px;
  z-index: 10;
}

.header--logo {
  min-width: 150px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

main {
  width: 100%;
  max-width: 2560px;
  min-height: 100vh;
  display: flex;
  position: relative;
  position: relative;
  overflow: hidden;
  background-color: #dfecf8;
}
main::after {
  content: "";
  display: block;
  width: 2560px;
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../images/bg-container.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top center;
  z-index: 1;
}
main section {
  width: 100%;
  margin: 0 auto;
}
main section.container {
  margin-top: 50px;
  margin-bottom: 50px;
  max-width: 1400px;
  z-index: 2;
}
main section.container .container_title {
  font-size: 32px;
  text-align: center;
  word-break: break-word;
  font-weight: 600;
  margin-top: 60px;
  margin-bottom: 36px;
}
main section.container .siteWrap table {
  table-layout: fixed;
  width: 100%;
  text-align: center;
  font-weight: 500;
  color: #111;
}
main section.container .siteWrap table th,
main section.container .siteWrap table td {
  font-size: 1rem;
  border-collapse: collapse;
  padding: 1em 1em;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  background-color: #fff;
  position: relative;
}
main section.container .siteWrap table td:first-child {
  border-left: 1px solid #ddd;
}
main section.container .siteWrap table th:last-child {
  border-right: 0;
}
main section.container .siteWrap table a {
  text-align: left;
  color: #111;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
main section.container .siteWrap table a:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}
main section.container .siteWrap table a:hover {
  text-decoration: underline;
  font-weight: 700;
}
main section.container .siteWrap table thead th {
  background-color: #f7f9fd;
  color: #111;
  text-align: center;
  border-top: 2px solid #000011;
}
main section.container .content-denied {
  max-width: 1400px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
main section.container .content-denied img {
  width: 100%;
}

footer {
  width: 100%;
  height: 160px;
  background-color: #F3F3F3;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  z-index: 10;
}
footer p {
  color: #000;
}

.tableTitleWrap h1 {
  font-size: 29px;
  font-weight: 600;
  text-align: center;
}
.tableTitleWrap p {
  font-size: 15px;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 1%;
}

p.txtRight {
  font-size: 13px;
  text-align: left;
  margin-bottom: 5px;
  margin-top: 1%;
}
p.txtRight span {
  color: red;
  font-size: inherit;
}

h2 {
  color: blue;
}

.searchBox {
  position: fixed;
  bottom: 6%;
  right: 2%;
  background: #2f3640;
  height: 40px;
  border-radius: 40px;
  padding: 10px;
  z-index: 9;
}

.searchBox:hover > .searchInput {
  width: 240px;
  padding: 0 6px;
}

.searchBox:hover > .searchButton {
  background: white;
  color: #2f3640;
}

.searchButton {
  color: white;
  float: right;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #2f3640;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.4s;
}

.searchInput {
  border: none;
  background: none;
  outline: none;
  float: left;
  padding: 0;
  color: white;
  font-size: 16px;
  transition: 0.4s;
  line-height: 40px;
  width: 0px;
}

@media screen and (max-width: 620px) {
  .searchBox:hover > .searchInput {
    width: 150px;
    padding: 0 6px;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.nav-list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px auto;
}
.nav-item {
  flex: 1 1 auto;
  margin-left: 1px;
}
.nav-item:nth-child(1) {
  margin-left: 0;
}
.nav .link {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  word-break: keep-all;
  line-height: 1.3;
  color: #fff;
  background-color: #22202b;
  border: 1px solid #22202b;
  padding: 0 0.5em;
  font-size: 16px;
}
.nav .link:hover {
  background: rgb(57.12, 53.76, 72.24);
}
.nav .link.on {
  color: #22202b;
  background-color: #fff;
}
/*# sourceMappingURL=common.css.map */
