@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;
}

/*
body {
  min-width: 480px;
  zoom: 1;
}
*/

#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: 4.5rem;
  z-index: 99;
  cursor: pointer;
  gap: 1rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  -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; /* 스크롤바의 너비 */
  height: 6px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1; /* 스크롤바 트랙의 배경 색상 */
}

::-webkit-scrollbar-thumb {
  background: #40404e; /* 스크롤바 썸의 배경 색상 */
  border-radius: 6px;
}

.top-img-wrap {
  background: url(/images/egovframework/aviation/data-banner.png) center no-repeat;
  margin: 0 auto 1rem; /* 수정 */
  /*max-width: 1920px;*/
  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;
}

.main {
  /*max-width: 1920px;*/
  width: 100%;
  margin: auto;
  overflow: hidden;
}

.swiper1 {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.swiper1:before {
  content: "";
  display: block;
  padding-top: 572px;
}
.swiper1 .swiper-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.swiper1 .swiper-pagination {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  bottom: 24px;
  left: 50%;
  width: auto;
  max-width: calc(100% - 172px);
  height: 40px;
  padding: 0 16px;
  background-color: #FFF;
  border-radius: 20px;
  transform: translateX(-50%);
  z-index: 2;
}
.swiper1 .swiper-pagination .swiper-pagination-bullet {
  margin: 4px;
  background-color: #8E8E8E; 
  border-radius: 4px;
  opacity: 1;
}
.swiper1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 20px;
  background-color: #246BEB;
}
.swiper1 .swiper-pagination .swiper-pagination-bullet:only-child {
  display: block !important;
}
.swiper1 .swiper-button-prev,
.swiper1 .swiper-button-next {
  width: 64px;
  height: 64px;
  background-color: #FFF;
  border: 1px solid #FFF;
  border-radius: 50%;
  z-index: 3;
}
.swiper1 .swiper-button-prev:after,
.swiper1 .swiper-button-next:after {
  font-size: 24px;
  font-weight: 700;
  color: #1D1D1D;
}
.swiper1 .swiper-button-prev.swiper-button-disabled,
.swiper1 .swiper-button-next.swiper-button-disabled {
  background-color: #E4E4E4;
  border-color: #E4E4E4;
  opacity: 1;
}
.swiper1 .swiper-button-prev.swiper-button-disabled:after,
.swiper1 .swiper-button-next.swiper-button-disabled:after {
  color: #8E8E8E;
}
.swiper1 .swiper-button-prev {
  left: 40px;
}
.swiper1 .swiper-button-next {
  right: 40px;
}

.main-search {
  margin: 3rem auto 1rem;
  max-width: 840px !important;
  width: 100%;
  padding: 0 20px;
  border-radius: 12px !important;
}
.main-search input {
  border-radius: 12px !important;
}
.recommend-search {
  width: 100%;
  max-width: 840px !important;
  margin: 0 auto 3rem;
  padding: 0 20px;
  box-sizing: border-box;
}
.recommend-search > dl {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  width: 100%;
  padding: 0 40px;
  box-sizing: border-box;
}
.recommend-search > dl > dt {
  padding: .25rem 1rem;
  font-weight: 500;
  white-space: nowrap;
  box-sizing: border-box;
}
.recommend-search > dl > dd {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: .5rem;
  width: 100%;
  padding: 0 1rem;
  font-weight: 300;
  box-sizing: border-box;
}
.recommend-search > dl > dd > span {
  padding: .25rem .5rem;
  color: #FF5E04;
  background-color: #FFF4F0;
  border: 1px solid #FFB599;
  border-radius: .25rem;
  cursor: pointer;
  transition: all .3s;
}
.recommend-search > dl > dd > span:hover {
  color: #FFF;
  background-color: #FF5E04;
}
.recommend-search > dl > dd > span:active {
  color: #FFF;
  background-color: #e35201;
}

