.community {
  position: relative;
  width: 100%;
  padding-top: 100px;
}

.community__intro {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.community__intro__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.community__intro__background img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.community__intro__menu {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  background: #fff;
  background: color(display-p3 1 1 1);
  padding-left: calc((100vw - 1420px) / 2);
  z-index: 2;
}

.community__intro__menu__item {
  position: relative;
  display: flex;
  color: #afafaf;
  color: color(display-p3 0.6875 0.6875 0.6875);
  width: 198px;
  padding: 20px 25px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  background: #fff;
  font-family: Pretendard;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  cursor: pointer;
  transition: color 0.3s ease;
}

.community__intro__menu__item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 4px;
  background-color: #00acac;
  transform: translateX(-50%) scaleX(0);
  transform-origin: center;
  transition: transform 0.3s ease;
}

.community__intro__menu__item:hover {
  color: #007c7b;
  color: color(display-p3 0.0069 0.4764 0.4792);
}

.community__intro__menu__item:hover::after {
  transform: translateX(-50%) scaleX(1);
}

.community__intro__menu__item.active::after {
  transform: translateX(-50%) scaleX(1);
}

.community__intro__menu__item.active {
  color: #007c7b;
  color: color(display-p3 0.0069 0.4764 0.4792);
}

.community__intro__menu__bar {
  position: relative;
  width: 2px;
  height: 15px;
  background: #d4d4d4;
}

.community__intro__contents {
  display: flex;
  flex-direction: column;
  padding-top: 190px;
  padding-bottom: 150px;
  gap: 23px;
  position: relative;
  max-width: 1420px;
  margin: 0 auto;
  align-items: flex-end;
}

.community__intro__contents__title {
  width: 707px;
  color: #fff;
  color: color(display-p3 1 1 1);
  text-align: right;
  font-family: Raleway;
  font-size: 90px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%;
}

.community__intro__contents__title span {
  font-weight: 600;
}

.community__intro__contents__paragraph {
  color: #fff;
  color: color(display-p3 1 1 1);
  font-family: Pretendard;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.64px;
  text-align: right;
}

.community__vision {
  position: relative;
  max-width: 1420px;
  margin: 0 auto;
  padding: 133px 111px;
}

.community__vision__title {
  color: #111;
  color: color(display-p3 0.0667 0.0667 0.0667);
  text-align: center;
  font-family: Raleway;
  font-size: 70px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}

.community__vision__paragraph {
  color: #505050;
  color: color(display-p3 0.3125 0.3125 0.3125);
  text-align: center;
  font-family: Pretendard;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.48px;
  margin-top: 30px;
}

.community__vision__list {
  display: flex;
  margin-top: 60px;
  gap: 30px;
  flex-wrap: wrap;
}

.community__vision__list__item {
  position: relative;
  width: calc(50% - 15px);
  padding: 41px 48px;
  border-radius: 25px;
  background: #e3faf9;
  background: color(display-p3 0.9059 0.9765 0.9765);
}

.community__vision__list__item:nth-of-type(3) {
  width: 100%;
}

.community__vision__list__item__subtitle {
  color: #505050;
  color: color(display-p3 0.3125 0.3125 0.3125);
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.4px;
}

.community__vision__list__item__title {
  color: #464646;
  color: color(display-p3 0.274 0.274 0.274);
  font-family: Pretendard;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.56px;
  margin-top: 35px;
}

.community__vision__list__item__title span {
  color: color(display-p3 0.0667 0.0667 0.0667);
  font-family: Pretendard;
  font-size: 75px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -1.5px;
}

.community__vision__list__item__title strong {
  color: color(display-p3 0.0667 0.0667 0.0667);
  font-family: Pretendard;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.56px;
}

.community__vision__list__item__icon,
.community__vision__list__item__icon2 {
  position: absolute;
}

.community__vision__list__item:nth-of-type(1) .community__vision__list__item__icon {
  bottom: 0;
  right: 70px;
}

.community__vision__list__item:nth-of-type(2) .community__vision__list__item__icon {
  bottom: 51px;
  right: 58px;
}

