@charset "UTF-8";
.main-loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999999999;
  background: #fff;
}

.page-main-content {
  padding-top: 0;
  overflow: hidden;
}

#mainKV {
  position: relative;
  padding: calc(clamp(5.2rem, 6.25vmax, 12rem) + 7rem) 0 clamp(5.2rem, 6.25vmax, 12rem);
  /* 협력프로그램 */
  /* 에너지 고수 */
}
@media (max-width: calc(1280px - 1px)) {
  #mainKV {
    padding-top: calc(clamp(5.2rem, 6.25vmax, 12rem) + 6rem);
  }
}
@media screen and (max-width: 1024px) {
  #mainKV {
    padding-top: calc(10.2489019034vh + 6rem);
  }
}
@media screen and (max-width: 600px) {
  #mainKV {
    padding-top: calc(5.1094890511vh + 6rem);
  }
}
#mainKV .main-kv-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#mainKV .main-kv-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
#mainKV .main-kv-bg img, #mainKV .main-kv-bg video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#mainKV .main-kv-tit {
  font-size: 64px;
  line-height: 1.3;
  letter-spacing: -0.02em;
  font-weight: 700;
}
#mainKV .main-kv-tit-box {
  color: #ffffff;
  margin-bottom: clamp(3rem, 10px + 2.39583vmax, 5.6rem);
}
#mainKV .main-kv-tit-sub {
  display: block;
  font-size: 34px;
  margin-bottom: 0.25em;
}
#mainKV .main-kv-tit-logo {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 0.3125em;
}
#mainKV .main-kv-tit .logo-text {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 0.3125em;
}
@media screen and (max-width: 1024px) {
  #mainKV .main-kv-tit {
    font-size: 72px;
  }
  #mainKV .main-kv-tit-box {
    margin-bottom: 6.4rem;
  }
  #mainKV .main-kv-tit-sub {
    font-size: 28px;
    margin-bottom: 1.2rem;
  }
  #mainKV .main-kv-tit .logo-text {
    column-gap: 0.2777777778em;
  }
  #mainKV .main-kv-tit .logo-text svg {
    width: 49rem;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  #mainKV .main-kv-tit {
    font-size: 42px;
  }
  #mainKV .main-kv-tit-box {
    padding-left: 0.2rem;
    margin-bottom: 4rem;
  }
  #mainKV .main-kv-tit-sub {
    font-size: 20px;
    margin-bottom: 0.6rem;
  }
  #mainKV .main-kv-tit .logo-text {
    column-gap: 0.2857142857em;
  }
  #mainKV .main-kv-tit .logo-text svg {
    width: 27.7rem;
    height: auto;
  }
}
@media screen and (max-width: 600px) {
  #mainKV .main-kv-tit {
    font-size: 42px;
  }
  #mainKV .main-kv-tit-box {
    padding-left: 0.2rem;
    margin-bottom: 4rem;
  }
  #mainKV .main-kv-tit-sub {
    font-size: 20px;
    margin-bottom: 1.2rem;
    line-height: 1.35;
  }
  #mainKV .main-kv-tit-logo {
    row-gap: 0.1428571429em;
  }
  #mainKV .main-kv-tit .logo-text {
    column-gap: 0.1428571429em;
    row-gap: 0.3333333333em;
  }
  #mainKV .main-kv-tit .logo-text h3 {
    line-height: 1;
  }
}
#mainKV .main-kv-content-tit {
  color: #ffffff;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -0.02em;
  font-size: clamp(3rem, 2.083vw, 4rem);
}
@media screen and (max-width: 1440px) {
  #mainKV .main-kv-content-tit {
    font-size: clamp(3rem, 2.083vw, 4rem);
  }
}
@media screen and (max-width: 1024px) {
  #mainKV .main-kv-content-tit {
    font-size: min(3em, 5.641vw);
  }
}
@media screen and (max-width: 600px) {
  #mainKV .main-kv-content-tit {
    font-size: min(3em, 5.641vw);
  }
}
@media screen and (max-width: 1024px) {
  #mainKV .main-kv-content-tit {
    font-size: 32px;
  }
}
@media screen and (max-width: 600px) {
  #mainKV .main-kv-content-tit {
    font-size: 26px;
  }
}
#mainKV .main-kv-content {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  #mainKV .main-kv-content {
    flex-direction: column;
    gap: clamp(5.2rem, 6.25vmax, 12rem);
  }
}
#mainKV .main-kv-announcement {
  position: relative;
  width: calc(100% - 38.4rem - 8.125vw);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -0.02em;
  font-size: clamp(3rem, 2.083vw, 4rem);
}
@media screen and (max-width: 1440px) {
  #mainKV .main-kv-announcement {
    font-size: clamp(3rem, 2.083vw, 4rem);
  }
}
@media screen and (max-width: 1024px) {
  #mainKV .main-kv-announcement {
    font-size: min(3em, 5.641vw);
  }
}
@media screen and (max-width: 600px) {
  #mainKV .main-kv-announcement {
    font-size: min(3em, 5.641vw);
  }
}
#mainKV .main-kv-announcement .main-kv-content-tit {
  margin-bottom: clamp(2rem, 18px + 0.3125vmax, 2.4rem);
}
#mainKV .main-kv-announcement .main-kv-announcement-swiper {
  height: calc(100% - 1.35em - clamp(2rem, 18px + 0.3125vmax, 2.4rem));
}
#mainKV .main-kv-announcement .main-kv-announcement-swiper .swiper-slide {
  height: auto;
}
#mainKV .main-kv-announcement .main-kv-announcement-swiper .announcement-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ffffff;
  border-radius: max(1rem, 0.625vw);
  overflow: hidden;
  height: 100%;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.9rem;
}
@media screen and (max-width: 1440px) {
  #mainKV .main-kv-announcement .main-kv-announcement-swiper .announcement-item {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 1024px) {
  #mainKV .main-kv-announcement .main-kv-announcement-swiper .announcement-item {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 600px) {
  #mainKV .main-kv-announcement .main-kv-announcement-swiper .announcement-item {
    font-size: 1.8rem;
  }
}
#mainKV .main-kv-announcement .main-kv-announcement-swiper .announcement-item .top-box {
  padding: 2.8rem 2.8rem 3rem;
  padding-bottom: 0;
}
#mainKV .main-kv-announcement .main-kv-announcement-swiper .announcement-item .top-box .unit-box {
  display: flex;
  gap: 0.8rem;
}
#mainKV .main-kv-announcement .main-kv-announcement-swiper .announcement-item .top-box .unit-box .badge {
  padding: 0.4rem 0.8rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.3rem;
}
#mainKV .main-kv-announcement .main-kv-announcement-swiper .announcement-item .top-box .unit-box .badge.d-day {
  border: 1px solid #E81D21;
  color: #E81D21;
}
#mainKV .main-kv-announcement .main-kv-announcement-swiper .announcement-item .top-box .unit-box .badge.category {
  background-color: #0045C9;
  color: #ffffff;
}
#mainKV .main-kv-announcement .main-kv-announcement-swiper .announcement-item .top-box .unit-box .badge.always {
  border: 1px solid #D8D8D8;
  background-color: #E4E4E4;
  color: #555555;
}
#mainKV .main-kv-announcement .main-kv-announcement-swiper .announcement-item .top-box .tit {
  margin-top: 1.2rem;
  transition: color 0.3s ease;
  display: block;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#mainKV .main-kv-announcement .main-kv-announcement-swiper .announcement-item .top-box .deadline {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 0.8rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.5rem;
}
#mainKV .main-kv-announcement .main-kv-announcement-swiper .announcement-item .top-box .deadline .date {
  color: #555555;
}
#mainKV .main-kv-announcement .main-kv-announcement-swiper .announcement-item .host {
  padding: 0 2.8rem 2.8rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.5rem;
}
#mainKV .main-kv-announcement .main-kv-announcement-swiper .announcement-item.always {
  background-color: #F0F0F0;
}
@media screen and (min-width: calc(1024px + 1px)) and (hover: hover) {
  #mainKV .main-kv-announcement .main-kv-announcement-swiper .announcement-item:hover .top-box .tit {
    color: #0045C9;
  }
}
#mainKV .main-kv-announcement .announcement-slide-control .arrow-btn {
  position: absolute;
  top: 50%;
  width: 6rem;
  height: 6rem;
  background: rgba(0, 43, 125, 0.5);
  backdrop-filter: blur(2px);
  border-radius: 100%;
}
#mainKV .main-kv-announcement .announcement-slide-control .arrow-btn i {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}
#mainKV .main-kv-announcement .announcement-slide-control .arrow-btn.prev-btn {
  right: 100%;
  margin-right: 1.8rem;
}
#mainKV .main-kv-announcement .announcement-slide-control .arrow-btn.next-btn {
  left: 100%;
  margin-left: 1.8rem;
}
#mainKV .main-kv-announcement .announcement-slide-control .announcement-slide-pagination {
  position: absolute;
  bottom: auto;
  right: 0;
  top: 0;
  left: auto;
  transform: translateY(25%);
  width: auto;
  display: flex;
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.35);
  padding: 0.125em 0.35em;
  gap: 0.4rem;
}
#mainKV .main-kv-announcement .announcement-slide-control .announcement-slide-pagination span {
  font-size: 0.475em;
  font-weight: 400;
  color: #C6C6C6;
}
#mainKV .main-kv-announcement .announcement-slide-control .announcement-slide-pagination span.swiper-pagination-current {
  color: #ffffff;
}
@media screen and (max-width: 1440px) {
  #mainKV .main-kv-announcement {
    height: auto;
  }
  #mainKV .main-kv-announcement .main-kv-announcement-swiper .swiper-slide {
    height: 100% !important;
  }
  #mainKV .main-kv-announcement .main-kv-announcement-swiper .announcement-item {
    height: 100%;
  }
  #mainKV .main-kv-announcement .main-kv-announcement-swiper .announcement-list {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(2, 1fr);
    height: calc(100% - 12px);
  }
  #mainKV .main-kv-announcement .announcement-slide-control .arrow-btn {
    width: 3.2rem;
    height: 3.2rem;
  }
  #mainKV .main-kv-announcement .announcement-slide-control .arrow-btn svg {
    width: 2rem;
    height: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  #mainKV .main-kv-announcement {
    width: 100%;
  }
  #mainKV .main-kv-announcement .main-kv-announcement-swiper {
    overflow: visible;
    height: auto;
  }
  #mainKV .main-kv-announcement .main-kv-announcement-swiper .swiper-slide {
    height: auto !important;
  }
  #mainKV .main-kv-announcement .main-kv-announcement-swiper .announcement-item .top-box {
    padding: 2.4rem 2.4rem 1.4rem;
  }
  #mainKV .main-kv-announcement .main-kv-announcement-swiper .announcement-item .top-box .tit {
    margin-top: 0.8rem;
  }
  #mainKV .main-kv-announcement .main-kv-announcement-swiper .announcement-item .top-box .deadline {
    margin-top: 0.6rem;
  }
  #mainKV .main-kv-announcement .announcement-slide-control .announcement-slide-pagination {
    bottom: auto;
    top: 5.5px;
    transform: none;
    padding: 5px 13px;
  }
  #mainKV .main-kv-announcement .announcement-slide-control .announcement-slide-pagination span {
    font-size: 18px;
  }
  #mainKV .main-kv-announcement .announcement-slide-control .arrow-btn {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  #mainKV .main-kv-announcement .announcement-slide-control .announcement-slide-pagination {
    top: 2.5px;
    padding: 4px 10px;
    gap: 0.2rem;
  }
  #mainKV .main-kv-announcement .announcement-slide-control .announcement-slide-pagination span {
    font-size: 14px;
  }
}
#mainKV .main-kv-energy-content {
  width: 38.4rem;
  margin-top: 2.4rem;
}
#mainKV .main-kv-energy-content .con-box {
  display: flex;
  flex-direction: column;
  padding: 3.2rem;
  border-radius: max(1rem, 0.625vw);
  color: #ffffff;
}
#mainKV .main-kv-energy-content .con-box .tit-box .tit {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.9rem;
}
@media screen and (max-width: 1440px) {
  #mainKV .main-kv-energy-content .con-box .tit-box .tit {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 1024px) {
  #mainKV .main-kv-energy-content .con-box .tit-box .tit {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 600px) {
  #mainKV .main-kv-energy-content .con-box .tit-box .tit {
    font-size: 1.8rem;
  }
}
#mainKV .main-kv-energy-content .con-box .tit-box .txt {
  color: #EFF5FF;
  margin-top: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.5rem;
}
#mainKV .main-kv-energy-content .con-box:nth-child(1) {
  background-color: #002B7D;
}
#mainKV .main-kv-energy-content .con-box:nth-child(1) .bottom-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 4.4rem;
}
#mainKV .main-kv-energy-content .con-box:nth-child(2) {
  background-color: #3379FF;
  margin-top: 2rem;
  flex-direction: row;
  gap: 2.4rem;
  align-items: flex-end;
}
#mainKV .main-kv-energy-content .con-box:nth-child(2) .btn {
  margin-top: 1.8rem;
}
@media screen and (max-width: 1024px) {
  #mainKV .main-kv-energy-content {
    width: 100%;
    margin-top: 2rem;
    display: flex;
    gap: 1.2rem;
  }
  #mainKV .main-kv-energy-content .con-box {
    width: calc(50% - 0.6rem);
    padding: 2.4rem;
  }
  #mainKV .main-kv-energy-content .con-box .icon {
    width: 6.4rem;
    height: 6.4rem;
  }
  #mainKV .main-kv-energy-content .con-box .icon img {
    width: 100%;
  }
  #mainKV .main-kv-energy-content .con-box .btn {
    padding: 0.7rem 1.2rem;
    gap: 0.4rem;
    min-height: auto;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    font-size: 1.3rem;
  }
  #mainKV .main-kv-energy-content .con-box .btn i {
    width: 1.6rem;
    height: 1.6rem;
  }
  #mainKV .main-kv-energy-content .con-box:nth-child(1) .bottom-box {
    margin-top: 0.4rem;
  }
  #mainKV .main-kv-energy-content .con-box:nth-child(2) {
    position: relative;
    margin-top: 0;
    align-items: flex-start;
    justify-content: space-between;
  }
  #mainKV .main-kv-energy-content .con-box:nth-child(2) .tit-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
  }
  #mainKV .main-kv-energy-content .con-box:nth-child(2) .icon {
    position: absolute;
    right: 2.4rem;
    bottom: 2.4rem;
  }
}
@media screen and (max-width: 600px) {
  #mainKV .main-kv-energy-content {
    flex-direction: column;
  }
  #mainKV .main-kv-energy-content .con-box {
    width: 100%;
  }
}