.swiper2-out-wrap {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.swiper2-out-wrap .swiper-wrapper {
  z-index: 0;
}
.dv-popularityRanking-swiper {
  position: relative;
  width: 88px;
  height: 40px;
}
.dv-popularityRanking-swiper .swiper-button-prev,
.dv-popularityRanking-swiper .swiper-button-next {
  top: auto;
  bottom: 0;
  width: 40px;
  height: 40px;
  background-color: #FFF;
  border: 1px solid #E4E4E4;
  border-radius: 50%;
  z-index: 3;
}
.dv-popularityRanking-swiper .swiper-button-prev:after,
.dv-popularityRanking-swiper .swiper-button-next:after {
  font-size: 16px;
  font-weight: 700;
  color: #1D1D1D;
}
.dv-popularityRanking-swiper .swiper-button-prev.swiper-button-disabled,
.dv-popularityRanking-swiper .swiper-button-next.swiper-button-disabled {
  background-color: #E4E4E4;
  opacity: 1;
}
.dv-popularityRanking-swiper .swiper-button-prev.swiper-button-disabled:after,
.dv-popularityRanking-swiper .swiper-button-next.swiper-button-disabled:after {
  color: #8E8E8E;
}
.dv-popularityRanking-swiper .swiper-button-prev {
  left: auto;
  right: 48px;
}
.dv-popularityRanking-swiper .swiper-button-next {
  right: 0;
} 
.swiper2 {
  position: relative;
  width: 100%;
  flex-shrink: 0;
  margin: auto;
  box-sizing: border-box;
  overflow: hidden;
}
.swiper2 .swiper-wrapper {
  align-items: center !important;
}

.swiper3-out-wrap {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.swiper3-out-wrap .swiper-wrapper {
  z-index: 0;
}
.swiper3-out-wrap .swiper-pagination {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  bottom: 0;
  left: 50%;
  width: auto;
  max-width: calc(100% - 172px);
  height: 40px;
  transform: translateX(-50%);
  z-index: 2;
}
.swiper3-out-wrap .swiper-pagination .swiper-pagination-bullet {
  margin: 4px;
  background-color: #8E8E8E; 
  border-radius: 4px;
  opacity: 1;
}
.swiper3-out-wrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 20px;
  background-color: #FF5E04;
}
.swiper3-out-wrap .swiper-button-prev,
.swiper3-out-wrap .swiper-button-next {
  top: auto;
  bottom: 0;
  width: 40px;
  height: 40px;
  background-color: #FFF;
  border: 1px solid #E4E4E4;
  border-radius: 50%;
  z-index: 3;
}
.swiper3-out-wrap .swiper-button-prev:after,
.swiper3-out-wrap .swiper-button-next:after {
  font-size: 16px;
  font-weight: 700;
  color: #1D1D1D;
}
.swiper3-out-wrap .swiper-button-prev.swiper-button-disabled,
.swiper3-out-wrap .swiper-button-next.swiper-button-disabled {
  background-color: #E4E4E4;
  opacity: 1;
}
.swiper3-out-wrap .swiper-button-prev.swiper-button-disabled:after,
.swiper3-out-wrap .swiper-button-next.swiper-button-disabled:after {
  color: #8E8E8E;
}
.swiper3-out-wrap .swiper-button-prev {
  left: auto;
  right: 48px;
}
.swiper3-out-wrap .swiper-button-next {
  right: 0;
} 
.swiper3 {
  position: relative;
  width: 100%;
  height: 584px;
  padding-bottom: 64px;
  flex-shrink: 0;
  margin: auto;
  box-sizing: border-box;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide1 img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.swiper-slide2 {
  flex-flow: column nowrap;
  gap: 10px;
  position: relative;
  width: 30%;
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  opacity: .5 !important;
  overflow: hidden;
}
.swiper-slide2.swiper-slide-active {
  opacity: 1 !important;
}
.swiper-slide2 img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s;
}
.swiper-slide2.swiper-slide-active:hover {
  cursor: pointer;
}
.swiper-slide2.swiper-slide-active:hover img {
  scale: 1.1;
}

.swiper-slide2.swiper-slide-active:hover .popularityRanking-info {
  color: #FF5E04;
}

.swiper-slide3 {
  position: relative;
  width: 100%;
  overflow: visible !important;
  opacity: 0 !important;
  pointer-events: none;
}
.swiper-slide3.swiper-slide-active {
  opacity: 1 !important;
  pointer-events: auto;
}
.swiper-slide3.swiper-slide-prev {
  opacity: .15 !important;
}
.swiper-slide3 div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  top: 140px;
  right: -300px;
  width: 30%;
  max-width: 280px;
  padding: 0;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: left;
  width: calc(100% + 300px);
  word-break: keep-all;
  box-sizing: border-box;
  text-decoration: none;
  color: #666;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  transition: all .3s;
  z-index: 999;
}
.swiper-slide3.swiper-slide-prev div {
  right: 0;
  width: 100%;
  max-width: 100%;
  color: #fff;
  opacity: 0;
}
.swiper-slide3 img {
  transition: .3s;
  object-fit: cover;
  width: 100%;
  height: 100% !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-slide3:hover img {
  filter: brightness(0.6);
}

.main-title-wrap {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1320px;
  margin: 2rem auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.main-title-wrap h2 {
  font-size: 2rem;
  font-weight: 700;
}
.main-title-wrap .main-title-link {
  display: inline-flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: 2px;
  font-weight: 1.15rem;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  transition: all .1s;
  cursor: pointer;
}
.main-title-wrap .main-title-link:hover {
  opacity: 0.7;
}
.main-title-wrap .main-title-link:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(../../../img/svg/icon-main-title-link.svg);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: center;
}
.main-title-wrap-1 {
  padding: 0 20px;
}

.main-data-wrap {
  width: 100%;
  max-width: 1320px;
  padding: 0 20px;
  box-sizing: border-box;
  margin: 5rem auto 0;
}

.main-data-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.main-data-grid li a {
  text-decoration: none;
  color: #fff;
}
.main-data-grid li a div {
  margin: 1rem auto;
  display: flex;
  gap: 1rem;
  flex-direction: column;
  overflow: hidden;
  border-radius: 12px;
}
.main-data-grid li a div img {
  transition: 0.2s;
}

/* 2023-11-23 수정 */
.main-data-grid li a div:first-child img {
  width: 100%;
  height: 250px;
  border-radius: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.main-data-grid li a div:last-child {
  padding: 0.5rem 0;
  border-radius: 0 !important;
  transition: all .3s;
}
.main-data-grid li a div:last-child h5 {
  font-weight: 700;
  font-size: 1.5rem;
  color: #1D1D1D;
  transition: all .3s;
}
.main-data-grid li a div:last-child p {
  color: #555;
}
.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-grid li a:hover div:last-child h5 {  
  color: #ff5e04;
}
.main-data-grid li a:hover img {
  scale: 1.1;
}

/* 25.01.22 메인 추가 */
.dv-main-data-popularityRanking {
  width: 100%;
  background-image: url(../../../img/main/main-popularityRanking-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.dv-main-data-popularityRanking > div {
  display: flex;
  flex-flow: row nowrap;
  gap: 20px;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 60px 20px;
  box-sizing: border-box;
}
.dv-main-data-popularityRanking .main-title-wrap {  
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  width: 30%;
  max-width: 280px;
  margin: 0;
  padding: 0;
}
.dv-main-data-popularityRanking .main-title-wrap h2 {
  font-weight: 900;
  white-space: nowrap;
  color: #fff;
}
.dv-main-data-popularityRanking .swiper2-out-wrap {
  width: 100%;
  max-width: calc(100% - 300px);
}
.dv-main-data-popularityRanking .dv-popularityRanking-count {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 60px;
  height: 60px;
  background-image: url(../../../img/main/icon-popularityRanking.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  z-index: 2;
}
.dv-main-data-popularityRanking .dv-popularityRanking-count > span {
  display: block;
  padding-top: 6px;
  font-size: 20px;
  font-weight: 900;
  color: #fff;
}
.dv-main-data-popularityRanking .popularityRanking-img {
  overflow: hidden;
  z-index: 1;
}
.dv-main-data-popularityRanking .popularityRanking-info {
  font-size: 1.5rem;  
  transition: all .3s;
}
.dv-main-data-collection {
  width: 100%;
  background-image: url(../../../img/main/main-collection-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.dv-main-data-collection > div {
  display: flex;
  flex-flow: row nowrap;
  gap: 20px;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 40px 20px;
  box-sizing: border-box;
}
.dv-main-data-collection .main-title-wrap {  
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  order: 2;
  width: 30%;
  max-width: 280px;
  margin: 0;
  padding: 0;
  z-index: 1;
}
.dv-main-data-collection .main-title-wrap h2 {
  font-weight: 900;
  white-space: nowrap;
}
.dv-main-data-collection .swiper3-out-wrap {
  order: 1;
  width: 100%;
  max-width: calc(100% - 300px);
  z-index: 0;
}

/* 24.10.07 수정 */
footer {
  position: relative;
  width: 100%;
  color: #1D1D1D;
  margin: 80px auto 0;
  z-index: 1;
}
.foot-quick {
  position: relative;
  width: 100%; 
  padding: 0 20px;
  background-color: #fff;  
  border-top: 1px solid #D8D8D8;
  border-bottom: 1px solid #D8D8D8;
  box-sizing: border-box;
}
.foot-quick button {
  display: flex;   
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: flex-start;
  height: 100%;
  padding: 0 24px;
  font-size: 1.062em;
  text-align: left;
  background-color: transparent;
  border: 0;
  cursor: pointer;
}
.foot-quick button:after {
  content: "";
  display: block;
  width: 1.35em;
  height: 1.35em;
  background-image: url(../../../img/svg/icon-ft-quick.svg);
  background-repeat: no-repeat;
  background-size: 1em;
  background-position: center;
  transform: rotate(0deg);
  transition: all .3s;
}
.foot-quick button:hover {
  background-color: #FFF4F0;
  transition: all .3s;
}
.foot-quick button:hover:after {
  transform: rotate(90deg);
}
.foot-quick button:active {
  background-color: #FFB599;
  transition: all .3s;
}
.foot-quick > div {
  display: flex;  
  flex-flow: row nowrap;  
  position: relative;
  width: 100%;
  max-width: 1280px;
  height: 56px;
  margin: 0 auto;
}
.foot-quick > div > * {
  position: relative;
  width: calc(100% / 3);
  border-left: 1px solid #D8D8D8;
  z-index: 0;
}
.foot-quick > div > *:last-child {
  border-right: 1px solid #D8D8D8;
}
.dv-foot-quick-list {
  position: relative;
}
.dv-foot-quick-list button {
  position: relative;
  width: 100%;
  z-index: 1;
}
.dv-foot-quick-list .dv-foot-quick-list-info {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #FFF;
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
  overflow: hidden;
}
.dv-foot-quick-list .dv-foot-quick-list-info > ul > li {
  display: flex;  
  flex-flow: row nowrap;  
  align-items: center;
  align-content: flex-start;
  height: 56px;
  padding: 0 24px;
  font-size: 1.062em;
}
.dv-foot-quick-list .dv-foot-quick-list-info > ul > li + li {
  border-top: 1px solid #D8D8D8;
}
.dv-foot-quick-list .dv-foot-quick-list-info > ul > li > a {
  display: inline-block;
  position: relative;
  max-width: 100%;
  transition: all .3s;
  vertical-align: top;
}
.dv-foot-quick-list .dv-foot-quick-list-info > ul > li > a:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #FF5E04;
  transition: all .3s;
}
.dv-foot-quick-list .dv-foot-quick-list-info > ul > li > a:hover {
  color: #FF5E04;
}
.dv-foot-quick-list .dv-foot-quick-list-info > ul > li > a:hover:before {
  width: 100%;
}
.dv-foot-quick-list .spn-foot-quick-close {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.dv-foot-quick-list.active {
  z-index: 1;
}
.dv-foot-quick-list.active button {
  background-color: #D8D8D8;
  opacity: .5;
}
.dv-foot-quick-list.active .dv-foot-quick-list-info {
  height: auto;
  border: 1px solid #D8D8D8;
}
.dv-foot-quick-list.active .spn-foot-quick-close {
  display: block;
}
footer .foot-inner {
  position: relative;
  width: 100%; 
  padding: 0 20px;
  background-color: #F0F0F0;
  box-sizing: border-box;
}
footer .foot-inner > div {
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  gap: 40px;
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  padding: 40px 0;
}
.f-logo {
  width: 100%;
}
.f-cnt {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  font-size: 1.062rem;
}
.f-info {  
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  gap: 10px;
  width: calc(100% - 200px);
}
.f-info .info-addr {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 4px;
  width: 100%;
}
.f-info .info-addr > strong {
  font-weight: 700;
}
.f-info .info-cs {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.f-info .info-cs > strong {
  font-weight: 700;
}
.f-info .info-cs > span.sp-coma:before {
  content: ",";
  margin-left: 4px;
  margin-right: 8px;
}
.f-info .info-cs > span.sp-slash:before {
  content: "/";
  margin: 0 6px;
}
.f-link {
  display: flex;  
  flex-flow: column nowrap;
  align-items: flex-start;
  width: 184px;
  gap: 40px;
}
.f-link .link-go {  
  display: flex;  
  flex-flow: column nowrap;
  align-items: flex-start;
  gap: 16px;
}
.f-link .link-go > a {
  display: inline-flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: 4px;
  font-weight: 700;
}
.f-link .link-go > a:after {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url(../../../img/svg/icon-ft-link-arr.svg);
  background-repeat: no-repeat;
  background-size: 1rem;
  background-position: center;
}
.f-link .link-sns {  
  display: flex;  
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.f-link .link-sns > a {
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
  font-size: 0;
  background-color: #FFF;
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: center;
  border: 1px solid #E4E4E4;
  border-radius: 50%;
  transition: all .3s;
}
.f-link .link-sns > a:hover {
  background-color: #FFF4F0;
}
.f-link .link-sns > a:active {
  background-color: #FFB599;
}
.f-link .link-sns > a.instagram {
  background-image: url(../../../img/svg/icon-instagram.svg);
}
.f-link .link-sns > a.youtube {
  background-image: url(../../../img/svg/icon-youtube.svg);
}
.f-link .link-sns > a.facebook {
  background-image: url(../../../img/svg/icon-facebook.svg);
}
.f-link .link-sns > a.naverBlog {
  background-image: url(../../../img/svg/icon-naverblog.svg);
}
.f-btm { 
  width: 100%;
  padding-top: 16px;
  border-top: 1px solid #D8D8D8;
}
.f-btm-text { 
  display: flex;  
  flex-flow: column nowrap;
  align-items: flex-start;
  gap: 16px;
}
.f-btm-text .f-menu {   
  display: flex;  
  flex-flow: row nowrap;
  align-items: center;
  gap: 24px;
  font-size: 1.062rem;
}
.f-btm-text .f-menu > a.point {
  color: #003675;
  font-weight: 700;
}
.f-btm-text .f-copy {
  font-size: .92rem;
  color: #555;
}

.data-view-wrap {
  width: 100%;
  /*max-width: 1920px;*/
  display: block;
  margin: auto;
  color: #222222;
}

/* 2024.10.02 추가 */
.data-view-wrap-info {
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}

/* 2023-11-23 수정 */
.data-view-search-wrap {
  width: 100%;
  min-height: 52px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 1% auto;
  max-width: 1728px;
  gap: 8px;
}
.data-view-search-wrap > * {
  height: 52px;
  margin: 0;
}

.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: 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;
  border-radius: 30px;
}
.data-search input {
  font-size: 1.062rem;
  width: 100%;
  border: 0;
  border-radius: 12px;
  padding-left: 1rem;
  padding-right: 4rem;
  height: 100%;
  border-radius: 30px;
}
.data-search input::-moz-placeholder {
  font-size: 1.062rem;
  color: #ABABAB;
}
.data-search input::placeholder {
  font-size: 1.062rem;
  color: #ABABAB;
}
.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: calc(20% - 32px);
  box-sizing: border-box;
  margin: 20px 16px;
}

.item:hover {
  text-decoration: underline;
  text-decoration-color: #ff5e04;
  text-decoration-thickness: 3px;
  text-underline-offset: 0.3em;
}

.item .item-img {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.item .item-img img {
  display: block;
  position: relative;
  width: 100%;
  transform: scale(1);
  transition: all .3s;
}
.item:hover .item-img:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 3px solid #ff5e04;
  box-sizing: border-box;
  z-index: 1;
}
.item:hover .item-img img {
  transform: scale(1.1);
}
.aviation {
	cursor: pointer;
}

.library {
	cursor: pointer;
}

.main-wrap {
  width: 100%;
}

.gallery-wrap {
  width: 100%;
  max-width: 1752px;
  min-height: 420px;
  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;
  cursor: pointer;
}
.data-text-wrap p {
  margin-top: 1%;
  font-size: 17px;
  font-weight: 300;
  cursor: pointer;
}

.check-onoff {
  display: none;
}

.check-wrap {
  width: 100%;
  max-width: 1728px;
  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%;
  padding: 1rem;
  box-sizing: border-box;
}

.check-wrap li:last-child {
  border: none;
}

.check-box-wrap {
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  height: auto;
  max-height: 140px;
}

.check-box-wrap label {
  display: flex;
  align-items: center;
  margin: 0;
}
.check-box-wrap label input {
  margin-right: 8px;
}

.check-footer {
  display: flex;
  align-items: center;
  height: 70px;
  background-color: #f5f5f5;
  width: 100%;
  max-width: 1728px;
  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;
}

/* 231218 추가 */
.page-button.active {
	background-color: #40404E;
	color: white;
}

#activeButtonID {
	background-color: #40404E;
	color: white;
}

.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: 1200px;
  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;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
}

.view-data-title h3 {
  max-width: 100%;
  font-weight: 800;
  font-size: 35px;
  /* white-space: nowrap; */
}
.view-data-title p {
  font-weight: 600;
  font-size: 17px;
}

.view-data-btn-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  max-width: 100%;
}
.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 {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin: 2rem auto;
}
.view-data-info-left,
.view-data-info-right {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 48%;
  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;
  background-color: #f4f4f4;
  padding: 1rem;
  justify-content: space-around;
  font-size: 17px;
  gap: 1rem;
}
.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: right;
  display: flex;
  align-items: center;
}
.data-license-wrap .data-license-right img {
  height: 50px;
}

.data-license-wrap2 {
  margin: 1.5rem auto;
  display: flex;
  background-color: #f4f4f4;
  padding: 1rem;
  justify-content: space-around;
  font-size: 17px;
  flex-direction: column;
  gap: 1rem;
}
.data-license-wrap2 .data-license-left2 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 1rem;
}
.data-license-wrap2 .data-license-left2 span {
  margin: 1% 0;
  font-weight: 600;
}
.data-license-wrap2 .data-license-right2 {
  justify-content: right;
  display: flex;
  align-items: center;
}
.data-license-wrap2 .data-license-right2 img {
  height: 40px;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 999;
}

.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;
  margin-bottom: 1rem;
}
.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: #000;
}

