body {
  font-family: "Pretendard";
}
.header-mo {
  display: none;
}

.header-mo .header-mo-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
}

.header-mo .header-mo-top .header-mo-top-left {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 1.5rem;
  font-weight: bold;
}

.header-mo .header-mo-top .header-icon {
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-mo .header-mo-top .header-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.header-mo .header-mo-category {
  width: 100%;
  overflow-x: auto;
  border-bottom: 2px solid #000000;
}

.header-mo .header-mo-category .header-category-item {
  width: 100%;
  padding: 0.75rem 1.25rem;
  white-space: nowrap;
  color: #343434;
  font-weight: bold;
}

.header-mo .header-mo-category .header-category {
  display: flex;
  overflow-x: auto;
}

body {
  margin: 0;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.top-banner {
  width: 100%;
  height: 70px;
  background-color: #39394d;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
}
.top-banner .top-banner-main {
  color: #ffffff60;
  font-weight: bold;
  font-size: 20px;
}
.top-banner .top-banner-main .top-banner-main-highlight {
  color: #ffffff;
  opacity: 1;
}

.top-banner .top-banner-sub {
color: #7f7878;
    font-size: 9px;
    margin-left: 37px;
    margin-top: 20px;
    float: right;}

.header {
  width: 100%;
}

.header-top {
  display: flex;
  width: 100%;
  max-width: 1120px;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 1rem 1.5rem;
}

.header-top-left {
  font-size: 13px;
  font-weight: bold;
}

.header-top-left .header-top-left-highlight {
  color: #e74c3c;
}
.header-top-right {
  list-style: none;
  display: inline-flex;
  font-size: 12px;
  justify-content: center;
  align-items: center;
}
.header-top-right-item {
  color: #343434;
}
.header-top-right-item:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 9px;
  margin: 0 8px;
  background-color: #e0e0e0;
  display: inline-block;
  vertical-align: middle;
}

.header-main {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 1120px;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 1rem 1.5rem;
  margin-bottom: 16px;
}

.header-main .header-main-middle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 32.5px;
  font-weight: 800;
  gap: 16px;
}

.header-sub {
  display: flex;
  max-width: 1120px;
  align-items: center;
  margin: 0 auto;
  background-color: #ffffff;
  width: 100%;
}

.header-sub .header-sub-container {
  display: flex;
  width: 100%;
  max-width: 1120px;
  gap: 30px;
  align-items: center;
  margin: 0 auto;
  list-style: none;
  justify-content: space-between;
}

.header-sub .header-sub-container .header-sub-category {
  display: flex;
  align-items: center;
  width: auto;
}

.header-sub .header-sub-category .header-sub-category-item {
  font-size: 14px;
  padding: 0 16px;
}

.header-sub-category-item {
  position: relative;
  cursor: pointer;
  font-weight: bold;
  display: block;
  /*padding: 1.5rem 0;*/
}

.header-sub-category {
  position: relative;
  cursor: pointer;
  font-weight: bold;
}

.header-sub-media-item {
  padding: 0 5px;
  font-weight: bold;
}

/* 드롭다운 스타일 */
.dropdown-menu {
  display: none;
  width: 100px;
  font-weight: 500;
  position: absolute;
  top: 100%;
  left: 0;
  background: rgba(255, 255, 255, 0.959);
  list-style: none; /* 🔹 드롭다운 메뉴 마커 제거 */
  padding: 10px 10px;
  margin: 0px 0;
  border: 1px solid #eaeaea;
  z-index: 100; /* 🔹 드롭다운을 가장 앞에 배치 */
}

.dropdown-menu li {
  padding: 10px 15px;
  white-space: nowrap;
}

/* 마우스를 올리면 드롭다운 보이기 */
.header-sub-category-item:hover .dropdown-menu {
  display: block;
}

.main-banner-section {
  width: 100%;

  align-items: center;
  margin: 0 auto;
  background-color: #1e1e1e;
}

