@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap");
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css");
* {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  vertical-align: top;
  max-width: 100%;
  filter: none;
}

button {
  background-color: inherit;
  cursor: pointer;
  font-family: "Pretendard Variable", Pretendard, "Noto Sans KR", "Malgun Gothic", sans-serif;
  color: #000;
}

h2 {
  font-size: 30px;
}

input,
select,
textarea {
  font-family: "Pretendard Variable", Pretendard, "Noto Sans KR", "Malgun Gothic", sans-serif;
  color: #000;
}

html,
body {
  font-family: "Pretendard Variable", Pretendard, "Noto Sans KR", "Malgun Gothic", sans-serif;
  color: #000;
  overflow-x: hidden;
  width: 100%;
  margin: 0 auto;
  letter-spacing: -1px;
  /*   user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none; */
}

body {
  overflow-y: hidden;
}

h2 {
  text-align: center;
  margin-bottom: 30px;
}

.w-1024 {
  position: relative;
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}

.w-1200 {
  position: relative;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}

.w-1440 {
  position: relative;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}

@media (max-width: 768px) {
  .mb_none_br {
    display: none;
  }
}
.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 1.8rem;
}

.info_wrap01,
.info_wrap02,
.info_wrap03 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 9999;
  display: none;
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.info_wrap01[aria-hidden=true],
.info_wrap02[aria-hidden=true],
.info_wrap03[aria-hidden=true] {
  display: none !important;
}
.info_wrap01[aria-hidden=false],
.info_wrap02[aria-hidden=false],
.info_wrap03[aria-hidden=false] {
  opacity: 1;
}
.info_wrap01 .content,
.info_wrap02 .content,
.info_wrap03 .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  max-width: 90%;
  max-height: 90%;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.info_wrap01 .content:focus,
.info_wrap02 .content:focus,
.info_wrap03 .content:focus {
  outline: none;
}
.info_wrap01[aria-hidden=false] .info_wrap01 .content, .info_wrap02[aria-hidden=false] .info_wrap01 .content, .info_wrap03[aria-hidden=false] .info_wrap01 .content,
.info_wrap01[aria-hidden=false] .info_wrap02 .content,
.info_wrap02[aria-hidden=false] .info_wrap02 .content,
.info_wrap03[aria-hidden=false] .info_wrap02 .content,
.info_wrap01[aria-hidden=false] .info_wrap03 .content,
.info_wrap02[aria-hidden=false] .info_wrap03 .content,
.info_wrap03[aria-hidden=false] .info_wrap03 .content {
  transform: translate(-50%, -50%) scale(1);
}
.info_wrap01 .news-view,
.info_wrap02 .news-view,
.info_wrap03 .news-view {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 30px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}
.info_wrap01 .news-view::before,
.info_wrap02 .news-view::before,
.info_wrap03 .news-view::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(135deg, #e95515 0%, #f59e0b 100%);
  border-radius: 1px;
}
.info_wrap01 .news-view .title,
.info_wrap02 .news-view .title,
.info_wrap03 .news-view .title {
  font-size: 20px;
  font-weight: 700;
  color: #2d3748;
  letter-spacing: -0.5px;
  position: relative;
}
.info_wrap01 .news-view .title::after,
.info_wrap02 .news-view .title::after,
.info_wrap03 .news-view .title::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 30px;
  height: 3px;
  background: linear-gradient(135deg, #e95515 0%, #f59e0b 100%);
  border-radius: 2px;
  transition: width 0.3s ease;
}
.info_wrap01 .news-view .title:hover::after,
.info_wrap02 .news-view .title:hover::after,
.info_wrap03 .news-view .title:hover::after {
  width: 50px;
}
.info_wrap01 .news-view .info_close_btn .modal-close-btn,
.info_wrap02 .news-view .info_close_btn .modal-close-btn,
.info_wrap03 .news-view .info_close_btn .modal-close-btn {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 12px;
  cursor: pointer;
  border-radius: 12px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}