.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;
  border-radius: 12px;
}

.view-detail-nav-2 {
  max-width: 1200px;
  width: 100%;
  margin: 1% auto 0;
}

.gallery-wrap-2 {
  max-width: 1200px;
  width: 100%;
  margin: 3rem auto;
}

/* 2023-11-21 수정 */
.gallery-wrap-2 .gallery-wrap-2-text {
  font-size: 2rem;
  font-weight: 700;
  margin: 1rem auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.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 {
  position: relative;
  width: 100%;
  height: 200px;
  border-radius: 4px;
  overflow: hidden;
}
.gallery-2 .item-2 .item-2-img-wrap img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  border-radius: 4px;
  transform: translate(-50%, -50%);
  transition: all .3s;
  cursor: pointer;
}
.gallery-2 .item-2:hover .item-2-img-wrap img {
  width: 100%;
}
.gallery-2 .item-2 .data-text-wrap-2 {
  border: none;
}
.gallery-2 .item-2:hover .data-text-wrap h4,
.gallery-2 .item-2:hover .data-text-wrap p {
  text-decoration: underline;
  text-decoration-color: #ff5e04; /* 언더라인 색상 설정 */
  text-decoration-thickness: 3px; /* 언더라인 두께 설정 */
  text-underline-offset: 0.3em;
}
.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 {
  max-width: 1200px;
  width: 100%;
  border-radius: 12px;
}