#mainMenu {
  padding: clamp(7.2rem, 8.33333vmax, 16rem) 0;
  background-color: #ffffff;
}
#mainMenu .main-menu-tit {
  margin-bottom: clamp(2rem, 2.5vmax, 4.8rem);
  padding-left: 0.4rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -0.02em;
  font-size: clamp(4rem, 2.5vw, 4.8rem);
}
@media screen and (max-width: 1440px) {
  #mainMenu .main-menu-tit {
    font-size: clamp(4rem, 2.5vw, 4.8rem);
  }
}
@media screen and (max-width: 1024px) {
  #mainMenu .main-menu-tit {
    font-size: min(4em, 6.154vw);
  }
}
@media screen and (max-width: 600px) {
  #mainMenu .main-menu-tit {
    font-size: min(4em, 6.154vw);
  }
}
#mainMenu .main-menu-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1em;
  height: 100%;
  background: no-repeat center/cover;
  border-radius: max(1rem, 0.625vw);
  overflow: hidden;
  border: 1px solid #E4E4E4;
  padding: 1.5em 1.25em 1.25em;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -0.02em;
  font-size: clamp(2.4rem, 1.667vw, 3.2rem);
}
@media screen and (max-width: 1440px) {
  #mainMenu .main-menu-item {
    font-size: clamp(2.4rem, 1.667vw, 3.2rem);
  }
}
@media screen and (max-width: 1024px) {
  #mainMenu .main-menu-item {
    font-size: min(2.4rem, 5.641vw);
  }
}
@media screen and (max-width: 600px) {
  #mainMenu .main-menu-item {
    font-size: min(2.4rem, 5.641vw);
  }
}
#mainMenu .main-menu-item .top-box {
  display: flex;
  gap: 1.25em;
  align-items: flex-end;
}
#mainMenu .main-menu-item .top-box .inner {
  width: calc(100% - 1.25em - 2.5em);
}
#mainMenu .main-menu-item .top-box .txt {
  color: #2D2D2D;
  opacity: 0.9;
  margin-top: 0.25em;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.02em;
  font-size: clamp(1.8rem, 0.9896vw, 1.9rem);
}
@media screen and (max-width: 1440px) {
  #mainMenu .main-menu-item .top-box .txt {
    font-size: clamp(1.8rem, 0.9896vw, 1.9rem);
  }
}
@media screen and (max-width: 1024px) {
  #mainMenu .main-menu-item .top-box .txt {
    font-size: clamp(1.6rem, 4.1026vw, 1.8rem);
  }
}
@media screen and (max-width: 600px) {
  #mainMenu .main-menu-item .top-box .txt {
    font-size: clamp(1.6rem, 4.1026vw, 1.8rem);
  }
}
#mainMenu .main-menu-item .top-box .icon {
  display: inline-flex;
  width: 2.5em;
}
#mainMenu .main-menu-item .top-box .icon img {
  display: block;
  width: 100%;
}
#mainMenu .main-menu-item .list-box {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
}
#mainMenu .main-menu-item .list-box .list-item {
  width: calc(50% - 0.6rem);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.9rem;
}
@media screen and (max-width: 1440px) {
  #mainMenu .main-menu-item .list-box .list-item {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 1024px) {
  #mainMenu .main-menu-item .list-box .list-item {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 600px) {
  #mainMenu .main-menu-item .list-box .list-item {
    font-size: 1.8rem;
  }
}
#mainMenu .main-menu-item .list-box .list-item a {
  padding: 0.84em 0.84em 0.84em 1.05em;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(2px);
  border-radius: max(0.6rem, 0.41666vw);
  border: 1px solid #F0F0F0;
  height: 100%;
  transition: 0.3s ease;
  transition-property: background-color, color, border-color;
}
@media screen and (hover: hover) {
  #mainMenu .main-menu-item .list-box .list-item a:hover {
    background-color: #EFF5FF;
    border-color: #94B8FF;
    color: #0045C9;
  }
  #mainMenu .main-menu-item .list-box .list-item a:hover svg {
    color: #0045C9;
    transition: stroke 0.3s ease;
  }
}
#mainMenu .main-menu-item .list-box .list-item .icon {
  display: block;
  width: 3.2rem;
}
#mainMenu .main-menu-item .list-box .list-item .icon img {
  display: block;
  width: 100%;
}
#mainMenu .main-menu-item .list-box .list-item .tit-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  margin-top: 0.63em;
  height: calc(100% - 0.63em - 3.2rem);
}
#mainMenu .main-menu-item .list-box .list-item .tit-box .tit {
  width: calc(100% - 0.8rem - 3rem);
}
#mainMenu .main-menu-item .list-box .list-item .tit-box .tit span {
  display: inline-flex;
}
#mainMenu .main-menu-item .list-box .list-item .tit-box .arrow {
  width: 1.5789473684em;
}
#mainMenu .main-menu-item .list-box .list-item .tit-box .arrow svg {
  display: block;
  width: 100%;
  height: auto;
}
#mainMenu .main-menu-item.infra {
  background-image: url("/assets/eum/images/pages/main/infra_bg.webp");
}
#mainMenu .main-menu-item.tech-matching {
  background-image: url("/assets/eum/images/pages/main/tech-matching_bg.webp");
}
#mainMenu .main-menu-item.community {
  background-image: url("/assets/eum/images/pages/main/community_bg.webp");
}
@media screen and (max-width: 1280px) and (min-width: calc(1024px + 1px)) {
  #mainMenu .main-menu-item .list-box {
    flex-direction: column;
  }
  #mainMenu .main-menu-item .list-box .list-item {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  #mainMenu .main-menu-tit {
    margin-bottom: 3.2rem;
    padding-left: 0;
    font-size: 4rem;
  }
  #mainMenu .main-menu-item {
    padding: 4rem 4rem 3.6rem;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: -0.02em;
    font-size: clamp(3rem, 2.083vw, 4rem);
  }
}
@media screen and (max-width: 1024px) and (max-width: 1440px) {
  #mainMenu .main-menu-item {
    font-size: clamp(3rem, 2.083vw, 4rem);
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  #mainMenu .main-menu-item {
    font-size: min(3em, 5.641vw);
  }
}
@media screen and (max-width: 1024px) and (max-width: 600px) {
  #mainMenu .main-menu-item {
    font-size: min(3em, 5.641vw);
  }
}
@media screen and (max-width: 1024px) {
  #mainMenu .main-menu-item .top-box .txt {
    margin-top: 0.8rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.02em;
    font-size: clamp(1.8rem, 0.9896vw, 1.9rem);
  }
}
@media screen and (max-width: 1024px) and (max-width: 1440px) {
  #mainMenu .main-menu-item .top-box .txt {
    font-size: clamp(1.8rem, 0.9896vw, 1.9rem);
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  #mainMenu .main-menu-item .top-box .txt {
    font-size: clamp(1.6rem, 4.1026vw, 1.8rem);
  }
}
@media screen and (max-width: 1024px) and (max-width: 600px) {
  #mainMenu .main-menu-item .top-box .txt {
    font-size: clamp(1.6rem, 4.1026vw, 1.8rem);
  }
}
@media screen and (max-width: 1024px) {
  #mainMenu .main-menu-item .list-box {
    gap: 1rem;
    flex-wrap: nowrap;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1440px) {
  #mainMenu .main-menu-item .list-box {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  #mainMenu .main-menu-item .list-box {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1024px) and (max-width: 600px) {
  #mainMenu .main-menu-item .list-box {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1024px) {
  #mainMenu .main-menu-item .list-box .list-item {
    flex: 1;
    width: auto;
  }
  #mainMenu .main-menu-item .list-box .list-item a {
    padding: 1.6rem 1.4rem 1.6rem 1.6rem;
  }
  #mainMenu .main-menu-item .list-box .list-item a .icon {
    width: 2.8rem;
  }
  #mainMenu .main-menu-item .list-box .list-item a .icon img {
    display: block;
    width: 100%;
  }
  #mainMenu .main-menu-item .list-box .list-item a .tit-box {
    align-items: center;
    gap: 0;
  }
  #mainMenu .main-menu-item .list-box .list-item a .tit-box .tit {
    width: calc(100% - 2.4rem);
  }
  #mainMenu .main-menu-item .list-box .list-item a .tit-box .arrow {
    width: 2.4rem;
  }
  #mainMenu .main-menu-item .list-box .list-item a .tit-box .arrow svg {
    display: block;
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  #mainMenu .main-menu-item .list-box {
    flex-wrap: wrap;
  }
  #mainMenu .main-menu-item .list-box .list-item {
    flex: auto;
    width: calc(50% - 0.8rem);
  }
}
@media screen and (max-width: 600px) {
  #mainMenu .main-menu-tit {
    margin-bottom: 2rem;
    font-size: 2.8rem;
  }
  #mainMenu .main-menu-item {
    padding: 1.4545454545em 1.0909090909em 1.0909090909em;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: -0.02em;
    font-size: clamp(3rem, 2.083vw, 4rem);
  }
}
@media screen and (max-width: 600px) and (max-width: 1440px) {
  #mainMenu .main-menu-item {
    font-size: clamp(3rem, 2.083vw, 4rem);
  }
}
@media screen and (max-width: 600px) and (max-width: 1024px) {
  #mainMenu .main-menu-item {
    font-size: min(3em, 5.641vw);
  }
}
@media screen and (max-width: 600px) and (max-width: 600px) {
  #mainMenu .main-menu-item {
    font-size: min(3em, 5.641vw);
  }
}
@media screen and (max-width: 600px) {
  #mainMenu .main-menu-item .top-box {
    gap: 2rem;
  }
  #mainMenu .main-menu-item .top-box .inner {
    width: calc(100% - 5.6rem - 2rem);
  }
  #mainMenu .main-menu-item .top-box .icon {
    width: 5.6rem;
  }
  #mainMenu .main-menu-item .list-box .list-item {
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 600px) and (max-width: 1440px) {
  #mainMenu .main-menu-item .list-box .list-item {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 600px) and (max-width: 1024px) {
  #mainMenu .main-menu-item .list-box .list-item {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 600px) and (max-width: 600px) {
  #mainMenu .main-menu-item .list-box .list-item {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 600px) {
  #mainMenu .main-menu-item .list-box .list-item a .icon {
    width: 2.8rem;
  }
}

