@charset "UTF-8";
.sub-section[data-current-page=introduce] .program-introduce {
  /* 모집중 공고 */
  /* 협력프로그램 목록 */
}
.sub-section[data-current-page=introduce] .program-introduce-notice {
  position: relative;
}
.sub-section[data-current-page=introduce] .program-introduce-notice .more-btn {
  position: absolute;
  top: 0;
  right: 0;
}
.sub-section[data-current-page=introduce] .program-introduce-notice .notice-list-con {
  margin-top: clamp(2.6rem, 22px + 0.52083vmax, 3.2rem);
}
.sub-section[data-current-page=introduce] .program-introduce-notice .notice-list-con .swiper-slide {
  height: auto !important;
}
.sub-section[data-current-page=introduce] .program-introduce-notice .notice-list-con .notice-list-item {
  height: 100%;
}
.sub-section[data-current-page=introduce] .program-introduce-notice .notice-list-con .notice-list-item .card-top-box {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  border-bottom: none;
}
.sub-section[data-current-page=introduce] .program-introduce-notice .notice-list-con .notice-list-item .card-top-box .badge.red-txt {
  color: #E81D21;
}
.sub-section[data-current-page=introduce] .program-introduce-notice .notice-list-con .notice-list-item .card-top-box .info-box .info {
  display: flex;
  padding: 0 0.6rem;
  align-items: center;
  gap: 0.4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.5rem;
}
.sub-section[data-current-page=introduce] .program-introduce-notice .notice-list-con .notice-list-item .card-top-box .info-box .info .num {
  color: #555555;
}
.sub-section[data-current-page=introduce] .program-introduce-notice .notice-list-con .notice-list-item .card-top-box .title {
  padding: 0 0.6rem;
  transition: color 0.3s ease;
  white-space: normal;
}
.sub-section[data-current-page=introduce] .program-introduce-notice .notice-list-con .notice-list-item .card-top-box .title {
  display: block;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.sub-section[data-current-page=introduce] .program-introduce-notice .notice-list-con .notice-list-item .card-bottom-box {
  margin-top: 0;
  padding-top: 1.6rem;
  border-top: 1px solid #D8D8D8;
}
@media screen and (max-width: 1024px) {
  .sub-section[data-current-page=introduce] .program-introduce-notice .notice-list-con .notice-list .swiper-slide {
    display: flex;
    flex-direction: column;
    row-gap: 1.6rem;
  }
  .sub-section[data-current-page=introduce] .program-introduce-notice .notice-list-con .notice-list .grouped-slide {
    width: 100% !important;
  }
  .sub-section[data-current-page=introduce] .program-introduce-notice .notice-list-con .notice-list-item {
    height: auto;
  }
  .sub-section[data-current-page=introduce] .program-introduce-notice .notice-list-con .notice-list-item .card-bottom-box .info-box {
    flex-wrap: nowrap;
  }
  .sub-section[data-current-page=introduce] .program-introduce-notice .notice-list-con .notice-list-item .card-bottom-box .info-box .info:first-child {
    width: 67.2%;
    display: block;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}
.sub-section[data-current-page=introduce] .program-introduce-notice .notice-list-con .notice-slide-control {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.6rem;
  margin-top: 3.2rem;
}
.sub-section[data-current-page=introduce] .program-introduce-notice .notice-list-con .notice-slide-control svg {
  color: #1D1D1D;
}
.sub-section[data-current-page=introduce] .program-introduce-notice .notice-list-con .notice-slide-control .swiper-button-disabled, .sub-section[data-current-page=introduce] .program-introduce-notice .notice-list-con .notice-slide-control .disabled {
  cursor: default;
}
.sub-section[data-current-page=introduce] .program-introduce-notice .notice-list-con .notice-slide-control .swiper-button-disabled svg, .sub-section[data-current-page=introduce] .program-introduce-notice .notice-list-con .notice-slide-control .disabled svg {
  color: #8E8E8E;
}
.sub-section[data-current-page=introduce] .program-introduce-notice .notice-list-con .notice-slide-control .arrow-btn svg {
  width: 3.2rem;
  height: 3.2rem;
}
@media screen and (max-width: 1024px) {
  .sub-section[data-current-page=introduce] .program-introduce-notice .notice-list-con .notice-slide-control {
    margin-top: 2.4rem;
    gap: 1.6rem;
  }
}
.sub-section[data-current-page=introduce] .program-introduce-notice .notice-list-con .notice-slide-pagination {
  position: static;
  width: auto !important;
  display: flex;
  gap: 1.2rem;
}
.sub-section[data-current-page=introduce] .program-introduce-notice .notice-list-con .notice-slide-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: rgba(0, 0, 0, 0.2);
  margin: 0 !important;
  opacity: 1;
  border-radius: 8px;
  transition: width 0.3s;
}
.sub-section[data-current-page=introduce] .program-introduce-notice .notice-list-con .notice-slide-pagination .swiper-pagination-bullet-active {
  background-color: #0045C9;
  width: 2rem;
}
.sub-section[data-current-page=introduce] .program-introduce-list {
  margin-top: clamp(3rem, 10px + 2.39583vmax, 5.6rem);
}
.sub-section[data-current-page=introduce] .program-introduce-list .category-list {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0.8rem;
  padding: 3.2rem;
  background-color: #ffffff;
  border: 1px solid #D8D8D8;
  border-radius: max(0.6rem, 0.41666vw);
}
.sub-section[data-current-page=introduce] .program-introduce-list .category-list .category-item a {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  justify-content: center;
  align-items: center;
  padding: 2rem 1rem;
  background-color: #F8F8F8;
  border-radius: 0.6rem;
  height: 13.5rem;
  border: 1px solid transparent;
  transition: 0.3s ease;
  transition-property: background-color, border-color;
}
.sub-section[data-current-page=introduce] .program-introduce-list .category-list .category-item a .icon {
  display: flex;
  align-items: center;
  height: 4.8rem;
  color: #0045C9;
}
.sub-section[data-current-page=introduce] .program-introduce-list .category-list .category-item a .icon img {
  display: block;
  height: 100%;
}
.sub-section[data-current-page=introduce] .program-introduce-list .category-list .category-item a .tit {
  color: #717171;
  transition: 0.3s ease;
  transition-property: color, font-weight;
  text-align: center;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.5rem;
}
.sub-section[data-current-page=introduce] .program-introduce-list .category-list .category-item.active a {
  background-color: #EFF5FF;
  border-color: #D1E1FF;
}
.sub-section[data-current-page=introduce] .program-introduce-list .category-list .category-item.active a .tit {
  font-weight: 700;
  color: #0045C9;
}
@media screen and (hover: hover) {
  .sub-section[data-current-page=introduce] .program-introduce-list .category-list .category-item a:hover {
    background-color: #EFF5FF;
    border-color: #D1E1FF;
  }
  .sub-section[data-current-page=introduce] .program-introduce-list .category-list .category-item a:hover .tit {
    font-weight: 700;
    color: #0045C9;
  }
}
.sub-section[data-current-page=introduce] .program-introduce-list .sub-search-container {
  margin-top: clamp(2rem, 18px + 0.3125vmax, 2.4rem);
}
.sub-section[data-current-page=introduce] .program-introduce-list .program-list {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}
.sub-section[data-current-page=introduce] .program-introduce-list .program-list-con {
  margin-top: clamp(2rem, 18px + 0.3125vmax, 2.4rem);
}
.sub-section[data-current-page=introduce] .program-introduce-list .program-list-item {
  width: calc(33.33% - 1.35rem);
}
.sub-section[data-current-page=introduce] .program-introduce-list .program-list-item a {
  background-color: #ffffff;
  border: 1px solid #D8D8D8;
  border-radius: max(0.6rem, 0.41666vw);
  padding: 3.2rem;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  height: 100%;
}
.sub-section[data-current-page=introduce] .program-introduce-list .program-list-item a .badge-box {
  display: flex;
  gap: 0.8rem;
}
.sub-section[data-current-page=introduce] .program-introduce-list .program-list-item a .badge-box .style01 {
  background-color: #EFF5FF;
  border: 0;
}
.sub-section[data-current-page=introduce] .program-introduce-list .program-list-item a .tit {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.9rem;
}
@media screen and (max-width: 1440px) {
  .sub-section[data-current-page=introduce] .program-introduce-list .program-list-item a .tit {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 1024px) {
  .sub-section[data-current-page=introduce] .program-introduce-list .program-list-item a .tit {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 600px) {
  .sub-section[data-current-page=introduce] .program-introduce-list .program-list-item a .tit {
    font-size: 1.8rem;
  }
}
.sub-section[data-current-page=introduce] .program-introduce-list .program-list-item a .txt {
  color: #555555;
}
.sub-section[data-current-page=introduce] .program-introduce-list .program-list-item a .txt {
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.5rem;
  display: block;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 1024px) {
  .sub-section[data-current-page=introduce] .program-introduce-list .category-list {
    grid-template-columns: repeat(4, 1fr);
    padding: 2.4rem;
  }
}
@media screen and (max-width: 600px) {
  .sub-section[data-current-page=introduce] .program-introduce-list .category-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .sub-section[data-current-page=introduce] .program-introduce-list .category-list .category-item a {
    flex-direction: row;
    justify-content: flex-start;
    gap: 0.8rem;
    padding: 1rem 1.2rem;
    height: auto;
  }
  .sub-section[data-current-page=introduce] .program-introduce-list .category-list .category-item a .icon {
    width: 3.2rem;
    height: 3.2rem;
  }
  .sub-section[data-current-page=introduce] .program-introduce-list .category-list .category-item a .tit {
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    font-size: 1.3rem;
  }
  .sub-section[data-current-page=introduce] .program-introduce-list .program-list {
    gap: 1.6rem;
    flex-direction: column;
  }
  .sub-section[data-current-page=introduce] .program-introduce-list .program-list-con {
    margin-top: 1.6rem;
  }
  .sub-section[data-current-page=introduce] .program-introduce-list .program-list-item {
    width: 100%;
  }
  .sub-section[data-current-page=introduce] .program-introduce-list .program-list-item a {
    padding: 2.4rem;
    gap: 0.8rem;
  }
  .sub-section[data-current-page=introduce] .program-introduce-list .program-list-item a .badge-box {
    gap: 0.5rem;
  }
  .sub-section[data-current-page=introduce] .program-introduce-list .program-list-item a .badge-box .badge {
    padding: 0.2rem 0.6rem;
  }
}
.sub-section[data-current-page=introduce] .notice-container {
  margin-top: clamp(2rem, 18px + 0.3125vmax, 2.4rem);
}
.sub-section[data-current-page=introduce] .notice-container .card {
  position: relative;
}
.sub-section[data-current-page=introduce] .notice-container .card .badge-box {
  align-items: center;
  gap: 0.8rem;
}
.sub-section[data-current-page=introduce] .notice-container .card .badge-box .date {
  color: #555555;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.5rem;
}
.sub-section[data-current-page=introduce] .notice-container .card .title {
  height: 4.5em;
  white-space: wrap;
  display: block;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.sub-section[data-current-page=introduce] .notice-container .card .card-top-box {
  border-bottom: 0;
  padding: 2.4rem;
}
.sub-section[data-current-page=introduce] .notice-container .card .card-bottom-box {
  margin-top: 0;
}
.sub-section[data-current-page=introduce] .notice-container .card .board-list-file-box {
  position: static;
}
.sub-section[data-current-page=introduce] .notice-container .card .board-list-file-popup {
  margin-top: -1.8rem;
}
@media screen and (max-width: calc(1440px + 8rem)) and (min-width: calc(1024px + 1px)) {
  .sub-section[data-current-page=introduce] .notice-container .card:nth-child(3n-1) .board-list-file-popup {
    left: 50%;
    right: auto;
    top: 100%;
    transform: translateX(-50%);
  }
  .sub-section[data-current-page=introduce] .notice-container .card:nth-child(3n) .board-list-file-popup {
    left: auto;
    right: -2.5rem;
    top: 100%;
  }
  .sub-section[data-current-page=introduce] .notice-container .card:nth-child(3n+1) .board-list-file-popup {
    left: -2.5rem;
    right: auto;
    top: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .sub-section[data-current-page=introduce] .notice-container .card .title {
    height: 3em;
    display: block;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .sub-section[data-current-page=introduce] .notice-container .card .board-list-file-box {
    position: relative;
  }
  .sub-section[data-current-page=introduce] .notice-container .card .board-list-file-popup {
    margin-top: 0;
  }
}

.program-summary-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem 2rem;
}
.program-summary-list .card.link {
  width: calc(50% - 1rem);
  gap: 2.4rem;
  transition: border-color 0.3s ease;
}
.program-summary-list .card.link .card-top-box {
  align-items: flex-start;
  gap: 0;
}
.program-summary-list .card.link .card-top-box .badge {
  padding: 0.3rem 0.8rem;
  border-radius: 0.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.3rem;
}
.program-summary-list .card.link .card-top-box .badge.bold {
  font-weight: 700;
}
.program-summary-list .card.link .card-top-box .badge.style01 {
  border: 1px solid #D8D8D8;
  color: #0053F2;
}
.program-summary-list .card.link .card-top-box .badge.style02 {
  background-color: #0053F2;
  color: #ffffff;
}
.program-summary-list .card.link .card-top-box .badge.style03 {
  background-color: #E8EEF3;
  color: #717171;
}
.program-summary-list .card.link .card-top-box .badge.style04 {
  background-color: #F8F8F8;
  color: #717171;
  border: 1px solid #D8D8D8;
}
@media screen and (max-width: 600px) {
  .program-summary-list .card.link .card-top-box .badge {
    padding: 0 0.5rem;
  }
}
.program-summary-list .card.link .title {
  margin-top: 0.8rem;
}
.program-summary-list .card.link .txt {
  margin-top: 1.2rem;
  color: #555555;
  height: 4.5em;
  display: block;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.5rem;
}
@media screen and (hover: hover) {
  .program-summary-list .card.link:hover {
    border-color: #0045C9;
  }
}
@media screen and (max-width: 1024px) {
  .program-summary-list {
    flex-direction: column;
    gap: 1.6rem;
  }
  .program-summary-list .card.link {
    width: 100%;
    gap: 2rem;
  }
  .program-summary-list .card.link .txt {
    height: 7.5em;
    display: block;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
  }
}

/* 사업절차 공통 */
.process-content-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 0.8rem;
}
.process-content-item {
  position: relative;
  display: inline-flex;
  justify-content: center;
  background-color: #F8F8F8;
  border-radius: 0.6rem;
  padding: 0.6rem 1.6rem;
  margin-right: 2.8rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.7rem;
}
@media screen and (max-width: 1440px) {
  .process-content-item {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 1024px) {
  .process-content-item {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 600px) {
  .process-content-item {
    font-size: 1.6rem;
  }
}
.process-content-item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-left: 0.2rem;
  transform: translateY(-50%);
  display: inline-flex;
  width: 2.4rem;
  height: 2.4rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cmask id='mask0_174_57032' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='24' height='24'%3E%3Crect width='24' height='24' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_174_57032)'%3E%3Cpath d='M9 17L14 12L9 7' stroke='%23D8D8D8' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E");
}
.process-content-item:last-child {
  margin-right: 0;
}
.process-content-item:last-child::before {
  display: none;
}
@media screen and (max-width: 1024px) {
  .process-content-box {
    flex-wrap: wrap;
  }
  .process-content-item {
    width: auto;
    white-space: nowrap;
  }
}
@media screen and (max-width: 600px) {
  .process-content-item {
    white-space: normal;
  }
}
.process-content.style02 .process-content-box {
  row-gap: 2.4rem;
  align-items: flex-start;
}
.process-content.style02 .process-content-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background-color: #EFF5FF;
  border-radius: 0.6rem;
  padding: 1.6rem;
  width: calc(33.3333333333% - 2.4rem);
  margin-right: 2.4rem;
  white-space: wrap;
}
.process-content.style02 .process-content-item .tit-box {
  width: 100%;
  background-color: #D1E1FF;
  border-radius: 0.6rem;
  justify-content: center;
  padding: 0.2rem;
}
.process-content.style02 .process-content-item .txt-box {
  color: #555555;
  text-align: center;
  margin-top: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.5rem;
}
.process-content.style02 .process-content-item::before {
  margin-left: 0;
}
@media screen and (min-width: calc(1024px + 1px)) {
  .process-content.style02 .process-content-item:nth-child(3n) {
    margin-right: 0;
  }
  .process-content.style02 .process-content-item:nth-child(3n)::before {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .process-content.style02 .process-content-box {
    flex-direction: column;
  }
  .process-content.style02 .process-content-item {
    width: 100%;
    margin-right: 0;
  }
  .process-content.style02 .process-content-item::before {
    top: 100%;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
  }
}
.process-content.gray .process-content-item {
  background-color: #F8F8F8;
  height: 100%;
}
.process-content.gray .process-content-item .tit-box {
  text-align: center;
  background-color: #E4E4E4;
}
.process-content.gray .process-content-item .tit-box .tit {
  color: #1D1D1D;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.5rem;
}
.process-content.gray .process-content-item.blue {
  background-color: #EFF5FF;
}
.process-content.gray .process-content-item.blue .tit-box {
  background-color: #D1E1FF;
}

.program-content {
  display: flex;
  flex-direction: column;
  gap: clamp(2.6rem, 22px + 0.52083vmax, 3.2rem);
  border-radius: max(0.6rem, 0.41666vw);
  background-color: #ffffff;
  padding: 4rem;
  border: 1px solid #D8D8D8;
}
@media screen and (max-width: 1024px) {
  .program-content {
    padding: 2.4rem;
  }
}
.program-content .content-item {
  display: flex;
  gap: 2.4rem;
}
.program-content .content-item .tit-box {
  display: flex;
  gap: 0.8rem;
}
.program-content .content-item .tit-box .tit {
  min-width: 3.5em;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.7rem;
}
.program-content .content-item .tit-box .txt {
  color: #555555;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.5rem;
}
.program-content .content-item .con-box {
  display: flex;
  flex-direction: column;
  gap: clamp(2rem, 18px + 0.3125vmax, 2.4rem);
}
.program-content .content-item .con-box.width-100 {
  width: 100%;
}
.program-content .content-item .con-box.gap-spacing-3 {
  gap: clamp(2.6rem, 22px + 0.52083vmax, 3.2rem);
}
.program-content .content-item .con-box .tel span {
  display: inline-flex;
}
.program-content .content-item .num-txt-list {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.program-content .content-item .num-txt-list .num-txt {
  display: flex;
  flex-flow: column;
  gap: 4px;
  position: relative;
  padding-left: 1.2em;
  color: #555555;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.7rem;
}
@media screen and (max-width: 1440px) {
  .program-content .content-item .num-txt-list .num-txt {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 1024px) {
  .program-content .content-item .num-txt-list .num-txt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 600px) {
  .program-content .content-item .num-txt-list .num-txt {
    font-size: 1.6rem;
  }
}
.program-content .content-item .num-txt-list .num-txt::before {
  margin-right: 0.2em;
  position: absolute;
  left: 0;
}
.program-content .content-item .num-txt-list .num-txt:nth-child(1)::before {
  content: "①";
}
.program-content .content-item .num-txt-list .num-txt:nth-child(2)::before {
  content: "②";
}
.program-content .content-item .num-txt-list .num-txt:nth-child(3)::before {
  content: "③";
}
.program-content .content-item .num-txt-list .num-txt:nth-child(4)::before {
  content: "④";
}
.program-content .content-item .num-txt-list .num-txt:nth-child(5)::before {
  content: "⑤";
}
.program-content .content-item .num-txt-list .num-txt:nth-child(6)::before {
  content: "⑥";
}
.program-content .content-item .num-txt-list .num-txt:nth-child(7)::before {
  content: "⑦";
}
.program-content .content-item .num-txt-list .num-txt:nth-child(8)::before {
  content: "⑧";
}
.program-content .content-item .num-txt-list .num-txt:nth-child(9)::before {
  content: "⑨";
}
.program-content .content-item .num-txt-list .num-txt:nth-child(10)::before {
  content: "⑩";
}
.program-content .content-item .num-txt-list .num-txt:nth-child(11)::before {
  content: "⑪";
}
.program-content .content-item .num-txt-list .num-txt:nth-child(12)::before {
  content: "⑫";
}
.program-content .content-item .num-txt-list .num-txt:nth-child(13)::before {
  content: "⑬";
}
.program-content .content-item .num-txt-list .num-txt:nth-child(14)::before {
  content: "⑭";
}
.program-content .content-item .num-txt-list .num-txt:nth-child(15)::before {
  content: "⑮";
}
.program-content .content-item .num-txt-list .num-txt:nth-child(16)::before {
  content: "⑯";
}
.program-content .content-item .num-txt-list .num-txt:nth-child(17)::before {
  content: "⑰";
}
.program-content .content-item .num-txt-list .num-txt:nth-child(18)::before {
  content: "⑱";
}
.program-content .content-item .num-txt-list .num-txt:nth-child(19)::before {
  content: "⑲";
}
.program-content .content-item .num-txt-list .num-txt:nth-child(20)::before {
  content: "⑳";
}
.program-content .content-item .table-box table .table-sub-tit {
  color: #1D1D1D;
}
.program-content .content-item .dot-txt-list .num-txt-list {
  padding-left: 1.1rem;
  margin-top: 0.8rem;
}
.program-content .content-item.center {
  align-items: center;
}
.program-content .content-item picture,
.program-content .content-item img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .program-content .content-item {
    flex-direction: column;
    gap: 0.8rem;
  }
  .program-content .content-item.center {
    align-items: flex-start;
  }
  .program-content .content-item.center .con-box,
  .program-content .content-item.center .btn {
    width: 100%;
  }
  .program-content .table-box table colgroup col:first-child {
    width: 88px;
  }
}

@media screen and (min-width: calc(1024px + 1px)) {
  .apply-start-container .process-content.style02 .process-content-box {
    flex-wrap: nowrap;
    align-items: initial;
  }
  .apply-start-container .process-content.style02 .process-content-item {
    height: auto;
  }
  .apply-start-container .process-content.style02 .process-content-item:nth-child(3n) {
    margin-right: 2.4rem;
  }
  .apply-start-container .process-content.style02 .process-content-item:nth-child(3n)::before {
    display: block;
  }
  .apply-start-container .process-content.style02 .process-content-item:last-child {
    margin-right: 0;
  }
  .apply-start-container .process-content.style02 .process-content-item:last-child::before {
    display: none;
  }
}
.apply-start-container .program-content .tit-box .tit {
  min-width: 5em;
}

.sub-section[data-current-page=overview] .card.content-2 .process-content {
  margin-top: 3.2rem;
}
.sub-section[data-current-page=overview] .card.content-2 .process-content .title {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.7rem;
}
.sub-section[data-current-page=overview] .card.content-2 .process-content-box {
  margin-top: 1.2rem;
  flex-wrap: nowrap;
  gap: 5rem;
}
.sub-section[data-current-page=overview] .card.content-2 .process-content-item {
  padding: 1.1rem;
  flex: 1;
  margin-right: 0;
}
.sub-section[data-current-page=overview] .card.content-2 .process-content-item::before {
  margin-left: 1.3rem;
}
@media screen and (max-width: 1024px) {
  .sub-section[data-current-page=overview] .card.content-2 .process-content {
    margin-top: 2.4rem;
  }
  .sub-section[data-current-page=overview] .card.content-2 .process-content-box {
    flex-wrap: wrap;
    gap: 0.8rem 2.4rem;
    margin: 0 -0.8rem;
  }
  .sub-section[data-current-page=overview] .card.content-2 .process-content-item {
    width: calc(50% - 2rem - 1.6rem);
    margin: 0 0.8rem;
    margin-top: 1.2rem;
    white-space: nowrap;
    flex: none;
  }
  .sub-section[data-current-page=overview] .card.content-2 .process-content-item::before {
    margin-left: 0.8rem;
  }
  .sub-section[data-current-page=overview] .card.content-2 .process-content-arrow {
    margin: 0;
  }
  .sub-section[data-current-page=overview] .card.content-2 .btn-box {
    display: block;
  }
  .sub-section[data-current-page=overview] .card.content-2 .btn-box .txt-btn {
    width: 100%;
  }
}

.sub-section[data-current-page=announcement] {
  /* 목록 */
}
.sub-section[data-current-page=announcement] .board-list-container {
  margin-top: clamp(2rem, 18px + 0.3125vmax, 2.4rem);
}
@media screen and (max-width: 1024px) {
  .sub-section[data-current-page=announcement] .board-list-container .board-list-tbl .column[aria-label=구분] {
    order: 3;
  }
  .sub-section[data-current-page=announcement] .board-list-container .board-list-tbl .column[aria-label=조회수] {
    order: 4;
  }
  .sub-section[data-current-page=announcement] .board-list-container .board-list-tbl .column.board-tag {
    position: absolute;
    top: 2.4rem;
    left: 2.4rem;
  }
  .sub-section[data-current-page=announcement] .board-list-container .board-list-tbl .column.board-title {
    margin-top: 3.2rem;
  }
}

/* 접수 */
.form-wrap .form-item-row .file-upload-box.single .file-info-box {
  width: calc(100% - 14rem);
}
.form-wrap .form-item-row .file-upload-box.single .file-btn-box {
  width: 13rem;
}
@media screen and (max-width: 1024px) {
  .form-wrap .form-item-row .file-upload-box {
    gap: 0;
  }
  .form-wrap .form-item-row .file-upload-box.single .file-info-box {
    width: 100%;
  }
}
.form-wrap .form-item-row .file-notice-box {
  background-color: #F8F8F8;
  padding: 2.4rem;
  border-radius: max(0.6rem, 0.41666vw);
  margin-top: 0.8rem;
}
.form-wrap .form-item-row .file-notice-box .msg:first-child {
  margin-top: 0;
}
@media screen and (max-width: 1024px) {
  .form-wrap .form-item-row .file-notice-box {
    padding: 1.6rem;
    margin-top: 0;
  }
}

/* 상세 */
.board-detail .detail-content {
  display: flex;
  flex-direction: column;
  gap: clamp(3rem, 10px + 2.39583vmax, 5.6rem);
  padding-top: clamp(2.6rem, 22px + 0.52083vmax, 3.2rem);
}
.board-detail .detail-content .sub-component-title {
  margin-bottom: clamp(0.8rem, 0.833333vmax, 1.6rem);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.9rem;
}
@media screen and (max-width: 1440px) {
  .board-detail .detail-content .sub-component-title {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 1024px) {
  .board-detail .detail-content .sub-component-title {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 600px) {
  .board-detail .detail-content .sub-component-title {
    font-size: 1.8rem;
  }
}
.board-detail .detail-content .detail-txt {
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.5rem;
}
.board-detail .detail-content .detail-component .program-content {
  background-color: #F8F8F8;
  padding: 3.2rem;
  border: 0;
  gap: 0.8rem;
}
.board-detail .detail-content .detail-component .program-content .content-item {
  gap: 1.6rem;
}
.board-detail .detail-content .detail-component .program-content .tit-box {
  flex-wrap: wrap;
}
.board-detail .detail-content .detail-component .program-content .tit-box .tit {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.5rem;
}
.board-detail .detail-content .detail-component .program-content .con-box {
  gap: 1.6rem;
}
.board-detail .detail-content .detail-component .program-content .dot-txt-list li {
  display: flex;
  gap: 0.8rem;
  align-items: center;
}
.board-detail .detail-content .detail-component .program-content .dot-txt-list .dot-txt {
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.5rem;
}
.board-detail .detail-content .detail-component .program-content .dot-txt-list .dot-txt.pre-text {
  white-space: pre-wrap;
}
.board-detail .detail-content .detail-component .program-content .dot-txt-list .state {
  display: inline-flex;
  border: 1px solid #0045C9;
  border-radius: 0.6rem;
  padding: 0 0.7rem;
  color: #0045C9;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.3rem;
}
.board-detail .detail-content .detail-component .program-content .process-content-item {
  background: none;
  color: #555555;
  padding: 0;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.5rem;
}
.board-detail .detail-content .detail-component .program-content .process-content-item:last-child {
  font-weight: 700;
  color: #0045C9;
}
.board-detail .detail-content .detail-component .program-content .process-content-arrow {
  margin: 0 0.4rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cmask id='mask0_174_61833' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='24' height='24'%3E%3Crect width='24' height='24' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_174_61833)'%3E%3Cpath d='M9 17L14 12L9 7' stroke='%238E8E8E' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E");
}
.board-detail .detail-content .detail-component .program-content.block {
  gap: 1.6rem;
}
.board-detail .detail-content .detail-component .program-content.block .content-item {
  flex-direction: column;
  gap: 0.8rem;
}
.board-detail .detail-content .detail-component .program-content.has-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}
.board-detail .detail-content .detail-component .program-content.has-button .inner {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
@media screen and (max-width: 1024px) {
  .board-detail .detail-content .detail-component .program-content {
    padding: 1.6rem;
  }
  .board-detail .detail-content .detail-component .program-content .content-item {
    flex-direction: row;
  }
  .board-detail .detail-content .detail-component .program-content.block .con-box {
    gap: 0.8rem;
  }
  .board-detail .detail-content .detail-component .program-content.has-button {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1.6rem;
  }
  .board-detail .detail-content .detail-component .program-content.has-button .dot-txt-list li {
    flex-wrap: wrap;
    gap: 0;
  }
  .board-detail .detail-content .detail-component .program-content.has-button .dot-txt-list li .state {
    margin-left: 1.1rem;
  }
  .board-detail .detail-content .detail-component .program-content.has-button .btn {
    width: 100%;
  }
}

/* [250908] 컴포넌트 추가 */
.form-container .form-item .input-radio-item label {
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.7rem;
}
@media screen and (max-width: 1440px) {
  .form-container .form-item .input-radio-item label {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 1024px) {
  .form-container .form-item .input-radio-item label {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 600px) {
  .form-container .form-item .input-radio-item label {
    font-size: 1.6rem;
  }
}
.form-container .form-copy-container {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.form-container .form-copy-container .form-copy-box:not(:first-child) {
  padding-top: 2.4rem;
  border-top: 1px solid #D8D8D8;
}
.form-container .form-copy-delete-box {
  display: flex;
  gap: 1.6rem;
  justify-content: center;
  margin-top: 2.4rem;
  padding-top: 2.4rem;
  border-top: 1px solid #D8D8D8;
}
.form-container .form-copy-delete-box .delete-btn {
  display: none;
}
.form-container .form-copy-delete-box .delete-btn.show {
  display: flex;
}
.form-container .energy-agree-box {
  padding-left: 4rem;
  padding-right: 4rem;
}
.form-container .energy-agree-box .box-wrap {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media screen and (max-width: 1024px) {
  .form-container .energy-agree-box {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
  .form-container .energy-agree-box .box-wrap {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
  }
}

.sub-section[data-current-page=program] {
  /* 목록 */
}
.sub-section[data-current-page=program] .board-list-container {
  margin-top: clamp(2rem, 18px + 0.3125vmax, 2.4rem);
}

.equipment-content {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: clamp(2rem, 18px + 0.3125vmax, 2.4rem);
}
.equipment-content .equipment-item {
  width: calc(33.3333333333% - 1.3333333333rem);
  padding: 2.4rem;
  background-color: #ffffff;
  border-radius: max(0.6rem, 0.41666vw);
  border: 1px solid #D8D8D8;
}
.equipment-content .equipment-item .img-box {
  border-radius: max(0.6rem, 0.41666vw);
  aspect-ratio: 294/165;
  overflow: hidden;
}
.equipment-content .equipment-item .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.equipment-content .equipment-item .txt-box {
  margin-top: 2.4rem;
}
.equipment-content .equipment-item .txt-box .badge {
  background-color: #0045C9;
  padding: 0.3rem 0.8rem;
  border-radius: 0.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.3rem;
}
.equipment-content .equipment-item .txt-box .tit {
  margin-top: 0.8rem;
  padding: 0 0.6rem;
  height: 3em;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.9rem;
}
@media screen and (max-width: 1440px) {
  .equipment-content .equipment-item .txt-box .tit {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 1024px) {
  .equipment-content .equipment-item .txt-box .tit {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 600px) {
  .equipment-content .equipment-item .txt-box .tit {
    font-size: 1.8rem;
  }
}
.equipment-content .equipment-item .txt-box .tit {
  display: block;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.equipment-content .equipment-item .btn-box {
  margin-top: 2.4rem;
  display: flex;
  gap: 0.8rem;
}
.equipment-content .equipment-item .btn-box .btn {
  flex: 1;
}
@media screen and (max-width: 1024px) {
  .equipment-content {
    gap: 1.6rem;
  }
  .equipment-content .equipment-item {
    width: calc(50% - 0.8rem);
  }
}
@media screen and (max-width: 600px) {
  .equipment-content .equipment-item {
    width: 100%;
  }
}

.equipment-apply-container .calendar-wrap {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
}
.equipment-apply-container .calendar-wrap .width-100 {
  width: calc(50% - 1rem - 0.8rem);
  flex-grow: 1;
}
.equipment-apply-container .calendar-wrap .hr {
  color: #555555;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.5rem;
}
.equipment-apply-container .calendar-wrap .input-date {
  padding-right: 4rem;
}
.equipment-apply-container .calendar-wrap .input-date::before {
  max-width: calc(100% - 5rem);
  display: block;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 1024px) {
  .equipment-apply-container .calendar-wrap .input-date {
    padding-right: 3.2rem;
  }
}

.infra-popup {
  padding: 0 8rem;
}
.infra-popup .layer-popup-wrap {
  width: 100%;
  max-width: 114rem;
}
.infra-popup .layer-popup-top {
  border-color: #D8D8D8;
}
.infra-popup .layer-popup-content {
  padding: 0;
  overflow-y: auto;
  overflow-x: hidden;
}
.infra-popup .layer-popup-content .content-wrap {
  display: flex;
  gap: 3.2rem;
  max-height: 49.3rem;
  max-height: calc(66vh - var(--bottom-height) - 3.2rem);
  overflow-y: scroll;
  overflow-x: hidden;
  padding-top: 3.2rem;
  margin-right: 8px;
  padding-right: 16px;
}
.infra-popup .layer-popup-content .content-wrap::-webkit-scrollbar {
  width: 4px;
}
.infra-popup .layer-popup-content .content-wrap::-webkit-scrollbar-thumb {
  background-color: #D8D8D8;
  border-radius: 4px;
}
.infra-popup .layer-popup-content .content-wrap::-webkit-scrollbar-track {
  background-color: #ffffff;
}
.infra-popup .layer-popup-content .content-wrap .img-box {
  position: sticky;
  top: 0;
  left: 0;
  width: 60%;
}
.infra-popup .layer-popup-content .content-wrap .img-box .img-wrap {
  display: flex;
  align-items: center;
  background-color: #1D1D1D;
  border-radius: max(0.6rem, 0.41666vw);
}
.infra-popup .layer-popup-content .content-wrap .img-box .img-wrap img {
  width: 100%;
}
.infra-popup .layer-popup-content .content-wrap .con-box {
  width: 47%;
}
.infra-popup .layer-popup-content .content-wrap .con-box .table-wrapper {
  padding-bottom: 3.2rem;
}
.infra-popup .layer-popup-content .btn-box {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 2.8rem 0;
}
.infra-popup .layer-popup-content .btn-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: -4rem;
  right: -4rem;
  height: 1px;
  background-color: #D8D8D8;
  z-index: 9;
}
@media screen and (max-width: 1024px) {
  .infra-popup {
    padding: 0;
  }
  .infra-popup .layer-popup-content .content-wrap {
    flex-direction: column;
    gap: 2.4rem;
    padding-top: clamp(2rem, 18px + 0.3125vmax, 2.4rem);
    padding-right: 10px;
    margin-right: -14px;
    max-height: calc(80vh - var(--top-height) - var(--bottom-height));
  }
  .infra-popup .layer-popup-content .content-wrap::-webkit-scrollbar {
    width: 4px;
  }
  .infra-popup .layer-popup-content .content-wrap::-webkit-scrollbar-thumb {
    border-radius: 4px;
  }
  .infra-popup .layer-popup-content .content-wrap .img-box {
    position: static;
    width: 100%;
  }
  .infra-popup .layer-popup-content .content-wrap .con-box {
    width: 100%;
  }
  .infra-popup .layer-popup-content .content-wrap .con-box .table-box .table-wrapper {
    padding-bottom: clamp(2rem, 18px + 0.3125vmax, 2.4rem);
  }
  .infra-popup .layer-popup-content .content-wrap .con-box .table-box table colgroup col:first-child {
    width: 100px;
  }
  .infra-popup .layer-popup-content .btn-box {
    padding: 1.6rem 0;
  }
  .infra-popup .layer-popup-content .btn-box .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;
  }
  .infra-popup .layer-popup-content .btn-box .btn i {
    width: 1.0666666667em;
    height: 1.0666666667em;
  }
  .infra-popup .layer-popup-content .btn-box .btn[data-type=only-icon] {
    padding-right: 0;
    padding-left: 0;
    width: 4rem;
  }
}

.testing-sites-component .process-content .content-title {
  display: block;
  margin-bottom: clamp(0.8rem, 0.833333vmax, 1.6rem);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.7rem;
}
.testing-sites-component .process-content-item .txt-box {
  min-height: 3em;
}
.testing-sites-component .program-content {
  display: block;
  margin-top: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .testing-sites-component .program-content .row.no-gap {
    gap: 0;
  }
}
.testing-sites-component .program-content .col-6 {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  align-items: flex-start;
}
.testing-sites-component .program-content .content-item .con-box {
  color: #717171;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.7rem;
}
@media screen and (max-width: 1440px) {
  .testing-sites-component .program-content .content-item .con-box {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 1024px) {
  .testing-sites-component .program-content .content-item .con-box {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 600px) {
  .testing-sites-component .program-content .content-item .con-box {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1024px) {
  .testing-sites-component .program-content .row .col-6 {
    gap: 0;
  }
  .testing-sites-component .program-content .row .col-6:first-child .content-item:first-child {
    border-top: 0;
    padding-top: 0;
  }
  .testing-sites-component .program-content .row .col-6:last-child .content-item:last-child {
    padding-bottom: 0;
  }
  .testing-sites-component .program-content .row .col-6 .btn {
    width: 100%;
  }
  .testing-sites-component .program-content .content-item {
    width: 100%;
    flex-direction: row;
    gap: 1.2rem;
    padding: 1.6rem 0;
    border-top: 1px solid #D8D8D8;
  }
}

.testing-sites-top .img-box {
  aspect-ratio: 245/137;
  border-radius: max(0.6rem, 0.41666vw);
  overflow: hidden;
}
.testing-sites-top .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testing-sites-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
  margin-top: clamp(1.6rem, 2.08333vmax, 4rem);
}
.testing-sites-list .testing-sites-item {
  width: calc(33.33% - 1.0666666667rem);
  padding: 2.4rem;
  border: 1px solid #D8D8D8;
  border-radius: max(0.6rem, 0.41666vw);
}
.testing-sites-list .testing-sites-item .img-box {
  aspect-ratio: 268/150.75;
  border-radius: max(0.6rem, 0.41666vw);
  overflow: hidden;
}
.testing-sites-list .testing-sites-item .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testing-sites-list .testing-sites-item .txt-box {
  margin-top: 2.4rem;
  color: #1D1D1D;
  padding: 0 0.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.9rem;
}
@media screen and (max-width: 1440px) {
  .testing-sites-list .testing-sites-item .txt-box {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 1024px) {
  .testing-sites-list .testing-sites-item .txt-box {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 600px) {
  .testing-sites-list .testing-sites-item .txt-box {
    font-size: 1.8rem;
  }
}
.testing-sites-list .testing-sites-item .btn-box {
  display: flex;
  gap: 0.8rem;
  margin-top: 2.4rem;
}
.testing-sites-list .testing-sites-item .btn-box .btn {
  width: calc(50% - 0.4rem);
}
@media screen and (max-width: 1024px) {
  .testing-sites-list .testing-sites-item {
    width: 100%;
  }
}

.testing-sites-popup .layer-popup-wrapper {
  max-width: 100%;
}
.testing-sites-popup .layer-popup-wrap {
  padding: 0 3.2rem;
}
.testing-sites-popup .layer-popup-content .content-wrap .img-box {
  width: calc(50% - 1.6rem);
}
.testing-sites-popup .layer-popup-content .content-wrap .con-box {
  width: calc(50% - 1.6rem);
}
.testing-sites-popup .layer-popup-content .content-wrap .con-box .dot-txt-list .dot-txt {
  padding-left: 1.2rem;
  color: #555555;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.5rem;
}
.testing-sites-popup .layer-popup-content .content-wrap .con-box .dot-txt-list .dot-txt::before {
  width: auto;
  height: auto;
  content: "• ";
  background: none;
  transform: none;
  top: 0;
}
.testing-sites-popup .layer-popup-content .content-wrap .con-box .dot-txt-list .hash-txt {
  position: relative;
  padding-left: 1.2rem;
}
.testing-sites-popup .layer-popup-content .content-wrap .con-box .dot-txt-list .hash-txt::before {
  content: "- ";
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .testing-sites-popup .layer-popup-wrap {
    padding: 0 2.4rem;
  }
  .testing-sites-popup .layer-popup-content .content-wrap .img-box, .testing-sites-popup .layer-popup-content .content-wrap .con-box {
    width: 100%;
  }
}

/* 공간지원 공통 */
.space-component-slide .desc {
  margin-top: clamp(0.8rem, 0.833333vmax, 1.6rem);
  color: #555555;
  text-align: center;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.5rem;
}
.space-component-title {
  display: block;
  margin-bottom: clamp(0.8rem, 0.833333vmax, 1.6rem);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.9rem;
}
@media screen and (max-width: 1440px) {
  .space-component-title {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 1024px) {
  .space-component-title {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 600px) {
  .space-component-title {
    font-size: 1.8rem;
  }
}
.space-component-content .gray-box {
  padding: 3.2rem;
  background-color: #F8F8F8;
  border-radius: max(0.6rem, 0.41666vw);
}
.space-component-content .dot-txt-list {
  gap: 0.8rem;
}
.space-component-content .dot-txt-list .dot-txt {
  display: flex;
  gap: 0.6rem;
  padding-left: 0 !important;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.5rem;
}
.space-component-content .dot-txt-list .dot-txt::before {
  content: "•";
  position: static;
  background: none;
  width: auto;
  height: auto;
  transform: none;
}
@media screen and (max-width: 1024px) {
  .space-component-content .gray-box {
    padding: 1.6rem;
  }
}
.space-component .program-content {
  display: flex;
  flex-direction: column;
  gap: clamp(3rem, 10px + 2.39583vmax, 5.6rem);
}
.space-component .program-content.gap-spacing-3 {
  gap: clamp(2.6rem, 22px + 0.52083vmax, 3.2rem);
}
.space-component .program-content.gap-spacing-4 {
  gap: clamp(1.6rem, 2.08333vmax, 4rem);
}
.space-component .table-container table[data-type=board] td.link a {
  display: inline-flex;
  align-items: center;
  text-decoration-line: underline;
  text-underline-position: under;
}
.space-component .table-container table[data-type=board] td.link a svg {
  color: #8E8E8E;
}
@media screen and (min-width: calc(1024px + 1px)) and (hover: hover) {
  .space-component .table-container table[data-type=board] td.link a:hover {
    color: #0045C9;
  }
  .space-component .table-container table[data-type=board] td.link a:hover svg {
    color: #0045C9;
  }
}
.space-component .table-container table[data-type=board] td.rowspan-hide {
  display: none;
}
@media screen and (max-width: 1024px) {
  .space-component .table-container table[data-type=board] {
    display: block;
  }
  .space-component .table-container table[data-type=board] colgroup, .space-component .table-container table[data-type=board] thead {
    display: none;
  }
  .space-component .table-container table[data-type=board] tbody, .space-component .table-container table[data-type=board] tr, .space-component .table-container table[data-type=board] td {
    display: block;
  }
  .space-component .table-container table[data-type=board] tr {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 2.4rem;
    row-gap: 0.6rem;
    border-top: 1px solid #D8D8D8;
  }
  .space-component .table-container table[data-type=board] tr:first-child {
    border-top: 0;
  }
  .space-component .table-container table[data-type=board] td {
    display: flex;
    align-items: center;
    text-align: left;
    border: 0;
    padding: 0;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    font-size: 1.5rem;
  }
  .space-component .table-container table[data-type=board] td.m-display-none {
    display: none;
  }
  .space-component .table-container table[data-type=board] td.title {
    width: 100%;
    color: #1D1D1D;
    padding-bottom: 1.2rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #F0F0F0;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0;
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1440px) {
  .space-component .table-container table[data-type=board] td.title {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .space-component .table-container table[data-type=board] td.title {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1024px) and (max-width: 600px) {
  .space-component .table-container table[data-type=board] td.title {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1024px) {
  .space-component .table-container table[data-type=board] td.link {
    position: absolute;
    top: 2.4rem;
    right: 2.4rem;
    gap: 0 !important;
  }
  .space-component .table-container table[data-type=board] td.link a {
    padding: 0.6rem 0.4rem 0.6rem 1rem;
    background-color: #F8F8F8;
    border-radius: 0.6rem;
    border: 1px solid #F0F0F0;
    text-decoration: none;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    font-size: 1.3rem;
  }
  .space-component .table-container table[data-type=board] td.link a .icon svg {
    width: 1.6rem;
    height: 1.6rem;
  }
  .space-component .table-container table[data-type=board] td.link:active a, .space-component .table-container table[data-type=board] td.link:focus a {
    background-color: #EFF5FF;
    border-color: #D1E1FF;
    color: #0045C9;
  }
  .space-component .table-container table[data-type=board] td.link:active a svg, .space-component .table-container table[data-type=board] td.link:focus a svg {
    color: #0045C9;
  }
  .space-component .table-container table[data-type=board] td:not(.title):not(.link):not(.m-display-none) {
    display: flex;
    gap: 0.6rem;
    align-items: center;
    width: 100%;
  }
  .space-component .table-container table[data-type=board] td:not(.title):not(.link):not(.m-display-none) span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .space-component .table-container table[data-type=board] td:not(.title):not(.link):not(.m-display-none)::before {
    content: attr(aria-label);
    color: #555555;
    text-wrap: nowrap;
    font-weight: 700;
  }
}
.space-component .table-container .btn-box {
  display: none;
  margin-top: clamp(1.6rem, 2.08333vmax, 4rem);
}
.space-component .table-container .btn-box .btn i svg path {
  fill: none;
}
@media screen and (max-width: 1024px) {
  .space-component .table-container .btn-box {
    display: flex;
  }
  .space-component .table-container .btn-box .btn {
    flex: 1;
  }
}
.space-component .row {
  width: 100%;
}

.space-card-component .card {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.space-card-component .card .txt-box .tit {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 2.2rem;
}
@media screen and (max-width: 1440px) {
  .space-card-component .card .txt-box .tit {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .space-card-component .card .txt-box .tit {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 600px) {
  .space-card-component .card .txt-box .tit {
    font-size: 2.1rem;
  }
}
.space-card-component .card .txt-box .txt {
  min-height: 3em;
  color: #555555;
  margin-top: 0.8rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.7rem;
}
@media screen and (max-width: 1440px) {
  .space-card-component .card .txt-box .txt {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 1024px) {
  .space-card-component .card .txt-box .txt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 600px) {
  .space-card-component .card .txt-box .txt {
    font-size: 1.6rem;
  }
}
.space-card-component .card .icon-box {
  display: flex;
  justify-content: flex-end;
}
.space-card-component .card .icon-box img {
  display: block;
}
@media screen and (max-width: 1024px) {
  .space-card-component .card {
    gap: 0.8rem;
  }
  .space-card-component .card .icon-box img {
    width: 6.4rem;
  }
}

/* 공간지원 > 입주지원 > 빛가람 창조경제혁신센터 */
.sub-section[data-current-page=bitgaram] .layer-popup-container .layer-popup-content {
  padding: 3.2rem 0;
  overflow-y: auto;
  height: 60.6rem;
  margin-right: -22px;
  padding-right: 16px;
}
.sub-section[data-current-page=bitgaram] .layer-popup-container .layer-popup-content::-webkit-scrollbar {
  width: 6px;
}
.sub-section[data-current-page=bitgaram] .layer-popup-container .layer-popup-content::-webkit-scrollbar-thumb {
  background-color: #D8D8D8;
  border-radius: 6px;
}
.sub-section[data-current-page=bitgaram] .layer-popup-container .layer-popup-content::-webkit-scrollbar-track {
  background-color: #ffffff;
}
@media screen and (max-width: 1024px) {
  .sub-section[data-current-page=bitgaram] .layer-popup-container .layer-popup-content {
    padding: clamp(2rem, 18px + 0.3125vmax, 2.4rem) 0;
    padding-right: 10px;
    margin-right: -14px;
    max-height: calc(80vh - 6.6rem);
  }
  .sub-section[data-current-page=bitgaram] .layer-popup-container .layer-popup-content::-webkit-scrollbar {
    width: 4px;
  }
  .sub-section[data-current-page=bitgaram] .layer-popup-container .layer-popup-content::-webkit-scrollbar-thumb {
    border-radius: 4px;
  }
}
.sub-section[data-current-page=bitgaram] .bitgaram-floor-content .tab-content-container {
  position: relative;
  margin-top: clamp(2.6rem, 22px + 0.52083vmax, 3.2rem);
}
.sub-section[data-current-page=bitgaram] .bitgaram-floor-content .tab-content {
  display: flex;
  gap: 1.6rem;
  opacity: 0;
}
.sub-section[data-current-page=bitgaram] .bitgaram-floor-content .tab-content .floor-box {
  width: calc(50% - 0.8rem);
  aspect-ratio: 482/326;
  border-radius: max(0.6rem, 0.41666vw);
  overflow: hidden;
}
.sub-section[data-current-page=bitgaram] .bitgaram-floor-content .tab-content .floor-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sub-section[data-current-page=bitgaram] .bitgaram-floor-content .tab-content .img-box {
  width: calc(50% - 0.8rem);
  border-radius: max(0.6rem, 0.41666vw);
  overflow: hidden;
  border: 1px solid #D8D8D8;
}
.sub-section[data-current-page=bitgaram] .bitgaram-floor-content .tab-content .img-box .img {
  display: block;
  aspect-ratio: 482/271;
}
.sub-section[data-current-page=bitgaram] .bitgaram-floor-content .tab-content .img-box .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sub-section[data-current-page=bitgaram] .bitgaram-floor-content .tab-content .img-box .txt {
  text-align: center;
  padding: 1.6rem;
  color: #555555;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.5rem;
}
.sub-section[data-current-page=bitgaram] .bitgaram-floor-content .tab-content:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sub-section[data-current-page=bitgaram] .bitgaram-floor-content .tab-content.active {
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  .sub-section[data-current-page=bitgaram] .bitgaram-floor-content .tab-content {
    flex-direction: column;
  }
  .sub-section[data-current-page=bitgaram] .bitgaram-floor-content .tab-content .floor-box {
    width: 100%;
  }
  .sub-section[data-current-page=bitgaram] .bitgaram-floor-content .tab-content .img-box {
    width: 100%;
  }
  .sub-section[data-current-page=bitgaram] .bitgaram-floor-content .tab-content .img-box .txt {
    padding: 1.2rem;
  }
}
.sub-section[data-current-page=bitgaram] .board-list-tbl .board-list-row .column.board-file .file-popup-open-pc .txt {
  display: none;
}
.sub-section[data-current-page=bitgaram] .board-list-tbl .board-list-row .column.board-file .file-popup-open-pc svg {
  width: 2.4rem;
  height: auto;
}
.sub-section[data-current-page=bitgaram] .board-detail .detail-top-info {
  justify-content: flex-end;
}
.sub-section[data-current-page=bitgaram] .board-detail .detail-btn-box {
  display: flex;
  justify-content: center;
  padding-top: clamp(2.6rem, 22px + 0.52083vmax, 3.2rem);
  margin-top: calc(clamp(3rem, 10px + 2.39583vmax, 5.6rem) * -1);
}
.sub-section[data-current-page=bitgaram] .board-detail .detail-btn-box + .detail-file {
  margin-top: clamp(3rem, 10px + 2.39583vmax, 5.6rem);
}

/* 공간지원 > 입주지원 > 한국전력 벤처기업육성센터 */
.sub-section[data-current-page=venture] .layer-popup-container .layer-popup-content {
  padding: 3.2rem 0;
  overflow-y: auto;
  height: 60.6rem;
  margin-right: -22px;
  padding-right: 16px;
}
.sub-section[data-current-page=venture] .layer-popup-container .layer-popup-content::-webkit-scrollbar {
  width: 6px;
}
.sub-section[data-current-page=venture] .layer-popup-container .layer-popup-content::-webkit-scrollbar-thumb {
  background-color: #D8D8D8;
  border-radius: 6px;
}
.sub-section[data-current-page=venture] .layer-popup-container .layer-popup-content::-webkit-scrollbar-track {
  background-color: #ffffff;
}
@media screen and (max-width: 1024px) {
  .sub-section[data-current-page=venture] .layer-popup-container .layer-popup-content {
    padding: clamp(2rem, 18px + 0.3125vmax, 2.4rem) 0;
    padding-right: 10px;
    margin-right: -14px;
    height: auto;
    max-height: calc(80vh - 6.6rem);
  }
  .sub-section[data-current-page=venture] .layer-popup-container .layer-popup-content::-webkit-scrollbar {
    width: 4px;
  }
  .sub-section[data-current-page=venture] .layer-popup-container .layer-popup-content::-webkit-scrollbar-thumb {
    border-radius: 4px;
  }
}
.sub-section[data-current-page=venture] .space-card-component .col-8 {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.sub-section[data-current-page=venture] .space-card-component .col-8 .card {
  position: relative;
  flex: 1;
}
.sub-section[data-current-page=venture] .space-card-component .col-8 .card .icon-box {
  position: absolute;
  right: 4rem;
  bottom: 4rem;
  display: flex;
  justify-content: flex-end;
}
.sub-section[data-current-page=venture] .space-card-component .col-8 .card .icon-box img {
  display: block;
}
@media screen and (max-width: 1024px) {
  .sub-section[data-current-page=venture] .space-card-component .col-8 .card {
    gap: 0.8rem;
  }
  .sub-section[data-current-page=venture] .space-card-component .col-8 .card .txt-box .txt {
    min-height: auto;
  }
  .sub-section[data-current-page=venture] .space-card-component .col-8 .card .icon-box {
    position: static;
  }
}
.sub-section[data-current-page=venture] .program-content .content-item .con-box {
  width: 100%;
}
.sub-section[data-current-page=venture] .program-content .content-item .con-box.gap-8 {
  gap: 0.8rem;
}
.sub-section[data-current-page=venture] .program-content .content-item .con-box.gap-16 {
  gap: 1.6rem;
}
.sub-section[data-current-page=venture] .program-content .content-item .con-box .txt {
  color: #555555;
}
@media screen and (max-width: 1024px) {
  .sub-section[data-current-page=venture] .program-content.gap-spacing-3 .content-item {
    flex-direction: column;
    border-top: 0;
    padding: 0;
  }
}
.sub-section[data-current-page=venture] .process-content.col-2 .process-content-box .process-content-item {
  width: calc(50% - 1.2rem);
}
.sub-section[data-current-page=venture] .process-content.col-2 .process-content-box .process-content-item .txt-box {
  min-height: auto;
}
.sub-section[data-current-page=venture] .process-content.col-2 .process-content-box .process-content-item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .sub-section[data-current-page=venture] .process-content.col-2 .process-content-box .process-content-item {
    width: 100%;
  }
}
.sub-section[data-current-page=venture] .board-detail .detail-top-info {
  justify-content: flex-end;
}
.sub-section[data-current-page=venture] .board-list-tbl .board-list-row .column.board-file .file-popup-open-pc .txt {
  display: none;
}
.sub-section[data-current-page=venture] .board-list-tbl .board-list-row .column.board-file .file-popup-open-pc svg {
  width: 2.4rem;
  height: auto;
}

/* 공간지원 > 회의시설 */
.sub-section[data-current-page=conference] .process-content-box {
  flex-wrap: nowrap;
}
@media screen and (min-width: calc(1024px + 1px)) {
  .sub-section[data-current-page=conference] .process-content-box {
    align-items: initial;
  }
  .sub-section[data-current-page=conference] .process-content-item {
    height: auto;
  }
  .sub-section[data-current-page=conference] .process-content-item .tit-box .tit {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 3em;
  }
  .sub-section[data-current-page=conference] .process-content-item:nth-child(3n) {
    margin-right: 2.4rem;
  }
  .sub-section[data-current-page=conference] .process-content-item:nth-child(3n)::before {
    display: block;
  }
  .sub-section[data-current-page=conference] .process-content-item:last-child {
    margin-right: 0;
  }
  .sub-section[data-current-page=conference] .process-content-item:last-child::before {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .sub-section[data-current-page=conference] .process-content-item .txt-box {
    min-height: auto;
  }
}

.sub-section[data-current-page=energy-expert] .energy-expert-content {
  display: flex;
  gap: 2rem;
}
.sub-section[data-current-page=energy-expert] .energy-expert-content .card {
  width: calc(50% - 1rem);
  padding: 3.2rem;
}
.sub-section[data-current-page=energy-expert] .energy-expert-content .card .icon img {
  width: 6rem;
}
.sub-section[data-current-page=energy-expert] .energy-expert-content .card .title {
  margin-top: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.9rem;
}
@media screen and (max-width: 1440px) {
  .sub-section[data-current-page=energy-expert] .energy-expert-content .card .title {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 1024px) {
  .sub-section[data-current-page=energy-expert] .energy-expert-content .card .title {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 600px) {
  .sub-section[data-current-page=energy-expert] .energy-expert-content .card .title {
    font-size: 1.8rem;
  }
}
.sub-section[data-current-page=energy-expert] .energy-expert-content .card .txt {
  margin-top: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.5rem;
}
.sub-section[data-current-page=energy-expert] .energy-expert-content .card .btn {
  margin-top: 2.4rem;
}
@media screen and (max-width: 1024px) {
  .sub-section[data-current-page=energy-expert] .energy-expert-content {
    flex-direction: column;
    gap: 1.6rem;
  }
  .sub-section[data-current-page=energy-expert] .energy-expert-content .card {
    width: 100%;
    padding: 2.4rem;
  }
  .sub-section[data-current-page=energy-expert] .energy-expert-content .card .icon img {
    width: 4.8rem;
  }
  .sub-section[data-current-page=energy-expert] .energy-expert-content .card .btn {
    margin-top: 2rem;
  }
}
.sub-section[data-current-page=energy-expert] .apply-start-container .program-content .content-item .con-box a[class=btn][data-size=m],
.sub-section[data-current-page=energy-expert] .apply-start-container .program-content .content-item .con-box button[class=btn][data-size=m],
.sub-section[data-current-page=energy-expert] .apply-start-container .program-content .content-item .con-box .btn[data-size=m] {
  width: fit-content;
}
.sub-section[data-current-page=energy-expert] .category-box {
  border-radius: max(0.6rem, 0.41666vw);
  background-color: #ffffff;
  padding: 4rem;
  border: 1px solid #D8D8D8;
}
@media screen and (max-width: 1024px) {
  .sub-section[data-current-page=energy-expert] .category-box {
    padding: 2.4rem;
  }
}
.sub-section[data-current-page=energy-expert] .category-box {
  padding: 3.2rem;
  margin-bottom: clamp(2rem, 2.5vmax, 4.8rem);
}
.sub-section[data-current-page=energy-expert] .category-box .category-list {
  display: grid;
  grid-template-columns: repeat(var(--grid-columns, 6), 1fr);
  gap: 0.8rem;
}
.sub-section[data-current-page=energy-expert] .category-box .category-list .category-item a {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  justify-content: center;
  align-items: center;
  padding: 2rem 2.4rem;
  background-color: #F8F8F8;
  border-radius: 0.6rem;
  height: 100%;
  border: 1px solid transparent;
  transition: 0.3s ease;
  transition-property: background-color, border-color;
}
.sub-section[data-current-page=energy-expert] .category-box .category-list .category-item a .icon {
  display: flex;
  align-items: center;
  height: 6.4rem;
  font-size: 32px;
  font-weight: 700;
  line-height: 150%;
  color: #0045C9;
}
.sub-section[data-current-page=energy-expert] .category-box .category-list .category-item a .icon img {
  display: block;
  height: 100%;
}
.sub-section[data-current-page=energy-expert] .category-box .category-list .category-item a .tit {
  color: #717171;
  transition: 0.3s ease;
  transition-property: color, font-weight;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.5rem;
}
.sub-section[data-current-page=energy-expert] .category-box .category-list .category-item.active a {
  background-color: #EFF5FF;
  border-color: #D1E1FF;
}
.sub-section[data-current-page=energy-expert] .category-box .category-list .category-item.active a .tit {
  font-weight: 700;
  color: #0045C9;
}
@media screen and (hover: hover) {
  .sub-section[data-current-page=energy-expert] .category-box .category-list .category-item a:hover {
    background-color: #EFF5FF;
    border-color: #D1E1FF;
  }
  .sub-section[data-current-page=energy-expert] .category-box .category-list .category-item a:hover .tit {
    font-weight: 700;
    color: #0045C9;
  }
}
.sub-section[data-current-page=energy-expert] .category-box .category-btn {
  display: none;
  position: relative;
  width: 100%;
  align-items: center;
  justify-content: center;
  color: #1D1D1D;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.5rem;
}
.sub-section[data-current-page=energy-expert] .category-box .category-btn::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 5.2rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFF 100%);
}
.sub-section[data-current-page=energy-expert] .category-box .category-btn .icon {
  display: inline-flex;
}
.sub-section[data-current-page=energy-expert] .category-box .category-btn .icon svg {
  display: block;
}
.sub-section[data-current-page=energy-expert] .category-box.open .category-btn {
  margin-top: 1.6rem;
}
.sub-section[data-current-page=energy-expert] .category-box.open .category-btn::before {
  display: none;
}
.sub-section[data-current-page=energy-expert] .category-box.open .category-btn .icon {
  transform: rotate(-180deg);
}
@media screen and (min-width: calc(600px + 1px)) {
  .sub-section[data-current-page=energy-expert] .category-box .category-list {
    height: auto !important;
  }
}
@media screen and (max-width: 1024px) {
  .sub-section[data-current-page=energy-expert] .category-box {
    padding: 2.4rem;
  }
  .sub-section[data-current-page=energy-expert] .category-box .category-list {
    grid-template-columns: repeat(min(var(--grid-columns-t, 4), 4), 1fr);
  }
}
@media screen and (max-width: 600px) {
  .sub-section[data-current-page=energy-expert] .category-box .category-list {
    height: 17.2rem;
    overflow: hidden;
    grid-template-columns: repeat(min(var(--grid-columns-m, 2), 2), 1fr);
  }
  .sub-section[data-current-page=energy-expert] .category-box .category-list .category-item a {
    flex-direction: row;
    justify-content: flex-start;
    gap: 0.8rem;
    padding: 1rem 1.2rem;
  }
  .sub-section[data-current-page=energy-expert] .category-box .category-list .category-item a .icon {
    width: 3.2rem;
    height: 3.2rem;
    font-size: 16px;
  }
  .sub-section[data-current-page=energy-expert] .category-box .category-list .category-item a .tit {
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    font-size: 1.3rem;
  }
  .sub-section[data-current-page=energy-expert] .category-box .category-btn {
    display: flex;
  }
}
@media screen and (max-width: 1024px) {
  .sub-section[data-current-page=energy-expert] .board-list-tbl .column {
    width: 50%;
    gap: 0.6rem 0.8rem;
  }
  .sub-section[data-current-page=energy-expert] .board-list-tbl .column.board-title {
    width: 100%;
  }
  .sub-section[data-current-page=energy-expert] .board-list-tbl .column.board-title a {
    display: block;
    width: 100%;
  }
  .sub-section[data-current-page=energy-expert] .board-list-tbl .column.board-title a strong {
    max-width: 100%;
  }
  .sub-section[data-current-page=energy-expert] .board-list-tbl .column::before {
    width: 5.2rem;
  }
}
.sub-section[data-current-page=energy-expert] .form-container .gray-box {
  padding: 4rem;
  border-radius: max(0.6rem, 0.41666vw);
  background-color: #F8F8F8;
}
.sub-section[data-current-page=energy-expert] .form-container .gray-box .txt {
  color: #1D1D1D;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.5rem;
}
@media screen and (max-width: 1024px) {
  .sub-section[data-current-page=energy-expert] .form-container .gray-box {
    padding: 1.6rem;
  }
}
.sub-section[data-current-page=energy-expert] .form-container .form-input-item .msg.custom {
  display: block;
  padding-left: 0.4rem;
}
.sub-section[data-current-page=energy-expert] .form-container .form-input-item .msg.custom::before {
  display: none;
}
.sub-section[data-current-page=energy-expert] .form-container .form-input-item.link a {
  display: inline-block;
  padding: 1.2rem 0.4rem;
  color: #1D1D1D;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.5rem;
}
.sub-section[data-current-page=energy-expert] .form-container .input-checkbox-box {
  gap: 1.2rem 2.4rem;
}
@media screen and (max-width: 1024px) {
  .sub-section[data-current-page=energy-expert] .form-container .input-checkbox-box {
    gap: 0.8rem 1.5rem;
  }
}
.sub-section[data-current-page=energy-expert] .form-container .textarea::placeholder {
  color: #8E8E8E;
}
.sub-section[data-current-page=energy-expert] .form-container .textarea:focus::placeholder {
  color: #1D1D1D;
}
.sub-section[data-current-page=energy-expert] .form-container .dropbox-wrap {
  width: 100%;
  max-width: 100%;
}
.sub-section[data-current-page=energy-expert] .sub-component-title-box > .txt-box {
  display: flex;
  justify-content: space-between;
  margin-top: clamp(0.8rem, 0.833333vmax, 1.6rem);
}
.sub-section[data-current-page=energy-expert] .sub-component-title-box > .txt-box .txt {
  color: #555555;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.7rem;
}
@media screen and (max-width: 1440px) {
  .sub-section[data-current-page=energy-expert] .sub-component-title-box > .txt-box .txt {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 1024px) {
  .sub-section[data-current-page=energy-expert] .sub-component-title-box > .txt-box .txt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 600px) {
  .sub-section[data-current-page=energy-expert] .sub-component-title-box > .txt-box .txt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 600px) {
  .sub-section[data-current-page=energy-expert] .sub-component-title-box > .txt-box {
    justify-content: flex-start;
    flex-direction: column;
    gap: 1.6rem;
  }
  .sub-section[data-current-page=energy-expert] .sub-component-title-box > .txt-box br {
    display: none;
  }
}
.sub-section[data-current-page=energy-expert] .board-detail .detail-top {
  padding-bottom: clamp(2rem, 18px + 0.3125vmax, 2.4rem);
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.sub-section[data-current-page=energy-expert] .board-detail .detail-component .content-item .tit-box .tit {
  width: 12rem;
}
.sub-section[data-current-page=energy-expert] .board-detail .detail-component .content-item .con-box a {
  color: #555555;
}
.sub-section[data-current-page=energy-expert] .board-detail .detail-component .content-item .dot-txt-list {
  gap: 0.4rem;
}
@media screen and (max-width: 1024px) {
  .sub-section[data-current-page=energy-expert] .board-detail .detail-component .program-content {
    gap: 1.6rem;
  }
  .sub-section[data-current-page=energy-expert] .board-detail .detail-component .content-item {
    flex-direction: column;
    gap: 0.8rem;
  }
  .sub-section[data-current-page=energy-expert] .board-detail .detail-component .content-item .tit-box .tit {
    width: 100%;
  }
}
.sub-section[data-current-page=energy-expert] .board-detail .detail-btn-box {
  display: flex;
  justify-content: center;
}
.sub-section[data-current-page=energy-expert] .expert-info-content {
  margin-top: clamp(2.6rem, 22px + 0.52083vmax, 3.2rem);
}
.sub-section[data-current-page=energy-expert] .expert-info-content .expert-info-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
}
.sub-section[data-current-page=energy-expert] .expert-info-content .expert-info-list .item {
  position: relative;
  width: calc(33.33% - 1.0666666667rem);
}
.sub-section[data-current-page=energy-expert] .expert-info-content .expert-info-list .item a {
  background-color: #ffffff;
  border: 1px solid #D8D8D8;
  border-radius: max(0.6rem, 0.41666vw);
  padding: 2.4rem;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  transition: border-color 0.3s ease;
}
.sub-section[data-current-page=energy-expert] .expert-info-content .expert-info-list .item .close-btn {
  position: absolute;
  right: 2.4rem;
  top: 2.4rem;
  width: 2.6rem;
  height: 2.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border: 1px solid #D8D8D8;
  border-radius: 0.6rem;
}
.sub-section[data-current-page=energy-expert] .expert-info-content .expert-info-list .item .close-btn svg {
  width: 1.6rem;
  height: 1.6rem;
}
.sub-section[data-current-page=energy-expert] .expert-info-content .expert-info-list .item .tit-box {
  padding: 0 0.6rem;
}
.sub-section[data-current-page=energy-expert] .expert-info-content .expert-info-list .item .tit-box .tit {
  transition: color 0.3s ease;
  max-width: calc(100% - 3rem);
  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: 1.9rem;
}
@media screen and (max-width: 1440px) {
  .sub-section[data-current-page=energy-expert] .expert-info-content .expert-info-list .item .tit-box .tit {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 1024px) {
  .sub-section[data-current-page=energy-expert] .expert-info-content .expert-info-list .item .tit-box .tit {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 600px) {
  .sub-section[data-current-page=energy-expert] .expert-info-content .expert-info-list .item .tit-box .tit {
    font-size: 1.8rem;
  }
}
.sub-section[data-current-page=energy-expert] .expert-info-content .expert-info-list .item .keyword-box {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  height: 5.7rem;
  gap: 0.5rem;
  overflow: hidden;
}
.sub-section[data-current-page=energy-expert] .expert-info-content .expert-info-list .item .keyword-box .keyword {
  display: inline-flex;
  padding: 0.3rem 0.8rem;
  border-radius: 0.6rem;
  color: #555555;
  background-color: #F8F8F8;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.3rem;
}
.sub-section[data-current-page=energy-expert] .expert-info-content .expert-info-list .item .txt {
  color: #555555;
  display: block;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.5rem;
}
@media screen and (hover: hover) {
  .sub-section[data-current-page=energy-expert] .expert-info-content .expert-info-list .item:hover a {
    border-color: #0045C9;
  }
  .sub-section[data-current-page=energy-expert] .expert-info-content .expert-info-list .item:hover a .tit-box .tit {
    color: #0045C9;
  }
}
.sub-section[data-current-page=energy-expert] .expert-info-content .expert-info-list .default-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: max(0.6rem, 0.41666vw);
  border: 1.5px dashed #C6C6C6;
  width: calc(33.33% - 1.0666666667rem);
  text-align: center;
  order: 9999999;
  height: 23.5rem;
}
.sub-section[data-current-page=energy-expert] .expert-info-content .expert-info-list .default-item .txt {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.7rem;
}
.sub-section[data-current-page=energy-expert] .expert-info-content .expert-info-list .default-item .txt span {
  color: #0045C9;
}
@media screen and (max-width: 1440px) {
  .sub-section[data-current-page=energy-expert] .expert-info-content .expert-info-list .default-item .txt {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 1024px) {
  .sub-section[data-current-page=energy-expert] .expert-info-content .expert-info-list .default-item .txt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 600px) {
  .sub-section[data-current-page=energy-expert] .expert-info-content .expert-info-list .default-item .txt {
    font-size: 1.6rem;
  }
}
.sub-section[data-current-page=energy-expert] .expert-info-content .expert-info-list .default-item .txt.default-txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.2rem;
}
.sub-section[data-current-page=energy-expert] .expert-info-content.default .expert-info-list .item {
  display: none;
}
.sub-section[data-current-page=energy-expert] .expert-info-content.default .expert-info-list .default-item:last-child {
  flex: 1;
}
@media screen and (max-width: 1024px) {
  .sub-section[data-current-page=energy-expert] .expert-info-content .expert-info-list .item {
    width: 100%;
  }
  .sub-section[data-current-page=energy-expert] .expert-info-content .expert-info-list .default-item {
    width: 100%;
  }
}
.sub-section[data-current-page=energy-expert] .expert-popup .layer-popup-wrap {
  width: 114rem;
  max-width: 100%;
  z-index: 9;
}
@media screen and (max-width: 1440px) {
  .sub-section[data-current-page=energy-expert] .expert-popup .layer-popup-wrap {
    width: calc(100% - 8rem);
  }
}
@media screen and (max-width: 1024px) {
  .sub-section[data-current-page=energy-expert] .expert-popup .layer-popup-wrap {
    width: 76rem;
    max-width: 76rem;
  }
}
.sub-section[data-current-page=energy-expert] .expert-popup .layer-popup-top {
  padding-top: 5.6rem;
  padding-bottom: 3.2rem;
  border-bottom: 0;
}
.sub-section[data-current-page=energy-expert] .expert-popup .layer-popup-top .tit {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1px;
  font-size: clamp(2.5rem, 1.66667vw, 3.2rem);
}
.sub-section[data-current-page=energy-expert] .expert-popup .layer-popup-top .close-btn {
  transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
  .sub-section[data-current-page=energy-expert] .expert-popup .layer-popup-top {
    padding-top: 4rem;
    padding-bottom: 2.4rem;
  }
}
.sub-section[data-current-page=energy-expert] .expert-popup .layer-popup-content {
  padding-top: 0;
  padding-bottom: 0;
}
.sub-section[data-current-page=energy-expert] .expert-popup .layer-popup-content .content-inner {
  overflow-y: auto;
  max-height: calc(80vh - var(--top-height) - var(--bottom-height) - 4rem);
}
.sub-section[data-current-page=energy-expert] .expert-popup .layer-popup-content .content-inner::-webkit-scrollbar {
  width: 6px;
}
.sub-section[data-current-page=energy-expert] .expert-popup .layer-popup-content .content-inner::-webkit-scrollbar-thumb {
  background-color: #D8D8D8;
  border-radius: 6px;
}
.sub-section[data-current-page=energy-expert] .expert-popup .layer-popup-content .content-inner::-webkit-scrollbar-track {
  background-color: transparent;
}
.sub-section[data-current-page=energy-expert] .expert-popup .layer-popup-content .category-box {
  margin-bottom: 0;
}
.sub-section[data-current-page=energy-expert] .expert-popup .layer-popup-content .board-list-tbl .input-checkbox-item {
  display: inline-block;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
}
.sub-section[data-current-page=energy-expert] .expert-popup .layer-popup-content .board-list-tbl .input-checkbox-item input[type=checkbox] {
  width: auto;
  height: auto;
}
.sub-section[data-current-page=energy-expert] .expert-popup .layer-popup-content .board-list-tbl .input-checkbox-item label {
  padding-left: 0;
}
.sub-section[data-current-page=energy-expert] .expert-popup .layer-popup-content .board-list-tbl .input-checkbox-item .icon {
  top: 50%;
}
@media screen and (max-width: 1024px) {
  .sub-section[data-current-page=energy-expert] .expert-popup .layer-popup-content .board-list-tbl .column {
    width: 100%;
  }
  .sub-section[data-current-page=energy-expert] .expert-popup .layer-popup-content .board-list-tbl .column.checkbox {
    position: absolute;
    top: 2.8rem;
    left: 2.4rem;
    width: auto;
    display: block;
  }
  .sub-section[data-current-page=energy-expert] .expert-popup .layer-popup-content .board-list-tbl .column.checkbox .icon {
    width: 2.4rem;
    height: 2.4rem;
  }
  .sub-section[data-current-page=energy-expert] .expert-popup .layer-popup-content .board-list-tbl .column.board-title {
    padding-left: 3.6rem;
  }
}
.sub-section[data-current-page=energy-expert] .expert-popup .layer-popup-content .btn-box {
  display: flex;
  justify-content: center;
  gap: 1.6rem;
  padding: clamp(3rem, 10px + 2.39583vmax, 5.6rem) 0 5.6rem;
}
.sub-section[data-current-page=energy-expert] .expert-popup .layer-popup-content .btn-box .btn {
  width: 15rem;
}
.sub-section[data-current-page=energy-expert] .expert-popup .layer-popup-content .btn-box .btn[disabled] i path {
  stroke: #8E8E8E;
}
@media screen and (max-width: 1024px) {
  .sub-section[data-current-page=energy-expert] .expert-popup .layer-popup-content .btn-box {
    padding-bottom: 4rem;
  }
}
.sub-section[data-current-page=energy-expert] .expert-detail-popup .layer-popup-content {
  overflow: hidden;
  max-height: 100%;
}
.sub-section[data-current-page=energy-expert] .expert-detail-popup .layer-popup-content .content-inner {
  overflow-y: auto;
  max-height: calc(80vh - var(--top-height) - var(--bottom-height) - 4rem);
  background-color: #ffffff;
  border: 1px solid #D8D8D8;
  border-radius: max(1rem, 0.625vw);
}
.sub-section[data-current-page=energy-expert] .expert-detail-popup .layer-popup-content .detail-container {
  border: 0;
  border-radius: 0;
}
@media screen and (max-width: 1024px) {
  .sub-section[data-current-page=energy-expert] .expert-detail-popup .layer-popup-content .detail-container {
    padding-bottom: clamp(3rem, 10px + 2.39583vmax, 5.6rem);
  }
}
.sub-section[data-current-page=energy-expert] .expert-detail-popup .board-detail .detail-content {
  padding-top: 0;
}
.sub-section[data-current-page=energy-expert] .expert-detail-popup .detail-btn-box {
  margin-top: clamp(3rem, 10px + 2.39583vmax, 5.6rem);
}
.sub-section[data-current-page=energy-expert] .expert-detail-popup .detail-bottom.btn-box {
  display: flex;
  justify-content: space-between;
  padding-top: clamp(2.6rem, 22px + 0.52083vmax, 3.2rem);
}
.sub-section[data-current-page=energy-expert] .expert-detail-popup .detail-bottom.btn-box .btn {
  width: 11.8rem;
}
@media screen and (max-width: 1024px) {
  .sub-section[data-current-page=energy-expert] .expert-detail-popup .detail-bottom.btn-box {
    gap: 0;
  }
  .sub-section[data-current-page=energy-expert] .expert-detail-popup .detail-bottom.btn-box .btn {
    max-width: 9.1rem;
    width: calc(33.33% - 0.5333333333rem);
  }
}

.sub-section[data-current-page=investment] .investment-content {
  display: flex;
  gap: 2rem;
}
.sub-section[data-current-page=investment] .investment-content .card {
  width: calc(50% - 1rem);
  padding: 3.2rem;
}
.sub-section[data-current-page=investment] .investment-content .card .icon img {
  width: 6rem;
}
.sub-section[data-current-page=investment] .investment-content .card .title {
  margin-top: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.9rem;
}
@media screen and (max-width: 1440px) {
  .sub-section[data-current-page=investment] .investment-content .card .title {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 1024px) {
  .sub-section[data-current-page=investment] .investment-content .card .title {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 600px) {
  .sub-section[data-current-page=investment] .investment-content .card .title {
    font-size: 1.8rem;
  }
}
.sub-section[data-current-page=investment] .investment-content .card .txt {
  margin-top: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.5rem;
}
.sub-section[data-current-page=investment] .investment-content .card .btn {
  margin-top: 2.4rem;
}
@media screen and (max-width: 1024px) {
  .sub-section[data-current-page=investment] .investment-content {
    flex-direction: column;
    gap: 1.6rem;
  }
  .sub-section[data-current-page=investment] .investment-content .card {
    width: 100%;
    padding: 2.4rem;
  }
  .sub-section[data-current-page=investment] .investment-content .card .icon img {
    width: 4.8rem;
  }
  .sub-section[data-current-page=investment] .investment-content .card .btn {
    margin-top: 2rem;
  }
}
.sub-section[data-current-page=investment] .board-list-tbl .column.board-title a strong {
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .sub-section[data-current-page=investment] .board-list-tbl .column.board-title {
    width: 100%;
  }
  .sub-section[data-current-page=investment] .board-list-tbl .column.board-title a {
    display: block;
    width: calc(100% - 6.1rem);
  }
  .sub-section[data-current-page=investment] .board-list-tbl .column.board-title a strong {
    width: 100%;
    text-align: left;
  }
  .sub-section[data-current-page=investment] .board-list-tbl .column::before {
    width: 8.7rem;
  }
}
.sub-section[data-current-page=investment] .form-container .gray-box {
  padding: 4rem;
  border-radius: max(0.6rem, 0.41666vw);
  background-color: #F8F8F8;
}
.sub-section[data-current-page=investment] .form-container .gray-box .txt {
  color: #1D1D1D;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.5rem;
}
@media screen and (max-width: 1024px) {
  .sub-section[data-current-page=investment] .form-container .gray-box {
    padding: 1.6rem;
  }
}
.sub-section[data-current-page=investment] .form-container .form-input-item .msg.custom {
  display: block;
  padding-left: 0.4rem;
}
.sub-section[data-current-page=investment] .form-container .form-input-item .msg.custom::before {
  display: none;
}
.sub-section[data-current-page=investment] .form-container .form-input-item.link a {
  display: inline-block;
  padding: 1.2rem 0.4rem;
  color: #1D1D1D;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.5rem;
}
.sub-section[data-current-page=investment] .form-container .input-checkbox-box {
  gap: 1.2rem 2.4rem;
}
@media screen and (max-width: 1024px) {
  .sub-section[data-current-page=investment] .form-container .input-checkbox-box {
    gap: 0.8rem 1.5rem;
  }
}
.sub-section[data-current-page=investment] .form-container .textarea::placeholder {
  color: #8E8E8E;
}
.sub-section[data-current-page=investment] .form-container .textarea:focus::placeholder {
  color: #1D1D1D;
}
.sub-section[data-current-page=investment] .form-container .dropbox-wrap {
  width: 100%;
  max-width: 100%;
}
.sub-section[data-current-page=investment] .board-detail .detail-top {
  padding-bottom: clamp(2rem, 18px + 0.3125vmax, 2.4rem);
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.sub-section[data-current-page=investment] .board-detail .detail-component .content-item .tit-box .tit {
  width: 12rem;
}
.sub-section[data-current-page=investment] .board-detail .detail-component .content-item .con-box a {
  color: #555555;
}
@media screen and (max-width: 1024px) {
  .sub-section[data-current-page=investment] .board-detail .detail-component .program-content {
    gap: 1.6rem;
  }
  .sub-section[data-current-page=investment] .board-detail .detail-component .content-item {
    flex-direction: column;
    gap: 0.8rem;
  }
  .sub-section[data-current-page=investment] .board-detail .detail-component .content-item .tit-box .tit {
    width: 100%;
  }
}
.sub-section[data-current-page=investment] .board-detail .detail-btn-box {
  display: flex;
  justify-content: center;
}

.sub-section[data-current-page=tech-transfer] .program-content .gray-box {
  background-color: #F8F8F8;
  border-radius: max(0.6rem, 0.41666vw);
  padding: 3.2rem;
}
.sub-section[data-current-page=tech-transfer] .program-content .gray-box .tit {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.5rem;
}
.sub-section[data-current-page=tech-transfer] .program-content .gray-box .txt {
  color: #555555;
  margin-top: 0.8rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.5rem;
}
@media screen and (min-width: calc(1024px + 1px)) {
  .sub-section[data-current-page=tech-transfer] .program-content .process-content-box {
    flex-wrap: nowrap;
    align-items: initial;
  }
  .sub-section[data-current-page=tech-transfer] .program-content .process-content-item {
    height: auto;
  }
  .sub-section[data-current-page=tech-transfer] .program-content .process-content-item:nth-child(3n) {
    margin-right: 2.4rem;
  }
  .sub-section[data-current-page=tech-transfer] .program-content .process-content-item:nth-child(3n)::before {
    display: block;
  }
  .sub-section[data-current-page=tech-transfer] .program-content .process-content-item:last-child {
    margin-right: 0;
  }
  .sub-section[data-current-page=tech-transfer] .program-content .process-content-item:last-child::before {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .sub-section[data-current-page=tech-transfer] .program-content .process-content-item .txt-box {
    min-height: auto;
  }
}
.sub-section[data-current-page=tech-transfer] [data-device=web] {
  display: block !important;
}
@media screen and (max-width: 600px) {
  .sub-section[data-current-page=tech-transfer] [data-device=web] {
    display: none !important;
  }
}
.sub-section[data-current-page=tech-transfer] [data-device=mobile] {
  display: none !important;
}
@media screen and (max-width: 600px) {
  .sub-section[data-current-page=tech-transfer] [data-device=mobile] {
    display: block !important;
  }
}
.sub-section[data-current-page=tech-transfer] [data-device=web--flex] {
  display: flex !important;
}
@media screen and (max-width: 600px) {
  .sub-section[data-current-page=tech-transfer] [data-device=web--flex] {
    display: none !important;
  }
}
.sub-section[data-current-page=tech-transfer] [data-device=mobile--flex] {
  display: none !important;
}
@media screen and (max-width: 600px) {
  .sub-section[data-current-page=tech-transfer] [data-device=mobile--flex] {
    display: flex !important;
  }
}
.sub-section[data-current-page=tech-transfer] .open#filter-modal-wrapper .filter-top, .sub-section[data-current-page=tech-transfer] .search-top-container .open.filter-wrapper .filter-top {
  border-bottom: 1px solid #D8D8D8;
}
.sub-section[data-current-page=tech-transfer] .open#filter-modal-wrapper .filter-top .icon, .sub-section[data-current-page=tech-transfer] .search-top-container .open.filter-wrapper .filter-top .icon {
  transform: rotate(180deg);
}
.sub-section[data-current-page=tech-transfer] .open#filter-modal-wrapper .filter-bottom, .sub-section[data-current-page=tech-transfer] .search-top-container .open.filter-wrapper .filter-bottom {
  height: auto;
}
.sub-section[data-current-page=tech-transfer] .hidden#filter-modal-wrapper, .sub-section[data-current-page=tech-transfer] .search-top-container .hidden.filter-wrapper {
  display: none !important;
}
.sub-section[data-current-page=tech-transfer] #filter-modal-wrapper .filter-top, .sub-section[data-current-page=tech-transfer] .search-top-container .filter-wrapper .filter-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.2rem 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.5rem;
}
.sub-section[data-current-page=tech-transfer] #filter-modal-wrapper .filter-top .title, .sub-section[data-current-page=tech-transfer] .search-top-container .filter-wrapper .filter-top .title {
  display: flex;
  gap: 0.5333333333em;
}
.sub-section[data-current-page=tech-transfer] #filter-modal-wrapper .filter-top .icon, .sub-section[data-current-page=tech-transfer] .search-top-container .filter-wrapper .filter-top .icon {
  display: block;
  width: 1.3333333333em;
  height: 1.3333333333em;
}
.sub-section[data-current-page=tech-transfer] #filter-modal-wrapper .filter-top .icon img, .sub-section[data-current-page=tech-transfer] .search-top-container .filter-wrapper .filter-top .icon img {
  display: block;
  width: 100%;
  height: 100%;
}
.sub-section[data-current-page=tech-transfer] #filter-modal-wrapper .filter-bottom, .sub-section[data-current-page=tech-transfer] .search-top-container .filter-wrapper .filter-bottom {
  height: 0;
  overflow: hidden;
}
.sub-section[data-current-page=tech-transfer] #filter-modal-wrapper .filter-bottom .filter-inner-form, .sub-section[data-current-page=tech-transfer] .search-top-container .filter-wrapper .filter-bottom .filter-inner-form {
  padding: 2.4rem;
}
.sub-section[data-current-page=tech-transfer] #filter-modal-wrapper .filter-form-item, .sub-section[data-current-page=tech-transfer] .search-top-container .filter-wrapper .filter-form-item {
  display: flex;
  gap: 1.41em;
  margin-bottom: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.5rem;
}
.sub-section[data-current-page=tech-transfer] #filter-modal-wrapper .filter-form-item:last-child, .sub-section[data-current-page=tech-transfer] .search-top-container .filter-wrapper .filter-form-item:last-child {
  margin-bottom: 0;
}
.sub-section[data-current-page=tech-transfer] #filter-modal-wrapper .filter-form-item .tit, .sub-section[data-current-page=tech-transfer] .search-top-container .filter-wrapper .filter-form-item .tit {
  width: 13.9622641509%;
  flex-shrink: 0;
}
.sub-section[data-current-page=tech-transfer] #filter-modal-wrapper .filter-form-item .form-inputs, .sub-section[data-current-page=tech-transfer] .search-top-container .filter-wrapper .filter-form-item .form-inputs {
  width: 100%;
  display: flex;
  gap: 1.41em;
}
.sub-section[data-current-page=tech-transfer] #filter-modal-wrapper .filter-form-item .form-inputs .input-radio-box, .sub-section[data-current-page=tech-transfer] .search-top-container .filter-wrapper .filter-form-item .form-inputs .input-radio-box {
  gap: 1.41em;
}
.sub-section[data-current-page=tech-transfer] #filter-modal-wrapper .filter-form-item .form-inputs .search-wrap, .sub-section[data-current-page=tech-transfer] .search-top-container .filter-wrapper .filter-form-item .form-inputs .search-wrap {
  flex-grow: 1;
}
.sub-section[data-current-page=tech-transfer] #filter-modal-wrapper .filter-form-item .form-inputs .search-wrap input, .sub-section[data-current-page=tech-transfer] .search-top-container .filter-wrapper .filter-form-item .form-inputs .search-wrap input {
  width: 100%;
  padding-right: 2rem;
  border-top-right-radius: max(0.6rem, 0.41666vw);
  border-bottom-right-radius: max(0.6rem, 0.41666vw);
}
.sub-section[data-current-page=tech-transfer] #filter-modal-wrapper .filter-form-item .form-inputs .search-wrap .btn-reset, .sub-section[data-current-page=tech-transfer] .search-top-container .filter-wrapper .filter-form-item .form-inputs .search-wrap .btn-reset {
  right: 2rem;
}
.sub-section[data-current-page=tech-transfer] #filter-modal-wrapper .filter-form-item .form-inputs .input-checkbox-box, .sub-section[data-current-page=tech-transfer] .search-top-container .filter-wrapper .filter-form-item .form-inputs .input-checkbox-box {
  row-gap: 0.8rem;
}
@media screen and (max-width: 1024px) {
  .sub-section[data-current-page=tech-transfer] #filter-modal-wrapper .filter-form-item .form-inputs .input-checkbox-box, .sub-section[data-current-page=tech-transfer] .search-top-container .filter-wrapper .filter-form-item .form-inputs .input-checkbox-box {
    width: 100%;
    column-gap: 0;
  }
}
@media screen and (max-width: 1024px) {
  .sub-section[data-current-page=tech-transfer] #filter-modal-wrapper .filter-form-item .form-inputs .input-checkbox-box .input-checkbox-item, .sub-section[data-current-page=tech-transfer] .search-top-container .filter-wrapper .filter-form-item .form-inputs .input-checkbox-box .input-checkbox-item {
    width: fit-content;
    min-width: calc((100% - 4.5rem) / 3);
  }
  .sub-section[data-current-page=tech-transfer] #filter-modal-wrapper .filter-form-item .form-inputs .input-checkbox-box .input-checkbox-item:nth-child(1), .sub-section[data-current-page=tech-transfer] .search-top-container .filter-wrapper .filter-form-item .form-inputs .input-checkbox-box .input-checkbox-item:nth-child(1) {
    width: 100%;
  }
  .sub-section[data-current-page=tech-transfer] #filter-modal-wrapper .filter-form-item .form-inputs .input-checkbox-box .input-checkbox-item .txt, .sub-section[data-current-page=tech-transfer] .search-top-container .filter-wrapper .filter-form-item .form-inputs .input-checkbox-box .input-checkbox-item .txt {
    white-space: pre;
  }
}
.sub-section[data-current-page=tech-transfer] #filter-modal-wrapper .filter-form-item.btn-wrap, .sub-section[data-current-page=tech-transfer] .search-top-container .filter-wrapper .filter-form-item.btn-wrap {
  margin-top: clamp(0.8rem, 0.833333vmax, 1.6rem);
  justify-content: flex-end;
  gap: 1.6rem;
  align-items: center;
}
.sub-section[data-current-page=tech-transfer] #filter-modal-wrapper .filter-form-item.btn-wrap .reset-btn span, .sub-section[data-current-page=tech-transfer] .search-top-container .filter-wrapper .filter-form-item.btn-wrap .reset-btn span {
  color: #000000;
}
@media screen and (max-width: 1024px) {
  .sub-section[data-current-page=tech-transfer] #filter-modal-wrapper .filter-form-item:not(:last-child), .sub-section[data-current-page=tech-transfer] .search-top-container .filter-wrapper .filter-form-item:not(:last-child) {
    flex-direction: column;
    height: 100%;
    align-items: flex-start;
    gap: 0.8rem;
    margin-bottom: 1.6rem;
  }
  .sub-section[data-current-page=tech-transfer] #filter-modal-wrapper .filter-form-item:not(:last-child) .tit, .sub-section[data-current-page=tech-transfer] .search-top-container .filter-wrapper .filter-form-item:not(:last-child) .tit {
    width: 100%;
  }
  .sub-section[data-current-page=tech-transfer] #filter-modal-wrapper .input-checkbox-box, .sub-section[data-current-page=tech-transfer] .search-top-container .filter-wrapper .input-checkbox-box {
    width: 100%;
    column-gap: 0;
    justify-content: flex-start;
  }
  .sub-section[data-current-page=tech-transfer] #filter-modal-wrapper .input-checkbox-box .input-checkbox-item, .sub-section[data-current-page=tech-transfer] .search-top-container .filter-wrapper .input-checkbox-box .input-checkbox-item {
    width: fit-content;
    min-width: calc(33% - 0.5333333333rem);
  }
  .sub-section[data-current-page=tech-transfer] #filter-modal-wrapper .input-checkbox-box .input-checkbox-item:nth-child(1), .sub-section[data-current-page=tech-transfer] .search-top-container .filter-wrapper .input-checkbox-box .input-checkbox-item:nth-child(1) {
    width: 100%;
  }
  .sub-section[data-current-page=tech-transfer] #filter-modal-wrapper .input-checkbox-box .input-checkbox-item .txt, .sub-section[data-current-page=tech-transfer] .search-top-container .filter-wrapper .input-checkbox-box .input-checkbox-item .txt {
    white-space: pre;
  }
  .sub-section[data-current-page=tech-transfer] #filter-modal-wrapper .input-radio-item, .sub-section[data-current-page=tech-transfer] .search-top-container .filter-wrapper .input-radio-item {
    width: auto;
  }
  .sub-section[data-current-page=tech-transfer] #filter-modal-wrapper .input-radio-item .txt, .sub-section[data-current-page=tech-transfer] .search-top-container .filter-wrapper .input-radio-item .txt {
    white-space: pre;
  }
}
@media screen and (max-width: 790px) {
  .sub-section[data-current-page=tech-transfer] #filter-modal-wrapper .filter-top, .sub-section[data-current-page=tech-transfer] .search-top-container .filter-wrapper .filter-top {
    border-bottom: 1px solid #D8D8D8;
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .sub-section[data-current-page=tech-transfer] #filter-modal-wrapper .filter-form-item .form-inputs, .sub-section[data-current-page=tech-transfer] .search-top-container .filter-wrapper .filter-form-item .form-inputs {
    flex-wrap: wrap;
    row-gap: 0.8rem;
  }
}
@media screen and (max-width: 600px) {
  .sub-section[data-current-page=tech-transfer] #filter-modal-wrapper .filter-bottom, .sub-section[data-current-page=tech-transfer] .search-top-container .filter-wrapper .filter-bottom {
    padding: 2.4rem 0 clamp(2.6rem, 22px + 0.52083vmax, 3.2rem);
    height: fit-content;
  }
  .sub-section[data-current-page=tech-transfer] #filter-modal-wrapper .filter-form-item:not(:last-child), .sub-section[data-current-page=tech-transfer] .search-top-container .filter-wrapper .filter-form-item:not(:last-child) {
    margin-bottom: clamp(2.6rem, 22px + 0.52083vmax, 3.2rem);
    padding: 0 2.4rem;
  }
  .sub-section[data-current-page=tech-transfer] #filter-modal-wrapper .filter-form-item:not(:last-child) .input-check-box, .sub-section[data-current-page=tech-transfer] .search-top-container .filter-wrapper .filter-form-item:not(:last-child) .input-check-box {
    gap: 1.33em 0.8rem;
  }
  .sub-section[data-current-page=tech-transfer] #filter-modal-wrapper .filter-form-item.btn-wrap, .sub-section[data-current-page=tech-transfer] .search-top-container .filter-wrapper .filter-form-item.btn-wrap {
    margin-top: 0;
    padding-top: clamp(2rem, 18px + 0.3125vmax, 2.4rem);
    padding-right: 2.4rem;
    padding-left: 2.4rem;
    border-top: 1px solid #D8D8D8;
    gap: 1.6rem;
  }
}
.sub-section[data-current-page=tech-transfer] .search-top-container {
  margin-bottom: clamp(5.6rem, 38px + 2.1875vmax, 8rem);
}
.sub-section[data-current-page=tech-transfer] .search-top-container .text-wrapper .top-text {
  text-align: center;
  margin-bottom: clamp(2.6rem, 22px + 0.52083vmax, 3.2rem);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1px;
  font-size: clamp(2.5rem, 1.66667vw, 3.2rem);
}
.sub-section[data-current-page=tech-transfer] .search-top-container .text-wrapper .search-form {
  margin-bottom: 1.2rem;
}
.sub-section[data-current-page=tech-transfer] .search-top-container .search-form {
  position: relative;
}
.sub-section[data-current-page=tech-transfer] .search-top-container .search-form .search-wrap.open input.search {
  border-bottom-left-radius: 0;
}
.sub-section[data-current-page=tech-transfer] .search-top-container .search-form .search-wrap.open .search-box {
  height: fit-content;
}
.sub-section[data-current-page=tech-transfer] .search-top-container .search-form .input.searh:focus {
  border-bottom-left-radius: 0;
}
.sub-section[data-current-page=tech-transfer] .search-top-container .search-form .search-box {
  position: absolute;
  width: calc(100% - 4.8rem);
  bottom: 0;
  left: 0;
  overflow: hidden;
  height: 0;
  transform: translateY(100%);
  z-index: 20;
}
.sub-section[data-current-page=tech-transfer] .search-top-container .search-form .search-box ul {
  background: #ffffff;
  border: 1px solid #0045C9;
  border-top: none;
  border-bottom-left-radius: max(0.6rem, 0.41666vw);
  border-bottom-right-radius: max(0.6rem, 0.41666vw);
}
.sub-section[data-current-page=tech-transfer] .search-top-container .search-form .search-box li {
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.5rem;
}
.sub-section[data-current-page=tech-transfer] .search-top-container .search-form .search-box li button {
  display: block;
  text-align: left;
  width: 100%;
  padding: 0.8em 2rem;
}
.sub-section[data-current-page=tech-transfer] .search-top-container .search-form .search-box li button:hover {
  background: #F8F8F8;
  color: #555555;
}
.sub-section[data-current-page=tech-transfer] .search-top-container .filter-wrapper {
  background-color: #ffffff;
  border-radius: max(0.6rem, 0.41666vw);
  border: 1px solid #D8D8D8;
}
@media screen and (max-width: 1024px) {
  .sub-section[data-current-page=tech-transfer] .search-top-container .search-form .search-box {
    width: calc(100% - 4rem);
  }
}
@media screen and (max-width: 600px) {
  .sub-section[data-current-page=tech-transfer] .search-top-container {
    margin-bottom: clamp(2rem, 18px + 0.3125vmax, 2.4rem);
  }
}
.sub-section[data-current-page=tech-transfer] .search-mobile-btn {
  display: flex;
  justify-content: flex-end;
}
.sub-section[data-current-page=tech-transfer] .search-mobile-btn .filter-btn button {
  padding: 0.4rem 0.8rem;
  min-height: fit-content;
  font-size: 1.3rem;
  font-weight: 700;
}
.sub-section[data-current-page=tech-transfer] #filter-modal-wrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  width: 100%;
  min-height: 27.94786vh;
  height: fit-content;
  background: #ffffff;
  z-index: 10000;
  border-top-right-radius: 1.6rem;
  border-top-left-radius: 1.6rem;
  transition: ease 0.3s;
}
.sub-section[data-current-page=tech-transfer] #filter-modal-wrapper.active {
  transform: translateY(0);
}
.sub-section[data-current-page=tech-transfer] #filter-modal-wrapper .filter-bottom .filter-inner-form {
  padding: 0rem;
}
.sub-section[data-current-page=tech-transfer] #filter-modal-wrapper .filter-bottom .filter-inner-form .form-inputs {
  row-gap: 1.2rem;
}
.sub-section[data-current-page=tech-transfer] #filter-modal-wrapper .filter-bottom .filter-inner-form .form-inputs .input-radio-box {
  gap: 0.8rem;
}
.sub-section[data-current-page=tech-transfer] #filter-modal-wrapper .filter-bottom .filter-inner-form .form-inputs .input-checkbox-box {
  gap: 0.8rem 2rem;
  justify-content: flex-start;
}
.sub-section[data-current-page=tech-transfer] #filter-modal-wrapper .filter-bottom .filter-inner-form .form-inputs .input-checkbox-box .input-checkbox-item {
  width: fit-content;
  min-width: calc((100% - 4.5rem) / 3);
}
.sub-section[data-current-page=tech-transfer] #filter-modal-wrapper .filter-bottom .filter-inner-form .form-inputs .input-checkbox-box .input-checkbox-item:nth-child(1) {
  width: 100%;
}
.sub-section[data-current-page=tech-transfer] #filter-modal-wrapper .filter-bottom .filter-inner-form .form-inputs .input-checkbox-box .input-checkbox-item .txt {
  white-space: pre;
}
.sub-section[data-current-page=tech-transfer] #dimmed {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  opacity: 0.8;
}
.sub-section[data-current-page=tech-transfer] #dimmed.show {
  display: block;
}
@media screen and (max-width: 1024px) {
  .sub-section[data-current-page=tech-transfer] .board-list-tbl .board-list-row .column.board-title a {
    display: block;
    max-width: calc(100% - 6.1rem);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .sub-section[data-current-page=tech-transfer] .board-list-tbl .board-list-row .column.board-title a strong {
    max-width: 100%;
  }
}
.sub-section[data-current-page=tech-transfer] .detail-content {
  padding-bottom: 0;
}
.sub-section[data-current-page=tech-transfer] .no-margin-top {
  margin-top: 0 !important;
}

.detail-template-container .detail-template-component + .detail-template-component {
  margin-top: clamp(3rem, 10px + 2.39583vmax, 5.6rem);
}
.detail-template-container .detail-template-component .detail-template-tit {
  display: block;
  margin-bottom: clamp(0.8rem, 0.833333vmax, 1.6rem);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.9rem;
}
@media screen and (max-width: 1440px) {
  .detail-template-container .detail-template-component .detail-template-tit {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 1024px) {
  .detail-template-container .detail-template-component .detail-template-tit {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 600px) {
  .detail-template-container .detail-template-component .detail-template-tit {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1024px) {
  .detail-template-container .detail-template-component .detail-template-tit {
    margin-bottom: 1.2rem;
  }
}
.detail-template-container .detail-template-component .detail-template-sub-tit {
  margin-bottom: 0.8rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.5rem;
}
.detail-template-container .detail-template-component .detail-template-txt {
  color: #555555;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.5rem;
}
.detail-template-container .detail-template-component .detail-template-txt + .detail-template-img {
  margin-top: clamp(0.8rem, 0.833333vmax, 1.6rem);
}
@media screen and (max-width: 1024px) {
  .detail-template-container .detail-template-component .detail-template-txt + .detail-template-img {
    margin-top: 1.2rem;
  }
}
.detail-template-container .detail-template-component .detail-template-img {
  display: flex;
  gap: 1.6rem;
}
.detail-template-container .detail-template-component .detail-template-img.col-3 .img-item {
  width: calc(33.33% - 1.0666666667rem);
}
.detail-template-container .detail-template-component .detail-template-img.col-2 .img-item {
  width: calc(50% - 1.6rem);
}
.detail-template-container .detail-template-component .detail-template-img.col-1 .img-wrap {
  aspect-ratio: auto;
}
@media screen and (max-width: 600px) {
  .detail-template-container .detail-template-component .detail-template-img.col-1 {
    margin-left: -2.4rem;
    margin-right: -2.4rem;
    overflow-x: scroll;
  }
  .detail-template-container .detail-template-component .detail-template-img.col-1 .img-item {
    overflow: visible;
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
  .detail-template-container .detail-template-component .detail-template-img.col-1 .img-wrap img {
    max-width: none;
    width: 600px;
    height: auto;
  }
}
.detail-template-container .detail-template-component .detail-template-img .img-wrap {
  display: block;
  aspect-ratio: 316/178;
  border-radius: max(0.6rem, 0.41666vw);
  border: 1px solid #D8D8D8;
  overflow: hidden;
}
.detail-template-container .detail-template-component .detail-template-img .img-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.detail-template-container .detail-template-component .detail-template-img .img-desc {
  margin-top: 1.2rem;
  color: #555555;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.5rem;
}
.detail-template-container .detail-template-component .detail-template-img .img-desc.small {
  margin-top: 0.8rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.3rem;
}
.detail-template-container .detail-template-component .detail-template-img .dot-txt-list {
  margin-top: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .detail-template-container .detail-template-component .detail-template-img:not(.col-1) {
    flex-direction: column;
    gap: 2.4rem;
  }
  .detail-template-container .detail-template-component .detail-template-img.col-3 .img-item, .detail-template-container .detail-template-component .detail-template-img.col-2 .img-item {
    width: 100%;
  }
  .detail-template-container .detail-template-component .detail-template-img .img-desc {
    margin-top: 0.8rem;
  }
  .detail-template-container .detail-template-component .detail-template-img .img-desc.small {
    margin-top: 0.6rem;
  }
  .detail-template-container .detail-template-component .detail-template-img .dot-txt-list {
    margin-top: 1.2rem;
  }
}
.detail-template-container .detail-template-component .detail-template-dot-txt {
  gap: 0.8rem;
}
.detail-template-container .detail-template-component .detail-template-dot-txt .dot-txt {
  font-size: 1.5rem;
}
.detail-template-container .detail-template-component .detail-template-tit-txt + .detail-template-tit-txt {
  margin-top: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .detail-template-container .detail-template-component .detail-template-tit-txt + .detail-template-tit-txt {
    margin-top: 1.2rem;
  }
}
.detail-template-container .detail-template-component .detail-template-step .step-list {
  display: flex;
  gap: 1.8rem;
}
.detail-template-container .detail-template-component .detail-template-step .step-list .step-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 9.5rem;
  padding: 1rem;
  color: #8E8E8E;
  background-color: #F0F0F0;
  border-radius: max(0.6rem, 0.41666vw);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.7rem;
}
@media screen and (max-width: 1440px) {
  .detail-template-container .detail-template-component .detail-template-step .step-list .step-item {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 1024px) {
  .detail-template-container .detail-template-component .detail-template-step .step-list .step-item {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 600px) {
  .detail-template-container .detail-template-component .detail-template-step .step-list .step-item {
    font-size: 1.6rem;
  }
}
.detail-template-container .detail-template-component .detail-template-step .step-list .step-item::before {
  content: "";
  width: 1.8rem;
  height: 2px;
  background-color: #D8D8D8;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 100%;
}
.detail-template-container .detail-template-component .detail-template-step .step-list .step-item:first-child::before {
  display: none;
}
.detail-template-container .detail-template-component .detail-template-step .step-list[data-step="1"] .step-item:nth-child(1) {
  background-color: #D1E1FF;
  color: #0045C9;
}
.detail-template-container .detail-template-component .detail-template-step .step-list[data-step="1"] .step-item:nth-child(1)::before {
  background-color: #D1E1FF;
}
.detail-template-container .detail-template-component .detail-template-step .step-list[data-step="2"] .step-item:nth-child(1) {
  background-color: #D1E1FF;
  color: #0045C9;
}
.detail-template-container .detail-template-component .detail-template-step .step-list[data-step="2"] .step-item:nth-child(1)::before {
  background-color: #D1E1FF;
}
.detail-template-container .detail-template-component .detail-template-step .step-list[data-step="2"] .step-item:nth-child(2) {
  background-color: #D1E1FF;
  color: #0045C9;
}
.detail-template-container .detail-template-component .detail-template-step .step-list[data-step="2"] .step-item:nth-child(2)::before {
  background-color: #D1E1FF;
}
.detail-template-container .detail-template-component .detail-template-step .step-list[data-step="3"] .step-item:nth-child(1) {
  background-color: #D1E1FF;
  color: #0045C9;
}
.detail-template-container .detail-template-component .detail-template-step .step-list[data-step="3"] .step-item:nth-child(1)::before {
  background-color: #D1E1FF;
}
.detail-template-container .detail-template-component .detail-template-step .step-list[data-step="3"] .step-item:nth-child(2) {
  background-color: #D1E1FF;
  color: #0045C9;
}
.detail-template-container .detail-template-component .detail-template-step .step-list[data-step="3"] .step-item:nth-child(2)::before {
  background-color: #D1E1FF;
}
.detail-template-container .detail-template-component .detail-template-step .step-list[data-step="3"] .step-item:nth-child(3) {
  background-color: #D1E1FF;
  color: #0045C9;
}
.detail-template-container .detail-template-component .detail-template-step .step-list[data-step="3"] .step-item:nth-child(3)::before {
  background-color: #D1E1FF;
}
.detail-template-container .detail-template-component .detail-template-step .step-list[data-step="4"] .step-item:nth-child(1) {
  background-color: #D1E1FF;
  color: #0045C9;
}
.detail-template-container .detail-template-component .detail-template-step .step-list[data-step="4"] .step-item:nth-child(1)::before {
  background-color: #D1E1FF;
}
.detail-template-container .detail-template-component .detail-template-step .step-list[data-step="4"] .step-item:nth-child(2) {
  background-color: #D1E1FF;
  color: #0045C9;
}
.detail-template-container .detail-template-component .detail-template-step .step-list[data-step="4"] .step-item:nth-child(2)::before {
  background-color: #D1E1FF;
}
.detail-template-container .detail-template-component .detail-template-step .step-list[data-step="4"] .step-item:nth-child(3) {
  background-color: #D1E1FF;
  color: #0045C9;
}
.detail-template-container .detail-template-component .detail-template-step .step-list[data-step="4"] .step-item:nth-child(3)::before {
  background-color: #D1E1FF;
}
.detail-template-container .detail-template-component .detail-template-step .step-list[data-step="4"] .step-item:nth-child(4) {
  background-color: #D1E1FF;
  color: #0045C9;
}
.detail-template-container .detail-template-component .detail-template-step .step-list[data-step="4"] .step-item:nth-child(4)::before {
  background-color: #D1E1FF;
}
.detail-template-container .detail-template-component .detail-template-step .step-list[data-step="5"] .step-item:nth-child(1) {
  background-color: #D1E1FF;
  color: #0045C9;
}
.detail-template-container .detail-template-component .detail-template-step .step-list[data-step="5"] .step-item:nth-child(1)::before {
  background-color: #D1E1FF;
}
.detail-template-container .detail-template-component .detail-template-step .step-list[data-step="5"] .step-item:nth-child(2) {
  background-color: #D1E1FF;
  color: #0045C9;
}
.detail-template-container .detail-template-component .detail-template-step .step-list[data-step="5"] .step-item:nth-child(2)::before {
  background-color: #D1E1FF;
}
.detail-template-container .detail-template-component .detail-template-step .step-list[data-step="5"] .step-item:nth-child(3) {
  background-color: #D1E1FF;
  color: #0045C9;
}
.detail-template-container .detail-template-component .detail-template-step .step-list[data-step="5"] .step-item:nth-child(3)::before {
  background-color: #D1E1FF;
}
.detail-template-container .detail-template-component .detail-template-step .step-list[data-step="5"] .step-item:nth-child(4) {
  background-color: #D1E1FF;
  color: #0045C9;
}
.detail-template-container .detail-template-component .detail-template-step .step-list[data-step="5"] .step-item:nth-child(4)::before {
  background-color: #D1E1FF;
}
.detail-template-container .detail-template-component .detail-template-step .step-list[data-step="5"] .step-item:nth-child(5) {
  background-color: #D1E1FF;
  color: #0045C9;
}
.detail-template-container .detail-template-component .detail-template-step .step-list[data-step="5"] .step-item:nth-child(5)::before {
  background-color: #D1E1FF;
}
.detail-template-container .detail-template-component .detail-template-step .step-list[data-step="6"] .step-item:nth-child(1) {
  background-color: #D1E1FF;
  color: #0045C9;
}
.detail-template-container .detail-template-component .detail-template-step .step-list[data-step="6"] .step-item:nth-child(1)::before {
  background-color: #D1E1FF;
}
.detail-template-container .detail-template-component .detail-template-step .step-list[data-step="6"] .step-item:nth-child(2) {
  background-color: #D1E1FF;
  color: #0045C9;
}
.detail-template-container .detail-template-component .detail-template-step .step-list[data-step="6"] .step-item:nth-child(2)::before {
  background-color: #D1E1FF;
}
.detail-template-container .detail-template-component .detail-template-step .step-list[data-step="6"] .step-item:nth-child(3) {
  background-color: #D1E1FF;
  color: #0045C9;
}
.detail-template-container .detail-template-component .detail-template-step .step-list[data-step="6"] .step-item:nth-child(3)::before {
  background-color: #D1E1FF;
}
.detail-template-container .detail-template-component .detail-template-step .step-list[data-step="6"] .step-item:nth-child(4) {
  background-color: #D1E1FF;
  color: #0045C9;
}
.detail-template-container .detail-template-component .detail-template-step .step-list[data-step="6"] .step-item:nth-child(4)::before {
  background-color: #D1E1FF;
}
.detail-template-container .detail-template-component .detail-template-step .step-list[data-step="6"] .step-item:nth-child(5) {
  background-color: #D1E1FF;
  color: #0045C9;
}
.detail-template-container .detail-template-component .detail-template-step .step-list[data-step="6"] .step-item:nth-child(5)::before {
  background-color: #D1E1FF;
}
.detail-template-container .detail-template-component .detail-template-step .step-list[data-step="6"] .step-item:nth-child(6) {
  background-color: #D1E1FF;
  color: #0045C9;
}
.detail-template-container .detail-template-component .detail-template-step .step-list[data-step="6"] .step-item:nth-child(6)::before {
  background-color: #D1E1FF;
}
.detail-template-container .detail-template-component .detail-template-step .step-list[data-step="7"] .step-item:nth-child(1) {
  background-color: #D1E1FF;
  color: #0045C9;
}
.detail-template-container .detail-template-component .detail-template-step .step-list[data-step="7"] .step-item:nth-child(1)::before {
  background-color: #D1E1FF;
}
.detail-template-container .detail-template-component .detail-template-step .step-list[data-step="7"] .step-item:nth-child(2) {
  background-color: #D1E1FF;
  color: #0045C9;
}
.detail-template-container .detail-template-component .detail-template-step .step-list[data-step="7"] .step-item:nth-child(2)::before {
  background-color: #D1E1FF;
}
.detail-template-container .detail-template-component .detail-template-step .step-list[data-step="7"] .step-item:nth-child(3) {
  background-color: #D1E1FF;
  color: #0045C9;
}
.detail-template-container .detail-template-component .detail-template-step .step-list[data-step="7"] .step-item:nth-child(3)::before {
  background-color: #D1E1FF;
}
.detail-template-container .detail-template-component .detail-template-step .step-list[data-step="7"] .step-item:nth-child(4) {
  background-color: #D1E1FF;
  color: #0045C9;
}
.detail-template-container .detail-template-component .detail-template-step .step-list[data-step="7"] .step-item:nth-child(4)::before {
  background-color: #D1E1FF;
}
.detail-template-container .detail-template-component .detail-template-step .step-list[data-step="7"] .step-item:nth-child(5) {
  background-color: #D1E1FF;
  color: #0045C9;
}
.detail-template-container .detail-template-component .detail-template-step .step-list[data-step="7"] .step-item:nth-child(5)::before {
  background-color: #D1E1FF;
}
.detail-template-container .detail-template-component .detail-template-step .step-list[data-step="7"] .step-item:nth-child(6) {
  background-color: #D1E1FF;
  color: #0045C9;
}
.detail-template-container .detail-template-component .detail-template-step .step-list[data-step="7"] .step-item:nth-child(6)::before {
  background-color: #D1E1FF;
}
.detail-template-container .detail-template-component .detail-template-step .step-list[data-step="7"] .step-item:nth-child(7) {
  background-color: #D1E1FF;
  color: #0045C9;
}
.detail-template-container .detail-template-component .detail-template-step .step-list[data-step="7"] .step-item:nth-child(7)::before {
  background-color: #D1E1FF;
}
.detail-template-container .detail-template-component .detail-template-step .step-list[data-step="8"] .step-item:nth-child(1) {
  background-color: #D1E1FF;
  color: #0045C9;
}
.detail-template-container .detail-template-component .detail-template-step .step-list[data-step="8"] .step-item:nth-child(1)::before {
  background-color: #D1E1FF;
}
.detail-template-container .detail-template-component .detail-template-step .step-list[data-step="8"] .step-item:nth-child(2) {
  background-color: #D1E1FF;
  color: #0045C9;
}
.detail-template-container .detail-template-component .detail-template-step .step-list[data-step="8"] .step-item:nth-child(2)::before {
  background-color: #D1E1FF;
}
.detail-template-container .detail-template-component .detail-template-step .step-list[data-step="8"] .step-item:nth-child(3) {
  background-color: #D1E1FF;
  color: #0045C9;
}
.detail-template-container .detail-template-component .detail-template-step .step-list[data-step="8"] .step-item:nth-child(3)::before {
  background-color: #D1E1FF;
}
.detail-template-container .detail-template-component .detail-template-step .step-list[data-step="8"] .step-item:nth-child(4) {
  background-color: #D1E1FF;
  color: #0045C9;
}
.detail-template-container .detail-template-component .detail-template-step .step-list[data-step="8"] .step-item:nth-child(4)::before {
  background-color: #D1E1FF;
}
.detail-template-container .detail-template-component .detail-template-step .step-list[data-step="8"] .step-item:nth-child(5) {
  background-color: #D1E1FF;
  color: #0045C9;
}
.detail-template-container .detail-template-component .detail-template-step .step-list[data-step="8"] .step-item:nth-child(5)::before {
  background-color: #D1E1FF;
}
.detail-template-container .detail-template-component .detail-template-step .step-list[data-step="8"] .step-item:nth-child(6) {
  background-color: #D1E1FF;
  color: #0045C9;
}
.detail-template-container .detail-template-component .detail-template-step .step-list[data-step="8"] .step-item:nth-child(6)::before {
  background-color: #D1E1FF;
}
.detail-template-container .detail-template-component .detail-template-step .step-list[data-step="8"] .step-item:nth-child(7) {
  background-color: #D1E1FF;
  color: #0045C9;
}
.detail-template-container .detail-template-component .detail-template-step .step-list[data-step="8"] .step-item:nth-child(7)::before {
  background-color: #D1E1FF;
}
.detail-template-container .detail-template-component .detail-template-step .step-list[data-step="8"] .step-item:nth-child(8) {
  background-color: #D1E1FF;
  color: #0045C9;
}
.detail-template-container .detail-template-component .detail-template-step .step-list[data-step="8"] .step-item:nth-child(8)::before {
  background-color: #D1E1FF;
}
.detail-template-container .detail-template-component .detail-template-step .step-list[data-step="9"] .step-item:nth-child(1) {
  background-color: #D1E1FF;
  color: #0045C9;
}
.detail-template-container .detail-template-component .detail-template-step .step-list[data-step="9"] .step-item:nth-child(1)::before {
  background-color: #D1E1FF;
}
.detail-template-container .detail-template-component .detail-template-step .step-list[data-step="9"] .step-item:nth-child(2) {
  background-color: #D1E1FF;
  color: #0045C9;
}
.detail-template-container .detail-template-component .detail-template-step .step-list[data-step="9"] .step-item:nth-child(2)::before {
  background-color: #D1E1FF;
}
.detail-template-container .detail-template-component .detail-template-step .step-list[data-step="9"] .step-item:nth-child(3) {
  background-color: #D1E1FF;
  color: #0045C9;
}
.detail-template-container .detail-template-component .detail-template-step .step-list[data-step="9"] .step-item:nth-child(3)::before {
  background-color: #D1E1FF;
}
.detail-template-container .detail-template-component .detail-template-step .step-list[data-step="9"] .step-item:nth-child(4) {
  background-color: #D1E1FF;
  color: #0045C9;
}
.detail-template-container .detail-template-component .detail-template-step .step-list[data-step="9"] .step-item:nth-child(4)::before {
  background-color: #D1E1FF;
}
.detail-template-container .detail-template-component .detail-template-step .step-list[data-step="9"] .step-item:nth-child(5) {
  background-color: #D1E1FF;
  color: #0045C9;
}
.detail-template-container .detail-template-component .detail-template-step .step-list[data-step="9"] .step-item:nth-child(5)::before {
  background-color: #D1E1FF;
}
.detail-template-container .detail-template-component .detail-template-step .step-list[data-step="9"] .step-item:nth-child(6) {
  background-color: #D1E1FF;
  color: #0045C9;
}
.detail-template-container .detail-template-component .detail-template-step .step-list[data-step="9"] .step-item:nth-child(6)::before {
  background-color: #D1E1FF;
}
.detail-template-container .detail-template-component .detail-template-step .step-list[data-step="9"] .step-item:nth-child(7) {
  background-color: #D1E1FF;
  color: #0045C9;
}
.detail-template-container .detail-template-component .detail-template-step .step-list[data-step="9"] .step-item:nth-child(7)::before {
  background-color: #D1E1FF;
}
.detail-template-container .detail-template-component .detail-template-step .step-list[data-step="9"] .step-item:nth-child(8) {
  background-color: #D1E1FF;
  color: #0045C9;
}
.detail-template-container .detail-template-component .detail-template-step .step-list[data-step="9"] .step-item:nth-child(8)::before {
  background-color: #D1E1FF;
}
.detail-template-container .detail-template-component .detail-template-step .step-list[data-step="9"] .step-item:nth-child(9) {
  background-color: #D1E1FF;
  color: #0045C9;
}
.detail-template-container .detail-template-component .detail-template-step .step-list[data-step="9"] .step-item:nth-child(9)::before {
  background-color: #D1E1FF;
}
@media screen and (max-width: 1024px) {
  .detail-template-container .detail-template-component .detail-template-step .step-list {
    flex-wrap: wrap;
    gap: 1.2rem 1.6rem;
  }
  .detail-template-container .detail-template-component .detail-template-step .step-list .step-item {
    width: calc(33.33% - 1.0666666667rem);
    padding: 0.8rem 1rem;
  }
  .detail-template-container .detail-template-component .detail-template-step .step-list .step-item::before {
    width: 1.6rem;
  }
  .detail-template-container .detail-template-component .detail-template-step .step-list .step-item:nth-child(3n+1)::before {
    display: none;
  }
}
.detail-template-container .detail-template-component .detail-template-step .dot-txt-list {
  margin-top: clamp(0.8rem, 0.833333vmax, 1.6rem);
}
@media screen and (max-width: 1024px) {
  .detail-template-container .detail-template-component .detail-template-btn .btn {
    width: 100%;
  }
}
.detail-template-container .detail-template-component [class*=detail-template-]:not(.detail-template-tit):not(.detail-template-txt) + .detail-template-img {
  margin-top: 2.4rem;
}
@media screen and (max-width: 1024px) {
  .detail-template-container .detail-template-component .table-container[data-scroll=true][data-scroll-break=tablet] {
    margin-left: -3.2rem;
    margin-right: -3.2rem;
  }
  .detail-template-container .detail-template-component .table-container[data-scroll=true][data-scroll-break=tablet] .table-wrapper {
    padding-left: 3.2rem;
    padding-right: 3.2rem;
  }
  .detail-template-container .detail-template-component .table-container[data-scroll=true][data-scroll-break=tablet] colgroup col[width="120px"] {
    width: 100px;
  }
}
@media screen and (max-width: 600px) {
  .detail-template-container .detail-template-component .table-container[data-scroll=true][data-scroll-break=tablet] {
    margin-left: -2.4rem;
    margin-right: -2.4rem;
  }
  .detail-template-container .detail-template-component .table-container[data-scroll=true][data-scroll-break=tablet] .table-wrapper {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
}

.tech-transfer-popup-content {
  padding: 2.4rem 0;
  overflow-y: auto;
  height: 60.6rem;
  margin-right: -22px;
  padding-right: 16px;
}
.tech-transfer-popup-content::-webkit-scrollbar {
  width: 6px;
}
.tech-transfer-popup-content::-webkit-scrollbar-thumb {
  background-color: #D8D8D8;
  border-radius: 6px;
}
.tech-transfer-popup-content::-webkit-scrollbar-track {
  background-color: #ffffff;
}
.tech-transfer-popup-content img {
  width: 100%;
  height: auto;
}
.tech-transfer-popup-content img.m-ver {
  display: none;
}
@media screen and (max-width: 1024px) {
  .tech-transfer-popup-content {
    padding: clamp(2rem, 18px + 0.3125vmax, 2.4rem) 0;
    padding-right: 10px;
    margin-right: -14px;
    max-height: calc(80vh - 6.6rem);
  }
  .tech-transfer-popup-content::-webkit-scrollbar {
    width: 4px;
  }
  .tech-transfer-popup-content::-webkit-scrollbar-thumb {
    border-radius: 4px;
  }
}
@media screen and (max-width: 600px) {
  .tech-transfer-popup-content img.m-ver {
    display: block;
  }
  .tech-transfer-popup-content img.pc-ver {
    display: none;
  }
}

/* 고객소통 :: 공통 > 하단 버튼레이아웃 */
.customer-btn-box {
  display: flex;
  justify-content: center;
  gap: 1.6rem;
  margin-top: clamp(3rem, 10px + 2.39583vmax, 5.6rem);
}
.customer-btn-box.ver01 .btn {
  min-width: 14.6rem;
  width: auto;
}
@media screen and (max-width: 600px) {
  .customer-btn-box.ver01 .btn {
    width: 100%;
    min-width: auto;
    flex: 1;
  }
}
.customer-btn-box.ver02 .btn {
  width: 14.9rem;
}
@media screen and (max-width: 600px) {
  .customer-btn-box.ver02 .btn {
    width: 100%;
    flex: 1;
  }
}
.customer-btn-box.ver03 .btn {
  width: 15.6rem;
}
@media screen and (max-width: 600px) {
  .customer-btn-box.ver03 .btn {
    width: 100%;
    flex: 1;
  }
}
.customer-btn-box.ver04 {
  justify-content: space-between;
  margin-top: clamp(2.6rem, 22px + 0.52083vmax, 3.2rem);
}
.customer-btn-box.ver04 .right-box {
  display: flex;
  gap: 1rem;
}
@media screen and (max-width: 600px) {
  .customer-btn-box.ver04 .right-box {
    gap: 0.8rem;
  }
}
.customer-btn-box.ver04 .btn {
  width: 10rem;
}
@media screen and (max-width: 600px) {
  .customer-btn-box.ver04 .btn {
    width: 9rem;
  }
}

/* 고객소통 :: 공통 > 문의 단계 */
.customer-step {
  border-radius: max(0.6rem, 0.41666vw);
  background-color: #ffffff;
  padding: 4rem;
  border: 1px solid #D8D8D8;
}
@media screen and (max-width: 1024px) {
  .customer-step {
    padding: 2.4rem;
  }
}
.customer-step {
  padding: 5rem 2rem 4rem;
}
.customer-step-list {
  display: flex;
  justify-content: space-between;
}
.customer-step-list li {
  flex: 1;
  text-align: center;
  color: #1D1D1D;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.5rem;
}
.customer-step-list li dl {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6em;
}
.customer-step-list li dt {
  width: 100%;
}
.customer-step-list li .icon-box {
  position: relative;
  width: 100%;
  display: inline-flex;
  justify-content: center;
}
.customer-step-list li .icon-box::before, .customer-step-list li .icon-box::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 50%;
  height: 2px;
  background-color: #D8D8D8;
}
.customer-step-list li .icon-box::before {
  left: 0;
}
.customer-step-list li .icon-box::after {
  left: 50%;
}
.customer-step-list li .icon-box .icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  width: 2em;
  height: 2em;
}
.customer-step-list li .icon-box .icon svg {
  width: 100%;
  height: auto;
}
.customer-step-list li .sub-txt {
  display: block;
  margin-bottom: 0.13em;
}
.customer-step-list li .txt {
  display: block;
  font-weight: 700;
}
.customer-step-list li.ready .icon svg {
  color: #D8D8D8;
}
.customer-step-list li.ing .icon {
  background-color: #ffffff;
}
.customer-step-list li.completed .icon-box::before, .customer-step-list li.completed .icon-box::after {
  background-color: #002B7D;
}
.customer-step-list li.completed .icon svg {
  color: #002B7D;
}
.customer-step-list li.completed + .ing .icon-box::before {
  background-color: #002B7D;
}
.customer-step-list li:first-child .icon-box::before {
  display: none;
}
.customer-step-list li:last-child .icon-box::after {
  display: none;
}
@media screen and (max-width: 1024px) {
  .customer-step {
    padding: 3.2rem;
  }
  .customer-step-list li {
    text-align: left;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    font-size: 1.2rem;
  }
  .customer-step-list li dl {
    align-items: flex-start;
    gap: 1.17em;
  }
  .customer-step-list li .icon-box {
    justify-content: flex-start;
  }
  .customer-step-list li .txt {
    width: 5.69em;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0;
    font-size: clamp(1.3rem, 0.78125vw, 1.5rem);
  }
}
@media screen and (min-width: calc(600px + 1px)) and (max-width: 1024px) {
  .customer-step-list li.completed + .ing .icon-box::before {
    width: 0.8rem;
  }
  .customer-step-list li.completed + .ing .icon-box::after {
    width: 100%;
    left: 0.8rem;
  }
  .customer-step-list li:not(:last-child) .icon-box,
  .customer-step-list li:not(:last-child) dd {
    padding-left: 0.8rem;
  }
  .customer-step-list li:first-child .icon-box,
  .customer-step-list li:first-child dd {
    padding-left: 0;
  }
  .customer-step-list li:first-child .icon-box::before {
    display: block;
    left: 3px;
  }
  .customer-step-list li:last-child .icon-box::before {
    width: 5rem;
  }
  .customer-step-list li:last-child .icon-box,
  .customer-step-list li:last-child dd {
    padding-left: 4rem;
  }
}
@media screen and (max-width: 600px) {
  .customer-step {
    padding: 2rem 2.4rem;
  }
  .customer-step-list {
    flex-direction: column;
  }
  .customer-step-list li dl {
    flex-direction: row;
    gap: 0.93em;
  }
  .customer-step-list li dt {
    width: auto;
  }
  .customer-step-list li dd {
    display: flex;
    gap: 0.71em;
    padding: 0.39em 0;
  }
  .customer-step-list li .icon-box {
    padding: 0.6rem 0.2rem;
  }
  .customer-step-list li .icon-box .icon {
    width: 2rem;
    height: 2rem;
  }
  .customer-step-list li .icon-box::before, .customer-step-list li .icon-box::after {
    width: 2px;
    height: 100%;
    left: 50%;
    right: auto;
    transform: translate(-50%, 0);
  }
  .customer-step-list li .icon-box::before {
    display: none;
  }
  .customer-step-list li .icon-box::after {
    top: 50%;
    margin-top: 0.8rem;
  }
  .customer-step-list li .sub-txt {
    margin-bottom: 0;
  }
  .customer-step-list li .txt {
    width: 100%;
  }
  .customer-step-list li.ing .icon-box {
    padding: 0.35rem 0;
  }
  .customer-step-list li.ing .icon-box .icon {
    width: 2.4rem;
    height: 2.4rem;
  }
  .customer-step-list li:last-child .icon-box::before {
    width: 2px;
  }
}

/* 고객소통 :: 공통 > 완료 페이지 */
.customer-completed {
  margin-top: calc(clamp(1.6rem, 2.08333vmax, 4rem) + clamp(2.8rem, 3.33333vmax, 6.4rem));
}
.customer-completed .completed-txt {
  color: #1D1D1D;
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: clamp(2.2rem, 1.25vw, 2.4rem);
}
.customer-completed .receipt-txt {
  color: #0045C9;
  text-align: center;
  margin-top: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.9rem;
}
@media screen and (max-width: 1440px) {
  .customer-completed .receipt-txt {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 1024px) {
  .customer-completed .receipt-txt {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 600px) {
  .customer-completed .receipt-txt {
    font-size: 1.8rem;
  }
}
.customer-completed + .customer-btn-box {
  margin-top: clamp(2.8rem, 3.33333vmax, 6.4rem);
}
@media screen and (max-width: 1024px) {
  .customer-completed .completed-txt {
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0;
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1440px) {
  .customer-completed .completed-txt {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .customer-completed .completed-txt {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1024px) and (max-width: 600px) {
  .customer-completed .completed-txt {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1024px) {
  .customer-completed .completed-txt br {
    display: none;
  }
  .customer-completed .receipt-txt {
    margin-top: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0;
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1440px) {
  .customer-completed .receipt-txt {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .customer-completed .receipt-txt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1024px) and (max-width: 600px) {
  .customer-completed .receipt-txt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1024px) {
  .customer-completed + .customer-btn-box {
    margin-bottom: clamp(1.6rem, 2.08333vmax, 4rem);
  }
}
@media screen and (max-width: 600px) {
  .customer-completed {
    padding: 0 2rem;
  }
}

.customer-container .form-container .privacy-agree-box .inner span.indent-1 {
  display: inline-block;
  padding-left: 1rem;
}
.customer-container .form-container .privacy-agree-box .inner span.indent-2 {
  display: inline-block;
  padding-left: 2rem;
}
.customer-container .form-container .form-item .input-text:read-only {
  color: #1D1D1D;
}
.customer-container .form-container .dropbox-wrap.width-100 {
  max-width: 100%;
}
.customer-container .form-container .file-upload-box .file-info-box .msg {
  margin-top: 0.4rem;
}
.customer-container .form-container .calendar-wrap {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  width: 100%;
}
.customer-container .form-container .calendar-wrap .width-100 {
  width: 100%;
  flex-grow: 1;
}
.customer-container .form-container .calendar-wrap .hr {
  color: #8E8E8E;
}

.customer-view-container.edit .table-container table {
  overflow: visible;
}
.customer-view-container.edit .table-container table thead tr:first-child th:first-child {
  border-top-left-radius: max(0.6rem, 0.41666vw);
}
.customer-view-container.edit .table-container table thead tr:first-child th:last-child {
  border-top-right-radius: max(0.6rem, 0.41666vw);
}
.customer-view-container.edit .table-container table tbody tr:last-child td:first-child {
  border-bottom-left-radius: max(0.6rem, 0.41666vw);
}
.customer-view-container.edit .table-container table tbody tr:last-child td:last-child {
  border-bottom-right-radius: max(0.6rem, 0.41666vw);
}
.customer-view-container.edit .table-container table td:has(input), .customer-view-container.edit .table-container table td:has(select), .customer-view-container.edit .table-container table td:has(textarea), .customer-view-container.edit .table-container table td:has([data-type=select]) {
  padding: 0.6rem;
}
.customer-view-container.edit .table-container table td input:not(input[type=radio], input[type=checkbox]),
.customer-view-container.edit .table-container table td textarea {
  width: 100%;
}
.customer-view-container.edit .table-container table td .row {
  gap: 0.6rem;
}
.customer-view-container.edit .table-container table td .dropbox {
  max-height: 140px;
  overflow-y: scroll;
  margin-right: 0.4rem;
}
.customer-view-container.edit .table-container table td .dropbox::-webkit-scrollbar {
  width: 9px;
}
.customer-view-container.edit .table-container table td .dropbox::-webkit-scrollbar-track {
  background: transparent;
}
.customer-view-container.edit .table-container table td .dropbox::-webkit-scrollbar-thumb {
  background-color: #C6C6C6;
  border-radius: 3px;
  background-clip: padding-box;
  border: 3px solid transparent;
}
@media screen and (max-width: 1024px) {
  .customer-view-container.edit .table-container table td input:not(input[type=radio], input[type=checkbox]),
  .customer-view-container.edit .table-container table td textarea {
    padding: 0.8rem 1.6rem;
    height: unset;
  }
  .customer-view-container.edit .table-container table td .row {
    gap: 0.6rem;
  }
}
@media screen and (max-width: 600px) {
  .customer-view-container.edit .table-container table td .row {
    gap: 0.6rem;
  }
  .customer-view-container.edit .table-container table td .calendar-wrap {
    flex-direction: column;
  }
  .customer-view-container.edit .table-container table td .calendar-wrap hr {
    display: none;
  }
}
.customer-view-container.edit .table-container table td .inner-check-wrap .input-checkbox-box {
  margin-bottom: 0.8rem;
}
.customer-view-container.edit .table-container .form-input-item.d-flex {
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  gap: 0.5rem;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.customer-view-container.edit .table-container .form-input-item.d-flex .input-date {
  flex: 1;
  min-width: 0;
  max-width: 45%;
  font-size: 0.875rem;
}
.customer-view-container.edit .table-container .form-input-item.d-flex .hr {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  font-weight: 500;
  color: #666;
  padding: 0 0.2rem;
}
.customer-view-container.edit .table-container .input-checkbox-box {
  row-gap: 0.8rem;
}
.customer-view-container.edit .form-item.address {
  padding: 0;
}
.customer-view-container.edit .form-item.address .input-text-button {
  gap: 0.6rem;
}
.customer-view-container.edit .form-item.address .input-text-box {
  display: flex;
  gap: 0.6rem;
  margin-top: 0.6rem;
}
.customer-view-container.edit .form-item:has(.textarea-wrap) {
  max-width: 100%;
  padding: 0;
}
.customer-view-container.edit .form-item:has(.file-upload-box) {
  max-width: 100%;
  padding: 0;
}
.customer-view-container .sub-component-title-box.between {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.customer-step-container {
  margin-bottom: clamp(5.2rem, 6.25vmax, 12rem);
}
.customer-step-container.no-margin-bottom {
  margin-bottom: 0;
}
.customer-step-container .customer-step {
  border-radius: max(0.6rem, 0.41666vw);
  background-color: #ffffff;
  padding: 4rem;
  border: 1px solid #D8D8D8;
}
@media screen and (max-width: 1024px) {
  .customer-step-container .customer-step {
    padding: 2.4rem;
  }
}
.customer-step-container .customer-step {
  border: 1px solid #000000;
  border-radius: 0.2rem;
  padding: 5rem 2rem 4rem;
}
.customer-step-container .customer-step-list {
  display: flex;
  justify-content: space-between;
}
.customer-step-container .customer-step-list li {
  flex: 1;
  text-align: center;
  color: #1D1D1D;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.5rem;
}
.customer-step-container .customer-step-list li dl {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6em;
}
.customer-step-container .customer-step-list li dt {
  width: 100%;
}
.customer-step-container .customer-step-list li .icon-box {
  position: relative;
  width: 100%;
  display: inline-flex;
  justify-content: center;
}
.customer-step-container .customer-step-list li .icon-box::before, .customer-step-container .customer-step-list li .icon-box::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 50%;
  height: 2px;
  background-color: #D8D8D8;
}
.customer-step-container .customer-step-list li .icon-box::before {
  left: 0;
}
.customer-step-container .customer-step-list li .icon-box::after {
  left: 50%;
}
.customer-step-container .customer-step-list li .icon-box .icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  width: 2em;
  height: 2em;
}
.customer-step-container .customer-step-list li .icon-box .icon svg {
  width: 100%;
  height: auto;
}
.customer-step-container .customer-step-list li .sub-txt {
  display: block;
  margin-bottom: 0.13em;
}
.customer-step-container .customer-step-list li .txt {
  display: block;
  font-weight: 700;
}
.customer-step-container .customer-step-list li.ready .icon svg {
  color: #D8D8D8;
}
.customer-step-container .customer-step-list li.ing .icon {
  background-color: #ffffff;
}
.customer-step-container .customer-step-list li.completed .icon-box::before, .customer-step-container .customer-step-list li.completed .icon-box::after {
  background-color: #1D1D1D;
}
.customer-step-container .customer-step-list li.completed .icon svg {
  color: #1D1D1D;
}
.customer-step-container .customer-step-list li.completed + .ing .icon-box::before {
  background-color: #1D1D1D;
}
.customer-step-container .customer-step-list li:first-child .icon-box::before {
  display: none;
}
.customer-step-container .customer-step-list li:last-child .icon-box::after {
  display: none;
}
@media screen and (max-width: 1024px) {
  .customer-step-container .customer-step {
    padding: 3.2rem;
  }
  .customer-step-container .customer-step-list li {
    text-align: left;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    font-size: 1.2rem;
  }
  .customer-step-container .customer-step-list li dl {
    align-items: flex-start;
    gap: 1.17em;
  }
  .customer-step-container .customer-step-list li .icon-box {
    justify-content: flex-start;
  }
  .customer-step-container .customer-step-list li .txt {
    width: 5.69em;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0;
    font-size: clamp(1.3rem, 0.78125vw, 1.5rem);
  }
}
@media screen and (min-width: calc(600px + 1px)) and (max-width: 1024px) {
  .customer-step-container .customer-step-list li.completed + .ing .icon-box::before {
    width: 0.8rem;
  }
  .customer-step-container .customer-step-list li.completed + .ing .icon-box::after {
    width: 100%;
    left: 0.8rem;
  }
  .customer-step-container .customer-step-list li:not(:last-child) .icon-box,
  .customer-step-container .customer-step-list li:not(:last-child) dd {
    padding-left: 0.8rem;
  }
  .customer-step-container .customer-step-list li:first-child .icon-box,
  .customer-step-container .customer-step-list li:first-child dd {
    padding-left: 0;
  }
  .customer-step-container .customer-step-list li:first-child .icon-box::before {
    display: block;
    left: 3px;
  }
  .customer-step-container .customer-step-list li:last-child .icon-box::before {
    width: 5rem;
  }
  .customer-step-container .customer-step-list li:last-child .icon-box,
  .customer-step-container .customer-step-list li:last-child dd {
    padding-left: 4rem;
  }
}
@media screen and (max-width: 600px) {
  .customer-step-container .customer-step {
    padding: 2rem 2.4rem;
  }
  .customer-step-container .customer-step-list {
    flex-direction: column;
  }
  .customer-step-container .customer-step-list li dl {
    flex-direction: row;
    gap: 0.93em;
  }
  .customer-step-container .customer-step-list li dt {
    width: auto;
  }
  .customer-step-container .customer-step-list li dd {
    display: flex;
    gap: 0.71em;
    padding: 0.39em 0;
  }
  .customer-step-container .customer-step-list li .icon-box {
    padding: 0.6rem 0.2rem;
  }
  .customer-step-container .customer-step-list li .icon-box .icon {
    width: 2rem;
    height: 2rem;
  }
  .customer-step-container .customer-step-list li .icon-box::before, .customer-step-container .customer-step-list li .icon-box::after {
    width: 2px;
    height: 100%;
    left: 50%;
    right: auto;
    transform: translate(-50%, 0);
  }
  .customer-step-container .customer-step-list li .icon-box::before {
    display: none;
  }
  .customer-step-container .customer-step-list li .icon-box::after {
    top: 50%;
    margin-top: 0.8rem;
  }
  .customer-step-container .customer-step-list li .sub-txt {
    margin-bottom: 0;
  }
  .customer-step-container .customer-step-list li .txt {
    width: 100%;
  }
  .customer-step-container .customer-step-list li.ing .icon-box {
    padding: 0.35rem 0;
  }
  .customer-step-container .customer-step-list li.ing .icon-box .icon {
    width: 2.4rem;
    height: 2.4rem;
  }
  .customer-step-container .customer-step-list li:last-child .icon-box::before {
    width: 2px;
  }
}

/* 고객소통 :: 공통 > 처리절차 */
.customer-process {
  border-radius: max(0.6rem, 0.41666vw);
  background-color: #ffffff;
  padding: 4rem;
  border: 1px solid #D8D8D8;
}
@media screen and (max-width: 1024px) {
  .customer-process {
    padding: 2.4rem;
  }
}
.customer-process-list {
  display: flex;
  justify-content: space-between;
  padding: 0 4rem;
  counter-reset: list-number;
}
.customer-process-list li {
  color: #1D1D1D;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.5rem;
}
.customer-process-list li dl {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
  counter-increment: list-number;
}
.customer-process-list li dd {
  display: inline-block;
  text-align: center;
}
.customer-process-list li .icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 8rem;
  height: 8rem;
}
.customer-process-list li .icon img {
  width: 100%;
}
.customer-process-list li .txt {
  display: block;
  font-weight: 700;
  text-align: center;
}
.customer-process-list li .txt::before {
  content: counter(list-number) ". ";
}
.customer-process-list li.arrow {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.customer-process-list li.black .icon {
  background-color: #F8F8F8;
}
.customer-process-list li.blue .icon {
  background-color: #EFF5FF;
}
.customer-process-list.list-step-4 li dl {
  width: 13rem;
}
.customer-process-list.list-step-4 li .txt {
  white-space: pre;
}
@media screen and (max-width: 1024px) {
  .customer-process {
    padding: 3.2rem;
  }
  .customer-process-list {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 2.4rem;
    padding: 0;
  }
  .customer-process-list li {
    margin-bottom: 2.3rem;
  }
  .customer-process-list li dl {
    gap: 1.6rem;
  }
  .customer-process-list li:not(.arrow) {
    width: calc(33.33% - 1.6rem);
  }
  .customer-process-list li.t-hide {
    display: none;
  }
  .customer-process-list.list-step-4 li dl {
    width: auto;
  }
  .customer-process-list.list-step-4 li:not(.arrow) {
    width: calc(50% - 1.2rem);
  }
}
@media screen and (max-width: 600px) {
  .customer-process {
    padding: 3.2rem 2rem;
  }
  .customer-process-list {
    justify-content: space-between;
    align-items: unset;
  }
  .customer-process-list li:not(.arrow) {
    width: calc(50% - 1.2rem);
  }
  .customer-process-list li.t-hide {
    display: flex;
  }
  .customer-process-list li.m-hide {
    display: none;
  }
  .customer-process-list.list-step-4 li .txt {
    white-space: normal;
  }
}

.ellipsis {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.width-100 {
  max-width: 100%;
  width: 100%;
}

.comment-wrap {
  display: flex;
  gap: 0.5rem;
}

.d-flex {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

.container-title {
  color: #1D1D1D;
  margin-bottom: clamp(2rem, 18px + 0.3125vmax, 2.4rem);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1px;
  font-size: clamp(2.5rem, 1.66667vw, 3.2rem);
}

.frac {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 1rem 0;
  margin: 0.5rem 0;
  background-color: #F8F8F8;
  border-radius: 0.6rem;
  text-align: center;
}
.frac .num-box .denom {
  display: block;
  text-align: center;
  border-top: 1px solid #555555;
}

.detail-btn-wrap[data-type=compact] {
  display: flex;
  gap: 1.6rem;
}
.detail-btn-wrap[data-type=compact].left {
  margin-top: clamp(2rem, 18px + 0.3125vmax, 2.4rem);
  margin-bottom: clamp(2rem, 18px + 0.3125vmax, 2.4rem);
  justify-content: flex-start;
}
.detail-btn-wrap[data-type=compact].center {
  margin-top: clamp(2rem, 18px + 0.3125vmax, 2.4rem);
  margin-bottom: clamp(2rem, 18px + 0.3125vmax, 2.4rem);
  justify-content: center;
}
.detail-btn-wrap[data-type=compact].right {
  margin-top: clamp(2rem, 18px + 0.3125vmax, 2.4rem);
  margin-bottom: clamp(2rem, 18px + 0.3125vmax, 2.4rem);
  justify-content: flex-end;
}

.card.content-2.alert {
  margin-top: clamp(1.6rem, 2.08333vmax, 4rem);
}
.card.content-2.alert .top-box .tit-box {
  align-items: center;
}
.card.content-2.alert .top-box .tit-box .badge {
  align-self: flex-start;
  margin-top: 0;
}
.card.content-2.alert .top-box .tit-box .title {
  color: #1D1D1D;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.7rem;
}
@media screen and (max-width: 1440px) {
  .card.content-2.alert .top-box .tit-box .title {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 1024px) {
  .card.content-2.alert .top-box .tit-box .title {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 600px) {
  .card.content-2.alert .top-box .tit-box .title {
    font-size: 1.6rem;
  }
}

.detail-content .editor-box a {
  display: inline-block;
}

.mt-1 {
  margin-top: clamp(0.8rem, 0.833333vmax, 1.6rem);
}

.mt-2 {
  margin-top: clamp(2rem, 18px + 0.3125vmax, 2.4rem);
}

.mt-3 {
  margin-top: clamp(2.6rem, 22px + 0.52083vmax, 3.2rem);
}

.mb-1 {
  margin-bottom: clamp(0.8rem, 0.833333vmax, 1.6rem);
}

.mb-2 {
  margin-bottom: clamp(2rem, 18px + 0.3125vmax, 2.4rem);
}

.mb-3 {
  margin-bottom: clamp(2.6rem, 22px + 0.52083vmax, 3.2rem);
}

.bottom-info-wrap {
  position: relative;
  display: flex;
  color: #717171;
  margin-top: 0.8rem;
  padding-left: 0.4rem;
  gap: 0.4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.3rem;
}
.bottom-info-wrap::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 1.5em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' viewBox='0 0 16 17' fill='none'%3E%3Cmask id='mask0_1302_39037' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='16' height='17'%3E%3Crect y='0.5' width='16' height='16' fill='%23717171'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_1302_39037)'%3E%3Ccircle cx='7.9987' cy='8.49967' r='5.66667' stroke='%23717171' stroke-width='1.06667'/%3E%3Ccircle cx='7.9987' cy='6.49967' r='0.666667' fill='%23717171'/%3E%3Cpath d='M7.99805 8.49951V11.1662' stroke='%23717171' stroke-width='1.06667' stroke-linecap='round'/%3E%3C/g%3E%3C/svg%3E");
  background-position: center;
  background-size: 16px 16px;
}
.bottom-info-wrap .txt {
  display: block;
  width: calc(100% - 0.8rem);
}

main[data-current-page=platform] {
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  main[data-current-page=platform] .section-kv-media img {
    object-position: 30% center;
  }
}
@media screen and (max-width: 600px) {
  main[data-current-page=platform] .section-kv-media img {
    object-position: 40% center;
  }
}

.platform-container {
  padding-top: clamp(8.8rem, 10.41667vmax, 20rem);
  padding-bottom: clamp(8.8rem, 10.41667vmax, 20rem);
  background-color: #ffffff;
}

.platform-content {
  /* 핵심가치 */
  /* 실행과제 */
  /* CI 소개 */
}
.platform-content .tit-box .tit {
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.02em;
  font-size: clamp(6rem, 3.3333vw, 6.4rem);
}
@media screen and (max-width: 1440px) {
  .platform-content .tit-box .tit {
    font-size: clamp(6rem, 3.3333vw, 6.4rem);
  }
}
@media screen and (max-width: 1024px) {
  .platform-content .tit-box .tit {
    font-size: min(6rem, 7.6923vw);
  }
}
@media screen and (max-width: 600px) {
  .platform-content .tit-box .tit {
    font-size: min(6rem, 7.6923vw);
  }
}
.platform-content .con-box .sub-tit {
  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) {
  .platform-content .con-box .sub-tit {
    font-size: clamp(2.4rem, 1.667vw, 3.2rem);
  }
}
@media screen and (max-width: 1024px) {
  .platform-content .con-box .sub-tit {
    font-size: min(2.4rem, 5.641vw);
  }
}
@media screen and (max-width: 600px) {
  .platform-content .con-box .sub-tit {
    font-size: min(2.4rem, 5.641vw);
  }
}
.platform-content .con-box .sub-tit {
  line-height: 1.5;
  color: #000000;
}
.platform-content .con-box .sub-tit .blue {
  color: #0045C9;
}
.platform-content .con-box .txt {
  color: #000000;
  margin-top: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.02em;
  font-size: clamp(2.2rem, 1.25vw, 2.4rem);
}
@media screen and (max-width: 1440px) {
  .platform-content .con-box .txt {
    font-size: clamp(2.2rem, 1.25vw, 2.4rem);
  }
}
@media screen and (max-width: 1024px) {
  .platform-content .con-box .txt {
    font-size: clamp(1.7rem, 4.359vw, 2.2rem);
  }
}
@media screen and (max-width: 600px) {
  .platform-content .con-box .txt {
    font-size: clamp(1.7rem, 4.359vw, 2.2rem);
  }
}
.platform-content:not(:first-child) {
  margin-top: clamp(7.2rem, 8.33333vmax, 16rem);
}
@media screen and (max-width: 1024px) {
  .platform-content {
    row-gap: clamp(2.6rem, 22px + 0.52083vmax, 3.2rem);
  }
  .platform-content.work .row {
    row-gap: clamp(2.6rem, 22px + 0.52083vmax, 3.2rem);
  }
}
.platform-content .value-con {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.platform-content .value-con-item {
  display: flex;
  align-items: center;
  gap: 4rem;
  padding: 4rem;
  background-color: #F8F8F8;
  border-radius: max(1rem, 0.625vw);
}
.platform-content .value-con-item .icon img {
  display: block;
}
.platform-content .value-con-item .sub-tit {
  color: #0045C9;
}
.platform-content .value-con-item .txt {
  color: #1D1D1D;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.02em;
  font-size: clamp(1.9rem, 1.1458vw, 2.2rem);
}
@media screen and (max-width: 1440px) {
  .platform-content .value-con-item .txt {
    font-size: clamp(1.9rem, 1.1458vw, 2.2rem);
  }
}
@media screen and (max-width: 1024px) {
  .platform-content .value-con-item .txt {
    font-size: clamp(1.7rem, 4.359vw, 1.9rem);
  }
}
@media screen and (max-width: 600px) {
  .platform-content .value-con-item .txt {
    font-size: clamp(1.7rem, 4.359vw, 1.9rem);
  }
}
@media screen and (max-width: 1024px) {
  .platform-content .value-con {
    gap: 1.6rem;
  }
  .platform-content .value-con-item {
    padding: 2.4rem;
    gap: 2.4rem;
  }
  .platform-content .value-con-item .icon {
    width: 6.4rem;
  }
  .platform-content .value-con-item .icon img {
    width: 100%;
  }
  .platform-content .value-con-item .txt-box {
    width: calc(100% - 2.4rem - 6.4rem);
  }
  .platform-content .value-con-item .txt-box .txt {
    margin-top: 1.2rem;
  }
}
.platform-content.work {
  padding-bottom: clamp(7.2rem, 8.33333vmax, 16rem);
}
.platform-content .work-con {
  padding-top: clamp(5.2rem, 6.25vmax, 12rem);
}
.platform-content .work-con .work-top-con {
  position: relative;
  display: flex;
  background-color: #ffffff;
  border-radius: 334px;
  padding: 4.7rem;
}
.platform-content .work-con .work-top-con .work-top-item {
  position: relative;
  padding: 4.5rem 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0;
  transition: 1.5s ease;
  transition-property: opacity, transform;
}
.platform-content .work-con .work-top-con .work-top-item .tit {
  color: #0045C9;
  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) {
  .platform-content .work-con .work-top-con .work-top-item .tit {
    font-size: clamp(2.4rem, 1.667vw, 3.2rem);
  }
}
@media screen and (max-width: 1024px) {
  .platform-content .work-con .work-top-con .work-top-item .tit {
    font-size: min(2.4rem, 5.641vw);
  }
}
@media screen and (max-width: 600px) {
  .platform-content .work-con .work-top-con .work-top-item .tit {
    font-size: min(2.4rem, 5.641vw);
  }
}
.platform-content .work-con .work-top-con .work-top-item .txt {
  color: #1D1D1D;
  margin-top: 2.4rem;
  padding-top: 2.4rem;
  border-top: 1px solid #D8D8D8;
  text-align: center;
  min-width: 26rem;
  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) {
  .platform-content .work-con .work-top-con .work-top-item .txt {
    font-size: clamp(1.8rem, 0.9896vw, 1.9rem);
  }
}
@media screen and (max-width: 1024px) {
  .platform-content .work-con .work-top-con .work-top-item .txt {
    font-size: clamp(1.6rem, 4.1026vw, 1.8rem);
  }
}
@media screen and (max-width: 600px) {
  .platform-content .work-con .work-top-con .work-top-item .txt {
    font-size: clamp(1.6rem, 4.1026vw, 1.8rem);
  }
}
.platform-content .work-con .work-top-con .work-top-item::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  border-radius: 334px;
}
.platform-content .work-con .work-top-con .work-top-item:first-child {
  padding-left: 3.7rem;
  transform: translateX(7rem);
}
.platform-content .work-con .work-top-con .work-top-item:first-child::before {
  left: 0;
  right: -3.7rem;
  background-color: #0091F2;
  opacity: 0.1;
}
.platform-content .work-con .work-top-con .work-top-item:last-child {
  padding-right: 3.7rem;
  transform: translateX(-7rem);
}
.platform-content .work-con .work-top-con .work-top-item:last-child::before {
  right: 0;
  left: -3.7rem;
  background-color: #0053F2;
  opacity: 0.1;
}
.platform-content .work-con .work-top-con .work-top-item.active {
  opacity: 1;
  transform: translateX(0);
}
.platform-content .work-con .work-top-con::before {
  content: "+";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #0045C9;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -0.02em;
  font-size: clamp(3rem, 2.083vw, 4rem);
}
@media screen and (max-width: 1440px) {
  .platform-content .work-con .work-top-con::before {
    font-size: clamp(3rem, 2.083vw, 4rem);
  }
}
@media screen and (max-width: 1024px) {
  .platform-content .work-con .work-top-con::before {
    font-size: min(3em, 5.641vw);
  }
}
@media screen and (max-width: 600px) {
  .platform-content .work-con .work-top-con::before {
    font-size: min(3em, 5.641vw);
  }
}
.platform-content .work-con .work-bottom-con .line-box {
  position: relative;
  margin-top: 6.2rem;
  height: 6.6rem;
  box-sizing: content-box;
  display: flex;
  gap: 2rem;
}
.platform-content .work-con .work-bottom-con .line-box::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 1.5px;
  height: 62px;
  border-left: 1.5px dashed #0045C9;
}
.platform-content .work-con .work-bottom-con .line-box::after {
  content: "";
  border: 1.5px dashed #0045C9;
  border-bottom: 0;
  border-radius: 66px 66px 0 0;
  width: calc(100% - (100% - 6rem) / 4);
  height: 66px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.platform-content .work-con .work-bottom-con .line-box .line {
  position: relative;
  flex: 1;
}
.platform-content .work-con .work-bottom-con .line-box .line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1.5px;
  height: 66px;
  border-left: 1.5px dashed #0045C9;
}
.platform-content .work-con .work-bottom-con .line-box .line::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  transform: translateX(-50%);
  background-color: #0045C9;
  border-radius: 50%;
}
.platform-content .work-con .work-bottom-con .line-box .line:nth-child(1)::before {
  display: none;
}
.platform-content .work-con .work-bottom-con .line-box .line:nth-child(2)::after {
  margin-left: -0.5px;
}
.platform-content .work-con .work-bottom-con .line-box .line:nth-child(3)::after {
  margin-left: -0.5px;
}
.platform-content .work-con .work-bottom-con .line-box .line:nth-child(4)::before {
  display: none;
}
.platform-content .work-con .work-bottom-con .work-bottom-item {
  position: relative;
  flex: 1;
  color: #ffffff;
  margin-top: 3.7rem;
}
.platform-content .work-con .work-bottom-con .work-bottom-item-list {
  display: flex;
  gap: 2rem;
  position: relative;
}
.platform-content .work-con .work-bottom-con .work-bottom-item .con-box {
  position: relative;
  min-height: 24rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: max(1rem, 0.625vw);
}
.platform-content .work-con .work-bottom-con .work-bottom-item .num {
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  display: inline-flex;
  padding: 0.5rem 4.8rem;
  color: #0045C9;
  background-color: #ffffff;
  border-radius: 50px;
  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) {
  .platform-content .work-con .work-bottom-con .work-bottom-item .num {
    font-size: clamp(2.2rem, 1.25vw, 2.4rem);
  }
}
@media screen and (max-width: 1024px) {
  .platform-content .work-con .work-bottom-con .work-bottom-item .num {
    font-size: min(2.2rem, 5.128vw);
  }
}
@media screen and (max-width: 600px) {
  .platform-content .work-con .work-bottom-con .work-bottom-item .num {
    font-size: min(2.2rem, 5.128vw);
  }
}
.platform-content .work-con .work-bottom-con .work-bottom-item .tit {
  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) {
  .platform-content .work-con .work-bottom-con .work-bottom-item .tit {
    font-size: clamp(2.2rem, 1.25vw, 2.4rem);
  }
}
@media screen and (max-width: 1024px) {
  .platform-content .work-con .work-bottom-con .work-bottom-item .tit {
    font-size: min(2.2rem, 5.128vw);
  }
}
@media screen and (max-width: 600px) {
  .platform-content .work-con .work-bottom-con .work-bottom-item .tit {
    font-size: min(2.2rem, 5.128vw);
  }
}
.platform-content .work-con .work-bottom-con .work-bottom-item .txt {
  color: #ffffff;
  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) {
  .platform-content .work-con .work-bottom-con .work-bottom-item .txt {
    font-size: clamp(1.8rem, 0.9896vw, 1.9rem);
  }
}
@media screen and (max-width: 1024px) {
  .platform-content .work-con .work-bottom-con .work-bottom-item .txt {
    font-size: clamp(1.6rem, 4.1026vw, 1.8rem);
  }
}
@media screen and (max-width: 600px) {
  .platform-content .work-con .work-bottom-con .work-bottom-item .txt {
    font-size: clamp(1.6rem, 4.1026vw, 1.8rem);
  }
}
.platform-content .work-con .work-bottom-con .work-bottom-item:nth-child(1) .con-box {
  background-color: #0045C9;
}
.platform-content .work-con .work-bottom-con .work-bottom-item:nth-child(2) .con-box {
  background-color: #0038A3;
}
.platform-content .work-con .work-bottom-con .work-bottom-item:nth-child(3) .con-box {
  background-color: #002B7D;
}
.platform-content .work-con .work-bottom-con .work-bottom-item:nth-child(4) .con-box {
  background-color: #001E57;
}
@media screen and (max-width: 1280px) {
  .platform-content .work-con .work-bottom-con .work-bottom-item .con-box {
    padding: 0 1.6rem;
  }
  .platform-content .work-con .work-bottom-con .work-bottom-item .txt br {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .platform-content .work-con .work-top-con {
    padding: 2.4rem;
    flex-direction: column;
    margin: 0 auto;
    max-width: 250px;
  }
  .platform-content .work-con .work-top-con::before {
    font-size: 32px;
    margin-top: 7px;
  }
  .platform-content .work-con .work-top-con .work-top-item .txt {
    min-width: 100%;
  }
  .platform-content .work-con .work-top-con .work-top-item:first-child {
    padding: 7.3rem 2.4rem 7.2rem;
    transform: translateY(3rem);
  }
  .platform-content .work-con .work-top-con .work-top-item:first-child::before {
    left: 0;
    right: auto;
    width: 100%;
    padding-top: 138.61%;
  }
  .platform-content .work-con .work-top-con .work-top-item:last-child {
    padding: 6.3rem 2.4rem 6.2rem;
    transform: translateY(-3rem);
    margin-top: -4rem;
  }
  .platform-content .work-con .work-top-con .work-top-item:last-child::before {
    padding-top: 128.71%;
    width: 100%;
    left: 0;
    right: auto;
  }
  .platform-content .work-con .work-top-con .work-top-item.active {
    transform: translateY(0);
  }
  .platform-content .work-con .work-bottom-con .line-box {
    flex-wrap: wrap;
    row-gap: 0;
  }
  .platform-content .work-con .work-bottom-con .line-box::after {
    width: calc(100% - (100% - 1.6rem) / 2);
  }
  .platform-content .work-con .work-bottom-con .line-box .line {
    flex: auto;
    width: calc(50% - 1.6rem);
  }
  .platform-content .work-con .work-bottom-con .line-box .line:nth-child(2), .platform-content .work-con .work-bottom-con .line-box .line:nth-child(3) {
    display: none;
  }
  .platform-content .work-con .work-bottom-con .work-bottom-item {
    flex: auto;
    width: calc(50% - 1.6rem);
    margin-top: 8.2rem;
  }
  .platform-content .work-con .work-bottom-con .work-bottom-item-list {
    flex-wrap: wrap;
    row-gap: 0;
  }
  .platform-content .work-con .work-bottom-con .work-bottom-item .con-box {
    padding: 4rem 2.4rem;
    height: 100%;
    z-index: 2;
  }
  .platform-content .work-con .work-bottom-con .work-bottom-item .num {
    padding: 0.4rem 4rem;
  }
  .platform-content .work-con .work-bottom-con .work-bottom-item .txt {
    margin-top: 1.2rem;
  }
  .platform-content .work-con .work-bottom-con .work-bottom-item::before {
    height: 52px;
    z-index: 1;
  }
  .platform-content .work-con .work-bottom-con .work-bottom-item::after {
    margin-bottom: 28px;
  }
  .platform-content .work-con .work-bottom-con .work-bottom-item:nth-child(1) {
    margin-top: 3rem;
  }
  .platform-content .work-con .work-bottom-con .work-bottom-item:nth-child(2) {
    margin-top: 3rem;
  }
  .platform-content .work-con .work-bottom-con .work-bottom-item:nth-child(3), .platform-content .work-con .work-bottom-con .work-bottom-item:nth-child(4) {
    margin-top: 0;
    padding-top: 8.2rem;
  }
  .platform-content .work-con .work-bottom-con .work-bottom-item:nth-child(3)::before, .platform-content .work-con .work-bottom-con .work-bottom-item:nth-child(4)::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1.5px;
    height: 46px;
    border-left: 1.5px dashed #0045C9;
  }
  .platform-content .work-con .work-bottom-con .work-bottom-item:nth-child(3)::after, .platform-content .work-con .work-bottom-con .work-bottom-item:nth-child(4)::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 12px;
    height: 12px;
    margin-top: 46px;
    margin-left: -1px;
    transform: translateX(-50%);
    background-color: #0045C9;
    border-radius: 50%;
  }
}
.platform-content .ci-box-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin-top: clamp(2rem, 2.5vmax, 4.8rem);
}
@media screen and (max-width: 600px) {
  .platform-content .ci-box-wrap {
    grid-template-columns: repeat(1, 1fr);
    margin-top: clamp(3rem, 10px + 2.39583vmax, 5.6rem);
    gap: 0.8rem;
  }
}
.platform-content .ci-box-wrap .ci-box {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6.8rem 0;
  border-radius: max(0.6rem, 0.41666vw);
  background-color: #ffffff;
  border: 1px solid #D8D8D8;
}
@media screen and (max-width: 600px) {
  .platform-content .ci-box-wrap .ci-box {
    padding: 0;
    height: 47.6923076923vw;
  }
}
.platform-content .ci-box-wrap .ci-box img {
  display: block;
}
.platform-content .ci-box-wrap .ci-box:nth-child(1) img {
  width: min(32.6rem, 16.9791666667vw);
  height: auto;
}
@media screen and (max-width: 1024px) {
  .platform-content .ci-box-wrap .ci-box:nth-child(1) img {
    width: 31.8359375vw;
  }
}
@media screen and (max-width: 600px) {
  .platform-content .ci-box-wrap .ci-box:nth-child(1) img {
    width: 64.6153846154vw;
  }
}
.platform-content .ci-box-wrap .ci-box:nth-child(2) img {
  width: min(16.5rem, 8.59375vw);
  height: auto;
}
@media screen and (max-width: 1024px) {
  .platform-content .ci-box-wrap .ci-box:nth-child(2) img {
    width: 16.11328125vw;
  }
}
@media screen and (max-width: 600px) {
  .platform-content .ci-box-wrap .ci-box:nth-child(2) img {
    width: 32.8205128205vw;
  }
}
.platform-content .ci-bottom-wrap {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  column-gap: 0.8rem;
  margin-top: 2rem;
}
@media screen and (max-width: 600px) {
  .platform-content .ci-bottom-wrap {
    justify-content: flex-start;
    margin-top: 1.2rem;
    row-gap: 0.6rem;
  }
}

.sub-section[data-current-page=our-family] .media-container .media-list-item {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.9rem;
}
@media screen and (max-width: 1440px) {
  .sub-section[data-current-page=our-family] .media-container .media-list-item {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 1024px) {
  .sub-section[data-current-page=our-family] .media-container .media-list-item {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 600px) {
  .sub-section[data-current-page=our-family] .media-container .media-list-item {
    font-size: 1.8rem;
  }
}
.sub-section[data-current-page=our-family] .media-container .media-list-item dd {
  margin-top: 2rem;
}
.sub-section[data-current-page=our-family] .media-container .media-list-item .badge {
  font-weight: 700;
  padding: 0.3rem 0.6rem;
  margin: 0;
}
.sub-section[data-current-page=our-family] .media-container .media-list-item .badge + .tit {
  margin-top: 0.4210526316em;
}
.sub-section[data-current-page=our-family] .media-container .media-list-item .tit {
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .sub-section[data-current-page=our-family] .media-container .media-list-item dd {
    margin-top: 1.4rem;
  }
  .sub-section[data-current-page=our-family] .media-container .media-list-item .badge {
    padding: 0.3rem 0.5rem;
  }
  .sub-section[data-current-page=our-family] .media-container .media-list-item .badge + .tit {
    margin-top: 0.6rem;
  }
}

.layer-popup-container.our-family-popup .layer-popup-wrapper {
  max-width: 100%;
}
.layer-popup-container.our-family-popup .layer-popup-wrap {
  padding: 0 3.2rem;
}
.layer-popup-container.our-family-popup .layer-popup-content {
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .layer-popup-container.our-family-popup .layer-popup-content {
    max-height: 65vh;
  }
}
.layer-popup-container.our-family-popup .layer-popup-content .content-wrap {
  max-height: 65vh;
}
.layer-popup-container.our-family-popup .layer-popup-content .content-wrap .img-box {
  width: calc(50% - 1.6rem);
  width: calc(50% - 1.6rem);
  align-items: center;
  border-radius: max(0.6rem, 0.41666vw);
}
.layer-popup-container.our-family-popup .layer-popup-content .content-wrap .img-box img {
  display: block;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 522/293;
}
.layer-popup-container.our-family-popup .layer-popup-content .content-wrap .con-box {
  width: calc(50% - 1.6rem);
}
.layer-popup-container.our-family-popup .layer-popup-content .content-wrap .con-box .dot-txt-list .dot-txt {
  padding-left: 1.2rem;
  color: #555555;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.5rem;
}
@media screen and (max-width: 1024px) {
  .layer-popup-container.our-family-popup .layer-popup-content .content-wrap .con-box .dot-txt-list .dot-txt {
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    font-size: 1.3rem;
  }
}
.layer-popup-container.our-family-popup .layer-popup-content .content-wrap .con-box .dot-txt-list .dot-txt::before {
  width: auto;
  height: auto;
  content: "• ";
  background: none;
  transform: none;
  top: 0;
}
.layer-popup-container.our-family-popup .layer-popup-content .content-wrap .con-box .dot-txt-list .hash-txt {
  position: relative;
  padding-left: 1.2rem;
}
.layer-popup-container.our-family-popup .layer-popup-content .content-wrap .con-box .dot-txt-list .hash-txt::before {
  content: "- ";
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .layer-popup-container.our-family-popup .layer-popup-wrap {
    padding: 0 2.4rem;
  }
  .layer-popup-container.our-family-popup .layer-popup-content .content-wrap .img-box,
  .layer-popup-container.our-family-popup .layer-popup-content .content-wrap .con-box {
    width: 100%;
  }
}
.layer-popup-container.our-family-popup figure.table {
  width: 100%;
}
.layer-popup-container.our-family-popup 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;
}
.layer-popup-container.our-family-popup figure.table table tr:last-child td {
  border-bottom: 0 !important;
}
.layer-popup-container.our-family-popup figure.table table tr th {
  padding: 1.6rem !important;
  height: 28px;
  background: #ffffff;
  border-color: #D8D8D8 !important;
  text-align: left;
  color: #555555;
  font-weight: 500;
  border-bottom: 1px solid #D8D8D8;
}
.layer-popup-container.our-family-popup figure.table table tr th:not(:last-child) {
  border-right: 1px solid #D8D8D8 !important;
}
.layer-popup-container.our-family-popup figure.table table tr th p,
.layer-popup-container.our-family-popup figure.table table tr th strong {
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.5rem;
}
@media screen and (max-width: 1024px) {
  .layer-popup-container.our-family-popup figure.table table tr th p,
  .layer-popup-container.our-family-popup figure.table table tr th strong {
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    font-size: 1.3rem;
  }
}
.layer-popup-container.our-family-popup figure.table table tr th strong {
  color: #1D1D1D;
}
.layer-popup-container.our-family-popup figure.table table tr td {
  padding: 1.6rem !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.5rem;
}
@media screen and (max-width: 1024px) {
  .layer-popup-container.our-family-popup figure.table table tr td {
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    font-size: 1.3rem;
  }
}
.layer-popup-container.our-family-popup figure.table table tr td:first-child {
  width: 176px !important;
}
@media screen and (max-width: 1024px) {
  .layer-popup-container.our-family-popup figure.table table tr td:first-child {
    width: 100px !important;
  }
}
.layer-popup-container.our-family-popup figure.table table tr td:last-child {
  width: 100% !important;
}
.layer-popup-container.our-family-popup figure.table table tr td:not(:last-child) {
  border-right: 1px solid #D8D8D8 !important;
}
.layer-popup-container.our-family-popup figure.table table tr td span {
  display: inline-block;
  font-family: inherit !important;
  font-size: inherit !important;
}
.layer-popup-container.our-family-popup figure.table table tr td a {
  font-weight: 400;
  color: #000;
  text-decoration: underline;
}
.layer-popup-container.our-family-popup figure.table table tr td p,
.layer-popup-container.our-family-popup 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) {
  .layer-popup-container.our-family-popup figure.table table tr td p,
  .layer-popup-container.our-family-popup figure.table table tr td strong {
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    font-size: 1.3rem;
  }
}
.layer-popup-container.our-family-popup figure.table table tr td strong {
  color: #1D1D1D;
}
.layer-popup-container.our-family-popup figure.table table .point {
  background: #2b478d;
  width: 5px;
  height: 5px;
  vertical-align: top;
  display: inline-block;
  border-radius: 60px;
  margin-left: 5px;
}
.layer-popup-container.our-family-popup figure.table table td > p:not(:last-child) {
  margin-bottom: 2px;
}
.layer-popup-container.our-family-popup figure.table table strong {
  font-weight: 500 !important;
}
@media (max-width: 1281px) {
  .layer-popup-container.our-family-popup figure figure.table tbody.profkor .table_renew_type1 img {
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
  }
}

.sub-section[data-current-page=market-trend] .media-container .media-list-item .img-wrap::before {
  display: none;
}
.sub-section[data-current-page=market-trend] .detail-content {
  position: relative;
  padding-bottom: 3.2rem;
  margin-bottom: 4rem;
}
.sub-section[data-current-page=market-trend] .detail-swiper {
  border-radius: max(0.6rem, 0.41666vw);
  overflow: hidden;
  max-width: 500px;
  margin: 0 auto;
}
.sub-section[data-current-page=market-trend] .detail-swiper .img-wrap {
  aspect-ratio: 1/1;
}
.sub-section[data-current-page=market-trend] .detail-swiper .img-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sub-section[data-current-page=market-trend] .detail-swiper-control {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
}
.sub-section[data-current-page=market-trend] .detail-swiper-pagination {
  display: flex;
  position: static;
  justify-content: center;
}
.sub-section[data-current-page=market-trend] .detail-swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 1;
  transition: width 0.3s;
}
.sub-section[data-current-page=market-trend] .detail-swiper-pagination .swiper-pagination-bullet-active {
  width: 2.4rem;
  background-color: #0045C9;
}
.sub-section[data-current-page=market-trend] .detail-swiper-pagination .swiper-pagination-bullet-active::before {
  transform: translateX(var(--autoplay-per, 100%));
}
@keyframes slide-progress {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.sub-section[data-current-page=market-trend] .detail-swiper .arrow-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.sub-section[data-current-page=market-trend] .detail-swiper .arrow-btn.prev-btn {
  left: 0;
}
.sub-section[data-current-page=market-trend] .detail-swiper .arrow-btn.next-btn {
  right: 0;
}
.sub-section[data-current-page=market-trend] .detail-swiper .arrow-btn i svg path {
  fill: none;
}
@media screen and (max-width: 1024px) {
  .sub-section[data-current-page=market-trend] .detail-content {
    padding-bottom: 2.4rem;
    margin-bottom: 3.2rem;
  }
  .sub-section[data-current-page=market-trend] .detail-swiper .arrow-btn {
    display: none;
  }
}

.sub-section[data-current-page=notice] {
  /* [250721] 상단 공지 기능 추가 */
}
.sub-section[data-current-page=notice] .notice-list-top {
  margin-bottom: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #3379FF;
  border-radius: max(0.6rem, 0.41666vw);
  padding: 2.4rem;
}
.sub-section[data-current-page=notice] .notice-list-top .tit-box {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.sub-section[data-current-page=notice] .notice-list-top .tit-box .badge {
  display: inline-flex;
  padding: 0.3rem 0.8rem;
  background-color: #0053F2;
  border-radius: 0.6rem;
  color: #ffffff;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.3rem;
}
.sub-section[data-current-page=notice] .notice-list-top .tit-box .tit {
  color: #ffffff;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.7rem;
}
@media screen and (max-width: 1440px) {
  .sub-section[data-current-page=notice] .notice-list-top .tit-box .tit {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 1024px) {
  .sub-section[data-current-page=notice] .notice-list-top .tit-box .tit {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 600px) {
  .sub-section[data-current-page=notice] .notice-list-top .tit-box .tit {
    font-size: 1.6rem;
  }
}
.sub-section[data-current-page=notice] .notice-list-top .btn-box {
  display: flex;
  gap: 0.4rem;
}
.sub-section[data-current-page=notice] .notice-list-top .btn-box .txt-btn, .sub-section[data-current-page=notice] .notice-list-top .btn-box svg {
  color: #ffffff;
}
.sub-section[data-current-page=notice] .notice-list-top .btn-box .txt-btn::before {
  display: none;
}
.sub-section[data-current-page=notice] .notice-list-top .btn-box .txt-btn span {
  position: relative;
}
.sub-section[data-current-page=notice] .notice-list-top .btn-box .txt-btn span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  opacity: 0;
  transition: opacity 0.2s ease;
}
@media screen and (hover: hover) {
  .sub-section[data-current-page=notice] .notice-list-top .btn-box .txt-btn:hover span::before {
    opacity: 1;
  }
}
@media screen and (max-width: 1024px) {
  .sub-section[data-current-page=notice] .notice-list-top {
    padding: 1.6rem 2.4rem;
  }
}
@media screen and (max-width: 600px) {
  .sub-section[data-current-page=notice] .notice-list-top {
    flex-direction: column;
    align-items: normal;
    gap: 1.2rem;
  }
  .sub-section[data-current-page=notice] .notice-list-top .btn-box {
    justify-content: flex-end;
  }
}
.sub-section[data-current-page=notice] .notice-container {
  margin-top: clamp(2rem, 18px + 0.3125vmax, 2.4rem);
}
.sub-section[data-current-page=notice] .notice-container .card {
  position: relative;
}
.sub-section[data-current-page=notice] .notice-container .card .badge-box {
  align-items: center;
  gap: 0.8rem;
}
.sub-section[data-current-page=notice] .notice-container .card .badge-box .date {
  color: #555555;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.5rem;
}
.sub-section[data-current-page=notice] .notice-container .card .title {
  height: 4.5em;
  white-space: wrap;
  display: block;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.sub-section[data-current-page=notice] .notice-container .card .card-top-box {
  border-bottom: 0;
  padding: 2.4rem;
}
.sub-section[data-current-page=notice] .notice-container .card .card-bottom-box {
  margin-top: 0;
}
.sub-section[data-current-page=notice] .notice-container .card .board-list-file-box {
  position: static;
}
.sub-section[data-current-page=notice] .notice-container .card .board-list-file-popup {
  margin-top: -1.8rem;
}
@media screen and (max-width: calc(1440px + 8rem)) and (min-width: calc(1024px + 1px)) {
  .sub-section[data-current-page=notice] .notice-container .card:nth-child(3n-1) .board-list-file-popup {
    left: 50%;
    right: auto;
    top: 100%;
    transform: translateX(-50%);
  }
  .sub-section[data-current-page=notice] .notice-container .card:nth-child(3n) .board-list-file-popup {
    left: auto;
    right: -2.5rem;
    top: 100%;
  }
  .sub-section[data-current-page=notice] .notice-container .card:nth-child(3n+1) .board-list-file-popup {
    left: -2.5rem;
    right: auto;
    top: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .sub-section[data-current-page=notice] .notice-container .card .title {
    height: 3em;
    display: block;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .sub-section[data-current-page=notice] .notice-container .card .board-list-file-box {
    position: relative;
  }
  .sub-section[data-current-page=notice] .notice-container .card .board-list-file-popup {
    margin-top: 0;
  }
}

.sub-section[data-current-page=evaluator] .detail-content {
  padding-top: 0;
  border-radius: max(0.6rem, 0.41666vw);
  background-color: #ffffff;
  padding: 4rem;
  border: 1px solid #D8D8D8;
}
@media screen and (max-width: 1024px) {
  .sub-section[data-current-page=evaluator] .detail-content {
    padding: 2.4rem;
  }
}
.sub-section[data-current-page=evaluator] .detail-content .detail-component .dot-txt-list + .num-txt-list {
  margin-top: -0.8rem;
}
.sub-section[data-current-page=evaluator] .detail-content .detail-component .num-txt {
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.5rem;
}
.sub-section[data-current-page=evaluator] .detail-content .detail-component .num-txt:nth-child(1)::before {
  content: "1.";
}
.sub-section[data-current-page=evaluator] .detail-content .detail-component .num-txt:nth-child(2)::before {
  content: "2.";
}
.sub-section[data-current-page=evaluator] .detail-content .detail-component .num-txt:nth-child(3)::before {
  content: "3.";
}
.sub-section[data-current-page=evaluator] .detail-content .detail-component .num-txt:nth-child(4)::before {
  content: "4.";
}
.sub-section[data-current-page=evaluator] .detail-content .detail-component .num-txt:nth-child(5)::before {
  content: "5.";
}
.sub-section[data-current-page=evaluator] .detail-content .detail-component .num-txt:nth-child(6)::before {
  content: "6.";
}
.sub-section[data-current-page=evaluator] .detail-content .detail-component .num-txt:nth-child(7)::before {
  content: "7.";
}
.sub-section[data-current-page=evaluator] .detail-content .detail-component .num-txt:nth-child(8)::before {
  content: "8.";
}
.sub-section[data-current-page=evaluator] .detail-content .detail-component .num-txt:nth-child(9)::before {
  content: "9.";
}
.sub-section[data-current-page=evaluator] .detail-content .detail-component .num-txt:nth-child(10)::before {
  content: "10.";
}
.sub-section[data-current-page=evaluator] .detail-content .detail-component .num-txt:nth-child(11)::before {
  content: "11.";
}
.sub-section[data-current-page=evaluator] .detail-content .detail-component .num-txt:nth-child(12)::before {
  content: "12.";
}
.sub-section[data-current-page=evaluator] .detail-content .detail-component .num-txt:nth-child(13)::before {
  content: "13.";
}
.sub-section[data-current-page=evaluator] .detail-content .detail-component .num-txt:nth-child(14)::before {
  content: "14.";
}
.sub-section[data-current-page=evaluator] .detail-content .detail-component .num-txt:nth-child(15)::before {
  content: "15.";
}
.sub-section[data-current-page=evaluator] .detail-content .detail-component .num-txt:nth-child(16)::before {
  content: "16.";
}
.sub-section[data-current-page=evaluator] .detail-content .detail-component .num-txt:nth-child(17)::before {
  content: "17.";
}
.sub-section[data-current-page=evaluator] .detail-content .detail-component .num-txt:nth-child(18)::before {
  content: "18.";
}
.sub-section[data-current-page=evaluator] .detail-content .detail-component .num-txt:nth-child(19)::before {
  content: "19.";
}
.sub-section[data-current-page=evaluator] .detail-content .detail-component .num-txt:nth-child(20)::before {
  content: "20.";
}
.sub-section[data-current-page=evaluator] .detail-content .detail-component .table-box .table-wrapper {
  overflow-x: auto;
}
.sub-section[data-current-page=evaluator] .detail-content .detail-component .gap-spacing-2 {
  gap: clamp(2rem, 18px + 0.3125vmax, 2.4rem) !important;
}
@media screen and (max-width: 1024px) {
  .sub-section[data-current-page=evaluator] .detail-content .detail-component .table-box table colgroup col:nth-child(1), .sub-section[data-current-page=evaluator] .detail-content .detail-component .table-box table colgroup col:nth-child(3) {
    width: 80px;
  }
  .sub-section[data-current-page=evaluator] .detail-content .detail-component .table-box table colgroup col:nth-child(2) {
    width: 110px;
  }
  .sub-section[data-current-page=evaluator] .detail-content .detail-component .table-box table th {
    text-align: center;
  }
}
.sub-section[data-current-page=evaluator] .form-container .form-item .input-radio-item label {
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.7rem;
}
@media screen and (max-width: 1440px) {
  .sub-section[data-current-page=evaluator] .form-container .form-item .input-radio-item label {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 1024px) {
  .sub-section[data-current-page=evaluator] .form-container .form-item .input-radio-item label {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 600px) {
  .sub-section[data-current-page=evaluator] .form-container .form-item .input-radio-item label {
    font-size: 1.6rem;
  }
}
.sub-section[data-current-page=evaluator] .form-container .form-copy-container {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.sub-section[data-current-page=evaluator] .form-container .form-copy-container .form-copy-box:not(:first-child) {
  padding-top: 2.4rem;
  border-top: 1px solid #D8D8D8;
}
.sub-section[data-current-page=evaluator] .form-container .form-copy-delete-box {
  display: flex;
  gap: 1.6rem;
  justify-content: center;
  margin-top: 2.4rem;
  padding-top: 2.4rem;
  border-top: 1px solid #D8D8D8;
}
.sub-section[data-current-page=evaluator] .form-container .form-copy-delete-box .delete-btn.show {
  display: flex;
}
.sub-section[data-current-page=evaluator] .form-container .energy-agree-box {
  padding-left: 4rem;
  padding-right: 4rem;
}
.sub-section[data-current-page=evaluator] .form-container .energy-agree-box .box-wrap {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media screen and (max-width: 1024px) {
  .sub-section[data-current-page=evaluator] .form-container .energy-agree-box {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
  .sub-section[data-current-page=evaluator] .form-container .energy-agree-box .box-wrap {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
  }
}

.sub-section[data-current-page=growth-center] .card.content-2 .btn-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
  row-gap: 0.6rem;
  margin-top: 2.4rem;
}
.sub-section[data-current-page=growth-center] .program-content.block .content-item {
  flex-direction: column;
  gap: 2.4rem;
}
.sub-section[data-current-page=growth-center] .program-content .content-item .con-box.width-100 {
  width: 100%;
}
.sub-section[data-current-page=growth-center] .program-content .content-item .con-box.gap-16 {
  gap: 1.6rem;
}
@media screen and (min-width: 1025px) {
  .sub-section[data-current-page=growth-center] .program-content .content-item .con-box.flex {
    flex-direction: row;
    align-items: center;
  }
}
.sub-section[data-current-page=growth-center] .program-content .content-item .con-box .num-box {
  padding-top: 2.4rem;
  border-top: 1px solid #D8D8D8;
}
.sub-section[data-current-page=growth-center] .program-content .content-item .con-box .num-box .num-txt {
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.7rem;
}
@media screen and (max-width: 1440px) {
  .sub-section[data-current-page=growth-center] .program-content .content-item .con-box .num-box .num-txt {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 1024px) {
  .sub-section[data-current-page=growth-center] .program-content .content-item .con-box .num-box .num-txt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 600px) {
  .sub-section[data-current-page=growth-center] .program-content .content-item .con-box .num-box .num-txt {
    font-size: 1.6rem;
  }
}
.sub-section[data-current-page=growth-center] .program-content .content-item .con-box .num-box .num-txt:nth-child(1)::before {
  content: "1.";
}
.sub-section[data-current-page=growth-center] .program-content .content-item .con-box .num-box .num-txt:nth-child(2)::before {
  content: "2.";
}
.sub-section[data-current-page=growth-center] .program-content .content-item .con-box .num-box .num-txt:nth-child(3)::before {
  content: "3.";
}
.sub-section[data-current-page=growth-center] .program-content .content-item .con-box .num-box .num-txt:nth-child(4)::before {
  content: "4.";
}
.sub-section[data-current-page=growth-center] .program-content .content-item .con-box .num-box .num-txt:nth-child(5)::before {
  content: "5.";
}
.sub-section[data-current-page=growth-center] .program-content .content-item .con-box .num-box .num-txt:nth-child(6)::before {
  content: "6.";
}
.sub-section[data-current-page=growth-center] .program-content .content-item .con-box .num-box .num-txt:nth-child(7)::before {
  content: "7.";
}
.sub-section[data-current-page=growth-center] .program-content .content-item .con-box .num-box .num-txt:nth-child(8)::before {
  content: "8.";
}
.sub-section[data-current-page=growth-center] .program-content .content-item .con-box .num-box .num-txt:nth-child(9)::before {
  content: "9.";
}
.sub-section[data-current-page=growth-center] .program-content .content-item .con-box .num-box .num-txt:nth-child(10)::before {
  content: "10.";
}
.sub-section[data-current-page=growth-center] .program-content .content-item .con-box .num-box .num-txt:nth-child(11)::before {
  content: "11.";
}
.sub-section[data-current-page=growth-center] .program-content .content-item .con-box .num-box .num-txt:nth-child(12)::before {
  content: "12.";
}
.sub-section[data-current-page=growth-center] .program-content .content-item .con-box .num-box .num-txt:nth-child(13)::before {
  content: "13.";
}
.sub-section[data-current-page=growth-center] .program-content .content-item .con-box .num-box .num-txt:nth-child(14)::before {
  content: "14.";
}
.sub-section[data-current-page=growth-center] .program-content .content-item .con-box .num-box .num-txt:nth-child(15)::before {
  content: "15.";
}
.sub-section[data-current-page=growth-center] .program-content .content-item .con-box .num-box .num-txt:nth-child(16)::before {
  content: "16.";
}
.sub-section[data-current-page=growth-center] .program-content .content-item .con-box .num-box .num-txt:nth-child(17)::before {
  content: "17.";
}
.sub-section[data-current-page=growth-center] .program-content .content-item .con-box .num-box .num-txt:nth-child(18)::before {
  content: "18.";
}
.sub-section[data-current-page=growth-center] .program-content .content-item .con-box .num-box .num-txt:nth-child(19)::before {
  content: "19.";
}
.sub-section[data-current-page=growth-center] .program-content .content-item .con-box .num-box .num-txt:nth-child(20)::before {
  content: "20.";
}
.sub-section[data-current-page=growth-center] .program-content .content-item .con-box .num-txt {
  display: block;
}
.sub-section[data-current-page=growth-center] .program-content .content-item .con-box .num-txt.bold b, .sub-section[data-current-page=growth-center] .program-content .content-item .con-box .num-txt.bold::before {
  font-weight: 700;
  color: #1D1D1D;
}
.sub-section[data-current-page=growth-center] .program-content .content-item .con-box .process-content-box {
  align-items: normal;
}
.sub-section[data-current-page=growth-center] .program-content .content-item .con-box .process-content-item .dot-txt {
  display: flex;
  gap: 0.4rem;
  padding-left: 0.4rem;
  text-align: left;
  color: #555555;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.5rem;
}
.sub-section[data-current-page=growth-center] .program-content .content-item .con-box .process-content-item .dot-txt::before {
  content: "•";
  position: static;
  width: 0.8rem;
  height: auto;
  transform: none;
  color: #555555;
  background: none;
}
.sub-section[data-current-page=growth-center] .program-content .card-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media screen and (max-width: 1024px) {
  .sub-section[data-current-page=growth-center] .program-content .card-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
.sub-section[data-current-page=growth-center] .program-content .card-wrap .card {
  padding: 2.4rem;
  gap: 1.6rem;
}
.sub-section[data-current-page=growth-center] .program-content .card-wrap .card .btn-box,
.sub-section[data-current-page=growth-center] .program-content .card-wrap .card .btn {
  width: 100%;
}
.sub-section[data-current-page=growth-center] .form-container .form-txt {
  color: #1D1D1D;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.5rem;
}
.sub-section[data-current-page=growth-center] .form-container .form-txt .red-txt {
  color: #E81D21;
}
.sub-section[data-current-page=growth-center] .form-container .dot-txt-list {
  margin-top: 2rem;
}
.sub-section[data-current-page=growth-center] .growth-center-popup .layer-popup-content img {
  width: 100%;
}

.sub-section[data-current-page=faq] .dropdown-item-top {
  align-items: center;
  cursor: pointer;
}
.sub-section[data-current-page=faq] .dropdown-item-top-tit {
  width: 100%;
}
.sub-section[data-current-page=faq] .dropdown-item-bottom-sub-txt {
  color: #555555;
  margin-top: 0;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.7rem;
}
@media screen and (max-width: 1440px) {
  .sub-section[data-current-page=faq] .dropdown-item-bottom-sub-txt {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 1024px) {
  .sub-section[data-current-page=faq] .dropdown-item-bottom-sub-txt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 600px) {
  .sub-section[data-current-page=faq] .dropdown-item-bottom-sub-txt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1024px) {
  .sub-section[data-current-page=faq] .dropdown-item-top {
    gap: 1.6rem;
  }
  .sub-section[data-current-page=faq] .dropdown-item-top-arrow {
    width: 2.4rem;
  }
  .sub-section[data-current-page=faq] .dropdown-item-top-arrow img {
    display: block;
    width: 100%;
  }
}

.sub-section[data-current-page=resources] .sub-component {
  margin-top: clamp(2rem, 18px + 0.3125vmax, 2.4rem);
}
.sub-section[data-current-page=resources] .card .card-top-box {
  padding: 2.4rem;
  border-bottom: 0;
}
.sub-section[data-current-page=resources] .card .card-top-box .title {
  overflow: visible;
  white-space: wrap;
  min-height: 3em;
}
.sub-section[data-current-page=resources] .card .card-bottom-box {
  margin-top: 0;
  justify-content: flex-end;
}

.sub-section[data-current-page=ict-guide] .ict-content {
  display: flex;
  gap: 2rem;
}
.sub-section[data-current-page=ict-guide] .ict-content .card-item {
  flex: 1;
}
.sub-section[data-current-page=ict-guide] .ict-content .card {
  padding: 3.2rem;
}
.sub-section[data-current-page=ict-guide] .ict-content .card .icon img {
  width: 6rem;
}
.sub-section[data-current-page=ict-guide] .ict-content .card .title {
  margin-top: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.9rem;
}
@media screen and (max-width: 1440px) {
  .sub-section[data-current-page=ict-guide] .ict-content .card .title {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 1024px) {
  .sub-section[data-current-page=ict-guide] .ict-content .card .title {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 600px) {
  .sub-section[data-current-page=ict-guide] .ict-content .card .title {
    font-size: 1.8rem;
  }
}
.sub-section[data-current-page=ict-guide] .ict-content .card .txt {
  margin-top: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.5rem;
}
.sub-section[data-current-page=ict-guide] .ict-content .card .btn {
  margin-top: 2.4rem;
}
@media screen and (max-width: 1024px) {
  .sub-section[data-current-page=ict-guide] .ict-content {
    flex-direction: column;
    gap: clamp(5.6rem, 38px + 2.1875vmax, 8rem);
  }
  .sub-section[data-current-page=ict-guide] .ict-content .card {
    width: 100%;
    padding: 2.4rem;
  }
  .sub-section[data-current-page=ict-guide] .ict-content .card .icon img {
    width: 4.8rem;
  }
  .sub-section[data-current-page=ict-guide] .ict-content .card .btn {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 600px) {
  .sub-section[data-current-page=ict-guide] .card.content-2 .tit-box {
    flex-direction: column;
  }
}

.sub-section[data-current-page=plan-notice] .sub-component {
  margin-top: clamp(2rem, 18px + 0.3125vmax, 2.4rem);
}
.sub-section[data-current-page=plan-notice] .card .card-top-box {
  padding: 2.4rem;
  border-bottom: 0;
}
.sub-section[data-current-page=plan-notice] .card .card-top-box .title {
  overflow: visible;
  white-space: wrap;
  min-height: 3em;
}
.sub-section[data-current-page=plan-notice] .card .card-bottom-box {
  margin-top: 0;
  justify-content: flex-end;
}

/* FAQ 자주 묻는 질문 드롭다운 내부 cms 이미지 정렬 */
.sub-section[data-current-page=faq] .dropdown-container .inner-box img, .sub-section[data-current-page=faq] .dropdown-container .inner-box picture, .sub-section[data-current-page=faq] .dropdown-container .inner-box figure, .sub-section[data-current-page=faq] .dropdown-container .inner-box svg, .sub-section[data-current-page=faq] .dropdown-container .inner-box video {
  display: block !important;
  width: 100% !important;
  height: auto !important;
}

div[data-current-page=search] {
  /* 통합검색 배너추가 */
  /* 통합검색 검색어 교정 배너추가 */
}
div[data-current-page=search] b,
div[data-current-page=search] .color--blue {
  color: #0045C9;
  font-weight: 700;
}
div[data-current-page=search] .search-breadcrumb, div[data-current-page=search] .box-bottom--breadcrumb {
  color: #555555;
  margin-top: 1.6em;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.5rem;
}
@media screen and (max-width: 1440px) {
  div[data-current-page=search] .search-breadcrumb, div[data-current-page=search] .box-bottom--breadcrumb {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1024px) {
  div[data-current-page=search] .search-breadcrumb, div[data-current-page=search] .box-bottom--breadcrumb {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 600px) {
  div[data-current-page=search] .search-breadcrumb, div[data-current-page=search] .box-bottom--breadcrumb {
    font-size: 1.4rem;
  }
}
div[data-current-page=search] .search-breadcrumb ul, div[data-current-page=search] .box-bottom--breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
}
div[data-current-page=search] .search-breadcrumb ul li, div[data-current-page=search] .box-bottom--breadcrumb ul li {
  position: relative;
}
div[data-current-page=search] .search-breadcrumb ul li:not(:last-child), div[data-current-page=search] .box-bottom--breadcrumb ul li:not(:last-child) {
  padding-right: 1.6rem;
}
div[data-current-page=search] .search-breadcrumb ul li:not(:last-child)::after, div[data-current-page=search] .box-bottom--breadcrumb ul li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 1.6rem;
  height: 1.6rem;
  margin-left: 0.4rem;
  background-image: url("/assets/images/svg/dropdown_arrow_24x24.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(270deg) translateX(50%);
  transform-origin: center;
}
div[data-current-page=search] .box {
  border: 1px solid #D8D8D8;
  background: #ffffff;
}
div[data-current-page=search] .box-radius-1 {
  border-radius: 0.6rem;
}
div[data-current-page=search] .box-radius-2 {
  border-radius: max(0.6rem, 0.41666vw);
}
div[data-current-page=search] .icon--left {
  display: block;
  transform: rotate(-90deg);
}
div[data-current-page=search] .icon--bottom {
  display: block;
  transform: rotate(0deg);
}
div[data-current-page=search] .icon--top {
  display: block;
  transform: rotate(180deg);
}
div[data-current-page=search] [data-device=web] {
  display: block !important;
}
@media screen and (max-width: 600px) {
  div[data-current-page=search] [data-device=web] {
    display: none !important;
  }
}
div[data-current-page=search] [data-device=mobile] {
  display: none !important;
}
@media screen and (max-width: 600px) {
  div[data-current-page=search] [data-device=mobile] {
    display: block !important;
  }
}
div[data-current-page=search] [data-device=web--flex] {
  display: flex !important;
}
@media screen and (max-width: 600px) {
  div[data-current-page=search] [data-device=web--flex] {
    display: none !important;
  }
}
div[data-current-page=search] [data-device=mobile--flex] {
  display: none !important;
}
@media screen and (max-width: 600px) {
  div[data-current-page=search] [data-device=mobile--flex] {
    display: flex !important;
  }
}
div[data-current-page=search] .search-top-container {
  margin-bottom: clamp(5.6rem, 38px + 2.1875vmax, 8rem);
}
div[data-current-page=search] .search-top-container .text-wrapper .top-text {
  text-align: center;
  margin-bottom: clamp(2.6rem, 22px + 0.52083vmax, 3.2rem);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1px;
  font-size: clamp(2.5rem, 1.66667vw, 3.2rem);
}
div[data-current-page=search] .search-top-container .text-wrapper .search-form {
  margin-bottom: 1.2rem;
}
div[data-current-page=search] .search-top-container .search-form {
  position: relative;
}
div[data-current-page=search] .search-top-container .search-form .search-wrap.open input.search {
  border-bottom-left-radius: 0;
}
div[data-current-page=search] .search-top-container .search-form .search-wrap.open .search-box {
  height: fit-content;
}
div[data-current-page=search] .search-top-container .search-form .input.searh:focus {
  border-bottom-left-radius: 0;
}
div[data-current-page=search] .search-top-container .search-form .search-box {
  position: absolute;
  width: calc(100% - 4.8rem);
  bottom: 0;
  left: 0;
  overflow: hidden;
  height: 0;
  transform: translateY(100%);
  z-index: 20;
}
div[data-current-page=search] .search-top-container .search-form .search-box ul {
  background: #ffffff;
  border: 1px solid #0045C9;
  border-top: none;
  border-bottom-left-radius: max(0.6rem, 0.41666vw);
  border-bottom-right-radius: max(0.6rem, 0.41666vw);
}
div[data-current-page=search] .search-top-container .search-form .search-box li {
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.5rem;
}
div[data-current-page=search] .search-top-container .search-form .search-box li button {
  display: block;
  text-align: left;
  width: 100%;
  padding: 0.8em 2rem;
}
div[data-current-page=search] .search-top-container .search-form .search-box li button:hover {
  background: #F8F8F8;
  color: #555555;
}
@media screen and (max-width: 1024px) {
  div[data-current-page=search] .search-top-container .search-form .search-box {
    width: calc(100% - 4rem);
  }
}
div[data-current-page=search] .search-article-container .tab-container {
  padding-bottom: clamp(3rem, 10px + 2.39583vmax, 5.6rem);
}
div[data-current-page=search] .search-article-container .search-article {
  display: none;
  margin-bottom: clamp(5.6rem, 38px + 2.1875vmax, 8rem);
}
div[data-current-page=search] .search-article-container .search-article:last-of-type {
  margin-bottom: 0;
}
div[data-current-page=search] .search-article-container .search-article.active {
  display: block;
}
div[data-current-page=search] .search-article-container .search-article + .search-article {
  padding-top: clamp(5.6rem, 38px + 2.1875vmax, 8rem);
  border-top: 1px solid #D8D8D8;
}
div[data-current-page=search] .search-article-container .search-article .sub-component-title + .search-article-wrap {
  margin-top: 0;
}
div[data-current-page=search] .search-article-container .search-article-wrap {
  margin-top: clamp(2.8rem, 3.33333vmax, 6.4rem);
}
div[data-current-page=search] .search-article-container .search-article-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: clamp(2rem, 18px + 0.3125vmax, 2.4rem);
}
div[data-current-page=search] .search-article-container .search-article-top .title-wrap {
  display: flex;
  align-items: center;
  gap: 0.5em;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.9rem;
}
@media screen and (max-width: 1440px) {
  div[data-current-page=search] .search-article-container .search-article-top .title-wrap {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 1024px) {
  div[data-current-page=search] .search-article-container .search-article-top .title-wrap {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 600px) {
  div[data-current-page=search] .search-article-container .search-article-top .title-wrap {
    font-size: 1.8rem;
  }
}
div[data-current-page=search] .search-article-container .search-article-top .title-wrap .num {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.9rem;
}
@media screen and (max-width: 1440px) {
  div[data-current-page=search] .search-article-container .search-article-top .title-wrap .num {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 1024px) {
  div[data-current-page=search] .search-article-container .search-article-top .title-wrap .num {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 600px) {
  div[data-current-page=search] .search-article-container .search-article-top .title-wrap .num {
    font-size: 1.8rem;
  }
}
div[data-current-page=search] .search-article-container .search-article-top .more-btn {
  display: flex;
  align-items: center;
  gap: 0.1176470588em;
  cursor: pointer;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.7rem;
}
@media screen and (max-width: 1440px) {
  div[data-current-page=search] .search-article-container .search-article-top .more-btn {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 1024px) {
  div[data-current-page=search] .search-article-container .search-article-top .more-btn {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 600px) {
  div[data-current-page=search] .search-article-container .search-article-top .more-btn {
    font-size: 1.6rem;
  }
}
div[data-current-page=search] .search-article-container .search-article-top .more-btn .icon {
  display: block;
  width: 1.1764705882em;
  height: 1.1764705882em;
}
div[data-current-page=search] .search-article-container .search-article .notice-list {
  display: flex;
  gap: 1.6rem;
}
div[data-current-page=search] .search-article-container .search-article .notice-list-item {
  width: calc(33.33% - 1.0666666667rem);
  height: 100%;
}
div[data-current-page=search] .search-article-container .search-article .notice-list-item .card-top-box {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
div[data-current-page=search] .search-article-container .search-article .notice-list-item .card-top-box .badge.red-txt {
  color: #E81D21;
}
div[data-current-page=search] .search-article-container .search-article .notice-list-item .card-top-box .info-box .info {
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.5rem;
}
div[data-current-page=search] .search-article-container .search-article .notice-list-item .card-top-box .info-box .info .num {
  color: #555555;
}
div[data-current-page=search] .search-article-container .search-article .notice-list-item .card-top-box .title {
  padding: 0 0.6rem;
  transition: color 0.3s ease;
  white-space: normal;
}
div[data-current-page=search] .search-article-container .search-article .notice-list-item .card-top-box .title {
  display: block;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 1024px) {
  div[data-current-page=search] .search-article-container .search-article .notice-list {
    display: flex;
    flex-direction: column;
    row-gap: 1.6rem;
  }
  div[data-current-page=search] .search-article-container .search-article .notice-list-item {
    width: 100%;
    height: auto;
  }
  div[data-current-page=search] .search-article-container .search-article .notice-list-item .card-bottom-box .info-box {
    flex-wrap: nowrap;
  }
  div[data-current-page=search] .search-article-container .search-article .notice-list-item .card-bottom-box .info-box .info:first-child {
    width: 67.2%;
    display: block;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}
div[data-current-page=search] .search-article-container .search-article .board-list-tbl .board-list-file-box .file-popup-open-pc .txt {
  display: none;
}
div[data-current-page=search] .search-article-container .search-article .board-list-tbl .board-list-file-box .file-popup-open-pc svg {
  width: 2.4rem;
  height: auto;
}
div[data-current-page=search] .search-article-container .search-article .board-list-tbl .board-list-file-box .board-list-file-popup {
  margin-top: 1.05rem;
}
div[data-current-page=search] .search-article-container .search-article .board-list-tbl .board-title > a {
  color: #1D1D1D;
}
div[data-current-page=search] .search-article-container .search-article .board-list-tbl .board-list-row.has-file-item.open .file-popup-open-pc {
  background-color: #EFF5FF;
  border-color: #D1E1FF;
}
div[data-current-page=search] .search-article-container .search-article .board-list-tbl .board-list-row.has-file-item.open .file-popup-open-pc svg {
  color: #0045C9;
}
div[data-current-page=search] .search-article-container .search-article .media-container .news .media-list-item .img-wrap {
  aspect-ratio: 1/1;
}
div[data-current-page=search] .search-article-container .search-article .pagination {
  display: none;
}
div[data-current-page=search] .search-article-container .search-article .pagination.show {
  display: flex;
}
div[data-current-page=search] .search-article-container .search-article[data-type=loading] {
  height: 32.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
div[data-current-page=search] .search-article-container .search-article[data-type=loading] .spinner {
  width: 4.8rem;
  height: 4.8rem;
  animation: rotate 1s linear infinite;
}
@media screen and (max-width: 1024px) {
  div[data-current-page=search] .search-article-container .search-article[data-type=loading] .spinner {
    width: 3.2rem;
    height: 3.2rem;
  }
}
@media screen and (max-width: 600px) {
  div[data-current-page=search] .search-article-container .search-article[data-type=loading] .spinner {
    width: 2.4rem;
    height: 2.4rem;
  }
}
div[data-current-page=search] .search-article-container .search-article[data-type=loading] .spinner svg {
  width: 100%;
  height: 100%;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media screen and (min-width: calc(1024px + 1px)) {
  div[data-current-page=search] .search-article-container .search-article .board-list-tbl {
    display: block;
  }
  div[data-current-page=search] .search-article-container .search-article .board-list-tbl .board-list-tbody {
    display: block;
  }
  div[data-current-page=search] .search-article-container .search-article .board-list-tbl .board-list-row {
    display: flex;
    align-items: center;
    border: 1px solid #D8D8D8;
    border-radius: max(0.6rem, 0.41666vw);
    margin-top: clamp(0.8rem, 0.833333vmax, 1.6rem);
    background-color: #ffffff;
    padding: 1.26em 2.11em;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0;
    font-size: 1.9rem;
  }
}
@media screen and (min-width: calc(1024px + 1px)) and (max-width: 1440px) {
  div[data-current-page=search] .search-article-container .search-article .board-list-tbl .board-list-row {
    font-size: 1.9rem;
  }
}
@media screen and (min-width: calc(1024px + 1px)) and (max-width: 1024px) {
  div[data-current-page=search] .search-article-container .search-article .board-list-tbl .board-list-row {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: calc(1024px + 1px)) and (max-width: 600px) {
  div[data-current-page=search] .search-article-container .search-article .board-list-tbl .board-list-row {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: calc(1024px + 1px)) {
  div[data-current-page=search] .search-article-container .search-article .board-list-tbl .column {
    border: 0;
    padding: 0;
  }
  div[data-current-page=search] .search-article-container .search-article .board-list-tbl .column.board-title {
    width: calc(100% - 8.4rem - 10.2rem);
    padding-right: 2.11em;
  }
  div[data-current-page=search] .search-article-container .search-article .board-list-tbl .column.board-file {
    width: 8.4rem;
    font-weight: 400;
  }
  div[data-current-page=search] .search-article-container .search-article .board-list-tbl .column.board-file .no-file {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 3.6rem;
    font-size: 0;
  }
  div[data-current-page=search] .search-article-container .search-article .board-list-tbl .column.board-date {
    width: 10.2rem;
    text-align: right;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    font-size: 1.5rem;
  }
  div[data-current-page=search] .search-article-container .search-article .board-list-tbl .tag-list {
    margin-top: 0.53em;
    gap: 0.5rem;
  }
}
@media screen and (max-width: 1024px) {
  div[data-current-page=search] .search-article-container .search-article .media-container .media-list-col-3:not(.news) {
    gap: 0;
    background-color: #ffffff;
    border-radius: max(0.6rem, 0.41666vw);
    overflow: hidden;
    border: 1px solid #D8D8D8;
  }
  div[data-current-page=search] .search-article-container .search-article .media-container .media-list-col-3:not(.news) .media-list-item {
    border-radius: 0;
    border: 0;
    border-top: 1px solid #D8D8D8;
  }
  div[data-current-page=search] .search-article-container .search-article .media-container .media-list-col-3:not(.news) .media-list-item:first-child {
    border-top: 0;
  }
  div[data-current-page=search] .search-article-container .search-article .media-container .media-list-col-3:not(.news) .media-list-item dt {
    display: none;
  }
  div[data-current-page=search] .search-article-container .search-article .media-container .media-list-col-3:not(.news) .media-list-item dd {
    flex: 1;
    width: 100%;
  }
  div[data-current-page=search] .search-article-container .search-article .media-container .media-list-col-3:not(.news) .media-list-item .info-box .num {
    display: none;
  }
  div[data-current-page=search] .search-article-container .search-article .board-list-container .board-list-tbl .board-title > a strong {
    display: block;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 3em;
    white-space: normal;
  }
}
div[data-current-page=search] .search-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: max(0.6rem, 0.41666vw);
  border: 1px solid #D1E1FF;
  padding: 2.4rem 3.2rem;
  background-image: url("/assets/eum/images/pages/utility/search_banner_bg_pc.png");
  background-size: cover;
  background-position: right;
  margin-top: clamp(0.8rem, 0.833333vmax, 1.6rem);
}
div[data-current-page=search] .search-banner.eum .icon {
  width: 12rem;
  height: 1.8rem;
  background-image: url("/assets/eum/images/pages/utility/banner_logo_eum.svg");
}
@media screen and (max-width: 1024px) {
  div[data-current-page=search] .search-banner.eum .icon {
    width: 12rem;
    height: 1.5rem;
  }
}
div[data-current-page=search] .search-banner.kepco-on .icon {
  width: 8.3rem;
  height: 1.8rem;
  background-image: url("/assets/eum/images/pages/utility/banner_logo.svg");
}
@media screen and (max-width: 1024px) {
  div[data-current-page=search] .search-banner.kepco-on .icon {
    width: 6rem;
    height: 1.3rem;
  }
}
div[data-current-page=search] .search-banner.plug .icon {
  width: 13.7rem;
  height: 2rem;
  background-image: url("/assets/eum/images/pages/utility/banner_logo_plug.svg");
}
@media screen and (max-width: 1024px) {
  div[data-current-page=search] .search-banner.plug .icon {
    width: 10.9rem;
    height: 1.6rem;
  }
}
div[data-current-page=search] .search-banner.art .icon {
  width: 14.8rem;
  height: 1.7rem;
  background-image: url("/assets/eum/images/pages/utility/banner_logo_art.svg");
}
@media screen and (max-width: 1024px) {
  div[data-current-page=search] .search-banner.art .icon {
    width: 12.2rem;
    height: 1.4rem;
  }
}
div[data-current-page=search] .search-banner.sport .icon {
  width: 8.8rem;
  height: 1.9rem;
  background-image: url("/assets/eum/images/pages/utility/banner_logo_sport.svg");
}
@media screen and (max-width: 1024px) {
  div[data-current-page=search] .search-banner.sport .icon {
    width: 7.4rem;
    height: 1.6rem;
  }
}
@media screen and (max-width: 1024px) {
  div[data-current-page=search] .search-banner.energy .icon-box {
    gap: 1.2rem;
  }
}
div[data-current-page=search] .search-banner.energy .icon {
  width: 14.6rem;
  height: 2.2rem;
  background-image: url("/assets/eum/images/pages/utility/banner_logo_energy.svg");
}
@media screen and (max-width: 1024px) {
  div[data-current-page=search] .search-banner.energy .icon {
    width: 13rem;
    height: 1.8rem;
  }
}
@media screen and (max-width: 1024px) {
  div[data-current-page=search] .search-banner.power .icon-box {
    gap: 1.2rem;
  }
}
div[data-current-page=search] .search-banner.power .icon {
  width: 8.3rem;
  height: 2.7rem;
  background-image: url("/assets/eum/images/pages/utility/banner_logo_power.svg");
}
@media screen and (max-width: 1024px) {
  div[data-current-page=search] .search-banner.power .icon {
    width: 7.3rem;
    height: 2.4rem;
  }
}
@media screen and (max-width: 1024px) {
  div[data-current-page=search] .search-banner.power-check .icon-box {
    gap: 1.2rem;
  }
}
div[data-current-page=search] .search-banner.power-check .icon {
  width: 10.2rem;
  height: 2.6rem;
  background-image: url("/assets/eum/images/pages/utility/banner_logo_power_check.svg");
}
@media screen and (max-width: 1024px) {
  div[data-current-page=search] .search-banner.power-check .icon {
    width: 9.4rem;
    height: 2.4rem;
  }
}
@media screen and (max-width: 1024px) {
  div[data-current-page=search] .search-banner.anbu .icon-box {
    gap: 1.2rem;
  }
}
div[data-current-page=search] .search-banner.anbu .icon {
  width: 3.3rem;
  height: 3.3rem;
  background-image: url("/assets/eum/images/pages/utility/banner_logo_anbu.svg");
}
@media screen and (max-width: 1024px) {
  div[data-current-page=search] .search-banner.anbu .icon {
    width: 2.4rem;
    height: 2.4rem;
  }
}
div[data-current-page=search] .search-banner .icon-box {
  display: flex;
  align-items: center;
  color: #0038A3;
  gap: 1.2rem;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 700;
}
div[data-current-page=search] .search-banner .icon-box .icon {
  position: relative;
  margin-right: 1.2rem;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
div[data-current-page=search] .search-banner .icon-box .icon img {
  display: block;
}
div[data-current-page=search] .search-banner .icon-box .icon::after {
  content: "";
  position: absolute;
  right: -1.2rem;
  top: 50%;
  width: 1px;
  height: 0.8rem;
  border-radius: 0.8rem;
  transform: translateY(-50%);
  background-color: #94B8FF;
}
div[data-current-page=search] .search-banner .btn-box {
  display: flex;
  gap: 1.2rem;
}
@media screen and (max-width: 1024px) {
  div[data-current-page=search] .search-banner {
    flex-direction: column;
    align-items: center;
    background-image: url("/assets/eum/images/pages/utility/search_banner_bg_mobile.png");
    padding: 2.8rem 2.4rem;
  }
  div[data-current-page=search] .search-banner .icon-box {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 1.6rem;
    gap: 1.6rem;
  }
  div[data-current-page=search] .search-banner .icon-box .icon {
    margin-right: 0;
  }
  div[data-current-page=search] .search-banner .icon-box .icon::after {
    display: none;
  }
  div[data-current-page=search] .search-banner .btn-box {
    width: 100%;
    align-items: flex-start;
  }
  div[data-current-page=search] .search-banner .btn-box .btn {
    flex: 1;
  }
}
@media screen and (max-width: 390px) {
  div[data-current-page=search] .search-banner .btn-box {
    flex-direction: column;
    gap: 0.8rem;
  }
  div[data-current-page=search] .search-banner .btn-box .btn {
    width: 100%;
  }
}
div[data-current-page=search] .search-banner-keyword {
  display: flex;
  align-items: center;
  padding: 2rem 2.4rem;
  margin-top: clamp(0.8rem, 0.833333vmax, 1.6rem);
  background-color: #F0F0F0;
  border: 1px solid #E4E4E4;
  border-radius: max(0.6rem, 0.41666vw);
}
@media screen and (max-width: 1024px) {
  div[data-current-page=search] .search-banner-keyword {
    flex-direction: column;
    align-items: flex-start;
    padding: 2rem;
  }
}
div[data-current-page=search] .search-banner-keyword + .search-banner {
  margin-top: clamp(1.6rem, 2.08333vmax, 4rem);
}
@media screen and (max-width: 1024px) {
  div[data-current-page=search] .search-banner-keyword + .search-banner {
    margin-top: clamp(3rem, 10px + 2.39583vmax, 5.6rem);
  }
}
div[data-current-page=search] .search-banner-keyword .banner-result-area {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  div[data-current-page=search] .search-banner-keyword .banner-result-area {
    padding: 0 0.2rem;
  }
}
div[data-current-page=search] .search-banner-keyword .banner-badge {
  padding: 0.4rem 1rem;
  margin-right: 1.2rem;
  border-radius: max(0.6rem, 0.41666vw);
  background-color: #E4E4E4;
  color: #555555;
  white-space: pre;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.5rem;
}
@media screen and (max-width: 1024px) {
  div[data-current-page=search] .search-banner-keyword .banner-badge {
    margin-right: 0;
    margin-bottom: 0.8rem;
  }
}
div[data-current-page=search] .search-banner-keyword .banner-result {
  margin-right: 0.6rem;
  color: #2D2D2D;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.5rem;
}
@media screen and (max-width: 1024px) {
  div[data-current-page=search] .search-banner-keyword .banner-result {
    margin-right: 0.4rem;
  }
}
div[data-current-page=search] .search-banner-keyword .banner-result b {
  color: #2D2D2D;
  font-weight: 700;
  word-break: break-all;
}
div[data-current-page=search] .search-banner-keyword .banner-real-result {
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.5rem;
}
div[data-current-page=search] .search-banner-keyword .banner-real-result b {
  position: relative;
  color: #0045C9;
  font-weight: 700;
  background-image: -webkit-linear-gradient(transparent calc(100% - 0.1em), #0045C9 0.1em);
  background-image: linear-gradient(transparent calc(100% - 0.1em), #0045C9 0.1em);
  background-position: left bottom;
  background-size: 100%;
  background-repeat: no-repeat;
  word-break: break-all;
}
div[data-current-page=search] .search-banner-keyword .banner-real-result .real-tesult-text {
  color: #2D2D2D;
}

main[data-current-page=mypage] {
  padding-bottom: clamp(8.8rem, 10.41667vmax, 20rem);
  background-color: #F8F8F8;
}
main[data-current-page=mypage] .mypage-head {
  padding-top: clamp(5.2rem, 6.25vmax, 12rem);
  padding-bottom: clamp(5.6rem, 38px + 2.1875vmax, 8rem);
}
main[data-current-page=mypage] .mypage-head h2 {
  color: #1D1D1D;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1px;
  font-size: clamp(4.8rem, 2.91666vw, 5.6rem);
}
@media screen and (max-width: 1440px) {
  main[data-current-page=mypage] .mypage-head h2 {
    font-size: clamp(4.8rem, 2.91666vw, 5.6rem);
  }
}
@media screen and (max-width: 1024px) {
  main[data-current-page=mypage] .mypage-head h2 {
    font-size: max(2.8rem, 4.6875vw);
  }
}
@media screen and (max-width: 600px) {
  main[data-current-page=mypage] .mypage-head h2 {
    font-size: max(2.8rem, 4.6875vw);
  }
}
main[data-current-page=mypage] .mypage-head .btn {
  display: none;
}
main[data-current-page=mypage] .mypage-container-box {
  max-width: 1330px;
}
@media screen and (max-width: 1024px) {
  main[data-current-page=mypage] .mypage-container-box:not([data-type=mypage-main]) .left-menu-container {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  main[data-current-page=mypage] .mypage-container-box:not([data-type=mypage-main]) .mypage-head {
    padding-top: clamp(3rem, 10px + 2.39583vmax, 5.6rem);
    padding-bottom: clamp(5.6rem, 38px + 2.1875vmax, 8rem);
  }
  main[data-current-page=mypage] .mypage-container-box:not([data-type=mypage-main]) .mypage-head h2 {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  main[data-current-page=mypage] .mypage-container-box:not([data-type=mypage-main]) .mypage-head .btn {
    display: inline-flex;
  }
}
@media screen and (max-width: 1024px) {
  main[data-current-page=mypage] .mypage-container-box[data-type=mypage-main] .mypage-head {
    padding-bottom: clamp(2rem, 2.5vmax, 4.8rem);
  }
}
main[data-current-page=mypage] .mypage-container-box .mypage-wrapper {
  position: relative;
  display: flex;
  gap: clamp(2.4rem, 2.6041vw, 5rem);
}
@media screen and (max-width: 1024px) {
  main[data-current-page=mypage] .mypage-container-box .mypage-wrapper {
    flex-direction: column-reverse;
  }
}
main[data-current-page=mypage] .mypage-container-box .mypage-wrapper .right-content {
  display: flex;
  flex-direction: column;
  width: calc(100% - 22rem - clamp(2.4rem, 2.6041vw, 5rem));
}
@media screen and (max-width: 1024px) {
  main[data-current-page=mypage] .mypage-container-box .mypage-wrapper .right-content {
    width: 100%;
  }
}
main[data-current-page=mypage] .mypage-container-box h3 {
  padding-bottom: clamp(2rem, 2.5vmax, 4.8rem);
  color: #1D1D1D;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1px;
  font-size: clamp(2.5rem, 1.66667vw, 3.2rem);
}
main[data-current-page=mypage] .mypage-container-box .box-container {
  display: flex;
  flex-direction: column;
  gap: clamp(5.6rem, 38px + 2.1875vmax, 8rem);
}
main[data-current-page=mypage] .mypage-container-box .mypage-box {
  padding: 3.2rem 4rem;
  background-color: #ffffff;
  border-radius: max(0.6rem, 0.41666vw);
  border: 1px solid #D8D8D8;
}
@media screen and (max-width: 1024px) {
  main[data-current-page=mypage] .mypage-container-box .mypage-box {
    padding: 2rem;
  }
}
main[data-current-page=mypage] .mypage-container-box .btn-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
  margin-top: clamp(3rem, 10px + 2.39583vmax, 5.6rem);
}
main[data-current-page=mypage] .mypage-container-box .btn-wrap .btn {
  width: 14.9rem;
}
@media screen and (max-width: 600px) {
  main[data-current-page=mypage] .mypage-container-box .btn-wrap .btn {
    width: auto;
    flex: 1;
  }
}
main[data-current-page=mypage] .mypage-container-box .board-list-container .search-no-result {
  display: none;
}
@media screen and (max-width: 1024px) {
  main[data-current-page=mypage] .mypage-container-box .board-list-container .column.m-order-2 {
    width: 50%;
  }
}
main[data-current-page=mypage] .mypage-container-box .board-list-container.no-result .board-list-tbody {
  display: none;
}
main[data-current-page=mypage] .mypage-container-box .board-list-container.no-result .search-no-result {
  display: block;
}
@media screen and (max-width: 1024px) {
  main[data-current-page=mypage] .mypage-container-box .board-list-container.no-result .board-list-tbl {
    border: none;
  }
}
main[data-current-page=mypage] .mypage-container-box .search-no-result {
  background-color: #ffffff;
  border: 1px solid #D8D8D8;
  border-bottom-left-radius: max(0.6rem, 0.41666vw);
  border-bottom-right-radius: max(0.6rem, 0.41666vw);
}
@media screen and (max-width: 1024px) {
  main[data-current-page=mypage] .mypage-container-box .search-no-result {
    border-radius: max(0.6rem, 0.41666vw);
  }
}
main[data-current-page=mypage] .mypage-container-box .search-no-result .tit-box {
  padding-top: clamp(5.2rem, 6.25vmax, 12rem);
  padding-bottom: clamp(5.2rem, 6.25vmax, 12rem);
}
@media screen and (max-width: 1024px) {
  main[data-current-page=mypage] .mypage-container-box .search-no-result .tit-box {
    padding-top: clamp(7.2rem, 8.33333vmax, 16rem);
    padding-bottom: clamp(7.2rem, 8.33333vmax, 16rem);
  }
}
main[data-current-page=mypage] .mypage-container-box .view .customer-view-container:first-child {
  margin-top: 0;
}
main[data-current-page=mypage] .mypage-container-box .view .sub-component-title {
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.7rem;
}
main[data-current-page=mypage] .customer-view-container {
  margin-top: clamp(3rem, 10px + 2.39583vmax, 5.6rem);
}
main[data-current-page=mypage] .customer-view-container.no-margin-top {
  margin-top: 0;
}
main[data-current-page=mypage] .customer-view-container .sub-component-title {
  margin-bottom: clamp(2.6rem, 22px + 0.52083vmax, 3.2rem);
}
main[data-current-page=mypage] .customer-view-container .sub-component-title-box {
  margin-bottom: clamp(2rem, 18px + 0.3125vmax, 2.4rem);
}
main[data-current-page=mypage] .customer-view-container .file-con-box .file-list-item {
  padding: 1rem 1.6rem;
}
main[data-current-page=mypage] .customer-view-container .file-con-box .file-list-item .file-type {
  width: 2rem;
}
@media screen and (max-width: 1024px) {
  main[data-current-page=mypage] .customer-view-container .file-con-box .file-list-item {
    padding: 1.6rem;
  }
  main[data-current-page=mypage] .customer-view-container .file-con-box .file-list-item .file-type {
    width: 3.2rem;
  }
}
main[data-current-page=mypage] .customer-view-container .d-flex-center {
  display: flex;
  align-items: center;
}

main[data-current-page=mypage] .left-menu-container {
  position: sticky;
  top: 9rem;
  display: flex;
  flex-direction: column;
  gap: 2.8rem;
  width: 22rem;
  height: fit-content;
}
@media screen and (max-width: 1024px) {
  main[data-current-page=mypage] .left-menu-container {
    width: 100%;
    gap: 1.8rem;
  }
}
main[data-current-page=mypage] .left-menu-container .left-menu-wrap.active .left-menu {
  background-color: #0045C9;
}
main[data-current-page=mypage] .left-menu-container .left-menu-wrap.active .left-menu p {
  color: #ffffff;
}
main[data-current-page=mypage] .left-menu-container .left-menu-wrap.active .left-menu .acco-icon {
  transform: rotate(0deg);
}
main[data-current-page=mypage] .left-menu-container .left-menu-wrap.active .left-menu .acco-icon path {
  stroke: #ffffff;
}
main[data-current-page=mypage] .left-menu-container .left-menu-wrap .left-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 1rem 1.2rem 1rem 1.6rem;
  border-radius: 0.6rem;
  background-color: #ffffff;
}
main[data-current-page=mypage] .left-menu-container .left-menu-wrap .left-menu p {
  display: flex;
  align-items: center;
  width: fit-content;
  gap: 0.4rem;
  color: #1D1D1D;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.9rem;
}
@media screen and (max-width: 1440px) {
  main[data-current-page=mypage] .left-menu-container .left-menu-wrap .left-menu p {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 1024px) {
  main[data-current-page=mypage] .left-menu-container .left-menu-wrap .left-menu p {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 600px) {
  main[data-current-page=mypage] .left-menu-container .left-menu-wrap .left-menu p {
    font-size: 1.8rem;
  }
}
main[data-current-page=mypage] .left-menu-container .left-menu-wrap .left-menu .acco-icon {
  transform: rotate(180deg);
  transition: ease 0.3s all;
}
@media screen and (max-width: 1024px) {
  main[data-current-page=mypage] .left-menu-container .left-menu-wrap .left-menu {
    padding: 1rem 3.2rem;
    border: 1px solid #D8D8D8;
  }
}
@media screen and (max-width: 600px) {
  main[data-current-page=mypage] .left-menu-container .left-menu-wrap .left-menu {
    padding: 1rem 1.6rem 1rem 2rem;
  }
}
main[data-current-page=mypage] .left-menu-container .left-menu-wrap .left-menu-ul {
  height: 0;
  overflow: hidden;
}
main[data-current-page=mypage] .left-menu-container .left-menu-wrap ul {
  padding: 1.8rem 1.6rem 0 1.6rem;
}
@media screen and (max-width: 1024px) {
  main[data-current-page=mypage] .left-menu-container .left-menu-wrap ul {
    padding: 1.6rem 3.2rem 0 3.2rem;
  }
}
@media screen and (max-width: 600px) {
  main[data-current-page=mypage] .left-menu-container .left-menu-wrap ul {
    padding: 1.6rem 2rem 0 2rem;
  }
}
main[data-current-page=mypage] .left-menu-container .left-menu-wrap ul li:not(:last-child) {
  margin-bottom: 1.4rem;
}
@media screen and (max-width: 1024px) {
  main[data-current-page=mypage] .left-menu-container .left-menu-wrap ul li:not(:last-child) {
    margin-bottom: 1.6rem;
  }
}
main[data-current-page=mypage] .left-menu-container .left-menu-wrap ul li a {
  display: flex;
  align-items: center;
  width: fit-content;
  gap: 0.4rem;
  color: #8E8E8E;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.7rem;
}
@media screen and (max-width: 1440px) {
  main[data-current-page=mypage] .left-menu-container .left-menu-wrap ul li a {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 1024px) {
  main[data-current-page=mypage] .left-menu-container .left-menu-wrap ul li a {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 600px) {
  main[data-current-page=mypage] .left-menu-container .left-menu-wrap ul li a {
    font-size: 1.6rem;
  }
}
main[data-current-page=mypage] .left-menu-container .left-menu-wrap ul li a.active {
  color: #0045C9;
}
@media screen and (max-width: 1024px) {
  main[data-current-page=mypage] .left-menu-container .left-menu-wrap ul li a {
    color: #1D1D1D;
  }
}
main[data-current-page=mypage] .left-menu-container .left-menu-wrap ul li a .icon {
  display: none;
}
@media screen and (max-width: 1024px) {
  main[data-current-page=mypage] .left-menu-container .left-menu-wrap ul li a .icon {
    display: block;
  }
}

main[data-current-page=mypage] {
  /* 마이페이지 메인 */
  /* 회원정보수정 */
  /* 회원탈퇴 */
  /* 회사정보 등록수정 */
}
main[data-current-page=mypage] .mypage-container-box[data-type=mypage-main] {
  /* 모바일 상담내역/예약확인 */
}
@media screen and (max-width: 1024px) {
  main[data-current-page=mypage] .mypage-container-box[data-type=mypage-main] .mypage-wrapper {
    gap: clamp(5.6rem, 38px + 2.1875vmax, 8rem);
  }
}
main[data-current-page=mypage] .mypage-container-box[data-type=mypage-main] .sub-component-title-box {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 2rem;
}
main[data-current-page=mypage] .mypage-container-box[data-type=mypage-main] .sub-component-title-box .dot-txt-list {
  margin-top: 0.4rem;
}
main[data-current-page=mypage] .mypage-container-box[data-type=mypage-main] .mypage-box.user {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: clamp(5.6rem, 38px + 2.1875vmax, 8rem);
}
@media screen and (max-width: 1024px) {
  main[data-current-page=mypage] .mypage-container-box[data-type=mypage-main] .mypage-box.user {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: clamp(5.6rem, 38px + 2.1875vmax, 8rem);
  }
}
@media screen and (max-width: 1024px) {
  main[data-current-page=mypage] .mypage-container-box[data-type=mypage-main] .mypage-box.user .user-info {
    width: 100%;
  }
}
main[data-current-page=mypage] .mypage-container-box[data-type=mypage-main] .mypage-box.user .user-info .user-tag {
  display: inline-block;
  padding: 0.4rem 1.2rem;
  margin-bottom: 1.6rem;
  border-radius: 10rem;
  color: #0045C9;
  border: 1px solid #0045C9;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.3rem;
}
@media screen and (max-width: 1024px) {
  main[data-current-page=mypage] .mypage-container-box[data-type=mypage-main] .mypage-box.user .user-info .user-tag {
    margin-bottom: 1.8rem;
  }
}
main[data-current-page=mypage] .mypage-container-box[data-type=mypage-main] .mypage-box.user .user-info .user-name {
  color: #1D1D1D;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: clamp(2.2rem, 1.25vw, 2.4rem);
}
main[data-current-page=mypage] .mypage-container-box[data-type=mypage-main] .mypage-box.user .user-info .logout-time-info {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  margin-top: 1rem;
}
@media screen and (max-width: 600px) {
  main[data-current-page=mypage] .mypage-container-box[data-type=mypage-main] .mypage-box.user .user-info .logout-time-info {
    gap: 0.6rem;
  }
}
main[data-current-page=mypage] .mypage-container-box[data-type=mypage-main] .mypage-box.user .user-info .logout-time-info .txt {
  color: #717171;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: clamp(1.3rem, 0.78125vw, 1.5rem);
}
main[data-current-page=mypage] .mypage-container-box[data-type=mypage-main] .mypage-box.user .user-info .logout-time-info .time-wrap {
  display: flex;
  align-items: center;
  gap: 0.2rem;
}
main[data-current-page=mypage] .mypage-container-box[data-type=mypage-main] .mypage-box.user .user-info .logout-time-info .time-wrap svg {
  width: 1.6rem;
  height: 1.6rem;
}
main[data-current-page=mypage] .mypage-container-box[data-type=mypage-main] .mypage-box.user .user-info .logout-time-info .time-wrap .time {
  white-space: pre;
  color: #0045C9;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: clamp(1.3rem, 0.78125vw, 1.5rem);
}
@media screen and (max-width: 600px) {
  main[data-current-page=mypage] .mypage-container-box[data-type=mypage-main] .mypage-box.user .user-info .logout-time-info .txt-btn {
    margin-left: auto;
  }
}
main[data-current-page=mypage] .mypage-container-box[data-type=mypage-main] .mypage-box.user .user-btn-wrap {
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 1024px) {
  main[data-current-page=mypage] .mypage-container-box[data-type=mypage-main] .mypage-box.user .user-btn-wrap {
    width: 100%;
    gap: 1.6rem;
    margin-top: 2rem;
  }
  main[data-current-page=mypage] .mypage-container-box[data-type=mypage-main] .mypage-box.user .user-btn-wrap .btn {
    flex: 1;
  }
}
@media screen and (max-width: 600px) {
  main[data-current-page=mypage] .mypage-container-box[data-type=mypage-main] .mypage-box.user .user-btn-wrap .btn {
    padding: 0;
  }
}
@media screen and (max-width: 1024px) {
  main[data-current-page=mypage] .mypage-container-box[data-type=mypage-main] .hide-mo {
    display: none !important;
  }
}
main[data-current-page=mypage] .mypage-container-box[data-type=mypage-main] .hide-pc {
  display: none;
}
@media screen and (max-width: 1024px) {
  main[data-current-page=mypage] .mypage-container-box[data-type=mypage-main] .hide-pc {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  main[data-current-page=mypage] .mypage-container-box[data-type=mypage-main] .box-container {
    flex-direction: column;
    gap: 1.6rem;
  }
  main[data-current-page=mypage] .mypage-container-box[data-type=mypage-main] .box-container .box-wrap {
    width: 100%;
  }
}
main[data-current-page=mypage] .mypage-container-box[data-type=company],
main[data-current-page=mypage] .mypage-container-box[data-type=change] {
  /* 비밀번호 변경 */
}
@media screen and (max-width: 1024px) {
  main[data-current-page=mypage] .mypage-container-box[data-type=company] .sub-component-title-box.essential.direct-col,
  main[data-current-page=mypage] .mypage-container-box[data-type=change] .sub-component-title-box.essential.direct-col {
    flex-direction: column;
    margin-bottom: clamp(2rem, 18px + 0.3125vmax, 2.4rem);
  }
  main[data-current-page=mypage] .mypage-container-box[data-type=company] .sub-component-title-box.essential.direct-col .inner,
  main[data-current-page=mypage] .mypage-container-box[data-type=change] .sub-component-title-box.essential.direct-col .inner {
    margin-bottom: clamp(0.8rem, 0.833333vmax, 1.6rem);
  }
  main[data-current-page=mypage] .mypage-container-box[data-type=company] .sub-component-title-box.essential.direct-col .essential-txt,
  main[data-current-page=mypage] .mypage-container-box[data-type=change] .sub-component-title-box.essential.direct-col .essential-txt {
    width: 100%;
    justify-content: flex-end;
  }
}
main[data-current-page=mypage] .mypage-container-box[data-type=company] .mypage-box.change,
main[data-current-page=mypage] .mypage-container-box[data-type=change] .mypage-box.change {
  padding: 3.2rem 4rem 4rem 4rem;
}
@media screen and (max-width: 1024px) {
  main[data-current-page=mypage] .mypage-container-box[data-type=company] .mypage-box.change,
  main[data-current-page=mypage] .mypage-container-box[data-type=change] .mypage-box.change {
    padding: 3.2rem;
  }
}
@media screen and (max-width: 600px) {
  main[data-current-page=mypage] .mypage-container-box[data-type=company] .mypage-box.change,
  main[data-current-page=mypage] .mypage-container-box[data-type=change] .mypage-box.change {
    padding: 2rem 2rem 2.4rem 2rem;
  }
}
@media screen and (max-width: 1024px) {
  main[data-current-page=mypage] .mypage-container-box[data-type=company] .form-title,
  main[data-current-page=mypage] .mypage-container-box[data-type=change] .form-title {
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0;
    font-size: 1.5rem;
  }
}
main[data-current-page=mypage] .mypage-container-box[data-type=company] .form-item-row.id .input-text-button,
main[data-current-page=mypage] .mypage-container-box[data-type=change] .form-item-row.id .input-text-button {
  position: relative;
  display: flex;
}
@media screen and (max-width: 1024px) {
  main[data-current-page=mypage] .mypage-container-box[data-type=company] .form-item-row.id .input-text-button,
  main[data-current-page=mypage] .mypage-container-box[data-type=change] .form-item-row.id .input-text-button {
    gap: 1rem;
  }
}
main[data-current-page=mypage] .mypage-container-box[data-type=company] .form-item-row.id .btn,
main[data-current-page=mypage] .mypage-container-box[data-type=change] .form-item-row.id .btn {
  position: absolute;
  right: -2rem;
  transform: translateX(100%);
}
@media screen and (max-width: 1024px) {
  main[data-current-page=mypage] .mypage-container-box[data-type=company] .form-item-row.id .btn,
  main[data-current-page=mypage] .mypage-container-box[data-type=change] .form-item-row.id .btn {
    position: relative;
    right: auto;
    transform: none;
  }
}
@media screen and (min-width: 1024px) {
  main[data-current-page=mypage] .mypage-container-box[data-type=company] .form-item-row.news,
  main[data-current-page=mypage] .mypage-container-box[data-type=change] .form-item-row.news {
    gap: 2rem;
  }
  main[data-current-page=mypage] .mypage-container-box[data-type=company] .form-item-row.news .form-item,
  main[data-current-page=mypage] .mypage-container-box[data-type=change] .form-item-row.news .form-item {
    width: 23rem;
  }
}
@media screen and (min-width: 600px) {
  main[data-current-page=mypage] .mypage-container-box[data-type=company] .form-item-row.news,
  main[data-current-page=mypage] .mypage-container-box[data-type=change] .form-item-row.news {
    flex-direction: row;
  }
}
main[data-current-page=mypage] .mypage-container-box[data-type=company] ul.change-dot-txt-list,
main[data-current-page=mypage] .mypage-container-box[data-type=change] ul.change-dot-txt-list {
  margin-bottom: 2.4rem;
}
main[data-current-page=mypage] .mypage-container-box[data-type=company] ul.change-dot-txt-list li,
main[data-current-page=mypage] .mypage-container-box[data-type=change] ul.change-dot-txt-list li {
  color: #555555;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.5rem;
}
main[data-current-page=mypage] .mypage-container-box[data-type=company] ul.change-dot-txt-list li.bold,
main[data-current-page=mypage] .mypage-container-box[data-type=change] ul.change-dot-txt-list li.bold {
  font-weight: 700;
}
main[data-current-page=mypage] .mypage-container-box[data-type=company] ul.change-dot-txt-list li:not(:last-child),
main[data-current-page=mypage] .mypage-container-box[data-type=change] ul.change-dot-txt-list li:not(:last-child) {
  margin-bottom: 0.4rem;
}
main[data-current-page=mypage] .mypage-container-box[data-type=company] ul.change-dot-txt-list li b,
main[data-current-page=mypage] .mypage-container-box[data-type=change] ul.change-dot-txt-list li b {
  color: #E81D21;
}
main[data-current-page=mypage] .mypage-container-box[data-type=company] .dot-txt-list,
main[data-current-page=mypage] .mypage-container-box[data-type=change] .dot-txt-list {
  margin-top: clamp(2.6rem, 22px + 0.52083vmax, 3.2rem);
}
main[data-current-page=mypage] .mypage-container-box[data-type=company] .form-input-item.new-password .msg,
main[data-current-page=mypage] .mypage-container-box[data-type=change] .form-input-item.new-password .msg {
  display: flex;
  gap: 0.5rem;
}
main[data-current-page=mypage] .mypage-container-box[data-type=company] .form-input-item.new-password .msg.level-5 em, main[data-current-page=mypage] .mypage-container-box[data-type=company] .form-input-item.new-password .msg.level-4 em,
main[data-current-page=mypage] .mypage-container-box[data-type=change] .form-input-item.new-password .msg.level-5 em,
main[data-current-page=mypage] .mypage-container-box[data-type=change] .form-input-item.new-password .msg.level-4 em {
  color: #E81D21;
}
main[data-current-page=mypage] .mypage-container-box[data-type=company] .form-input-item.new-password .msg.level-3 em,
main[data-current-page=mypage] .mypage-container-box[data-type=change] .form-input-item.new-password .msg.level-3 em {
  color: #FF4549;
}
main[data-current-page=mypage] .mypage-container-box[data-type=company] .form-input-item.new-password .msg.level-2 em,
main[data-current-page=mypage] .mypage-container-box[data-type=change] .form-input-item.new-password .msg.level-2 em {
  color: #3379FF;
}
main[data-current-page=mypage] .mypage-container-box[data-type=company] .form-input-item.new-password .msg.level-1 em,
main[data-current-page=mypage] .mypage-container-box[data-type=change] .form-input-item.new-password .msg.level-1 em {
  color: #0045C9;
}
main[data-current-page=mypage] .mypage-container-box[data-type=company] .form-input-item.new-password .msg::before,
main[data-current-page=mypage] .mypage-container-box[data-type=change] .form-input-item.new-password .msg::before {
  content: none;
}
@media screen and (max-width: 600px) {
  main[data-current-page=mypage] .mypage-container-box[data-type=withdrawal] .sub-component-title br {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  main[data-current-page=mypage] .mypage-container-box[data-type=company] .board-list-tbody .check-col {
    gap: 0 !important;
    position: absolute;
    top: 2.9rem;
    left: 2.4rem;
  }
  main[data-current-page=mypage] .mypage-container-box[data-type=company] .board-list-tbody .board-title {
    padding-left: 3rem;
  }
  main[data-current-page=mypage] .mypage-container-box[data-type=company] .board-list-tbody .board-list-row .column:nth-child(4) {
    order: 3;
  }
  main[data-current-page=mypage] .mypage-container-box[data-type=company] .board-list-tbody .board-list-row .column:nth-child(6) {
    order: 4;
  }
}
@media screen and (max-width: 600px) {
  main[data-current-page=mypage] .mypage-container-box[data-type=company] .board-list-tbody .board-list-row .column:nth-child(4) {
    width: 100%;
  }
  main[data-current-page=mypage] .mypage-container-box[data-type=company] .board-list-tbody .board-list-row .column:nth-child(6) {
    width: 100%;
  }
}
main[data-current-page=mypage] .energy-expert-content {
  display: flex;
  gap: 2rem;
}
main[data-current-page=mypage] .energy-expert-content .card {
  width: calc(50% - 1rem);
  padding: 3.2rem;
}
main[data-current-page=mypage] .energy-expert-content .card .icon img {
  width: 6rem;
}
main[data-current-page=mypage] .energy-expert-content .card .title {
  margin-top: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.9rem;
}
@media screen and (max-width: 1440px) {
  main[data-current-page=mypage] .energy-expert-content .card .title {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 1024px) {
  main[data-current-page=mypage] .energy-expert-content .card .title {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 600px) {
  main[data-current-page=mypage] .energy-expert-content .card .title {
    font-size: 1.8rem;
  }
}
main[data-current-page=mypage] .energy-expert-content .card .txt {
  margin-top: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.5rem;
}
main[data-current-page=mypage] .energy-expert-content .card .btn {
  margin-top: 2.4rem;
}
@media screen and (max-width: 1024px) {
  main[data-current-page=mypage] .energy-expert-content {
    flex-direction: column;
    gap: 1.6rem;
  }
  main[data-current-page=mypage] .energy-expert-content .card {
    width: 100%;
    padding: 2.4rem;
  }
  main[data-current-page=mypage] .energy-expert-content .card .icon img {
    width: 4.8rem;
  }
  main[data-current-page=mypage] .energy-expert-content .card .btn {
    margin-top: 2rem;
  }
}
main[data-current-page=mypage] .category-box {
  border-radius: max(0.6rem, 0.41666vw);
  background-color: #ffffff;
  padding: 4rem;
  border: 1px solid #D8D8D8;
}
@media screen and (max-width: 1024px) {
  main[data-current-page=mypage] .category-box {
    padding: 2.4rem;
  }
}
main[data-current-page=mypage] .category-box {
  padding: 3.2rem;
  margin-bottom: clamp(2rem, 2.5vmax, 4.8rem);
}
main[data-current-page=mypage] .category-box .category-list {
  display: grid;
  grid-template-columns: repeat(var(--grid-columns, 6), 1fr);
  gap: 0.8rem;
}
main[data-current-page=mypage] .category-box .category-list .category-item a {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  justify-content: center;
  align-items: center;
  padding: 2rem 2.4rem;
  background-color: #F8F8F8;
  border-radius: 0.6rem;
  height: 100%;
  border: 1px solid transparent;
  transition: 0.3s ease;
  transition-property: background-color, border-color;
}
main[data-current-page=mypage] .category-box .category-list .category-item a .icon {
  display: flex;
  align-items: center;
  height: 6.4rem;
  font-size: 32px;
  font-weight: 700;
  line-height: 150%;
  color: #0045C9;
}
main[data-current-page=mypage] .category-box .category-list .category-item a .icon img {
  display: block;
  height: 100%;
}
main[data-current-page=mypage] .category-box .category-list .category-item a .tit {
  color: #717171;
  transition: 0.3s ease;
  transition-property: color, font-weight;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.5rem;
}
main[data-current-page=mypage] .category-box .category-list .category-item.active a {
  background-color: #EFF5FF;
  border-color: #D1E1FF;
}
main[data-current-page=mypage] .category-box .category-list .category-item.active a .tit {
  font-weight: 700;
  color: #0045C9;
}
@media screen and (hover: hover) {
  main[data-current-page=mypage] .category-box .category-list .category-item a:hover {
    background-color: #EFF5FF;
    border-color: #D1E1FF;
  }
  main[data-current-page=mypage] .category-box .category-list .category-item a:hover .tit {
    font-weight: 700;
    color: #0045C9;
  }
}
main[data-current-page=mypage] .category-box .category-btn {
  display: none;
  position: relative;
  width: 100%;
  align-items: center;
  justify-content: center;
  color: #1D1D1D;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.5rem;
}
main[data-current-page=mypage] .category-box .category-btn::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 5.2rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFF 100%);
}
main[data-current-page=mypage] .category-box .category-btn .icon {
  display: inline-flex;
}
main[data-current-page=mypage] .category-box .category-btn .icon svg {
  display: block;
}
main[data-current-page=mypage] .category-box.open .category-btn {
  margin-top: 1.6rem;
}
main[data-current-page=mypage] .category-box.open .category-btn::before {
  display: none;
}
main[data-current-page=mypage] .category-box.open .category-btn .icon {
  transform: rotate(-180deg);
}
@media screen and (min-width: calc(600px + 1px)) {
  main[data-current-page=mypage] .category-box .category-list {
    height: auto !important;
  }
}
@media screen and (max-width: 1024px) {
  main[data-current-page=mypage] .category-box {
    padding: 2.4rem;
  }
  main[data-current-page=mypage] .category-box .category-list {
    grid-template-columns: repeat(min(var(--grid-columns-t, 4), 4), 1fr);
  }
}
@media screen and (max-width: 600px) {
  main[data-current-page=mypage] .category-box .category-list {
    height: 17.2rem;
    overflow: hidden;
    grid-template-columns: repeat(min(var(--grid-columns-m, 2), 2), 1fr);
  }
  main[data-current-page=mypage] .category-box .category-list .category-item a {
    flex-direction: row;
    justify-content: flex-start;
    gap: 0.8rem;
    padding: 1rem 1.2rem;
  }
  main[data-current-page=mypage] .category-box .category-list .category-item a .icon {
    width: 3.2rem;
    height: 3.2rem;
    font-size: 16px;
  }
  main[data-current-page=mypage] .category-box .category-list .category-item a .tit {
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    font-size: 1.3rem;
  }
  main[data-current-page=mypage] .category-box .category-btn {
    display: flex;
  }
}
@media screen and (max-width: 1024px) {
  main[data-current-page=mypage] .board-list-tbl .column {
    width: 50%;
    gap: 0.6rem 0.8rem;
  }
  main[data-current-page=mypage] .board-list-tbl .column.board-title {
    width: 100%;
  }
  main[data-current-page=mypage] .board-list-tbl .column.board-title a {
    display: block;
    width: 100%;
  }
  main[data-current-page=mypage] .board-list-tbl .column.board-title a strong {
    max-width: 100%;
  }
  main[data-current-page=mypage] .board-list-tbl .column::before {
    width: 5.2rem;
  }
}
main[data-current-page=mypage] .form-container .gray-box {
  padding: 4rem;
  border-radius: max(0.6rem, 0.41666vw);
  background-color: #F8F8F8;
}
main[data-current-page=mypage] .form-container .gray-box .txt {
  color: #1D1D1D;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.5rem;
}
@media screen and (max-width: 1024px) {
  main[data-current-page=mypage] .form-container .gray-box {
    padding: 1.6rem;
  }
}
main[data-current-page=mypage] .form-container .form-input-item .msg.custom {
  display: block;
  padding-left: 0.4rem;
}
main[data-current-page=mypage] .form-container .form-input-item .msg.custom::before {
  display: none;
}
main[data-current-page=mypage] .form-container .form-input-item.link a {
  display: inline-block;
  padding: 1.2rem 0.4rem;
  color: #1D1D1D;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.5rem;
}
main[data-current-page=mypage] .form-container .input-checkbox-box {
  gap: 1.2rem 2.4rem;
}
@media screen and (max-width: 1024px) {
  main[data-current-page=mypage] .form-container .input-checkbox-box {
    gap: 0.8rem 1.5rem;
  }
}
main[data-current-page=mypage] .form-container .textarea::placeholder {
  color: #8E8E8E;
}
main[data-current-page=mypage] .form-container .textarea:focus::placeholder {
  color: #1D1D1D;
}
main[data-current-page=mypage] .form-container .dropbox-wrap {
  width: 100%;
  max-width: 100%;
}
main[data-current-page=mypage] .sub-component-title-box > .txt-box {
  display: flex;
  justify-content: space-between;
  margin-top: clamp(0.8rem, 0.833333vmax, 1.6rem);
}
main[data-current-page=mypage] .sub-component-title-box > .txt-box .txt {
  color: #555555;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.7rem;
}
@media screen and (max-width: 1440px) {
  main[data-current-page=mypage] .sub-component-title-box > .txt-box .txt {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 1024px) {
  main[data-current-page=mypage] .sub-component-title-box > .txt-box .txt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 600px) {
  main[data-current-page=mypage] .sub-component-title-box > .txt-box .txt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 600px) {
  main[data-current-page=mypage] .sub-component-title-box > .txt-box {
    justify-content: flex-start;
    flex-direction: column;
    gap: 1.6rem;
  }
  main[data-current-page=mypage] .sub-component-title-box > .txt-box br {
    display: none;
  }
}
main[data-current-page=mypage] .board-detail .detail-top {
  padding-bottom: clamp(2rem, 18px + 0.3125vmax, 2.4rem);
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
main[data-current-page=mypage] .board-detail .detail-component .content-item .tit-box .tit {
  width: 12rem;
}
main[data-current-page=mypage] .board-detail .detail-component .content-item .con-box a {
  color: #555555;
}
main[data-current-page=mypage] .board-detail .detail-component .content-item .dot-txt-list {
  gap: 0.4rem;
}
@media screen and (max-width: 1024px) {
  main[data-current-page=mypage] .board-detail .detail-component .program-content {
    gap: 1.6rem;
  }
  main[data-current-page=mypage] .board-detail .detail-component .content-item {
    flex-direction: column;
    gap: 0.8rem;
  }
  main[data-current-page=mypage] .board-detail .detail-component .content-item .tit-box .tit {
    width: 100%;
  }
}
main[data-current-page=mypage] .board-detail .detail-btn-box {
  display: flex;
  justify-content: center;
}
main[data-current-page=mypage] .expert-info-content {
  margin-top: clamp(2.6rem, 22px + 0.52083vmax, 3.2rem);
}
main[data-current-page=mypage] .expert-info-content .expert-info-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
}
main[data-current-page=mypage] .expert-info-content .expert-info-list .item {
  position: relative;
  width: calc(33.33% - 1.0666666667rem);
}
main[data-current-page=mypage] .expert-info-content .expert-info-list .item a {
  background-color: #ffffff;
  border: 1px solid #D8D8D8;
  border-radius: max(0.6rem, 0.41666vw);
  padding: 2.4rem;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  transition: border-color 0.3s ease;
}
main[data-current-page=mypage] .expert-info-content .expert-info-list .item .close-btn {
  position: absolute;
  right: 2.4rem;
  top: 2.4rem;
  width: 2.6rem;
  height: 2.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border: 1px solid #D8D8D8;
  border-radius: 0.6rem;
}
main[data-current-page=mypage] .expert-info-content .expert-info-list .item .close-btn svg {
  width: 1.6rem;
  height: 1.6rem;
}
main[data-current-page=mypage] .expert-info-content .expert-info-list .item .tit-box {
  padding: 0 0.6rem;
}
main[data-current-page=mypage] .expert-info-content .expert-info-list .item .tit-box .tit {
  transition: color 0.3s ease;
  max-width: calc(100% - 3rem);
  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: 1.9rem;
}
@media screen and (max-width: 1440px) {
  main[data-current-page=mypage] .expert-info-content .expert-info-list .item .tit-box .tit {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 1024px) {
  main[data-current-page=mypage] .expert-info-content .expert-info-list .item .tit-box .tit {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 600px) {
  main[data-current-page=mypage] .expert-info-content .expert-info-list .item .tit-box .tit {
    font-size: 1.8rem;
  }
}
main[data-current-page=mypage] .expert-info-content .expert-info-list .item .keyword-box {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  height: 5.7rem;
  gap: 0.5rem;
  overflow: hidden;
}
main[data-current-page=mypage] .expert-info-content .expert-info-list .item .keyword-box .keyword {
  display: inline-flex;
  padding: 0.3rem 0.8rem;
  border-radius: 0.6rem;
  color: #555555;
  background-color: #F8F8F8;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.3rem;
}
main[data-current-page=mypage] .expert-info-content .expert-info-list .item .txt {
  color: #555555;
  display: block;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.5rem;
}
@media screen and (hover: hover) {
  main[data-current-page=mypage] .expert-info-content .expert-info-list .item:hover a {
    border-color: #0045C9;
  }
  main[data-current-page=mypage] .expert-info-content .expert-info-list .item:hover a .tit-box .tit {
    color: #0045C9;
  }
}
main[data-current-page=mypage] .expert-info-content .expert-info-list .default-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: max(0.6rem, 0.41666vw);
  border: 1.5px dashed #C6C6C6;
  width: calc(33.33% - 1.0666666667rem);
  text-align: center;
  order: 9999999;
  height: 23.5rem;
}
main[data-current-page=mypage] .expert-info-content .expert-info-list .default-item .txt {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.7rem;
}
main[data-current-page=mypage] .expert-info-content .expert-info-list .default-item .txt span {
  color: #0045C9;
}
@media screen and (max-width: 1440px) {
  main[data-current-page=mypage] .expert-info-content .expert-info-list .default-item .txt {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 1024px) {
  main[data-current-page=mypage] .expert-info-content .expert-info-list .default-item .txt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 600px) {
  main[data-current-page=mypage] .expert-info-content .expert-info-list .default-item .txt {
    font-size: 1.6rem;
  }
}
main[data-current-page=mypage] .expert-info-content .expert-info-list .default-item .txt.default-txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.2rem;
}
main[data-current-page=mypage] .expert-info-content .expert-info-list .default-item .txt.no-data-txt {
  display: none;
}
main[data-current-page=mypage] .expert-info-content.default .expert-info-list .item {
  display: none;
}
main[data-current-page=mypage] .expert-info-content.default .expert-info-list .default-item:last-child {
  flex: 1;
}
main[data-current-page=mypage] .expert-info-content.default .expert-info-list .default-item .txt.no-data-txt {
  display: block;
}
main[data-current-page=mypage] .expert-info-content.default .expert-info-list .default-item .txt.default-txt {
  display: none;
}
@media screen and (max-width: 1024px) {
  main[data-current-page=mypage] .expert-info-content .expert-info-list .item {
    width: 100%;
  }
  main[data-current-page=mypage] .expert-info-content .expert-info-list .default-item {
    width: 100%;
  }
}
main[data-current-page=mypage] .expert-popup .layer-popup-wrap {
  width: 114rem;
  max-width: 100%;
  z-index: 9;
}
@media screen and (max-width: 1440px) {
  main[data-current-page=mypage] .expert-popup .layer-popup-wrap {
    width: calc(100% - 8rem);
  }
}
@media screen and (max-width: 1024px) {
  main[data-current-page=mypage] .expert-popup .layer-popup-wrap {
    width: 76rem;
    max-width: 76rem;
  }
}
main[data-current-page=mypage] .expert-popup .layer-popup-top {
  padding-top: 5.6rem;
  padding-bottom: 3.2rem;
  border-bottom: 0;
}
main[data-current-page=mypage] .expert-popup .layer-popup-top .tit {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1px;
  font-size: clamp(2.5rem, 1.66667vw, 3.2rem);
}
main[data-current-page=mypage] .expert-popup .layer-popup-top .close-btn {
  transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
  main[data-current-page=mypage] .expert-popup .layer-popup-top {
    padding-top: 4rem;
    padding-bottom: 2.4rem;
  }
}
main[data-current-page=mypage] .expert-popup .layer-popup-content {
  padding-top: 0;
  padding-bottom: 0;
}
main[data-current-page=mypage] .expert-popup .layer-popup-content .content-inner {
  overflow-y: auto;
  max-height: calc(80vh - var(--top-height) - var(--bottom-height) - 4rem);
}
main[data-current-page=mypage] .expert-popup .layer-popup-content .content-inner::-webkit-scrollbar {
  width: 6px;
}
main[data-current-page=mypage] .expert-popup .layer-popup-content .content-inner::-webkit-scrollbar-thumb {
  background-color: #D8D8D8;
  border-radius: 6px;
}
main[data-current-page=mypage] .expert-popup .layer-popup-content .content-inner::-webkit-scrollbar-track {
  background-color: transparent;
}
main[data-current-page=mypage] .expert-popup .layer-popup-content .content-inner .search-no-result {
  background-color: unset;
  border: unset;
  border-bottom-left-radius: unset;
  border-bottom-right-radius: unset;
}
@media screen and (max-width: 1024px) {
  main[data-current-page=mypage] .expert-popup .layer-popup-content .content-inner .search-no-result {
    border-radius: unset;
  }
}
main[data-current-page=mypage] .expert-popup .layer-popup-content .category-box {
  margin-bottom: 0;
}
main[data-current-page=mypage] .expert-popup .layer-popup-content .board-list-tbl .input-checkbox-item {
  display: inline-block;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
}
main[data-current-page=mypage] .expert-popup .layer-popup-content .board-list-tbl .input-checkbox-item input[type=checkbox] {
  width: auto;
  height: auto;
}
main[data-current-page=mypage] .expert-popup .layer-popup-content .board-list-tbl .input-checkbox-item label {
  padding-left: 0;
}
main[data-current-page=mypage] .expert-popup .layer-popup-content .board-list-tbl .input-checkbox-item .icon {
  top: 50%;
}
@media screen and (max-width: 1024px) {
  main[data-current-page=mypage] .expert-popup .layer-popup-content .board-list-tbl .column {
    width: 100%;
  }
  main[data-current-page=mypage] .expert-popup .layer-popup-content .board-list-tbl .column.checkbox {
    position: absolute;
    top: 2.8rem;
    left: 2.4rem;
    width: auto;
    display: block;
  }
  main[data-current-page=mypage] .expert-popup .layer-popup-content .board-list-tbl .column.checkbox .icon {
    width: 2.4rem;
    height: 2.4rem;
  }
  main[data-current-page=mypage] .expert-popup .layer-popup-content .board-list-tbl .column.board-title {
    padding-left: 3.6rem;
  }
}
main[data-current-page=mypage] .expert-popup .layer-popup-content .btn-box {
  display: flex;
  justify-content: center;
  gap: 1.6rem;
  padding: clamp(3rem, 10px + 2.39583vmax, 5.6rem) 0 5.6rem;
}
main[data-current-page=mypage] .expert-popup .layer-popup-content .btn-box .btn {
  width: 15rem;
}
main[data-current-page=mypage] .expert-popup .layer-popup-content .btn-box .btn[disabled] i path {
  stroke: #8E8E8E;
}
@media screen and (max-width: 1024px) {
  main[data-current-page=mypage] .expert-popup .layer-popup-content .btn-box {
    padding-bottom: 4rem;
  }
}
main[data-current-page=mypage] .expert-detail-popup .layer-popup-content {
  overflow: hidden;
  max-height: 100%;
}
main[data-current-page=mypage] .expert-detail-popup .layer-popup-content .content-inner {
  overflow-y: auto;
  max-height: calc(80vh - var(--top-height) - var(--bottom-height) - 4rem);
  background-color: #ffffff;
  border: 1px solid #D8D8D8;
  border-radius: max(1rem, 0.625vw);
}
main[data-current-page=mypage] .expert-detail-popup .layer-popup-content .detail-container {
  border: 0;
  border-radius: 0;
}
@media screen and (max-width: 1024px) {
  main[data-current-page=mypage] .expert-detail-popup .layer-popup-content .detail-container {
    padding-bottom: clamp(3rem, 10px + 2.39583vmax, 5.6rem);
  }
}
main[data-current-page=mypage] .expert-detail-popup .board-detail .detail-content {
  padding-top: 0;
}
main[data-current-page=mypage] .expert-detail-popup .detail-btn-box {
  margin-top: clamp(3rem, 10px + 2.39583vmax, 5.6rem);
}
main[data-current-page=mypage] .expert-detail-popup .detail-bottom.btn-box {
  display: flex;
  justify-content: space-between;
  padding-top: clamp(2.6rem, 22px + 0.52083vmax, 3.2rem);
}
main[data-current-page=mypage] .expert-detail-popup .detail-bottom.btn-box .btn {
  width: 11.8rem;
}
@media screen and (max-width: 1024px) {
  main[data-current-page=mypage] .expert-detail-popup .detail-bottom.btn-box {
    gap: 0;
  }
  main[data-current-page=mypage] .expert-detail-popup .detail-bottom.btn-box .btn {
    max-width: 9.1rem;
    width: calc(33.33% - 0.5333333333rem);
  }
}

body:has([data-current-page=error]) {
  background-color: #F8F8F8;
}

#wrapper[data-current-page=error] {
  height: calc(100vh - 7rem);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #1D1D1D;
}
@media screen and (max-width: 600px) {
  #wrapper[data-current-page=error] {
    height: calc(100vh - 6rem);
    padding-right: max(2rem, 5.12821vw);
    padding-left: max(2rem, 5.12821vw);
  }
}
#wrapper[data-current-page=error] .only-web {
  display: block;
}
@media screen and (max-width: 600px) {
  #wrapper[data-current-page=error] .only-web {
    display: none;
  }
}
#wrapper[data-current-page=error] .only-mobile {
  display: none;
}
@media screen and (max-width: 600px) {
  #wrapper[data-current-page=error] .only-mobile {
    display: block;
  }
}
#wrapper[data-current-page=error] .error-container,
#wrapper[data-current-page=error] .logout-container {
  width: 100%;
}
#wrapper[data-current-page=error] .error-container .img-wrap,
#wrapper[data-current-page=error] .logout-container .img-wrap {
  margin-bottom: clamp(2.6rem, 22px + 0.52083vmax, 3.2rem);
}
#wrapper[data-current-page=error] .error-container .img-wrap i,
#wrapper[data-current-page=error] .logout-container .img-wrap i {
  width: max(8.3333333333vw, 16rem);
  height: max(8.3333333333vw, 16rem);
  display: block;
  margin: 0 auto;
}
#wrapper[data-current-page=error] .error-container .img-wrap svg,
#wrapper[data-current-page=error] .logout-container .img-wrap svg {
  display: block;
  width: 100%;
  height: 100%;
}
#wrapper[data-current-page=error] .error-container h2,
#wrapper[data-current-page=error] .logout-container h2 {
  margin-bottom: clamp(0.8rem, 0.833333vmax, 1.6rem);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1px;
  font-size: clamp(2.5rem, 1.66667vw, 3.2rem);
}
#wrapper[data-current-page=error] .error-container p,
#wrapper[data-current-page=error] .logout-container p {
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.9rem;
}
@media screen and (max-width: 1440px) {
  #wrapper[data-current-page=error] .error-container p,
  #wrapper[data-current-page=error] .logout-container p {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 1024px) {
  #wrapper[data-current-page=error] .error-container p,
  #wrapper[data-current-page=error] .logout-container p {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 600px) {
  #wrapper[data-current-page=error] .error-container p,
  #wrapper[data-current-page=error] .logout-container p {
    font-size: 1.8rem;
  }
}
#wrapper[data-current-page=error] .error-container p b,
#wrapper[data-current-page=error] .logout-container p b {
  color: #0045C9;
}
#wrapper[data-current-page=error] .error-container .btn-wrap,
#wrapper[data-current-page=error] .logout-container .btn-wrap {
  margin-top: 5.6rem;
  display: flex;
  justify-content: center;
  gap: max(0.8333333333vw, 1.6rem);
}
#wrapper[data-current-page=error] .error-container .btn-wrap .btn,
#wrapper[data-current-page=error] .logout-container .btn-wrap .btn {
  width: 15rem;
}
@media screen and (max-width: 600px) {
  #wrapper[data-current-page=error] .error-container .img-wrap i,
  #wrapper[data-current-page=error] .logout-container .img-wrap i {
    width: max(20.5128205128vw, 8rem);
    height: max(20.5128205128vw, 8rem);
  }
  #wrapper[data-current-page=error] .error-container h2,
  #wrapper[data-current-page=error] .logout-container h2 {
    width: 100%;
    margin-bottom: clamp(2rem, 2.5vmax, 4.8rem);
  }
  #wrapper[data-current-page=error] .error-container .btn-wrap,
  #wrapper[data-current-page=error] .logout-container .btn-wrap {
    margin-top: 3rem;
  }
  #wrapper[data-current-page=error] .error-container .btn-wrap > *,
  #wrapper[data-current-page=error] .logout-container .btn-wrap > * {
    width: fit-content;
    flex-grow: 1;
  }
}
#wrapper[data-current-page=error] .system-container .logo-wrap {
  margin-bottom: clamp(2rem, 18px + 0.3125vmax, 2.4rem);
}
#wrapper[data-current-page=error] .system-container .logo-wrap i, #wrapper[data-current-page=error] .system-container .logo-wrap svg {
  width: auto;
  height: max(1.9791666667vw, 3.8rem);
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  #wrapper[data-current-page=error] .system-container .logo-wrap i, #wrapper[data-current-page=error] .system-container .logo-wrap svg {
    height: 3.2rem;
  }
}
#wrapper[data-current-page=error] .system-container h2 {
  margin-bottom: clamp(0.8rem, 0.833333vmax, 1.6rem);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1px;
  font-size: clamp(4.2rem, 2.5vw, 4.8rem);
}
@media screen and (max-width: 1440px) {
  #wrapper[data-current-page=error] .system-container h2 {
    font-size: clamp(4.2rem, 2.5vw, 4.8rem);
  }
}
@media screen and (max-width: 1024px) {
  #wrapper[data-current-page=error] .system-container h2 {
    font-size: max(2.5rem, 4.16667vw);
  }
}
@media screen and (max-width: 600px) {
  #wrapper[data-current-page=error] .system-container h2 {
    font-size: max(2.5rem, 4.16667vw);
  }
}
#wrapper[data-current-page=error] .system-container p {
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.9rem;
}
@media screen and (max-width: 1440px) {
  #wrapper[data-current-page=error] .system-container p {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 1024px) {
  #wrapper[data-current-page=error] .system-container p {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 600px) {
  #wrapper[data-current-page=error] .system-container p {
    font-size: 1.8rem;
  }
}
#wrapper[data-current-page=error] .system-container .notice-wrap {
  color: #555555;
  margin-top: 4.8rem;
  padding: 2.4rem 4rem;
  background-color: #ffffff;
  border: 1px solid #0045C9;
  border-radius: max(0.6rem, 0.41666vw);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 1.9rem;
}
@media screen and (max-width: 1440px) {
  #wrapper[data-current-page=error] .system-container .notice-wrap {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 1024px) {
  #wrapper[data-current-page=error] .system-container .notice-wrap {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 600px) {
  #wrapper[data-current-page=error] .system-container .notice-wrap {
    font-size: 1.8rem;
  }
}
#wrapper[data-current-page=error] .system-container .notice-wrap .tit {
  position: relative;
  font-weight: 700;
  width: fit-content;
  height: 100%;
}
#wrapper[data-current-page=error] .system-container .notice-wrap .line {
  display: inline-block;
  position: relative;
  height: 1.6rem;
  width: 0.1rem;
  background-color: #D8D8D8;
  margin: 0.65rem 0.8rem 0;
  flex-shrink: 0;
}