/* 24.10.07 추가 */
.data-view-search-wrap-2 .data-search select {
  width: auto;
  height: 100%;
  padding-left: 1rem;
  padding-right: 4rem;
  font-size: 1.062rem;
  border: 0;
  border-radius: 12px 0 0 12px;
}
.data-view-search-wrap-2 .data-search input {
  border-radius: 12px;
}
.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: 1320px;
  margin: 1rem auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  box-sizing: border-box;
}
.total-wrap .total-top {
  padding: 2rem 0;
  box-sizing: border-box;
  font-size: 2rem;
  font-weight: 700;
  width: 100%;
  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;
}

/*2023.11.14 통합검색 메인, 관련기관 레이아웃*/

.total-wrap .total-list-7 {
  width: 95%;
  margin: 1rem auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
.total-wrap .total-list-7 li a {
  text-decoration: none;
  color: #000;
  display: flex;
  gap: 1rem;
}
.total-wrap .total-list-7 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-7 li a .total-img img {
  height: 100%;
}
.total-wrap .total-list-7 li a .total-info {
  width: 70%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.total-wrap .total-list-7 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-7 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-7 li a .total-info p:nth-child(3) {
  font-size: 14px;
  color: #595959;
}

/*2023.11.14 통합검색 메인, 관련기관 레이아웃*/

.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;
  /* 2023-11-20 추가 */
  width: 100%;
}

.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-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;
}
.request-wrap .request-inquiry-wrap button:hover {
  background-color: #252a3c;
}