#mainNews {
  padding: clamp(7.2rem, 8.33333vmax, 16rem) 0;
  background-color: #EFF5FF;
  /* 시장 기술 동향 */
  /* 공지사항 */
}
#mainNews .main-news-content {
  display: flex;
  gap: 8rem;
}
#mainNews .main-news-content .left-con, #mainNews .main-news-content .right-con {
  width: calc(50% - 4rem);
}
@media screen and (max-width: 1024px) {
  #mainNews .main-news-content {
    flex-direction: column;
    gap: clamp(7.2rem, 8.33333vmax, 16rem);
  }
  #mainNews .main-news-content .left-con, #mainNews .main-news-content .right-con {
    width: 100%;
  }
}
#mainNews .main-news-tit-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: clamp(2.6rem, 22px + 0.52083vmax, 3.2rem);
  padding: 0 0.8rem clamp(2rem, 2.5vmax, 4.8rem) 0.4rem;
  border-bottom: 1px solid #D8D8D8;
}
#mainNews .main-news-tit-box .main-news-tit {
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -0.02em;
  font-size: clamp(4rem, 2.5vw, 4.8rem);
}
@media screen and (max-width: 1440px) {
  #mainNews .main-news-tit-box .main-news-tit {
    font-size: clamp(4rem, 2.5vw, 4.8rem);
  }
}
@media screen and (max-width: 1024px) {
  #mainNews .main-news-tit-box .main-news-tit {
    font-size: min(4em, 6.154vw);
  }
}
@media screen and (max-width: 600px) {
  #mainNews .main-news-tit-box .main-news-tit {
    font-size: min(4em, 6.154vw);
  }
}
@media screen and (max-width: 1024px) {
  #mainNews .main-news-tit-box {
    padding: 0 0 3.2rem;
  }
  #mainNews .main-news-tit-box .main-news-tit {
    font-size: 4rem;
  }
}
@media screen and (max-width: 600px) {
  #mainNews .main-news-tit-box {
    padding-bottom: 2rem;
  }
  #mainNews .main-news-tit-box .main-news-tit {
    font-size: 2.8rem;
  }
  #mainNews .main-news-tit-box a.btn {
    gap: 0.2666666667em;
    padding: 0.5333333333em 1.0666666667em;
    min-height: 4rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    font-size: 1.5rem;
  }
  #mainNews .main-news-tit-box a.btn i {
    width: 1.0666666667em;
    height: 1.0666666667em;
  }
  #mainNews .main-news-tit-box a.btn[data-type=only-icon] {
    padding-right: 0;
    padding-left: 0;
    width: 4rem;
  }
}
#mainNews .main-trend-content {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
#mainNews .main-trend-content .main-trend-item {
  width: calc(33.33% - 1.3333333333rem);
}
#mainNews .main-trend-content .main-trend-item a {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.9rem;
}
@media screen and (max-width: 1440px) {
  #mainNews .main-trend-content .main-trend-item a {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 1024px) {
  #mainNews .main-trend-content .main-trend-item a {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 600px) {
  #mainNews .main-trend-content .main-trend-item a {
    font-size: 1.8rem;
  }
}
#mainNews .main-trend-content .main-trend-item a .img-box {
  position: relative;
  overflow: hidden;
  border-radius: max(0.6rem, 0.41666vw);
  border: 1px solid #E4E4E4;
}
#mainNews .main-trend-content .main-trend-item a .img-box .img-wrap {
  position: relative;
  aspect-ratio: 308/220;
  display: flex;
  width: 100%;
  justify-content: center;
  z-index: 3;
}
#mainNews .main-trend-content .main-trend-item a .img-box .img-wrap img {
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
#mainNews .main-trend-content .main-trend-item a .img-box .bg {
  display: none;
}
#mainNews .main-trend-content .main-trend-item a .txt-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 0.2rem;
}
#mainNews .main-trend-content .main-trend-item a .txt-box .tit {
  margin: 0.84em 0 0.42em;
  display: block;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#mainNews .main-trend-content .main-trend-item a .txt-box .tit span {
  background-image: linear-gradient(#EFF5FF, #EFF5FF), linear-gradient(#1D1D1D, #1D1D1D);
  background-size: 100% 2px, 100% 2px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat, no-repeat;
  transition: background-size 0.75s ease;
}
#mainNews .main-trend-content .main-trend-item a .txt-box .txt {
  display: none;
}
#mainNews .main-trend-content .main-trend-item a .txt-box .date {
  color: #717171;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.5rem;
}
#mainNews .main-trend-content .main-trend-item:first-child {
  width: 100%;
  padding-bottom: clamp(2.6rem, 22px + 0.52083vmax, 3.2rem);
  border-bottom: 1px solid #E4E4E4;
  border: 0;
}
#mainNews .main-trend-content .main-trend-item:first-child a {
  display: flex;
  gap: 1.33em;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: clamp(2.2rem, 1.25vw, 2.4rem);
}
#mainNews .main-trend-content .main-trend-item:first-child a .img-box {
  width: 30.8rem;
  height: 22rem;
}
#mainNews .main-trend-content .main-trend-item:first-child a .img-box .bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  display: block;
  transform: translate(-50%, -50%);
  z-index: 2;
}
#mainNews .main-trend-content .main-trend-item:first-child a .img-box .bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(35.95px);
  z-index: 2;
}
#mainNews .main-trend-content .main-trend-item:first-child a .txt-box {
  flex: 1;
  width: calc(100% - 30.8rem - 1.33em);
  padding: 0;
  padding-right: 0.83em;
}
#mainNews .main-trend-content .main-trend-item:first-child a .txt-box .tit {
  margin-top: 0;
  margin-bottom: 0.33em;
}
#mainNews .main-trend-content .main-trend-item:first-child a .txt-box .txt {
  color: #2D2D2D;
  margin-bottom: 1.0526315789em;
  display: block;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.9rem;
}
@media screen and (max-width: 1440px) {
  #mainNews .main-trend-content .main-trend-item:first-child a .txt-box .txt {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 1024px) {
  #mainNews .main-trend-content .main-trend-item:first-child a .txt-box .txt {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 600px) {
  #mainNews .main-trend-content .main-trend-item:first-child a .txt-box .txt {
    font-size: 1.8rem;
  }
}
@media screen and (hover: hover) {
  #mainNews .main-trend-content .main-trend-item:hover .img-wrap img {
    transform: scale(1.05);
  }
  #mainNews .main-trend-content .main-trend-item:hover .txt-box .tit span {
    background-size: 0 2px, 100% 2px;
  }
}
@media screen and (max-width: 1024px) {
  #mainNews .main-trend-content {
    gap: 1.6rem;
  }
  #mainNews .main-trend-content .main-trend-item {
    width: calc(33.33% - 1.0666666667rem);
  }
  #mainNews .main-trend-content .main-trend-item a .txt-box .tit {
    margin: 0.8888888889em 0 0.3333333333em;
  }
  #mainNews .main-trend-content .main-trend-item a .txt-box .tit span {
    background: none;
  }
  #mainNews .main-trend-content .main-trend-item a .txt-box .date {
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    font-size: 1.3rem;
  }
  #mainNews .main-trend-content .main-trend-item:first-child a {
    gap: 1.3333333333em;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: -0.02em;
    font-size: clamp(3rem, 2.083vw, 4rem);
  }
}
@media screen and (max-width: 1024px) and (max-width: 1440px) {
  #mainNews .main-trend-content .main-trend-item:first-child a {
    font-size: clamp(3rem, 2.083vw, 4rem);
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  #mainNews .main-trend-content .main-trend-item:first-child a {
    font-size: min(3em, 5.641vw);
  }
}
@media screen and (max-width: 1024px) and (max-width: 600px) {
  #mainNews .main-trend-content .main-trend-item:first-child a {
    font-size: min(3em, 5.641vw);
  }
}
@media screen and (max-width: 1024px) {
  #mainNews .main-trend-content .main-trend-item:first-child a .img-box {
    width: 40rem;
    height: auto;
  }
  #mainNews .main-trend-content .main-trend-item:first-child a .img-box .bg img {
    min-width: 100%;
  }
  #mainNews .main-trend-content .main-trend-item:first-child a .txt-box {
    flex: auto;
    width: calc(100% - 40rem - 1.3333333333em);
    padding-right: 0.8em;
  }
  #mainNews .main-trend-content .main-trend-item:first-child a .txt-box .tit {
    margin-bottom: 0.2666666667em;
  }
  #mainNews .main-trend-content .main-trend-item:first-child a .txt-box .txt {
    margin-bottom: 1.3333333333em;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.02em;
    font-size: clamp(1.8rem, 0.9896vw, 1.9rem);
  }
}
@media screen and (max-width: 1024px) and (max-width: 1440px) {
  #mainNews .main-trend-content .main-trend-item:first-child a .txt-box .txt {
    font-size: clamp(1.8rem, 0.9896vw, 1.9rem);
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  #mainNews .main-trend-content .main-trend-item:first-child a .txt-box .txt {
    font-size: clamp(1.6rem, 4.1026vw, 1.8rem);
  }
}
@media screen and (max-width: 1024px) and (max-width: 600px) {
  #mainNews .main-trend-content .main-trend-item:first-child a .txt-box .txt {
    font-size: clamp(1.6rem, 4.1026vw, 1.8rem);
  }
}
@media screen and (max-width: 768px) {
  #mainNews .main-trend-content .main-trend-item:first-child a {
    flex-direction: column;
    gap: 0.91em;
  }
  #mainNews .main-trend-content .main-trend-item:first-child a .img-box {
    width: 100%;
  }
  #mainNews .main-trend-content .main-trend-item:first-child a .txt-box {
    width: 100%;
  }
  #mainNews .main-trend-content .main-trend-item:first-child a .txt-box .tit {
    margin-bottom: 0.2727272727em;
  }
  #mainNews .main-trend-content .main-trend-item:first-child a .txt-box .txt {
    margin-bottom: 1.5em;
  }
}
@media screen and (max-width: 600px) {
  #mainNews .main-trend-content {
    flex-direction: column;
  }
  #mainNews .main-trend-content .main-trend-item {
    width: 100%;
  }
  #mainNews .main-trend-content .main-trend-item a {
    display: flex;
    gap: 0.8888888889em;
    align-items: center;
  }
  #mainNews .main-trend-content .main-trend-item a .img-box {
    width: 14rem;
  }
  #mainNews .main-trend-content .main-trend-item a .txt-box {
    width: calc(100% - 14rem - 0.8888888889em);
  }
  #mainNews .main-trend-content .main-trend-item a .txt-box .tit {
    margin-top: 0;
  }
}
#mainNews .main-notice-content {
  display: flex;
  flex-direction: column;
  height: calc(100% - 1.35em - clamp(2rem, 2.5vmax, 4.8rem) - clamp(2.6rem, 22px + 0.52083vmax, 3.2rem));
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -0.02em;
  font-size: clamp(4rem, 2.5vw, 4.8rem);
}
@media screen and (max-width: 1440px) {
  #mainNews .main-notice-content {
    font-size: clamp(4rem, 2.5vw, 4.8rem);
  }
}
@media screen and (max-width: 1024px) {
  #mainNews .main-notice-content {
    font-size: min(4em, 6.154vw);
  }
}
@media screen and (max-width: 600px) {
  #mainNews .main-notice-content {
    font-size: min(4em, 6.154vw);
  }
}
#mainNews .main-notice-content .main-notice-item {
  border-top: 1px solid #E4E4E4;
  height: 27.24%;
}
#mainNews .main-notice-content .main-notice-item a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 0 0.8rem 0 0.4rem;
}
#mainNews .main-notice-content .main-notice-item .tit {
  margin-bottom: 0.25em;
  display: block;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: clamp(2.2rem, 1.25vw, 2.4rem);
}
#mainNews .main-notice-content .main-notice-item .tit span {
  background-image: linear-gradient(#EFF5FF, #EFF5FF), linear-gradient(#1D1D1D, #1D1D1D);
  background-size: 100% 2px, 100% 2px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat, no-repeat;
  transition: background-size 0.75s ease;
}
#mainNews .main-notice-content .main-notice-item .txt {
  color: #2D2D2D;
  margin-bottom: 0.7058823529em;
  display: block;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.7rem;
}
@media screen and (max-width: 1440px) {
  #mainNews .main-notice-content .main-notice-item .txt {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 1024px) {
  #mainNews .main-notice-content .main-notice-item .txt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 600px) {
  #mainNews .main-notice-content .main-notice-item .txt {
    font-size: 1.6rem;
  }
}
#mainNews .main-notice-content .main-notice-item .date {
  display: block;
  color: #717171;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.5rem;
}
#mainNews .main-notice-content .main-notice-item:first-child {
  border-top: 0;
  height: 22.76%;
}
#mainNews .main-notice-content .main-notice-item:first-child a {
  display: block;
}
#mainNews .main-notice-content .main-notice-item:last-child {
  height: 22.76%;
}
#mainNews .main-notice-content .main-notice-item:last-child a {
  justify-content: flex-end;
}
@media screen and (hover: hover) {
  #mainNews .main-notice-content .main-notice-item:hover .tit span {
    background-size: 0 2px, 100% 2px;
  }
}
@media screen and (max-width: 1024px) {
  #mainNews .main-notice-content {
    height: auto;
  }
  #mainNews .main-notice-content .main-notice-item {
    padding: clamp(2rem, 18px + 0.3125vmax, 2.4rem) 0;
  }
  #mainNews .main-notice-content .main-notice-item a .tit {
    margin-bottom: 0.4rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0;
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1440px) {
  #mainNews .main-notice-content .main-notice-item a .tit {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  #mainNews .main-notice-content .main-notice-item a .tit {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1024px) and (max-width: 600px) {
  #mainNews .main-notice-content .main-notice-item a .tit {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1024px) {
  #mainNews .main-notice-content .main-notice-item a .tit span {
    background: none;
  }
  #mainNews .main-notice-content .main-notice-item a .txt {
    margin-bottom: 1.2rem;
  }
  #mainNews .main-notice-content .main-notice-item:first-child {
    padding-top: 0;
  }
  #mainNews .main-notice-content .main-notice-item:last-child {
    padding-bottom: 0;
  }
}

