@charset "UTF-8";
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 100;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff) format("woff"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 300;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format("woff"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 500;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format("woff"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 700;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format("woff"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 900;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff) format("woff"), url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf) format("opentype");
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select {
  font-family: "Noto Sans KR", sans-serif;
}

* {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
  color: #222;
}

#scrollToTopBtn {
  position: fixed;
  bottom: 3%;
  right: 1rem;
  z-index: 99;
  background-color: #ff5e04;
  color: #fff;
  border: none;
  border-radius: 50%;
  font-weight: 700;
  font-size: 1rem;
  cursor: pointer;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
}
#scrollToTopBtn:hover {
  opacity: 0.7;
}

.text-size {
  position: fixed;
  bottom: 3%;
  right: 2.5rem;
  z-index: 99;
  padding-right: 2rem;
  cursor: pointer;
  gap: 1rem;
  display: flex;
  align-items: center;
  justify-content: right;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.text-size li {
  box-sizing: border-box;
  background-color: #fff;
  width: 48px;
  height: 48px;
  border: 1px solid #ff5e04;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 48px;
  font-weight: 700;
  z-index: 9;
  transition: 0.15s;
}
.text-size li:nth-child(1) {
  font-size: 12px;
}
.text-size li:nth-child(2) {
  font-size: 18px;
}
.text-size li:nth-child(3) {
  font-size: 26px;
}
.text-size li:nth-child(4) {
  background-color: #ff5e04;
  color: #fff;
}
.text-size li:hover {
  opacity: 0.5;
}

::-webkit-scrollbar {
  width: 6px; /* 스크롤바의 너비 */
}

::-webkit-scrollbar-track {
  background: #f1f1f1; /* 스크롤바 트랙의 배경 색상 */
}

::-webkit-scrollbar-thumb {
  background: #40404e; /* 스크롤바 썸의 배경 색상 */
  border-radius: 30px;
}

.top-img-wrap {
  background: url(/images/egovframework/aviation/data-banner.png) center no-repeat;
  margin: 0 auto 1rem auto; /* 수정 */
  /* max-width: 3000px; */
  width: 100%;
  background-color: #222;
  height: 260px;
  position: relative;
}
.top-img-wrap .top-img-text {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 17px;
}
.top-img-wrap .top-img-text h3 {
  font-weight: 800;
  font-size: 3.75rem;
}

.top-img-wrap .top-img-text h3 {
  font-weight: 800;
  font-size: 3.75rem;
}

.main {
  max-width: 1920px;
  width: 100%;
  margin: auto;
}

.swiper1 {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 572px;
}

.main-search {
  margin: 3rem auto;
  max-width: 800px !important;
  width: 100%;
}

.swiper2 {
  position: relative;
  overflow: hidden;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-slide2 {
  position: relative;
}
.swiper-slide2 div {
  display: flex;
  align-items: flex-end;
  width: 70%;
  text-decoration: none;
  color: #fff;
  position: absolute;
  font-size: 1.25rem;
  font-weight: 700;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: left;
  transition: 0.15s;
  position: absolute;
  z-index: 99999999;
}
.swiper-slide2 img {
  transition: 0.15s;
}
.swiper-slide2:hover div {
  text-decoration: underline;
  text-decoration-color: #fff; /* 언더라인 색상 설정 */
  text-decoration-thickness: 3px; /* 언더라인 두께 설정 */
  text-underline-offset: 0.2em;
  bottom: 5%;
}
.swiper-slide2:hover img {
  filter: brightness(0.8);
}

.main-title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin: 2rem auto;
}
.main-title-wrap span {
  display: flex;
}
.main-title-wrap span:first-child {
  font-size: 2rem;
  font-weight: 700;
}
.main-title-wrap span:last-child {
  cursor: pointer;
  transition: 0.15s;
}
.main-title-wrap span:last-child:hover {
  opacity: 0.7;
}

.main-title-wrap-2 span:first-child {
  color: #fff;
  font-weight: 700;
}
.main-title-wrap-2 span:last-child {
  transition: 0.15s;
}
.main-title-wrap-2 span:last-child img {
  filter: brightness(0) invert(1);
}

.main-data-wrap {
  max-width: 1920px;
  width: 100%;
  background-color: #252a3c;
  padding: 10rem 5rem;
  box-sizing: border-box;
  margin: 5rem auto 0;
}
.main-data-wrap .main-data-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
.main-data-wrap .main-data-grid li a {
  text-decoration: none;
  color: #fff;
}
.main-data-wrap .main-data-grid li a div {
  margin: 1rem auto;
  display: flex;
  gap: 1rem;
  flex-direction: column;
  overflow: hidden;
  border-radius: 12px;
}
.main-data-wrap .main-data-grid li a div img {
  transition: 0.2s;
}
.main-data-wrap .main-data-grid li a div:first-child img {
  width: 100%;
  border-radius: 4px;
}
.main-data-wrap .main-data-grid li a div:last-child {
  padding: 0.5rem 0;
  border-radius: 0 !important;
}
.main-data-wrap .main-data-grid li a div:last-child h5 {
  font-weight: 700;
  font-size: 1.5rem;
}
.main-data-wrap .main-data-grid li a:hover div:nth-child(2) {
  text-decoration: underline;
  text-decoration-color: #ff5e04; /* 언더라인 색상 설정 */
  text-decoration-thickness: 3px; /* 언더라인 두께 설정 */
  text-underline-offset: 0.3em;
}
.main-data-wrap .main-data-grid li a:hover img {
  scale: 1.1;
}

footer {
  /*max-width: 1920px;*/
  width: 100%;
  background-color: #222222;
  margin: 4rem auto 0;
}
footer .footer-inner {
  margin: auto;
  color: #fff;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 3rem;
  padding: 3rem 0 2rem 0;
  box-sizing: border-box;
}
footer .footer-inner .footer-text {
  font-size: 14px;
}
footer .footer-inner ul {
  display: grid;
  align-items: flex-start;
  justify-content: left;
  flex-direction: column;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.4rem;
}
footer .footer-inner ul li a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}