.sub-in-wrap {
  width: 100%;
  max-width: 1200px;
  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;
  align-items: center;
  justify-content: space-between;
  margin: 1rem auto;
}
.sub-in-wrap .donate-input-wrap div dl dt {
  font-weight: 600;
  color: #000;
  width: 20%;
}
.sub-in-wrap .donate-input-wrap div dl dd {
  width: 80%;
}
.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 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;
}

.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;
  align-items: center;
  justify-content: left;
  gap: 1rem;
  margin: 1rem 0;
}
.donate-thumbnail-wrap li {
  width: 80px;
  height: 80px;
  display: flex;
  align-content: center;
  border: 1px solid #ABABAB;
  border-radius: 4px;
  position: relative;
}
.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:hover {
  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-left button:hover {
  background-color: #FF5E04;
}

.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-btn-wrap-2-right button:hover {
  background-color: #FF5E04;
}

.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: 999;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  display: none;
}

.detail-title {
  max-width: 1200px;
  width: 100%;
  margin: 1rem auto;
  font-size: 1.5rem;
  font-weight: 700;
}

.book-detail-wrap {
  max-width: 1200px;
  width: 100%;
  margin: 1rem auto;
}
.book-detail-wrap .book-detail-img-dl {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1215686275);
  padding-bottom: 2rem;
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 3.5fr 6.5fr;
}
.book-detail-wrap .book-detail-img-dl .book-detail-img-wrap {
  background-color: #ccc;
  border-radius: 4px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.book-detail-wrap .book-detail-img-dl .book-detail-img-wrap img {
  width: 100%;
}
.book-detail-wrap .book-detail-img-dl .book-detail-dl-wrap .book-detail-dl-title {
  font-size: 1.5rem;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1215686275);
}
.book-detail-wrap .book-detail-img-dl .book-detail-dl-wrap dl {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1215686275);
  display: flex;
  font-size: 17px;
  padding: 1rem 0;
}
.book-detail-wrap .book-detail-img-dl .book-detail-dl-wrap dl dt {
  font-weight: 600;
  width: 15%;
}
.book-detail-wrap .book-detail-img-dl .book-detail-dl-wrap dl:last-child {
  border: none;
}
.book-detail-wrap .book-detail-sub-wrap .book-detail-sub-title {
  font-size: 18px;
  margin: 1rem 0;
}
.book-detail-wrap .book-detail-sub-wrap .sub-title-bg {
  width: 100%;
  border-bottom: 1px solid #f4f4f4;
}
.book-detail-wrap .book-detail-sub-wrap .sub-title-bg span {
  font-weight: 600;
  padding: 0 10rem 0 2rem;
  background-color: #f4f4f4;
  height: 40px;
  display: inline-flex;
  align-items: center;
  border-radius: 4px 4px 0 0;
}
.book-detail-wrap .book-detail-sub-wrap .sub-info-wrap {
  padding: 1rem;
}
.book-detail-wrap .book-detail-sub-wrap .book-detail-table {
  border-spacing: 2px;
  border-collapse: separate;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
.book-detail-wrap .book-detail-sub-wrap .book-detail-table thead {
  background-color: #f4f4f4;
}
.book-detail-wrap .book-detail-sub-wrap .book-detail-table th {
  padding: 1rem;
}
.book-detail-wrap .book-detail-sub-wrap .book-detail-table th:first-child {
  border-radius: 4px;
}
.book-detail-wrap .book-detail-sub-wrap .book-detail-table th:last-child {
  border-radius: 4px;
}
.book-detail-wrap .book-detail-sub-wrap .book-detail-table td {
  padding: 1rem;
}
.book-detail-wrap .book-detail-sub-wrap .book-detail-table tr {
  border-bottom: 1px solid #f4f4f4;
}
.book-detail-wrap .book-detail-sub-wrap .book-detail-table tr:last-child {
  border: none;
}/*# sourceMappingURL=service-view.css.map */

.print-img-wrap {
  height: auto;
}

.print-img-wrap-2 {
  height: auto !important;
}

.print-data-wrap {
  margin: 0 auto;
  scale: 0.8;
}

.print-img {
  height: 400px;
}

/* 2023-11-29 에러 페이지 추가 */
.error-wrap {
	height: 80vh;
	display: flex;
	justify-content: center;
	align-items: center;
}

.error-wrap-2 {
	width: 600px;
	height: 300px;
	background-color: #f4f4f4;
	border: 1px solid #525252;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}

.error-wrap-3 {
	display: flex;
	align-items: center;
}

.error-wrap-3 img {
	margin-right: 10px;
}

.error-text-wrap h2 {
	margin: 0;
	color : #525252;
}

.error-btn-wrap {
	margin-top: 15px;
}

.error-btn {
	cursor: pointer;
	font-weight: 700;
	width: 80px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	border-radius: 20px;
	background-color: #525252;
	color: #fff;
}


#util_prps, #indst_group {
	width: 100%;
    display: flex;
    height: 40px;
    align-items: center;
    justify-content: center;
    padding: 0 1%;
    border: 1px solid #ABABAB;
    border-radius: 4px;
    margin-top: 0.5rem;
    padding-left: 1rem;
}


.view-data-btn-5 {
	border-radius: 30px;
}

/* 셀렉트 박스 스타일 */
select {
  -webkit-appearance: none; /* 크롬 화살표 없애기 */
  -moz-appearance: none; /* 파이어폭스 화살표 없애기 */
  appearance: none; /* 화살표 없애기 */
  width: 100%;
  background: url(/images/egovframework/aviation/select-arrow.png) no-repeat 20px 13px;
  background-position: center right 1rem;
  padding-right: 2.5rem;
}

#download:disabled {
    /* 비활성화된 상태의 배경색과 글자색 */
    background-color: #F0F0F0;
    color: #000;
}