#mainLink {
  padding: clamp(5.2rem, 6.25vmax, 12rem) 0;
  background-color: #ffffff;
}
#mainLink .main-link-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.33em 0.8em 1.33em 0.8em;
  gap: 1rem;
  border: 1px solid #E4E4E4;
  background-color: #F8F8F8;
  border-radius: max(0.6rem, 0.41666vw);
  height: 100%;
  transition: 0.3s ease;
  transition-property: background-color, color, border-color;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -0.02em;
  font-size: clamp(2.2rem, 1.25vw, 2.4rem);
}
@media screen and (max-width: 1440px) {
  #mainLink .main-link-item {
    font-size: clamp(2.2rem, 1.25vw, 2.4rem);
  }
}
@media screen and (max-width: 1024px) {
  #mainLink .main-link-item {
    font-size: min(2.2rem, 5.128vw);
  }
}
@media screen and (max-width: 600px) {
  #mainLink .main-link-item {
    font-size: min(2.2rem, 5.128vw);
  }
}
#mainLink .main-link-item .tit {
  display: block;
}
#mainLink .main-link-item .text {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex: 1;
}
#mainLink .main-link-item .icon-1 {
  display: inline-block;
  width: 6.4rem;
  height: 6.4rem;
}
#mainLink .main-link-item .icon-1 img {
  display: block;
  width: 100%;
  height: auto;
}
#mainLink .main-link-item .icon {
  width: 1.3333333333em;
}
#mainLink .main-link-item .icon svg {
  width: 100%;
  height: auto;
  color: #555555;
  transition: stroke 0.3s ease;
}
@media screen and (hover: hover) {
  #mainLink .main-link-item:hover {
    background-color: #EFF5FF;
    border-color: #94B8FF;
    color: #0045C9;
  }
  #mainLink .main-link-item:hover svg {
    color: #0045C9;
  }
}
@media screen and (max-width: 1024px) {
  #mainLink .main-link-item {
    padding: 2.4rem 3.2rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0;
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1440px) {
  #mainLink .main-link-item {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  #mainLink .main-link-item {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1024px) and (max-width: 600px) {
  #mainLink .main-link-item {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1024px) {
  #mainLink .main-link-item .icon-1 {
    width: 4.8rem;
    height: 4.8rem;
  }
  #mainLink .main-link-item .tit {
    display: flex;
    align-items: center;
    width: calc(100% - 4.8rem - 1rem);
    height: 3em;
  }
  #mainLink .main-link-item .icon {
    width: 3.2rem;
  }
}
@media screen and (max-width: 600px) {
  #mainLink .main-link-item {
    padding: 2.4rem 2.8rem 2.4rem 2.4rem;
  }
  #mainLink .main-link-item .icon {
    width: 2.8rem;
  }
}
@media screen and (max-width: 1280px) and (min-width: calc(1024px + 1px)) {
  #mainLink .col-3 {
    grid-column: auto/span 6;
  }
  #mainLink .col-3 .main-link-item .tit {
    display: flex;
    align-items: center;
    height: 3em;
  }
}
@media screen and (max-width: 1024px) {
  #mainLink {
    padding-bottom: clamp(7.2rem, 8.33333vmax, 16rem);
  }
}