#regItem_modal {
  max-width: calc(100vw - 40px);
  max-height: calc(100vh - 40px);
}
#regItem_modal > iframe {
  width: 100%;
  height: 100%;
  overflow: auto;
}
.data-view-wrap {
  width: 100%;
  max-width: 1320px;
  padding: 0 20px;
  display: block;
  margin: auto;
  color: #222222;
}
.data-view-wrap#mainViews {
  max-width: 100%;
  padding: 0;
}

.data-view-search-wrap {
  width: 100%;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 1% auto;
}

.detail-btn {
  border-radius: 30px;
  border: 1px solid #ababab;
  box-sizing: border-box;
  cursor: pointer;
  width: 192px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.detail-btn img {
  width: 24px;
  height: 24px;
  transform: rotate(0deg); /* 초기에 회전되지 않은 상태로 설정 */
  transition: transform 0.3s ease; /* 부드러운 회전 애니메이션을 적용 */
}

.data-search {
  border-radius: 30px;
  border: 1px solid #ababab;
  box-sizing: border-box;
  max-width: 1528px;
  width: 100%;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.data-search input {
  font-size: 17px;
  width: 100%;
  border: none;
  border-radius: 30px;
  padding-left: 1rem;
  padding-right: 4rem;
  height: 100%;
}
.data-search input::-moz-placeholder {
  font-size: 17px;
  color: #222222;
}
.data-search input::placeholder {
  font-size: 17px;
  color: #222222;
}
.data-search .data-search-btn {
  position: absolute;
  right: 1rem;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
}

.total-text {
  font-weight: 600;
  font-size: 19px;
}

.detail-select {
  padding-left: 1rem;
  font-size: 17px;
  color: #222222;
}

.item {
  width: 23%;
  box-sizing: border-box;
  margin: 1%;
}

.item img {
  width: 100%;
}

.main-wrap {
  width: 100%;
}

.gallery-wrap {
  width: 100%;
  max-width: 1728px;
  margin: auto;
}

.data-text-wrap {
  color: #222;
  margin: 1rem auto;
  padding-bottom: 1rem;
  border-bottom: 2px solid #222;
}
.data-text-wrap h4 {
  font-weight: 600;
  font-size: 19px;
}
.data-text-wrap p {
  margin-top: 1%;
  font-size: 17px;
  font-weight: 300;
}

.check-onoff {
  display: none;
}

.check-wrap {
  width: 100%;
  max-width: 1782px;
  max-height: 200px;
  box-sizing: border-box;
  border: 1px solid #ababab;
  border-radius: 30px 30px 0 0;
  display: flex;
  justify-content: space-between;
  margin: auto;
}

.check-title {
  font-weight: 700;
  margin: 0 auto 0.7rem;
}

label {
  margin: 1.5% 0;
}

.check-wrap li {
  width: 100%;
  overflow-y: scroll;
  margin: 1%;
}

.check-wrap li:last-child {
  border: none;
}

.check-box-wrap {
  display: flex;
  flex-direction: column;
}
.check-box-wrap label {
  display: flex;
  align-items: center;
}
.check-box-wrap label input {
  margin-right: 8px;
}

.check-footer {
  display: flex;
  align-items: center;
  height: 70px;
  background-color: #f5f5f5;
  width: 100%;
  max-width: 1782px;
  margin: auto;
  border-radius: 0 0 30px 30px;
  border: 1px solid #ababab;
  border-top: none;
  box-sizing: border-box;
}

.check-footer p {
  padding-left: 2rem;
}
.check-footer p span {
  font-weight: 700;
}

input[type=checkbox] {
  width: 16px;
  height: 16px;
}

.bar {
  margin: 1rem auto;
  max-width: 1920px;
  height: 1px;
  background-color: #d9d9d9;
}

.view-pagination {
  margin: 1% auto;
  display: flex;
  gap: 0.5%;
  align-items: center;
  justify-content: center;
}

.page-button {
  cursor: pointer;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  font-weight: 700;
  font-size: 14px;
}
.page-button img {
  width: 24px;
  height: 24px;
}

.view-detail-wrap {
  max-width: 1920px;
  width: 100%;
  margin: auto;
}

.view-detail-nav {
  margin: 2rem auto;
  display: flex;
  align-items: center;
  justify-content: left;
  max-width: 1920px;
  width: 100%;
  font-size: 17px;
  gap: 0.2rem;
}
.view-detail-nav a {
  color: #000;
  text-decoration: none;
  letter-spacing: -1px;
}
.view-detail-nav a:last-child {
  font-weight: 600;
}

.view-detail-nav {
  max-width: 100%;
}

.view-detail-img-wrap {
  max-width: 1920px;
  width: 100%;
  margin: auto;
  height: 690px;
  background-color: #f4f4f4;
}
.view-detail-img-wrap .view-detail-img-wrap-top {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  height: 566px;
  color: #fff;
  position: relative;
}
.view-detail-img-wrap .view-detail-img-wrap-top .view-detail-img {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.view-detail-img-wrap .view-detail-img-wrap-top .view-detail-img img {
  width: 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.view-detail-img-wrap .view-detail-img-wrap-top .view-btn {
  transition: 0.15s;
}
.view-detail-img-wrap .view-detail-img-wrap-top .view-btn:hover {
  opacity: 0.6;
}
.view-detail-img-wrap .view-detail-img-wrap-top .full {
  top: 0.5rem;
  right: 0.5rem;
  position: absolute;
  cursor: pointer;
  z-index: 999;
  transition: 0.15s;
}
.view-detail-img-wrap .view-detail-img-wrap-top .left {
  left: 0.5rem;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  cursor: pointer;
  z-index: 999;
  transition: 0.15s;
}
.view-detail-img-wrap .view-detail-img-wrap-top .right {
  right: 0.5rem;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  cursor: pointer;
  z-index: 999;
  transition: 0.15s;
}
.view-detail-img-wrap .view-detail-img-wrap-top .plus {
  bottom: 0.5rem;
  left: 0.5rem;
  position: absolute;
  cursor: pointer;
  z-index: 999;
  transition: 0.15s;
}
.view-detail-img-wrap .view-detail-img-wrap-top .minus {
  bottom: 0.5rem;
  left: 3rem;
  position: absolute;
  cursor: pointer;
  z-index: 999;
  transition: 0.15s;
}
.view-detail-img-wrap .view-detail-img-wrap-top .page-count {
  border-radius: 25px;
  right: 0;
  bottom: 0.5rem;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 0.5rem 1rem;
  position: absolute;
  cursor: pointer;
  z-index: 999;
  transition: 0.15s;
}
.view-detail-img-wrap .view-detail-img-wrap-top .page-count:hover {
  opacity: 1;
}
.view-detail-img-wrap .view-detail-img-wrap-bottom {
  height: 124px;
  background-color: #222222;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.view-detail-img-wrap .view-detail-img-wrap-bottom li {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 4px;
}
.view-detail-img-wrap .view-detail-img-wrap-bottom li img {
  width: 100%;
}

.view-data-wrap {
  max-width: 1200px;
  width: 100%;
  margin: 3rem auto;
}

.view-data-title-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.view-data-title h3 {
  font-weight: 800;
  font-size: 35px;
}
.view-data-title p {
  font-weight: 600;
  font-size: 17px;
}

.view-data-btn-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.view-data-btn-wrap .view-data-btn {
  cursor: pointer;
  font-weight: 700;
  width: 127px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}
.view-data-btn-wrap .view-data-btn-1 {
  border-radius: 30px;
  background-color: #ff5e04;
  color: #fff;
}
.view-data-btn-wrap .view-data-btn-2 {
  border-radius: 30px;
  background-color: #000;
  color: #fff;
}

.view-data-info-wrap {
  max-width: 1200px;
  width: 100%;
  margin: 2rem auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.view-data-info-left,
.view-data-info-right {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 48%;
  height: 100%;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.view-data-info-left dl,
.view-data-info-right dl {
  display: flex;
  font-size: 17px;
  height: 100%;
  align-items: center;
  border-bottom: 1px solid #e3e3e3;
  padding: 1rem 0;
}
.view-data-info-left dl:last-child,
.view-data-info-right dl:last-child {
  border: none;
}
.view-data-info-left dl dt,
.view-data-info-right dl dt {
  width: 35%;
  font-weight: 600;
}

.view-data-info-text {
  font-size: 17px;
}
.view-data-info-text h5 {
  font-size: 17px;
  font-weight: 600;
}

.data-license-wrap {
  margin: 1.5rem auto;
  display: flex;
  height: 126px;
  background-color: #f4f4f4;
  padding: 1rem;
  justify-content: space-around;
  font-size: 17px;
}
.data-license-wrap .data-license-left {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 1rem;
}
.data-license-wrap .data-license-left span {
  margin: 1% 0;
  font-weight: 600;
}
.data-license-wrap .data-license-right {
  justify-content: center;
  display: flex;
  align-items: center;
}
.data-license-wrap .data-license-right img {
  width: 100%;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 99999;
}

.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 1rem;
  border-radius: 5px;
  max-width: 560px;
  width: 100%;
  box-sizing: border-box;
  max-height: calc(100vh - 30px);
  overflow-y: auto;
}

.close {
  cursor: pointer;
}

.modal-title {
  margin: 1rem auto 1.5rem;
  font-size: 25px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.modal-step {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-around;
  background-color: #ababab;
  color: #fff;
  font-weight: 600;
}
.modal-step li {
  width: 33.333%;
  padding: 1.5rem 0 1.5rem 1rem;
  font-size: 24px;
}
.modal-step li span {
  font-size: 17px;
}
.modal-step .modal-step-1 {
  background-color: #ff5e04;
}

.modal-check-1 label {
  display: flex;
  align-items: center;
  gap: 1%;
}

.modal-text-wrap {
  margin: 2rem auto;
  font-size: 17px;
}
.modal-text-wrap span {
  display: block;
  margin: 0.5rem auto;
  font-weight: 600;
}

.modal-table {
  width: 100%;
  text-align: center;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.modal-table tr th {
  padding: 1rem;
  border-bottom: 1px solid #e3e3e3;
}
.modal-table tr td {
  padding: 1rem;
}

.modal-check-2 {
  margin: 1rem auto;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: left;
  font-size: 18px;
}
.modal-check-2 label {
  color: #777;
  font-weight: 400;
  width: 80px;
  justify-content: center;
  font-size: 17px;
}

.modal-input-wrap {
  margin: 2rem auto 3rem;
}

.modal-input {
  font-size: 18px;
  font-weight: 600;
}
.modal-input input,
.modal-input select {
  width: 100%;
  margin: 0.5rem auto;
  padding: 0.5rem 0;
  border-radius: 4px;
  border: 1px solid #ababab;
}

.view-detail-in-wrap {
  max-width: 1200px;
  width: 100%;
  margin: auto;
}
.view-detail-in-wrap h3 {
  font-weight: 800;
  font-size: 35px;
}

.modal-check-3 {
  margin-top: 10rem;
}

.modal-check-3,
.modal-input-wrap-2 {
  max-width: 528px;
  width: 100%;
}

.data-license-wrap-2 {
  height: auto;
}

.modal-table-2 {
  margin: 2rem auto;
}

.data-search-2 {
  max-width: 1200px;
  width: 100%;
  margin: auto;
}

.view-detail-nav-2 {
  max-width: 1920px;
  width: 100%;
  margin: auto;
}

.gallery-wrap-2 {
  max-width: 1200px;
  width: 100%;
  margin: 3rem auto;
}
.gallery-wrap-2 .gallery-wrap-2-text {
  font-size: 2rem;
  font-weight: 700;
  margin: 1rem auto;
}

.gallery-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  border-bottom: 1px solid #d9d9d9;
}
.gallery-2 .item-2 {
  width: 100%;
  text-decoration: none;
}
.gallery-2 .item-2 .item-2-img-wrap {
  width: 100%;
  height: 200px;
  overflow: hidden;
  border-radius: 4px;
  display: flex;
  align-items: center;
}
.gallery-2 .item-2 .item-2-img-wrap img {
  width: 100%;
}
.gallery-2 .item-2 .data-text-wrap-2 {
  border: none;
}

.more {
  margin: 5rem auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: 0.15s;
  font-weight: 600;
}
.more:hover {
  opacity: 0.6;
}
.more a {
  text-decoration: none;
  color: #000;
}

.data-view-search-wrap-2 {
  gap: 1rem;
  max-width: 1920px;
  width: 100%;
}

.total-tap-wrap {
  max-width: 1200px;
  width: 100%;
  margin: 2rem auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1215686275);
}
.total-tap-wrap li a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #595959;
  font-size: 1.25rem;
  border-right: 1px solid #d9d9d9;
  padding: 1rem 0;
}
.total-tap-wrap li:nth-child(4) a {
  border-right: none;
}

.total-wrap {
  border: 1px solid rgba(0, 0, 0, 0.1215686275);
  border-radius: 4px;
  width: 100%;
  max-width: 1200px;
  margin: 1rem auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.total-wrap .total-top {
  padding: 2rem 0;
  box-sizing: border-box;
  font-size: 2rem;
  font-weight: 700;
  width: 95%;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1215686275);
}
.total-wrap .keyword-color {
  color: #ff5e04;
}
.total-wrap .total-list {
  width: 95%;
  margin: 1rem auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
.total-wrap .total-list li a {
  text-decoration: none;
  color: #000;
  display: flex;
  gap: 1rem;
}
.total-wrap .total-list li a .total-img {
  display: flex;
  align-items: center;
  width: 30%;
  height: 120px;
  border-radius: 4px;
  overflow: hidden;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.1215686275);
}
.total-wrap .total-list li a .total-img img {
  height: 100%;
}
.total-wrap .total-list li a .total-info {
  width: 70%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.total-wrap .total-list li a .total-info p:nth-child(1) {
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 19px;
  font-weight: 700;
}
.total-wrap .total-list li a .total-info p:nth-child(2) {
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.total-wrap .total-list li a .total-info p:nth-child(3) {
  font-size: 14px;
  color: #595959;
}
.total-wrap .total-bottom {
  padding: 2rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1215686275);
  width: 95%;
}
.total-wrap .total-bottom .more-2 {
  margin: 0;
}
.total-wrap .total-bottom .more-2 a p {
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.total-list-2 {
  grid-template-columns: repeat(5, 1fr) !important;
}
.total-list-2 li a {
  flex-direction: column;
}
.total-list-2 li a .total-img-2 {
  width: 100% !important;
}
.total-list-2 li a .total-img-2 img {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.total-list-2 li a .total-info {
  width: 100% !important;
  flex-direction: column;
  justify-content: center;
}

.total-list-3 {
  grid-template-columns: repeat(2, 1fr) !important;
  width: 95%;
  margin: 1rem auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
.total-list-3 li a {
  gap: 0.6rem;
  display: flex;
  justify-content: space-between;
  text-decoration: none;
  color: #000;
  flex-direction: column;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1215686275);
  padding-bottom: 1rem;
}
.total-list-3 li a .total-list-3-title {
  font-weight: 700;
  font-size: 1.25rem;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.total-list-3 li a .total-list-3-sub {
  color: #595959;
  font-size: 14px;
}
.total-list-3 li a .total-tag span {
  padding: 0.2rem 1rem;
  border-radius: 30px;
  border: 1px solid #000;
  letter-spacing: -1px;
  font-weight: 700;
  transition: 0.15s;
  display: inline-block;
  margin: 0.2rem auto;
}
.total-list-3 li a .total-tag span:hover {
  opacity: 0.7;
}
.total-list-3 li a .total-tag .tag-gray {
  background-color: #e3e3e3;
}
.total-list-3 li a .total-tag .tag-red {
  background-color: #ffc9ab;
}
.total-list-3 li a .total-list-3-info {
  margin: 1rem auto;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.total-list-3 li a .total-list-3-btn {
  background-color: #ff5e04;
  border: none;
  border-radius: 30px;
  padding: 0.5rem 1rem;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}

.total-wrap-2 {
  border: none;
}

.total-list-4 {
  max-width: 1200px !important;
  margin: auto !important;
  width: 100% !important;
  grid-template-columns: repeat(1, 1fr) !important;
}
.total-list-4 li {
  margin: 1rem auto;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 2rem;
}

.total-list-5 li a {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 1rem;
}

.request-wrap {
  max-width: 584px;
  width: 100%;
  margin: auto;
}
.request-wrap .request-btn-wrap {
  display: flex;
  align-items: center;
  margin: auto;
  justify-content: center;
  gap: 0.5rem;
}
.request-wrap .request-btn-wrap button {
  padding: 0.5rem 1rem;
  font-weight: 700;
  font-size: 1.25rem;
  border-radius: 4px;
  border: 1px solid #252a3c;
  box-sizing: border-box;
  cursor: pointer;
  transition: 0.15s;
}

/* .request-wrap .request-btn-wrap button img {
  transition: 0.15s;
}
.request-wrap .request-btn-wrap button:hover {
  background-color: #252a3c;
  color: #fff;
}
.request-wrap .request-btn-wrap button:hover img {
  filter: brightness(0) invert(1);
} */

.request-wrap .request-btn-wrap button:hover {
  opacity: 0.5;
}

.request-wrap .request-inquiry-wrap {
  margin: 2rem auto;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  padding: 2rem;
  text-align: center;
  font-weight: 500;
  display: flex;
  flex-direction: column;
}
.request-wrap .request-inquiry-wrap button {
  font-size: 1rem;
  margin: 1rem auto;
  border-radius: 30px;
  background-color: #ff5e04;
  color: #fff;
  border: none;
  padding: 0.7rem 1.4rem;
  cursor: pointer;
  font-weight: 700;
}

.sub-in-wrap {
  width: 100%;
  max-width: 1280px;
  margin: 2rem auto;
}
.sub-in-wrap .data-notice-wrap {
  width: 100%;
  border: 1px solid #ababab;
  height: 100%;
  margin: 2rem auto;
  padding: 1rem;
  box-sizing: border-box;
}
.sub-in-wrap .donate-step-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.sub-in-wrap .donate-step-wrap p {
  font-size: 2rem;
  text-align: center;
}
.sub-in-wrap .donate-step-wrap p span {
  font-size: 46px;
  font-weight: 700;
}
.sub-in-wrap .donate-step-wrap ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.sub-in-wrap .donate-step-wrap ul li {
  margin: 2rem auto;
  width: 180px;
  height: 180px;
  border-radius: 180px;
  background-color: #e3e3e3;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 600;
  font-size: 19px;
}
.sub-in-wrap .donate-step-wrap ul li:nth-child(1) {
  background-color: #252a3c;
  color: #fff;
}
.sub-in-wrap .donate-step-wrap ul li:nth-child(2) {
  background: none;
  width: auto;
}
.sub-in-wrap .type-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin: 2rem auto;
}
.sub-in-wrap .type-wrap dt {
  font-weight: 600;
}
.sub-in-wrap .type-wrap dd {
  display: flex;
  gap: 1rem;
}
.sub-in-wrap .type-wrap dd label {
  gap: 0.3rem;
  display: flex;
  align-items: center;
}
.sub-in-wrap .donate-input-wrap {
  display: flex;
  gap: 2rem;
  border: 1px solid #ababab;
  border-radius: 4px;
  padding: 1.5rem;
}
.sub-in-wrap .donate-input-wrap div {
  width: 100%;
}
.sub-in-wrap .donate-input-wrap div dl {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
  margin: 1rem auto;
  box-sizing: border-box;
}
.sub-in-wrap .donate-input-wrap div dl dt {
  min-width: 140px;
  font-weight: 600;
  color: #000;
  white-space: nowrap;
}
.sub-in-wrap .donate-input-wrap div dl dd {
  width: 100%;
  box-sizing: border-box;
}
.sub-in-wrap .donate-input-wrap div dl dd input,
.sub-in-wrap .donate-input-wrap div dl dd select {
  height: 40px;
  border-radius: 4px;
  border: 1px solid #ababab;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  box-sizing: border-box;
}
.sub-in-wrap .donate-input-wrap div dl dd input::-moz-placeholder, .sub-in-wrap .donate-input-wrap div dl dd select::-moz-placeholder {
  color: #ababab;
}
.sub-in-wrap .donate-input-wrap div dl dd input::placeholder,
.sub-in-wrap .donate-input-wrap div dl dd select::placeholder {
  color: #ababab;
}
.sub-in-wrap .donate-input-wrap div dl dd textarea {
  display: block;
  width: 100%;
  border: 1px solid #ababab;
  border-radius: 4px;
  resize: none;
}
.sub-in-wrap .donate-input-wrap div dl dd button {
  color: #fff;
  border: none;
  background-color: #252a3c;
  width: 60px;
  height: 40px;
  border-radius: 4px;
  cursor: pointer;
}

.terms-wrap {
  margin: 2rem auto 1rem;
}
.terms-wrap h4 {
  font-size: 1.25rem;
  margin: 0.5rem auto;
}
.terms-wrap div {
  width: 100%;
  height: 220px;
  border: 1px solid #ababab;
  border-radius: 4px;
  padding: 1rem;
  overflow-y: scroll;
  box-sizing: border-box;
}
.terms-wrap label {
  color: #777;
  font-weight: 500;
  display: flex;
  align-items: center;
  margin: 1% auto;
  gap: 0.5rem;
}

.terms-btn {
  display: block;
  cursor: pointer;
  text-align: center;
  margin: 2rem auto;
  border-radius: 30px;
  background-color: #ff5e04;
  color: #fff;
  border: none;
  padding: 0.5rem 1rem;
  font-weight: 700;
}

.application-btn-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.application-btn-wrap div {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 2rem auto;
  justify-content: center;
}
.application-btn-wrap div button {
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 1.5rem;
  border: none;
  background-color: #252a3c;
  color: #fff;
  font-weight: 700;
  font-size: 1.25rem;
  cursor: pointer;
  gap: 1rem;
}

.table-btn-1 {
  padding: 0.5rem 1rem;
  font-weight: 700;
  cursor: pointer;
  border-radius: 30px;
  border: 1px solid #252a3c;
  min-width: 100px;
  background-color: #fff;
  border: 1px solid #252a3c;
  box-sizing: border-box;
}

.table-btn-2 {
  padding: 0.5rem 1rem;
  font-weight: 700;
  cursor: pointer;
  border-radius: 30px;
  border: 1px solid #252a3c;
  min-width: 100px;
  background-color: #ff5e04;
  border: none;
  color: #fff;
}

.table-btn-3 {
  padding: 0.5rem 1rem;
  font-weight: 700;
  cursor: pointer;
  border-radius: 30px;
  border: 1px solid #252a3c;
  min-width: 100px;
  background-color: #252a3c;
  color: #fff;
  border: none;
}

.table-btn-4 {
  padding: 0.5rem 1rem;
  font-weight: 700;
  cursor: pointer;
  border-radius: 30px;
  border: 1px solid #252a3c;
  min-width: 100px;
  background-color: #000;
  color: #fff;
  border: none;
}
.table-btn-4:hover {
  background-color: #ff5e04;
}

.table-btn-5 {
  padding: 0.5rem 1rem;
  font-weight: 500;
  cursor: pointer;
  border-radius: 20px;
  border: 1px solid #252a3c;
  min-width: 70px;
  background-color: #252a3c;
  color: #fff;
  border: none;
}

.table-btn-6 {
  padding: 0.5rem 1rem;
  font-weight: 500;
  cursor: pointer;
  border-radius: 20px;
  border: 1px solid #252a3c;
  min-width: 70px;
  background-color: #fff;
  border: 1px solid #252a3c;
  box-sizing: border-box;
}

.application-table {
  margin: auto !important;
}

.more-data-wrap {
  margin: 1rem auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #252a3c;
  padding: 1rem;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  gap: 0.4rem;
}
.more-data-wrap img {
  display: flex;
  align-items: center;
  justify-content: center;
}

.application-btn-wrap-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin: 1rem auto;
}

.donate-modal-content-1 {
  min-width: 1200px;
  width: 100%;
}

.donate-input-wrap-2 {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 0 2rem !important;
}

.donate-thumbnail-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: left;
  gap: 1rem;
  margin: 1rem 0;
  flex-wrap: wrap;
}

.donate-thumbnail-wrap li {
  width: 80px;
  height: 80px;
  display: flex;
  align-content: center;
  border: 1px solid #ababab;
  border-radius: 4px;
  position: relative;
  object-fit: contain;
}

.donate-thumbnail-wrap li .thumbnail-delete {
  cursor: pointer;
  height: 24px;
  position: absolute;
  right: 1%;
  top: 1%;
}

.filebox {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.filebox .upload-name-1,
.upload-name-2 {
  width: 100%;
  height: 40px;
  border-radius: 4px;
  border: 1px solid #ababab;
  padding-left: 1rem;
  box-sizing: border-box;
}

.filebox label {
  align-items: center;
  justify-content: center;
  padding: 1rem;
  max-height: 40px;
  display: flex;
  box-sizing: border-box;
  color: #fff;
  background-color: #252a3c;
  cursor: pointer;
  border-radius: 4px;
  width: 10%;
}

.filebox input[type=file] {
  position: absolute;
  width: 0;
  height: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
}

.donate-btn-wrap {
  margin: 3rem auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.donate-btn-wrap div {
  display: flex;
  gap: 1rem;
  margin: 0.5rem auto;
}

.price-input {
  position: relative;
}
.price-input input {
  padding: 0 3rem !important;
}
.price-input span {
  font-weight: 700;
}
.price-input span:first-child {
  position: absolute;
  top: 50%;
  left: 2rem;
  transform: translate(-50%, -50%);
}
.price-input span:last-child {
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translate(-50%, -50%);
}

.data-check-btn-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-content: center;
  justify-content: center;
  gap: 0.2rem;
  margin: 1rem auto;
}
.data-check-btn-wrap li {
  background-color: #252a3c;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  color: #fff;
  font-weight: 700;
  transition: 0.15s;
  cursor: pointer;
}
.data-check-btn-wrap li:active {
  background-color: #ff5e04;
}

.data-check-btn-wrap-2 {
  display: grid;
  grid-template-columns: 6.5fr 3.5fr;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
  margin: 1rem auto;
}

.data-check-btn-wrap-2-left {
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 0.2rem;
}
.data-check-btn-wrap-2-left select {
  height: 40px;
  border-radius: 4px;
  border: 1px solid #ababab;
  padding-left: 0.2rem;
  padding-right: 1rem;
  box-sizing: border-box;
}
.data-check-btn-wrap-2-left input {
  height: 40px;
  border-radius: 4px;
  border: 1px solid #ababab;
  padding-left: 1rem;
  padding-right: 1rem;
  box-sizing: border-box;
  width: 100%;
}
.data-check-btn-wrap-2-left button {
  height: 40px;
  padding: 0 1rem;
  border: none;
  background-color: #252a3c;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  white-space: nowrap;
}

.data-check-btn-wrap-2-right {
  display: flex;
  align-items: center;
  justify-content: right;
  gap: 0.2rem;
}
.data-check-btn-wrap-2-right button {
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
  height: 40px;
  border: none;
  background-color: #252a3c;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  gap: 1rem;
}

.data-check-table td:last-child {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
}
.data-check-table td:last-child button {
  font-size: 0.75rem;
  padding: 0.5rem 0;
  min-width: 64px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.data-sell-modal-1 {
  background-color: #fff;
  padding: 1rem;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 700px;
  overflow-y: scroll;
  max-width: 1000px;
  width: 100%;
  border: 1px solid #000;
}

.modal-bg-black {
  position: fixed;
  z-index: 99999999999;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  display: none;
}/*# sourceMappingURL=service-view.css.map */

.sell-modal-close {
  position: relative;
  width: 53px;
  height: 53px;
  font-weight: 100;
  border: none;
  background-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  font-size: 0;
  transition: 0.1s;
}
.sell-modal-close::before {
  content: "×";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  line-height: 1;
  font-size: 2.4rem;
  transform: translate(-50%, -50%);
}
.sell-modal-close:hover {
  opacity: 0.5;
}
.data-notice-wrap div {
  background-color: #fff;
  padding: 1rem;
}

.data-notice-wrap dl {
  font-size: 1.25rem;
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 3px solid #252a3c;
}

.data-notice-wrap dl dt {
  font-weight: 600;
  color: #252a3c;
  min-width: 120px;
}

.data-notice-wrap dl dd {
  color: #000;
}

.data-notice-wrap div {
  background-color: #fff;
  padding: 1rem;
  box-sizing: border-box;
}

.data-notice-header-text {
  width: 100%;
  background-color: #000 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  font-size: 1.8rem !important;
  margin-bottom: 3rem;
}

.data-notice-title {
  width: 80%;
  display: flex;
  padding: 0 !important;
  margin: 3rem auto 0.5rem;
  font-size: 1rem;
  font-weight: 900;
}
.data-notice-title div:first-child {
  width: 5%;
  background-color: #082e55;
}
.data-notice-title div:last-child {
  width: 95%;
  background-color: #9bb4cf;
}

.data-notice-table {
  width: 80%;
  border-collapse: collapse;
  font-size: 1rem;
  margin: 1.5rem auto;
}
.data-notice-table thead {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  background-color: #8ca9d2;
}
.data-notice-table th,
.data-notice-table td {
  padding: 1rem;
  border-bottom: 1px solid #000;
}

/* 2024-11-21 자료 기증/매도 공고 화면 수정 */
.data-notice-content {
	width: 80%;
	margin: auto;
}
.data-notice-content:last-child {
	margin-bottom: 4rem;
}

/* 2024-01-29 자료기증/매도시스템 메인 수정 */

.request-wrap-2 {
  max-width: 1184px !important;
  width: 100% !important;
}

.request-inquiry-wrap-2 {
  background-color: #f5f5f5;
  border: none;
  font-size: 1.1875rem;
}

.request-inquiry-wrap-2 button {
  margin: 0 !important;
}

.request-inquiry-wrap-2 div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin: 24px auto 0;
}

.request-wrap-2 .request-inquiry-wrap {
  border: none;
  border-radius: 4px;
}

.request-wrap-2-btn-wrap-top {
  margin: 60px auto;
  display: flex;
}

.request-wrap-2-img-wrap {
  width: 150px;
  height: 150px;
  background-color: #f5f5f5;
  padding: 15px;
  border-radius: 1000px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.request-wrap-2-btn-wrap-top li {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: auto;
  gap: 20px;
}

.request-wrap-2-btn-wrap-top li h5 {
  font-weight: 700;
  font-size: 1.25rem;
}

.request-wrap-2-btn-wrap-top li button {
  width: 156px;
  height: 48px;
  background-color: #252a3c;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  border: none;
  cursor: pointer;
  margin-top: 16px;
  font-weight: 700;
}
.request-wrap-2-btn-wrap-top li button:hover {
  background-color: #FF5E04;
}

#selfAuth_modal {
  max-width: 480px;
  max-height: 800px;
}