/* 24.10.07 FAQ 추가 */
.board-list-content {
  width: 100%;
}
.faq .board-list-thead {
  display: flex;
  align-items: center;
  min-height: 56px;
  text-align: left;
  font-size: 1.062rem;
  font-weight: 700;
  color: #1D1D1D;
  border-bottom: 1px solid #D9D9D9;
}
.faq .board-list-thead > ul {
  width: 100%;
}
.faq .board-list-thead > ul > li {  
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}
.faq .board-list-thead > ul > li:hover {
  text-decoration: underline;
  text-underline-position : under;
}
.faq .board-list-tbody {
  width: 100%;
  padding: 30px 20px;
  font-size: 1.062rem;
  color: #555;
  background-color: #F5F5F5;
  border-bottom: 1px solid #D9D9D9;
  box-sizing: border-box;
}
.faq .board-list-tbody > ul {
  width: 100%;
}
.faq .board-list-tbody > ul > li {  
  display: flex;
  align-items: center;
}

.dv-recommend-search {
  width: 100%;    
  max-width: 1728px;
  margin: 1% auto 10px;
  box-sizing: border-box;
}
.dv-recommend-search.hide {
  display: none;
}
.dv-recommend-search > dl {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  width: 100%;
  padding: 10px 20px;
  background-color: #fff;
  border: 0;
  border-radius: 20px;
  box-sizing: border-box;
}
.dv-recommend-search > dl > dt {
  display: inline-flex;
  flex-flow: row nowrap;
  align-items: center;
  width: 192px;
  height: 38px;
  padding: 4px;
  font-size: 1.19rem;
  font-weight: 500;
  border-right: 1px solid #ABABAB;
  box-sizing: border-box;
}
.dv-recommend-search > dl > dd {
  padding-left: 20px;
  box-sizing: border-box;
}
.dv-recommend-search > dl > dd > span {
  display: inline-flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  height: 32px;
  margin: 2px;
  padding: 0 16px;
  font-size: 1rem;
  color: #FF5E04;
  background-color: #FFF4F0;
  border: 1px solid #FFB599;
  border-radius: 16px;
  cursor: pointer;
  box-sizing: border-box;
  transition: all .3s;
}
.dv-recommend-search > dl > dd > span:hover {
  color: #FFF;
  background-color: #FF5E04;
}
.dv-recommend-search > dl > dd > span:active {
  color: #FFF;
  background-color: #e35201;
}