.community__vision__list__item:nth-of-type(3) .community__vision__list__item__icon {
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  margin-left: 85px;
}

.community__vision__list__item:nth-of-type(3) .community__vision__list__item__icon2 {
  bottom: 60px;
  right: 55px;
}

.community__partner {
  position: relative;
  max-width: 1420px;
  margin: 0 auto;
  padding: 92px 87px;
}

.community__partner__title {
  color: #111;
  color: color(display-p3 0.0667 0.0667 0.0667);
  font-family: Raleway;
  font-size: 70px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}

.community__partner__paragraph {
  position: relative;
  color: #505050;
  color: color(display-p3 0.3125 0.3125 0.3125);
  font-family: Pretendard;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.48px;
  margin-top: 40px;
}

.community__partner__button {
  cursor: pointer;
  position: absolute;
  top: 207px;
  right: 87px;
  display: inline-flex;
  padding: 16px 24px;
  align-items: center;
  gap: 18px;
  border-radius: 50px;
  overflow: hidden;
  background: #cff7f8;
  transition: color 0.3s ease;
}

.community__partner__button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #00a9aa;
  transition: left 0.6s ease;
  z-index: 0;
}

.community__partner__button:hover::before {
  left: 0;
}

.community__partner__button span {
  position: relative;
  z-index: 1;
  font-family: Pretendard;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: -0.52px;
  color: #000000;
  transition: color 0.6s ease;
}

.community__partner__button:hover span {
  color: #ffffff;
}

/* 아이콘 전환 */
.community__partner__button img {
  width: 6px;
  height: 12px;
  position: relative;
  z-index: 1;
  transition: opacity 0.4s ease;
}

.community__partner__button img:nth-of-type(1) {
  opacity: 1;
}

.community__partner__button:hover img:nth-of-type(1) {
  opacity: 0;
}

.community__partner__button img:nth-of-type(2) {
  position: absolute;
  right: 24px;
  opacity: 0;
}

.community__partner__button:hover img:nth-of-type(2) {
  opacity: 1;
}

.community__partner__map {
  position: relative;
  margin-top: 40px;
  border-radius: 30px;
  width: 100%;
}

.community__partner__map__global {
  width: 100%;
  height: auto;
}