.info_wrap01 .news-view .info_close_btn .modal-close-btn::before,
.info_wrap02 .news-view .info_close_btn .modal-close-btn::before,
.info_wrap03 .news-view .info_close_btn .modal-close-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
}
.info_wrap01 .news-view .info_close_btn .modal-close-btn:hover,
.info_wrap02 .news-view .info_close_btn .modal-close-btn:hover,
.info_wrap03 .news-view .info_close_btn .modal-close-btn:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
.info_wrap01 .news-view .info_close_btn .modal-close-btn:hover::before,
.info_wrap02 .news-view .info_close_btn .modal-close-btn:hover::before,
.info_wrap03 .news-view .info_close_btn .modal-close-btn:hover::before {
  left: 100%;
}
.info_wrap01 .news-view .info_close_btn .modal-close-btn img,
.info_wrap02 .news-view .info_close_btn .modal-close-btn img,
.info_wrap03 .news-view .info_close_btn .modal-close-btn img {
  width: 18px;
  height: 18px;
  filter: brightness(0.7);
  transition: filter 0.3s ease;
}
.info_wrap01 .news-view .info_close_btn .modal-close-btn:hover img,
.info_wrap02 .news-view .info_close_btn .modal-close-btn:hover img,
.info_wrap03 .news-view .info_close_btn .modal-close-btn:hover img {
  filter: brightness(1);
}
.info_wrap01 .view-detail,
.info_wrap02 .view-detail,
.info_wrap03 .view-detail {
  padding: 30px;
  max-height: 60vh;
  overflow-y: auto;
  background: rgba(255, 255, 255, 0.5);
}
.info_wrap01 .view-detail::-webkit-scrollbar,
.info_wrap02 .view-detail::-webkit-scrollbar,
.info_wrap03 .view-detail::-webkit-scrollbar {
  width: 6px;
}
.info_wrap01 .view-detail::-webkit-scrollbar-track,
.info_wrap02 .view-detail::-webkit-scrollbar-track,
.info_wrap03 .view-detail::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}
.info_wrap01 .view-detail::-webkit-scrollbar-thumb,
.info_wrap02 .view-detail::-webkit-scrollbar-thumb,
.info_wrap03 .view-detail::-webkit-scrollbar-thumb {
  background: linear-gradient(135deg, #e95515 0%, #f59e0b 100%);
  border-radius: 10px;
}
.info_wrap01 .view-detail::-webkit-scrollbar-thumb:hover,
.info_wrap02 .view-detail::-webkit-scrollbar-thumb:hover,
.info_wrap03 .view-detail::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(135deg, #f59e0b 0%, #e95515 100%);
}
.info_wrap01 .view-detail p,
.info_wrap02 .view-detail p,
.info_wrap03 .view-detail p {
  line-height: 1.8;
  color: #4a5568;
  margin-bottom: 15px;
  font-size: 14px;
}
.info_wrap01 .view-detail p:first-child,
.info_wrap02 .view-detail p:first-child,
.info_wrap03 .view-detail p:first-child {
  font-weight: 600;
  color: #2d3748;
  font-size: 16px;
}
.info_wrap01 .view-detail div,
.info_wrap02 .view-detail div,
.info_wrap03 .view-detail div {
  line-height: 1.8;
  color: #4a5568;
  margin-bottom: 10px;
  font-size: 14px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 768px) {
  .info_wrap01 .content,
  .info_wrap02 .content,
  .info_wrap03 .content {
    width: 95%;
    max-width: 95%;
    max-height: 80vh;
    border-color: rgba(255, 255, 255, 0.1);
  }
  .info_wrap01 .news-view,
  .info_wrap02 .news-view,
  .info_wrap03 .news-view {
    padding: 20px;
  }
  .info_wrap01 .news-view .title,
  .info_wrap02 .news-view .title,
  .info_wrap03 .news-view .title {
    font-size: 18px;
    width: 85%;
  }
  .info_wrap01 .view-detail,
  .info_wrap02 .view-detail,
  .info_wrap03 .view-detail {
    padding: 20px;
    max-height: 50vh;
  }
  .info_wrap01 .view-detail p, .info_wrap01 .view-detail div,
  .info_wrap02 .view-detail p,
  .info_wrap02 .view-detail div,
  .info_wrap03 .view-detail p,
  .info_wrap03 .view-detail div {
    font-size: 13px;
    line-height: 1.6;
  }
}
@media (prefers-reduced-motion: reduce) {
  .info_wrap01,
  .info_wrap02,
  .info_wrap03 {
    transition: none;
  }
  .info_wrap01 .content,
  .info_wrap02 .content,
  .info_wrap03 .content {
    transition: none;
  }
}