/* 통계 추가 */
.statistics-title {
  padding: 2rem 0;
  box-sizing: border-box;
  font-size: 2rem;
  font-weight: 700;
  width: 100%;
  text-align: center;
}
.field-statistics-search {  
  width: 100%;
  border: 0;
}
.field-statistics-search form {
  display: flex;  
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 100%;
}
.field-statistics-search button {
  display: inline-flex; 
  justify-content: center;
  flex-flow: row nowrap;
  align-items: center;
  width: auto;
  height: 38px;
  padding: 0 16px;
  color: #FFF;
  white-space: nowrap;
  background-color: #FF5E04;
  border: 1px solid #FF5E04;
  border-radius: 6px;
  cursor: pointer;
}
.field-statistics-search .search-condition {  
  display: inline-flex;  
  flex-flow: row nowrap;
  align-items: center;
  gap: 4px;
}
.field-statistics-search .search-condition > button {  
  color: #999;
  background-color: #FFF;
  border-color: #D9D9D9;
}
.field-statistics-search .search-condition > button:hover {
  color: #1D1D1D;
  background-color: #FFF4F0;
  transition: all .3s;
}
.field-statistics-search .search-condition > button:active {
  color: #1D1D1D;
  background-color: #FFB599;
  transition: all .3s;
}
.field-statistics-search .search-condition > button.active {
  color: #FFF;
  background-color: #FF5E04;
  border-color: #FF5E04;
  cursor: default;
  pointer-events: none;
}
.field-statistics-search .search-condition > button.active:hover,
.field-statistics-search .search-condition > button.active:active {
  background-color: #FF5E04;
  border-color: #FF5E04;
}
.field-statistics-search .data-input {
  width: auto;
  border-color: #D9D9D9;
}
.dv-statistics-chart {
  position: relative;
  width: 100%;
  margin: 40px 0;
}
.dv-statistics-chart:before {
  content: "";
  display: block;
  padding-top: 50%;
}
.dv-statistics-chart > canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.dv-statistics-tbl {
  position: relative;
  width: 100%;
}
.dv-statistics-tbl + .dv-statistics-tbl {
  margin-top: 40px;
}
.dv-statistics-tbl > h3 {
  position: relative;
  margin-bottom: 10px;
  padding-left: 15px;
  font-size: 1.15em;
  font-weight: 500;
  color: #333;
}
.dv-statistics-tbl > h3:before {
  content: "";
  display: block;
  position: absolute;
  top: .25rem;
  left: 0;
  width: 4px;
  height: .98rem;
  background-color: #9D9D9D;
}
.dv-statistics-tbl > div {
  position: relative;
  width: 100%;
  overflow: auto;
}
.dv-statistics-tbl table {
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  min-width: 1140px;
  width: 100%;
  border: 1px solid #9D9D9D;
  border-radius: 10px;
}
.dv-statistics-tbl table caption {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0;
  opacity: 0;
}
.dv-statistics-tbl table th, 
.dv-statistics-tbl table td {
  padding: 8px 16px;
}
.dv-statistics-tbl table thead th {
  height: 42px;
  background-color: #EFEFEF;
  border-right: 1px solid #9D9D9D;
  border-bottom: 1px solid #9D9D9D;
}
.dv-statistics-tbl table thead th:first-child {
  border-top-left-radius: 10px;
}
.dv-statistics-tbl table thead th:last-child {
  border-right: 0;
  border-top-right-radius: 10px;
}