.community__partner__map__picker {
  cursor: pointer;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.community__partner__map__picker:nth-of-type(2) {
  margin-top: -20%;
  margin-left: -30%;
}

.community__partner__map__picker:nth-of-type(3) {
  margin-top: -16%;
  margin-left: -1%;
}

.community__partner__map__picker:nth-of-type(4) {
  margin-top: -13%;
  margin-left: 22%;
}

.community__partner__map__marker {
  position: absolute;
  border-radius: 12px;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  border-radius: 12px;
  background: #fff;
  background: color(display-p3 1 1 1);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 20px 0 color(display-p3 0 0 0 / 0.25);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}

.community__partner__map__marker::before {
  content: "";
  position: absolute;
  left: -9px;
  top: 15px;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 10px solid #00acac;
}

.community__partner__map__marker__title {
  position: relative;
  min-width: 196px;
  background: #00acac;
  padding: 10px 16px;
  color: #fff;
  color: color(display-p3 1 1 1);
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  border-radius: 12px 12px 0 0;
}

.community__partner__map__marker__paragraph {
  position: relative;
  min-width: 196px;
  color: #4d5459;
  color: color(display-p3 0.3079 0.327 0.3462);
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  list-style: circle;
  border-radius: 0 0 12px 12px;
  padding: 16px 4px;
  background: #ffffff;
}

.community__partner__map__marker__paragraph span {
  position: relative;
  display: block;
  padding: 0 0 0 32px;
}

.community__partner__map__marker__paragraph span:before {
  content: "";
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -1px;
  width: 6px;
  height: 6px;
  background-color: #4d5459;
  border-radius: 50%;
}

.community__partner__map__marker__close {
  cursor: pointer;
  position: absolute;
  top: 16px;
  right: 16px;
}

.community__partner__map__marker:nth-of-type(1) {
  margin-top: -15%;
  margin-left: -19%;
}

.community__partner__map__marker:nth-of-type(2) {
  margin-top: -11%;
  margin-left: 10%;
}

.community__partner__map__marker:nth-of-type(3) {
  margin-top: -7%;
  margin-left: 33%;
}

.community__partner__map__marker.is-active {
  opacity: 1;
  pointer-events: auto;
}

.community__message {
  position: relative;
  padding-top: 90px;
  padding-bottom: 131px;
  background: #e3faf9;
  margin-top: 250px;
}

.community__message__border {
  position: absolute;
  top: 0;
  right: calc((100vw - 1420px) / 2);
  margin-right: 513px;
  background: #ffffff;
  width: 100px;
  height: 100px;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  border-top-left-radius: 50px;
}

.community__message__border:nth-of-type(2) {
  position: absolute;
  top: unset;
  bottom: 174px;
  right: 0;
  margin-right: 0;
  background: #ffffff;
  width: 100px;
  height: 100px;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  border-top-left-radius: 50px;
}

.community__message__border__circle {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #e3faf9;
  width: 100px;
  height: 100px;
  border-radius: 100%;
}

.community__message__title {
  color: color(display-p3 0.2667 0.2667 0.2667);
  font-family: Montserrat;
  font-size: 70px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  margin-top: -250px;
  padding-left: calc((100vw - 1420px) / 2);
}

.community__message__title span {
  color: #00acac;
  color: color(display-p3 0 0.6627 0.6667);
  font-family: Montserrat;
  font-size: 150px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}

.community__message__thumbnail {
  position: absolute;
  top: -90px;
  right: 0;
  background: #ffffff;
  padding-left: 48px;
  padding-bottom: 44px;
  padding-right: calc((100vw - 1420px) / 2);
  border-bottom-left-radius: 50px;
  z-index: 2;
}

.community__message__contents {
  position: relative;
  max-width: 1420px;
  margin: 0 auto;
  background: #e3faf9;
}

.community__message__contents__slogan {
  color: color(display-p3 0 0 0);
  font-family: Pretendard;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.64px;
  margin-top: 50px;
}

.community__message__contents__slogan span:nth-of-type(1) {
  color: #00acac;
  color: color(display-p3 0 0.6627 0.6667);
  font-family: Pretendard;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.64px;
}

.community__message__contents__slogan span:nth-of-type(2) {
  color: color(display-p3 1 0.6833 0);
  font-family: Pretendard;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.64px;
}

.community__message__contents__paragraph {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 60px;
  width: 835px;
}

.community__message__contents__paragraph p {
  color: #4b4b4b;
  color: color(display-p3 0.2933 0.2933 0.2933);
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.36px;
}

.community__message__contents__paragraph p span {
  color: color(display-p3 0.2933 0.2933 0.2933);
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: -0.36px;
}

.community__message__contents__author {
  color: #000;
  color: color(display-p3 0 0 0);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.32px;
  margin-top: 60px;
}

.community__message__contents__author span {
  color: color(display-p3 0 0.6627 0.6667);
  font-family: Pretendard;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: -0.48px;
  margin-left: 10px;
}

.community__message__contents__sign {
  position: relative;
  width: 241px;
  height: 91px;
  flex-shrink: 0;
  background: #d9d9d9;
  background: color(display-p3 0.851 0.851 0.851);
  border-radius: 100%;
  margin: 0 auto;
  margin-left: 20%;
}
/* --- 💻 와이드 PC 반응형 스타일 (1440px 이하) --- */
@media (max-width: 1440px) {
  .community__intro__menu {
    padding-left: 40px;
  }
  .community__intro__contents {
    padding-right: 40px;
    box-sizing: border-box;
  }
  .community__vision {
    padding: 133px 40px;
  }

  .community__vision__list__item {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .community__vision__list__item__icon,
  .community__vision__list__item__icon2 {
    position: relative;
    transform: none;
    left: auto;
    right: auto;
    bottom: auto;
    top: auto;
    margin-top: 30px;
  }

  .community__vision__list__item__icon img,
  .community__vision__list__item__icon2 img {
    height: 150px;
    width: auto;
  }

  .community__vision__list__item:nth-of-type(3)
    .community__vision__list__item__icon
    img {
    height: 200px;
  }

  .community__vision__list__item:nth-of-type(2) .community__vision__list__item__icon,
  .community__vision__list__item:nth-of-type(1) .community__vision__list__item__icon {
    bottom: unset;
    right: unset;
  }

  .community__vision__list__item:nth-of-type(3) .community__vision__list__item__icon {
    position: relative;
    margin: 0;
    top: 0;
    margin-top: 30px;
    transform: translateX(-50%);
  }

  .community__vision__list__item:nth-of-type(3) .community__vision__list__item__icon2 {
    display: none;
  }

  .community__partner {
    padding: 92px 40px;
  }
  .community__partner__button {
    right: 40px;
  }
  .community__message__title {
    padding-left: 40px;
  }
  .community__message__border {
    display: none;
  }
  .community__message__thumbnail {
    position: relative;
    padding: 0;
    top: unset;
    right: unset;
    width: fit-content;
    float: right;
    background: transparent;
    margin-top: 30px;
  }
  .community__message__thumbnail img {
    width: 340px;
    height: auto;
    padding-right: 40px;
  }
  .community__message__contents {
    position: relative;
    padding-left: 40px;
    padding-right: 380px;
  }
  .community__message__contents__paragraph {
    width: 100%;
  }
}

/* --- 💻 태블릿 반응형 스타일 (1024px 이하) --- */
@media (max-width: 1024px) {
  .community {
    padding-top: 80px;
  }
  .community__intro__contents {
    padding-top: 150px;
    padding-bottom: 120px;
  }
  .community__intro__contents__title {
    font-size: 70px;
    width: auto;
  }
  .community__intro__contents__paragraph {
    font-size: 24px;
  }
  .community__intro__menu {
    padding-left: 0;
    justify-content: center;
  }

  .community__vision {
    padding: 100px 40px;
  }
  .community__vision__title {
    font-size: 50px;
  }
  .community__vision__paragraph {
    font-size: 20px;
  }
  .community__vision__list__item {
    padding: 30px;
  }
  .community__vision__list__item__title span {
    font-size: 60px;
  }

  .community__partner {
    padding: 100px 40px;
  }
  .community__partner__title {
    font-size: 50px;
  }
  .community__partner__paragraph {
    margin-top: 20px;
  }
  .community__partner__button {
    position: relative;
    right: unset;
    top: unset;
    margin-top: 30px;
  }

  .community__partner__map__marker {
    transform: translate(-50%, -50%) scale(0.9);
  }
  .community__partner__map__marker:nth-of-type(1) {
    top: 27%;
    left: 35%;
    margin: 0;
  }
  .community__partner__map__marker:nth-of-type(2) {
    top: 35%;
    left: 62%;
    margin: 0;
  }
  .community__partner__map__marker:nth-of-type(3) {
    top: 39%;
    left: 88%;
    margin: 0;
  }
  .community__message__thumbnail {
    width: calc(100% - 80px);
    overflow: hidden;
    padding: 0;
    padding-top: 60%;
    float: unset;
    border-radius: 50px;
    left: 40px;
  }

  .community__message__thumbnail img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    padding: 0;
  }

  .community__message__contents {
    width: 100%;
    padding: 0 40px;
  }
}

/* --- 📱 모바일 반응형 스타일 (800px 이하) --- */
@media (max-width: 800px) {
  .community {
    padding-top: 80px;
  }
  .community__intro__contents {
    padding: 120px 20px 100px;
    align-items: center;
  }
  .community__intro__contents__title {
    font-size: 42px;
    text-align: center;
  }
  .community__intro__contents__paragraph {
    font-size: 18px;
    text-align: center;
    margin-top: -10px;
  }
  .community__intro__menu {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    overflow-x: auto;
    flex-wrap: nowrap;
    justify-content: flex-start;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .community__intro__menu::-webkit-scrollbar {
    display: none;
  }
  .community__intro__menu__item {
    font-size: 18px;
    width: auto;
    padding: 15px 20px;
    flex-shrink: 0;
  }

  .community__vision {
    padding: 80px 20px;
  }
  .community__vision__title {
    font-size: 32px;
  }
  .community__vision__paragraph {
    font-size: 16px;
    margin-top: 15px;
  }
  .community__vision__list {
    margin-top: 40px;
    gap: 20px;
  }
  .community__vision__list__item {
    width: 100%;
  }
  .community__vision__list__item__title span {
    font-size: 48px;
  }
  .community__vision__list__item__title,
  .community__vision__list__item__title strong {
    font-size: 22px;
  }
  .community__vision__list__item__icon {
    margin-top: 20px;
  }

  .community__vision__list__item__icon img,
  .community__vision__list__item__icon2 img {
    height: auto;
    max-width: 100%;
  }

  .community__vision__list__item:nth-of-type(3)
    .community__vision__list__item__icon
    img {
    height: auto;
    max-width: 100%;
  }

  .community__partner {
    padding: 80px 20px;
  }
  .community__partner__title {
    font-size: 32px;
    text-align: center;
  }
  .community__partner__paragraph {
    font-size: 16px;
    text-align: center;
  }
  .community__partner__button {
    left: 50%;
    transform: translateX(-50%);
  }
  .community__partner__map {
    margin-top: 30px;
  }
  .community__partner__map__picker {
    transform: translate(-50%, -50%) scale(0.8);
  }
  .community__partner__map__marker {
    transform: translate(-50%, -50%) scale(0.7);
  }
  .community__partner__map__marker::before {
    display: none;
  }

  .community__message {
    padding: 60px 20px;
  }

  .community__message__title {
    font-size: 32px;
    margin-bottom: 10px;
    padding-left: 0;
    text-align: center;
  }
  .community__message__title span {
    font-size: 60px;
  }

  .community__message > .community__message__contents {
    flex-direction: column;
    gap: 0;
  }

  .community__message__thumbnail {
    width: 200px;
    height: 200px;
    margin: 0 auto;
    left: 0;
    padding: 0;
  }
  .community__message__thumbnail img {
    border-radius: 50%;
    width: 200px;
    height: 200px;
    object-fit: cover;
  }

  .community__message__contents > div:not(.community__message__thumbnail) {
    text-align: center;
  }
  .community__message__contents__slogan {
    font-size: 22px;
    margin-top: 40px;
  }
  .community__message__contents__slogan span:nth-of-type(1),
  .community__message__contents__slogan span:nth-of-type(2) {
    font-size: 22px;
  }
  .community__message__contents__paragraph {
    margin-top: 30px;
    text-align: left;
  }
  .community__message__contents__paragraph p,
  .community__message__contents__paragraph p span {
    font-size: 16px;
  }
  .community__message__contents__author {
    margin-top: 40px;
  }
  .community__message__contents__sign {
    margin: 20px auto 0;
  }
}


/* 화면낭독기 사용자용 */
#hd_login_msg {position:absolute;top:0;left:0;font-size:0;line-height:0;overflow:hidden}
.msg_sound_only, .sound_only {display:inline-block !important;position:absolute;top:0;left:0;width:0;height:0;margin:0 !important;padding:0 !important;font-size:0;line-height:0;border:0 !important;overflow:hidden !important}

/* 페이징 */
.pg_wrap {display:inline-block}
.pg_wrap:after {display:block;visibility:hidden;clear:both;content:""} 
.pg {text-align:center}
.pg_page, .pg_current {display:inline-block;vertical-align:middle;background:#eee;border:1px solid #eee}
.pg a:focus, .pg a:hover {text-decoration:none}
.pg_page {color:#959595;font-size:1.083em;height:30px;line-height:28px;padding:0 5px;min-width:30px;text-decoration:none;border-radius:3px}
.pg_page:hover {background-color:#fafafa}
.pg_start {text-indent:-999px;overflow:hidden;background:url('../img/btn_first.gif') no-repeat 50% 50% #eee;padding:0;border:1px solid #eee}
.pg_prev {text-indent:-999px;overflow:hidden;background:url('../img/btn_prev.gif') no-repeat 50% 50% #eee;padding:0;border:1px solid #eee}
.pg_end {text-indent:-999px;overflow:hidden;background:url('../img/btn_end.gif') no-repeat 50% 50% #eee;padding:0;border:1px solid #eee}
.pg_next {text-indent:-999px;overflow:hidden;background:url('../img/btn_next.gif') no-repeat 50% 50% #eee;padding:0;border:1px solid #eee}
.pg_start:hover,.pg_prev:hover,.pg_end:hover,.pg_next:hover {background-color:#fafafa}

.pg_current {display:inline-block;background:#00acac;border:1px solid #00acac;color:#fff;font-weight:bold;height:30px;line-height:30px;padding:0 10px;min-width:30px;border-radius:3px}


/* Notice List Styles */
.notice__container {
  max-width: 1420px;
  margin: 0 auto;
  padding: 60px 40px 120px;
}

.notice__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.notice__title {
  color: #111;
  font-family: Pretendard;
  font-size: 32px;
  font-weight: 600;
  line-height: 140%;
}

.notice__search {
  display: flex;
  align-items: center;
  gap: 12px;
}

.notice__search__input {
  width: 300px;
  padding: 12px 16px;
  border: 1px solid #d4d4d4;
  border-radius: 8px;
  font-family: Pretendard;
  font-size: 16px;
  outline: none;
  transition: border-color 0.3s ease;
}

.notice__search__input:focus {
  border-color: #00acac;
}

.notice__search__input::placeholder {
  color: #999;
}

.notice__search__button {
  padding: 12px 16px;
  background: #00acac;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  position: relative;
  width: 44px;
  height: 44px;
}

.notice__search__button:hover {
  background: #007c7b;
}

.notice__search__button::before {
  content: '';
  position: absolute;
  top: 45%;
  left: 45%;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
  border: 2px solid #fff;
  border-radius: 50%;
}

.notice__search__button::after {
  content: '';
  position: absolute;
  top: 63%;
  left: 62%;
  transform: translate(-30%, -30%) rotate(45deg);
  width: 8px;
  height: 3px;
  background: #fff;
  border-radius: 1px;
}

.notice__table {
  width: 100%;
  background: #fff;
  overflow: hidden;
}

.notice__table table {
  width: 100%;
  border-collapse: collapse;
}

.notice__table thead {
  background: #f8f9fa;
}

.notice__table th {
  padding: 20px 16px;
  text-align: center;
  font-family: Pretendard;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  border-bottom: 1px solid #e9ecef;
}

.notice__table th:nth-child(1) {
  width: 80px;
}

.notice__table th:nth-child(3) {
  width: 120px;
}

.notice__table th:nth-child(4) {
  width: 80px;
}

.notice__table td {
  padding: 20px 16px;
  text-align: center;
  font-family: Pretendard;
  font-size: 14px;
  color: #666;
  border-bottom: 1px solid #f0f0f0;
  vertical-align: middle;
}

.notice__table td:nth-child(2) {
  text-align: left;
}

.notice__table tbody tr:hover {
  background: #f8f9fa;
}

.notice__table tbody tr:last-child td {
  border-bottom: none;
}

.notice__item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.notice__category {
  padding: 4px 12px;
  background: #e3faf9;
  color: #00acac;
  font-size: 12px;
  font-weight: 600;
  border-radius: 20px;
  white-space: nowrap;
  flex-shrink: 0;
}

.notice__category--urgent {
  background: #ffe6e6;
  color: #dc3545;
}

.notice__category--event {
  background: #fff3cd;
  color: #856404;
}

.notice__link {
  color: #333;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  transition: color 0.3s ease;
}

.notice__link:hover {
  color: #00acac;
}

.notice__pagination {
  margin-top: 40px;
  text-align: center;
}

/* 태블릿 반응형 */
@media (max-width: 1024px) {
  .notice__container {
    padding: 40px 20px 80px;
  }
  
  .notice__header {
    flex-direction: column;
    gap: 20px;
    align-items: stretch;
  }
  
  .notice__search {
    justify-content: center;
  }
  
  .notice__search__input {
    width: 250px;
  }
  
  .notice__table th,
  .notice__table td {
    padding: 16px 12px;
  }
  
  .notice__table th:nth-child(4),
  .notice__table td:nth-child(4) {
    display: none;
  }
}

/* 모바일 반응형 */
@media (max-width: 768px) {
  .notice__container {
    padding: 30px 15px 60px;
  }
  
  .notice__title {
    font-size: 24px;
    text-align: center;
  }
  
  .notice__search__input {
    width: 200px;
    font-size: 14px;
  }
  
  .notice__table {
    border-radius: 8px;
  }
  
  .notice__table th,
  .notice__table td {
    padding: 12px 8px;
    font-size: 13px;
  }
  
  .notice__table th:nth-child(1),
  .notice__table td:nth-child(1) {
    width: 50px;
  }
  
  .notice__table th:nth-child(3),
  .notice__table td:nth-child(3) {
    width: 90px;
    font-size: 12px;
  }
  
  .notice__item {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  
  .notice__category {
    font-size: 11px;
    padding: 3px 8px;
  }
  
  .notice__link {
    font-size: 14px;
  }
}

/* Notice View Styles */
.notice__view__container {
  max-width: 1420px;
  margin: 0 auto;
  padding: 60px 40px 120px;
}

.notice__view__header {
  border-bottom: 2px solid #f0f0f0;
  padding-bottom: 30px;
  margin-bottom: 40px;
}

.notice__view__category {
  margin-bottom: 15px;
}

.notice__view__category__tag {
  display: inline-block;
  padding: 6px 16px;
  background: #e3faf9;
  color: #00acac;
  font-size: 14px;
  font-weight: 600;
  border-radius: 20px;
}

.notice__view__title {
  color: #111;
  font-family: Pretendard;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 20px;
}

.notice__view__meta {
  display: flex;
  gap: 30px;
}

.notice__view__meta__item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.notice__view__meta__label {
  color: #666;
  font-family: Pretendard;
  font-size: 14px;
  font-weight: 500;
}

.notice__view__meta__value {
  color: #111;
  font-family: Pretendard;
  font-size: 14px;
  font-weight: 600;
}

.notice__view__content {
  margin-bottom: 50px;
}

.notice__view__content__text {
  line-height: 1.8;
  color: #333;
  font-family: Pretendard;
  font-size: 16px;
}

.notice__view__content__text p {
  margin-bottom: 20px;
}

.notice__view__content__text h3 {
  color: #111;
  font-size: 20px;
  font-weight: 700;
  margin: 40px 0 20px 0;
  border-left: 4px solid #00acac;
  padding-left: 16px;
}

.notice__view__content__text ul {
  margin: 20px 0;
  padding-left: 20px;
}

.notice__view__content__text li {
  margin-bottom: 10px;
  position: relative;
}

.notice__view__content__text li::before {
  content: '•';
  color: #00acac;
  position: absolute;
  left: -15px;
  font-weight: bold;
}

.notice__view__attachments {
  margin-top: 40px;
  padding: 25px;
  background: #f8f9fa;
  border-radius: 12px;
}

.notice__view__attachments h4 {
  color: #111;
  font-family: Pretendard;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
}

.notice__view__attachments__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.notice__view__attachments__list li {
  margin-bottom: 10px;
}

.notice__view__attachment__link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  text-decoration: none;
  color: #333;
  transition: all 0.3s ease;
}

.notice__view__attachment__link:hover {
  border-color: #00acac;
  background: #f0fdfd;
}

.notice__view__attachment__icon {
  font-size: 18px;
}

.notice__view__attachment__name {
  flex: 1;
  font-weight: 500;
}

.notice__view__attachment__size {
  color: #666;
  font-size: 13px;
}

.notice__view__links {
  margin-top: 30px;
}

.notice__view__link__item {
  margin-bottom: 15px;
  padding: 15px 20px;
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  border-left: 4px solid #00acac;
}

.notice__view__link__item:last-child {
  margin-bottom: 0;
}

.notice__view__link__item::before {
  content: '🔗';
  margin-right: 10px;
  font-size: 16px;
}

.notice__view__link__url {
  color: #007bff;
  text-decoration: none;
  font-family: Pretendard;
  font-size: 14px;
  font-weight: 500;
  word-break: break-all;
  line-height: 1.4;
  transition: color 0.3s ease;
}

.notice__view__link__url:hover {
  color: #0056b3;
  text-decoration: underline;
}

.notice__view__navigation {
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  margin: 50px 0;
}

.notice__view__nav__item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid #f8f8f8;
}

.notice__view__nav__item:last-child {
  border-bottom: none;
}

.notice__view__nav__label {
  width: 60px;
  color: #666;
  font-family: Pretendard;
  font-size: 14px;
  font-weight: 500;
  flex-shrink: 0;
}

.notice__view__nav__link {
  color: #333;
  text-decoration: none;
  font-family: Pretendard;
  font-size: 15px;
  font-weight: 500;
  transition: color 0.3s ease;
}

.notice__view__nav__link:hover {
  color: #00acac;
}

.notice__view__nav__empty {
  color: #999;
  font-family: Pretendard;
  font-size: 14px;
}

.notice__view__actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}

.notice__view__button__group {
  display: flex;
  gap: 10px;
}

.notice__view__button {
  padding: 12px 24px;
  border: 1px solid #d4d4d4;
  background: #fff;
  color: #666;
  font-family: Pretendard;
  font-size: 14px;
  font-weight: 500;
  border-radius: 8px;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease;
}

.notice__view__button:hover {
  border-color: #00acac;
  background: #f0fdfd;
  color: #00acac;
}

.notice__view__button--list {
  background: #00acac;
  color: #fff;
  border-color: #00acac;
}

.notice__view__button--list:hover {
  background: #007c7b;
  border-color: #007c7b;
  color: #fff;
}

.notice__view__button--edit:hover {
  border-color: #ffc107;
  background: #fff8e1;
  color: #f57c00;
}

.notice__view__button--delete:hover {
  border-color: #dc3545;
  background: #ffebee;
  color: #dc3545;
}

/* 태블릿 반응형 */
@media (max-width: 1024px) {
  .notice__view__container {
    padding: 40px 20px 80px;
  }
  
  .notice__view__title {
    font-size: 24px;
  }
  
  .notice__view__meta {
    flex-direction: column;
    gap: 10px;
  }
  
  .notice__view__actions {
    flex-direction: column;
    gap: 20px;
    align-items: stretch;
  }
  
  .notice__view__button__group {
    justify-content: center;
  }
}

/* 모바일 반응형 */
@media (max-width: 768px) {
  .notice__view__container {
    padding: 30px 15px 60px;
  }
  
  .notice__view__title {
    font-size: 20px;
  }
  
  .notice__view__content__text {
    font-size: 15px;
  }
  
  .notice__view__content__text h3 {
    font-size: 18px;
  }
  
  .notice__view__nav__item {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  
  .notice__view__nav__label {
    width: auto;
  }
  
  .notice__view__attachment__link {
    padding: 10px 12px;
  }
  
  .notice__view__attachment__name {
    font-size: 14px;
  }
  
  .notice__view__link__item {
    padding: 12px 15px;
    margin-bottom: 12px;
  }
  
  .notice__view__link__item::before {
    font-size: 14px;
    margin-right: 8px;
  }
  
  .notice__view__link__url {
    font-size: 13px;
  }
  
  .notice__view__button {
    padding: 10px 20px;
    font-size: 13px;
  }
}

@media (max-width: 400px) {
  .community {
    padding-top: 80px;
  }
  .community__intro__contents {
    padding: 80px 20px 190px;
  }
  .community__intro__menu {
    display: grid;
    grid-template-columns: 1fr 1fr auto;
    grid-template-rows: auto auto;
    gap: 10px;
    width: 100%;
    left: 0;
    transform: none;
    padding: 10px;
    box-sizing: border-box;
    justify-items: center;
  }

  .community__intro__menu__item {
    width: 100%;
    font-size: 16px;
    padding: 12px 10px;
    text-align: center;
    white-space: normal;
  }

  .community__intro__menu__bar {
    display: none;
  }
}