.main-banner-section .main-banner-wrapper {
  margin: 0 auto;
  max-width: 1120px;
  width: 100%;
  aspect-ratio: 1120 / 400;
}

.main-banner-section .main-banner-wrapper .main-banner-item {
  width: 100%;
  height: 100%;
}
.main-banner-section .main-banner-wrapper .main-banner-item .main-banner-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.main-banner-section .main-banner-nav {
  background-color: #ffffff;
  border-bottom: 1px solid #ededed;
  padding: 16px 0;
}

.main-banner-section .main-banner-nav .main-banner-control {
  background-color: #ffffff;
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.main-banner-section
  .main-banner-nav
  .main-banner-control
  .main-banner-pagination-container {
  width: calc(100% - 90px);
  margin: 0 auto;
  display: flex;
  gap: 12px;
  overflow-x: auto;
}

.main-banner-section
  .main-banner-nav
  .main-banner-control
  .main-banner-pagination-container
  .main-banner-pagination-item {
  border: 1px solid #eaeaea;
  border-radius: 19px;
  color: #4f4f58;
  font-size: 15px;
  padding: 0.6rem 1.25rem;
  white-space: nowrap;
  cursor: pointer;
}

.main-banner-section
  .main-banner-nav
  .main-banner-control
  .main-banner-pagination-container
  .main-banner-pagination-item.on {
  border: 1px solid #4072ba;
  border-radius: 19px;
  color: #4072ba;
  font-size: 15px;
  font-weight: 800;
  padding: 0.55rem 1rem;
}

.main-banner-section .main-banner-nav .main-banner-control .main-banner-prev {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: min-content;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.main-banner-section .main-banner-nav .main-banner-control .main-banner-next {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.main-banner-mo {
  padding: 1rem 1rem 3rem 1rem;
  background-color: #f9f9f9;
  display: none;
}

.main-banner-mo .main-banner-wrapper {
  position: relative;
}

.main-banner-mo .swiper-pagination {
  position: absolute;
  bottom: -2rem; /* 슬라이더 아래에 페이지네이션 위치 */
  left: 0;
  width: 100%;
  text-align: center;
}

.main-banner-mo .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #393939;
}

.grey-section {
  background-color: #f9f9f9;
}

.greyer-section {
  background-color: #f1f1f1;
}

.section-container {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 4.5rem 1rem;
  overflow: hidden;
  box-sizing: border-box;
}

.section-container h1 {
  font-size: 24px;
  font-weight: bold;
}

.section-container h1 .title-description {
  font-size: 13px;
  font-weight: 500;
  color: #333333;
  margin-left: 8px;
}

.second-content-container {
  border: 1px solid #eaeaea;
  border-radius: 8px;
  padding: 1rem;
  display: flex;
  gap: 1rem;
  overflow-y: auto;
  width: 100%;
}

.second-content-container .second-content-item {
  background-color: #f7f7f7;
  padding: 0.85rem 1rem;
  font-size: 13px;
  white-space: nowrap;
  border: 1px solid transparent;
}
.second-content-container .second-content-item.on {
  font-size: 13px;
  font-weight: bold;
  color: #4173ba;
  border: 1px solid #4173ba;
}

.third-content-container {
  width: 100%;
}

.third-content-card {
  border-radius: 8px;
  background-color: #ffffff;
  padding: 2rem;
}

.third-content-card .card-title-top {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 6px;
}

.third-content-card .card-title {
  font-size: 28px;
  font-weight: 800;
}

.third-content-card .card-title-description {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 16px;
}

.third-content-card .card-detail {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 36px;
  min-height: 7rem;
}

.third-content-card .card-detail li {
  margin-bottom: 4px;
}
.third-content-card .card-detail li::before {
  content: "·";
  padding: 0 4px;
}

.third-content-card .card-price {
  font-weight: 800;
  font-size: 30px;
}

.third-content-card .card-price .highlight {
  font-weight: 800;
  font-size: 38px;
}

.third-content-card .card-button {
  font-size: 13px;
  font-weight: bold;
  border-radius: 16px;
  width: max-content;
  color: #ffffff;
  padding: 0.3rem 1rem;
}

.third-content-card.orange {
  border: 2px solid #fb6c4d;
}

.third-content-card.orange .highlight {
  color: #fb6c4d;
}

.third-content-card.orange .card-button {
  background-color: #fb6c4d;
}

.third-content-card.blue {
  border: 2px solid #0056ff;
}

.third-content-card.blue .highlight {
  color: #0056ff;
}

.third-content-card.blue .card-button {
  background-color: #0056ff;
}

.fourth-content-container {
  width: 100%;
}

.fourth-content-card {
  background-color: #ffffff;
}

.fourth-content-card .card-thumbnail {
  background-color: #ffffff;
  width: 100%;
  aspect-ratio: 16 / 9;
}

.fourth-content-card .card-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fourth-content-card .card-content {
  padding: 1rem 2.25rem;
}

.fourth-content-card .card-content .card-title {
  font-weight: 800;
  font-size: 24px;
  text-wrap: balance;
  word-break: keep-all;
  color: #002eb4;
  margin-bottom: 16px;
}

.fourth-content-card .card-content .card-description {
  font-weight: 600;
  font-size: 15px;
  word-break: keep-all;
  text-wrap: pretty;
  margin-bottom: 16px;
  line-height: 140%;
}

.fourth-content-card .card-content .card-button {
  background-color: #0056ff;
  color: #ffffff;
  width: max-content;
  padding: 0.75rem 1rem;
  border-radius: 16px;
  padding: 0.3rem 1rem;
  font-size: 13px;
  font-weight: bold;
}
.fifth-content-container {
  margin-bottom: 16px;
}
.professor-card {
  width: 100%;
  aspect-ratio: 265 / 360;
  position: relative;
}

.professor-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.professor-card .professor-card-description {
  position: absolute;
  top: 1rem;
  left: 1rem;
}

.professor-card .professor-card-description .professor-order {
  color: #ffffff;
  background-color: #000000;
  font-size: 13px;
  font-weight: bold;
  width: max-content;
  padding: 0.1rem 0.5rem;
  border-radius: 4px;
  margin-bottom: 1rem;
}

.professor-card .professor-card-description .professor-name {
  font-size: 20px;
  font-weight: bold;
}

.professor-card .professor-card-description .professor-major {
  font-size: 16px;
}

.sixth-content-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.sixth-content-container .item {
  width: 100%;
  aspect-ratio: 360 / 160;
}

.sixth-content-container .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.seventh-content-container {
  width: 100%;
  height: 396px;
  display: flex;
}

.seventh-content-container .banner-pagination {
  flex-grow: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.seventh-content-container .banner-pagination .banner-pagination-item {
  flex-grow: 1;
  padding: 1rem;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  color: #6d6d72;
  border: 1px solid #e5e5e5;
}

.seventh-content-container .banner-pagination .banner-pagination-item.on {
  flex-grow: 1;
  padding: 1rem;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  border: 1px solid transparent;
  background: rgb(0, 95, 249);
  background: linear-gradient(
    90deg,
    rgba(0, 95, 249, 1) 0%,
    rgba(6, 148, 245, 1) 100%
  );
  transform: scaleX(1.1);
  transform-origin: center left;
  z-index: 10;
}

.seventh-content-container
  .banner-pagination
  .banner-pagination-item:not(:last-child) {
  border-bottom: 1px solid transparent;
}

.seventh-content-container .banner {
  width: 836px;
  height: 396px;
  flex-grow: 0;
  position: relative;
}

.seventh-content-container .banner .banner-item.on {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
}

.seventh-content-container .banner .banner-item {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.seventh-content-container .banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.eighth-content-container .review-card img {
  width: 100%;
  max-width: 360px;
}

.eighth-content-container .review-card {
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-pagination-three {
  text-align: center;
  margin-top: 15px;
}

.swiper-pagination-three .swiper-pagination-bullet {
  background-color: #9f9f9f;
}
.swiper-pagination-three .swiper-pagination-bullet-active {
  background-color: #3c3c3f;
}
.youtube-container {
}

.youtube-container .youtube-card {
  width: 100%;
}
.youtube-container .youtube-card .youtube-thumbnail {
  width: 100%;
  aspect-ratio: 265 / 149;
  overflow: hidden;
  margin-bottom: 1rem;
}

.youtube-container .youtube-card .youtube-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.youtube-container .youtube-card .youtube-title {
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -0.1em;
  margin-bottom: 6px;
}

.youtube-container .youtube-card .youtube-info {
  font-size: 13px;
  color: #252525;
}

.info-container {
  display: flex;
  gap: 20px;
  width: 100%;
}

.info-container .community {
  flex-grow: 1;
  border: 1px solid #eaeaea;
  padding: 2rem 1.75rem;
}

.info-container .service {
  flex-grow: 0;
  border: 1px solid #eaeaea;
  padding: 2rem 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.info-container .contact {
  flex-grow: 0;
}

.centered-image {
  display: flex;
  justify-content: center;
  align-items: center;
}

.mo {
  display: none;
}

@media (max-width: 575px) {
}

@media (max-width: 767px) {
}

@media (max-width: 991px) {
  body {
    background-color: #f1f2f4;
  }
  .header-pc {
    display: none;
  }
  .main-banner-pc {
    display: none;
  }

  .header-mo {
    display: block;
  }

  .main-banner-mo {
    display: block;
  }
  .header {
    background-color: #ffffff;
  }

  .pc {
    display: none;
  }

  .mo {
    display: block;
  }

  .mo-bg-white {
    background-color: #ffffff;
  }

  .mo-mb-20 {
    margin-bottom: 20px;
  }

  .section-container {
    padding: 2rem 1rem;
  }
}

@media (max-width: 1199px) {
}

.event-section-container {
  width: 100%;
}

.event-section-container img {
  max-width: 640px;
  width: 100%;
}

footer {
  width: 100%;
  border-top: 1px solid #ededed;
}

.footer-container {
  margin: 3rem auto;
  max-width: 1120px;
  width: 100%;
  display: flex;
}

.footer-container .footer-logo {
  flex-grow: 0;
  margin-right: 2rem;
}

.footer-container .company-info .links {
  display: flex;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 12px;
}

.footer-container .company-info .links li.highlight {
  color: #0000ff;
}
.footer-container .company-info .links li:not(:last-child)::after {
  content: "·";
  padding: 0 4px 0 0;
}

.footer-container .company-info .company-detail-info {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 4px;
  color: #696969;
}
.footer-container .company-info .company-detail-info .highlight {
  color: #000000;
}
.footer-container .company-info .copyright {
  font-size: 12px;
  font-weight: bold;
}

footer.mo .footer-container {
  display: block;
  margin: 1.5rem 1.5rem;
  width: 100%;
}

footer.mo .footer-container .company-info .links li {
  font-size: 11px;
  font-weight: 500;
}

footer.mo .footer-container .footer-logo {
  text-align: center;
}

footer.mo .footer-container .company-detail-info {
  text-align: center;
  font-weight: 500;
  color: #828282;
  word-break: break-all;
  width: 100%;
}

footer.mo .footer-container .copyright {
  color: #828282;
  font-weight: 500;
  text-align: center;
}

.board-mo {
  border: 2px solid #e2e2e2;
  width: 100%;
}

.board-mo-header-container {
  display: flex;
  width: 100%;
}

.board-mo-header-item {
  flex-grow: 1;
  padding: 1rem;
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f6f6f6;
  border-bottom: 2px solid #e2e2e2;
}

.board-mo-header-item:not(:last-child) {
  border-right: 2px solid #e2e2e2;
}

.board-mo-header-item.on {
  border-bottom: 2px solid transparent;
  color: #132182;
  background-color: #ffffff;
}

.board-mo-body-container {
  width: 100%;
  background-color: #ffffff;
  padding: 1rem;
  box-sizing: border-box;
}

.board-mo-body-wrapper {
  width: 100%;
}

.board-mo-body-item {
  white-space: nowrap;
  padding: 0.5rem 0;
  display: block;
  font-size: 14px;
}

.board-mo-body-item:not(:last-child) {
  border-bottom: 1px solid #e2e2e2;
}

.board-mo-body-item .title {
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.board-mo-body-item .date {
  width: 100%;
  color: #ababab;
}

.board-mo-more {
  text-align: center;
  margin-top: 1rem;
  font-size: 14px;
  font-weight: 600;
  color: #132182;
}

.media-button-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  padding: 3rem 1rem;
}

.media-button-item {
  width: 100%;
  object-fit: contain;
}

.contact-container-mo {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

.contact-container-mo .contact-wrapper-mo {
  border: 2px solid #cccccc;
  background-color: #fbfbfb;
  padding: 0.25rem 0.75rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
}

.contact-container-mo .contact-wrapper-mo .title {
  font-size: 14px;
  font-weight: bold;
  color: #1c1c1c;
}

.contact-container-mo .contact-wrapper-mo .number {
  font-size: 16px;
  font-weight: bold;
  color: #225fba;
}

.contact-container-mo .contact-wrapper-mo .sub {
  font-size: 10px;
  color: #1c1c1c;
}

.contact-container-mo .contact-wrapper-mo .big-title {
  font-size: 18px;
  font-weight: bold;
  color: #1c1c1c;
}

.bg-white {
  background-color: #fff;
}

.mb-20 {
  margin-bottom: 20px;
}

.info-container .community .community-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}
.info-container .community .community-header .community-menu {
  display: flex;
  gap: 20px;
}
.info-container .community .community-header .community-menu li {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.06em;
  color: #cecece;
  border-bottom: 2px solid transparent;
}

.info-container .community .community-header .community-menu li.on {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.06em;
  color: #000000;
  border-bottom: 2px solid black;
}

.info-container .community .community-header .community-more {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: -0.06em;
}

.info-container .community .community-body li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
}

.info-container .community .community-body li .title {
  font-size: 15px;
  letter-spacing: -0.06em;
  font-weight: 600;
}

.info-container .community .community-body li .title::before {
  content: "•";
}

.info-container .community .community-body li .date {
  font-size: 12px;
  color: #828282;
  letter-spacing: -0.06em;
}

.info-container .service .service-wrapper .title {
  font-size: 13px;
  font-weight: 600;
  color: #303030;
}

.info-container .service .service-wrapper .contact {
  font-size: 21px;
  font-weight: bold;
  color: #225fba;
}

.info-container .service .service-wrapper .time {
  font-size: 11px;
  color: #303030;
}

.info-container .contact {
  display: flex;
  flex-direction: column;
  justify-content: space-between;

  gap: 8px;
}
.info-container .contact .contact-item {
  background-color: #f7f7f7;
  border: 1px solid #eaeaea;
  font-size: 17px;
  font-weight: bold;
  color: #303030;
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem 2.5rem;
}

.side-banner-container {
position: fixed;
    left: 50%;
    width: 100%;
    margin-top: 0px;
    max-width: 1640px;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

/* 개별 배너 스타일 */
.side-banner {
  position: absolute;
    display: flex;
    flex-direction: column;
    gap: 10px;
    pointer-events: auto;
}

/* 왼쪽 배너 */
.left-banner {
  left: 0;
}

/* 오른쪽 배너 */
.right-banner {
  right: 0;
}

/* 배너 이미지 스타일 */
.side-banner img {
  width: 100%; /* 가로 크기 */
  object-fit: cover;
  cursor: pointer;
}

/* 1200px 이하일 때 배너 숨기기 */
@media (max-width: 1600px) {
  .side-banner-container {
    display: none;
  }
}