.dv-statistics-tbl table tbody td {
  height: 36px;
  text-align: right;
  border-right: 1px solid #D9D9D9;
}
.dv-statistics-tbl table tbody td:first-child {
  font-weight: 500;
}
.dv-statistics-tbl table tbody td:last-child {
  border-right: 0;
}
.dv-statistics-tbl table tbody tr + tr td {
  border-top: 1px solid #D9D9D9;
}
.dv-statistics-tbl table tbody tr *:first-child {
  text-align: center;
  background-color: #f9f9f9;
}
.dv-statistics-tbl table tfoot td {
  height: 42px;
  font-weight: 500;
  text-align: right;
  background-color: #f9f9f9;
  border-top: 1px solid #D9D9D9;
  border-right: 1px solid #D9D9D9;
}
.dv-statistics-tbl table tfoot td:first-child {
  font-weight: 700;
  text-align: center;
  border-bottom-left-radius: 10px;
}
.dv-statistics-tbl table tfoot td:last-child {
  border-right: 0;
  border-bottom-right-radius: 10px;
}

.lab-input {
  display: inline-flex;
  flex-flow: row nowrap;
  align-items: center;
  position: relative;
  gap: 4px;
  width: auto;
  max-width: 100%;
}
.lab-input > input[type="checkbox"],
.lab-input > input[type="radio"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.lab-input > input[type="checkbox"] + i,
.lab-input > input[type="radio"] + i {
  display: block;
  position: relative;
  width: 1.2rem;
  height: 1.2rem;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 0;
  background-color: #FFF;
  border: 1px solid #ABABAB;
  border-radius: 4px;
}
.lab-input > input[type="checkbox"] ~ span,
.lab-input > input[type="radio"] ~ span {
  white-space: nowrap;
  line-height: 1;
  font-size: 1rem;
  font-weight: 300;
}
.lab-input > input[type="checkbox"]:checked + i,
.lab-input > input[type="radio"]:checked + i {
  color: #FFF;
  background-color: #1D1D1D;
  border-color: #1D1D1D;
}
.lab-input > input[type="checkbox"]:checked + i:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 1.2rem;
  background-image: url(../../../img/svg/icon-check.svg);
  background-repeat: no-repeat;
  background-size: 1.2rem;
  background-position: center;
}
.lab-input > input[type="checkbox"]:checked ~ span,
.lab-input > input[type="radio"]:checked ~ span {
  font-weight: 500;
}

.dv-data-view-search-history {
  display: flex;
  flex-flow: column wrap;
  align-items: flex-start;
  width: 100%;
  height: auto;
}
.dv-data-view-search-history > * {
  margin: 0;
}
.dv-keyword-history {
  display: none;
  width: 100%;
  padding: 10px;
  border-radius: 30px;
  box-sizing: border-box;
}
.dv-keyword-history.active {
  display: block;
} 
.dv-keyword-history > dl {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  width: 100%;
}
.dv-keyword-history > dl > dt {
  display: inline-flex;
  flex-flow: row nowrap;
  align-items: center;
  height: 38px;
  padding: 4px 20px 4px 10px;
  font-size: 1.12rem;
  font-weight: 500;
  border-right: 1px solid #DDD;
  box-sizing: border-box;
}
.dv-keyword-history > dl > dd {
  padding-left: 20px;
  box-sizing: border-box;
}
.dv-keyword-history > dl > dd > span {
  display: inline-flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
  height: 32px;
  margin: 2px;
  padding: 0 16px;
  padding-right: 8px;
  font-size: 1rem;
  color: #FFF;
  background-color: #FF5E04;
  border-radius: 16px;
  box-sizing: border-box;
}
.dv-keyword-history > dl > dd > span > i {
  display: block;
  position: relative;
  width: 1rem;
  height: 1rem;
  font-size: 0;
  background-color: rgba(255, 255, 255, .15);
  border-radius: 50%;
  cursor: pointer;
}
.dv-keyword-history > dl > dd > span > i:before,
.dv-keyword-history > dl > dd > span > i:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 6px);
  height: 1px;
  background-color: #FFF;
}
.dv-keyword-history > dl > dd > span > i:before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.dv-keyword-history > dl > dd > span > i:after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.gallery.js-masonry .noData {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 420px;
}