.main-popup-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  /* 모바일 사용 */
}
.main-popup-container.open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.main-popup-container .container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.main-popup-container .main-popup-dim {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
}
.main-popup-container .main-popup {
  width: fit-content;
}
.main-popup-container .main-popup .main-popup-top {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  /* 모바일 사용 */
}
.main-popup-container .main-popup .main-popup-top[data-slide-count="1"] .main-popup-indicator {
  display: none !important;
}
@media screen and (min-width: 601px) {
  .main-popup-container .main-popup .main-popup-top .swiper {
    overflow: visible;
  }
}
.main-popup-container .main-popup .main-popup-top .sheet-top {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 1.1rem;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid #E4E4E4;
}
.main-popup-container .main-popup .main-popup-top .main-popup-content {
  width: clamp(30rem, 20.8333333333vw, 40rem);
  height: clamp(36rem, 25vw, 48rem);
  aspect-ratio: 5/6;
  background-color: #ededed;
}
.main-popup-container .main-popup .main-popup-top .main-popup-content:not(:last-of-type) {
  margin-right: min(3.2rem, 1.6666666667vw);
}
.main-popup-container .main-popup .main-popup-top .main-popup-content > a {
  width: clamp(30rem, 20.8333333333vw, 40rem);
  height: clamp(36rem, 25vw, 48rem);
  aspect-ratio: 5/6;
}
.main-popup-container .main-popup .main-popup-top .main-popup-content img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.main-popup-container .main-popup .main-popup-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
  width: 100%;
  padding-top: 4rem;
}
.main-popup-container .main-popup .main-popup-bottom .input-checkbox-item .txt {
  color: #454545;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.7rem;
}
@media screen and (max-width: 1440px) {
  .main-popup-container .main-popup .main-popup-bottom .input-checkbox-item .txt {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 1024px) {
  .main-popup-container .main-popup .main-popup-bottom .input-checkbox-item .txt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 600px) {
  .main-popup-container .main-popup .main-popup-bottom .input-checkbox-item .txt {
    font-size: 1.6rem;
  }
}
.main-popup-container .main-popup .main-popup-bottom .popup-today-btn-mo {
  display: none;
}
.main-popup-container .main-popup .main-popup-bottom .main-popup-close-btn .mo {
  display: none;
}
.main-popup-container .main-popup-indicator {
  display: none;
  position: absolute;
  top: 1.4rem;
  right: 2rem;
  align-items: center;
  gap: 2rem;
  width: fit-content;
  padding: 0.35rem 1.3rem;
  z-index: 10;
  font-size: 1.4rem;
  line-height: 21px;
  font-weight: 400;
  background-color: rgba(45, 45, 45, 0.6);
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(40px);
  border-radius: 2rem;
}
.main-popup-container .main-popup-indicator .main-popup-pagination {
  display: flex;
  gap: 0.4rem;
  order: 2;
  color: rgba(255, 255, 255, 0.6);
}
.main-popup-container .main-popup-indicator .main-popup-pagination .swiper-pagination-current {
  color: #ffffff;
}
.main-popup-container .main-popup-indicator .next-btn {
  order: 3;
}
.main-popup-container .main-popup-indicator .prev-btn {
  order: 1;
}
@media screen and (max-width: 1024px) {
  .main-popup-container .main-popup .main-popup-top .main-popup-content {
    width: 27.34375vw;
    height: 32.8125vw;
    flex-shrink: 1;
  }
  .main-popup-container .main-popup .main-popup-top .main-popup-content > a {
    width: 27.34375vw;
    height: 32.8125vw;
  }
}
@media screen and (max-width: 600px) {
  .main-popup-container {
    top: unset;
    bottom: 0;
  }
  .main-popup-container .container {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  .main-popup-container .container-box-xl {
    height: 100%;
  }
  .main-popup-container .main-popup {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 0;
    border-top-left-radius: 2.4rem;
    border-top-right-radius: 2.4rem;
    background-color: #ffffff;
    overflow: hidden;
  }
  .main-popup-container .main-popup .main-popup-top .main-popup-slider {
    width: 100%;
  }
  .main-popup-container .main-popup .main-popup-top .sheet-top {
    display: flex;
    border: 0;
  }
  .main-popup-container .main-popup .main-popup-top .main-popup-content {
    max-width: 100%;
    width: 100%;
    height: 120vw;
    max-height: 75vh;
    flex-shrink: 0;
  }
  .main-popup-container .main-popup .main-popup-top .main-popup-content > a {
    width: 100%;
    height: 120vw;
  }
  .main-popup-container .main-popup .main-popup-bottom {
    justify-content: space-between;
    padding: 0 1.6rem;
    height: 5.2rem;
  }
  .main-popup-container .main-popup .main-popup-bottom .input-checkbox-item .txt {
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    font-size: 1.5rem;
  }
  .main-popup-container .main-popup .main-popup-bottom .popup-today-btn-pc {
    display: none;
  }
  .main-popup-container .main-popup .main-popup-bottom .popup-today-btn-mo {
    display: flex;
  }
  .main-popup-container .main-popup .main-popup-bottom .main-popup-close-btn,
  .main-popup-container .main-popup .main-popup-bottom .main-popup-close-btn .btn-inner {
    padding: 0.6rem;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 0.4rem;
    min-height: auto;
  }
  .main-popup-container .main-popup .main-popup-bottom .main-popup-close-btn svg,
  .main-popup-container .main-popup .main-popup-bottom .main-popup-close-btn .btn-inner svg {
    width: 1.6rem;
    height: 1.6rem;
  }
  .main-popup-container .main-popup .main-popup-bottom .main-popup-close-btn .pc,
  .main-popup-container .main-popup .main-popup-bottom .main-popup-close-btn .btn-inner .pc {
    display: none;
  }
  .main-popup-container .main-popup .main-popup-bottom .main-popup-close-btn .mo,
  .main-popup-container .main-popup .main-popup-bottom .main-popup-close-btn .btn-inner .mo {
    display: block;
  }
  .main-popup-container .main-popup .main-popup-bottom .main-popup-close-btn .label,
  .main-popup-container .main-popup .main-popup-bottom .main-popup-close-btn .btn-inner .label {
    display: none;
  }
  .main-popup-container .main-popup .main-popup-bottom .main-popup-close-btn:has(.btn-inner),
  .main-popup-container .main-popup .main-popup-bottom .main-popup-close-btn .btn-inner:has(.btn-inner) {
    padding: 0;
    border: 0;
  }
  .main-popup-container .main-popup-indicator {
    display: flex;
  }
}
.main-popup-container .main-popup .main-popup-top .main-popup-content:not(:has(.modalImage)) {
  background-image: url("/assets/images/pages/main/default_popup_back.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  padding: clamp(2rem, 18px + 0.3125vmax, 2.4rem) clamp(0.8rem, 0.833333vmax, 1.6rem);
}
.main-popup-container .main-popup .main-popup-top .main-popup-content:not(:has(.modalImage)) > div {
  margin: 0 !important;
  overflow-y: auto;
}
.main-popup-container .main-popup .main-popup-top .main-popup-content:not(:has(.modalImage)) h1 {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 2.2rem;
}
@media screen and (max-width: 1440px) {
  .main-popup-container .main-popup .main-popup-top .main-popup-content:not(:has(.modalImage)) h1 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .main-popup-container .main-popup .main-popup-top .main-popup-content:not(:has(.modalImage)) h1 {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 600px) {
  .main-popup-container .main-popup .main-popup-top .main-popup-content:not(:has(.modalImage)) h1 {
    font-size: 2.1rem;
  }
}
.main-popup-container .main-popup .main-popup-top .main-popup-content:not(:has(.modalImage)) h1 {
  padding: 0 calc(clamp(0.8rem, 0.833333vmax, 1.6rem) - 0.5rem);
  color: #2D2D2D;
  line-height: 1.3;
}
@media screen and (max-width: 1024px) {
  .main-popup-container .main-popup .main-popup-top .main-popup-content:not(:has(.modalImage)) h1 {
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0;
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1440px) {
  .main-popup-container .main-popup .main-popup-top .main-popup-content:not(:has(.modalImage)) h1 {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .main-popup-container .main-popup .main-popup-top .main-popup-content:not(:has(.modalImage)) h1 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1024px) and (max-width: 600px) {
  .main-popup-container .main-popup .main-popup-top .main-popup-content:not(:has(.modalImage)) h1 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1024px) {
  .main-popup-container .main-popup .main-popup-top .main-popup-content:not(:has(.modalImage)) h1 {
    line-height: 1.3;
  }
}
@media screen and (max-width: 600px) {
  .main-popup-container .main-popup .main-popup-top .main-popup-content:not(:has(.modalImage)) h1 {
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0;
    font-size: 1.7rem;
  }
  .main-popup-container .main-popup .main-popup-top .main-popup-content:not(:has(.modalImage)) h1 {
    line-height: 1.3;
  }
}
.main-popup-container .main-popup .main-popup-top .main-popup-content:not(:has(.modalImage)) h2 {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.7rem;
}
@media screen and (max-width: 1440px) {
  .main-popup-container .main-popup .main-popup-top .main-popup-content:not(:has(.modalImage)) h2 {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 1024px) {
  .main-popup-container .main-popup .main-popup-top .main-popup-content:not(:has(.modalImage)) h2 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 600px) {
  .main-popup-container .main-popup .main-popup-top .main-popup-content:not(:has(.modalImage)) h2 {
    font-size: 1.6rem;
  }
}
.main-popup-container .main-popup .main-popup-top .main-popup-content:not(:has(.modalImage)) h2 {
  padding: 0 calc(clamp(0.8rem, 0.833333vmax, 1.6rem) - 0.5rem);
  color: #0c3455;
  line-height: 1.3;
}
@media screen and (max-width: 1024px) {
  .main-popup-container .main-popup .main-popup-top .main-popup-content:not(:has(.modalImage)) h2 {
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0;
    font-size: 1.5rem;
  }
  .main-popup-container .main-popup .main-popup-top .main-popup-content:not(:has(.modalImage)) h2 {
    line-height: 1.3;
  }
}
@media screen and (max-width: 600px) {
  .main-popup-container .main-popup .main-popup-top .main-popup-content:not(:has(.modalImage)) h2 {
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0;
    font-size: 1.5rem;
  }
  .main-popup-container .main-popup .main-popup-top .main-popup-content:not(:has(.modalImage)) h2 {
    line-height: 1.3;
  }
}
.main-popup-container .main-popup .main-popup-top .main-popup-content:not(:has(.modalImage)) .custom-popup-content {
  border-radius: max(0.6rem, 0.41666vw);
  background-color: #ffffff;
  padding: 4rem;
  border: 1px solid #D8D8D8;
}
@media screen and (max-width: 1024px) {
  .main-popup-container .main-popup .main-popup-top .main-popup-content:not(:has(.modalImage)) .custom-popup-content {
    padding: 2.4rem;
  }
}
.main-popup-container .main-popup .main-popup-top .main-popup-content:not(:has(.modalImage)) .custom-popup-content {
  padding: clamp(0.8rem, 0.833333vmax, 1.6rem);
}
.main-popup-container .main-popup .main-popup-top .main-popup-content:not(:has(.modalImage)) .custom-popup-content p {
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.5rem;
}
.main-popup-container figure.table {
  width: 100%;
  overflow-x: auto;
}
.main-popup-container figure.table table {
  width: 100%;
  overflow: hidden;
  border: 1px solid #D8D8D8 !important;
  border-color: #D8D8D8 !important;
  border-radius: max(0.6rem, 0.41666vw);
  border-collapse: inherit !important;
  border-spacing: inherit !important;
}
.main-popup-container figure.table table tr:first-child td {
  background: #edf4fb;
  font-weight: 600;
  text-align: center;
}
.main-popup-container figure.table table tr:last-child td {
  border-bottom: 0 !important;
}
.main-popup-container figure.table table tr th {
  padding: 1.2rem !important;
  height: 28px;
  background: #ffffff;
  border-color: #D8D8D8 !important;
  text-align: left;
  color: #555555;
  font-weight: 500;
  border-bottom: 1px solid #D8D8D8;
}
.main-popup-container figure.table table tr th:not(:last-child) {
  border-right: 1px solid #D8D8D8 !important;
}
.main-popup-container figure.table table tr th p,
.main-popup-container figure.table table tr th strong {
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.3rem;
}
@media screen and (max-width: 1024px) {
  .main-popup-container figure.table table tr th p,
  .main-popup-container figure.table table tr th strong {
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    font-size: 1.3rem;
  }
}
.main-popup-container figure.table table tr th strong {
  color: #1D1D1D;
}
.main-popup-container figure.table table tr td {
  padding: 1rem !important;
  border-color: #D8D8D8 !important;
  color: #555555;
  vertical-align: middle;
  border-bottom: 1px solid #D8D8D8;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.3rem;
}
@media screen and (max-width: 1024px) {
  .main-popup-container figure.table table tr td {
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    font-size: 1.3rem;
  }
}
.main-popup-container figure.table table tr td:not(:last-child) {
  border-right: 1px solid #D8D8D8 !important;
}
.main-popup-container figure.table table tr td span {
  display: inline-block;
  font-family: inherit !important;
  font-size: inherit !important;
}
.main-popup-container figure.table table tr td a {
  font-weight: 400;
  color: #000;
  text-decoration: underline;
}
.main-popup-container figure.table table tr td p,
.main-popup-container figure.table table tr td strong {
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.5rem;
}
@media screen and (max-width: 1024px) {
  .main-popup-container figure.table table tr td p,
  .main-popup-container figure.table table tr td strong {
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    font-size: 1.3rem;
  }
}
.main-popup-container figure.table table tr td strong {
  color: #1D1D1D;
}
.main-popup-container figure.table table .point {
  background: #2b478d;
  width: 5px;
  height: 5px;
  vertical-align: top;
  display: inline-block;
  border-radius: 60px;
  margin-left: 5px;
}
.main-popup-container figure.table table td > p:not(:last-child) {
  margin-bottom: 2px;
}
.main-popup-container figure.table table strong {
  font-weight: 500 !important;
}
@media (max-width: 1281px) {
  .main-popup-container figure figure.table tbody.profkor .table_renew_type1 img {
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
  }
}