@charset "UTF-8";
/*
AUTH : ssooya
VERSION : version 2
*/
/**********
펑션
***********/
/**********
텍스트 자간
***********/
/**********
텍스트 말줄임
***********/
/**********
아이콘
***********/
section.main-visual {
  min-height: 100dvh;
  background: url("../../img/main/visual.png") no-repeat center/cover;
}

section.main-technology {
  padding: 170px 0 120px;
  background: url("../../img/main/technology_bg.png") no-repeat center/100% 100%;
}
section.main-technology .wrap {
  display: flex;
  gap: 80px;
}
section.main-technology .wrap .technology-head-box {
  display: inline-flex;
  flex-direction: column;
  gap: 68px;
  width: 400px;
  flex-shrink: 0;
}
section.main-technology .wrap .technology-head-box .head-box {
  font-size: 48px;
  line-height: 60px;
  letter-spacing: -0.03em;
  font-weight: 700;
}
section.main-technology .wrap .technology-body-box .technology-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px 60px;
}
section.main-technology .wrap .technology-body-box .technology-list .technology-item {
  min-width: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
section.main-technology .wrap .technology-body-box .technology-list .technology-item .img-box {
  width: 180px;
  margin: 0 auto;
  display: inline-flex;
  border-radius: 50%;
  overflow: hidden;
}
section.main-technology .wrap .technology-body-box .technology-list .technology-item .img-box img {
  width: 100%;
  height: 100%;
}
section.main-technology .wrap .technology-body-box .technology-list .technology-item .info-box {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0 20px;
}
section.main-technology .wrap .technology-body-box .technology-list .technology-item .info-box .subject-box {
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.03em;
  font-weight: 700;
  text-align: center;
}
section.main-technology .wrap .technology-body-box .technology-list .technology-item .info-box .con-box {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

section.main-solution {
  padding: 120px 0;
}
section.main-solution .wrap {
  display: flex;
  align-items: center;
  gap: 80px;
}
section.main-solution .solution-view-box {
  width: 100%;
}
section.main-solution .solution-view-box .img-box {
  display: flex;
}
section.main-solution .solution-view-box .img-box img {
  width: 100%;
  object-fit: cover;
}
section.main-solution .solution-info-box {
  width: 100%;
}
section.main-solution .solution-info-box .logo-box {
  display: flex;
}
section.main-solution .solution-info-box .logo-box .logo-img {
  background: url("../../img/main/solution_logo.png") no-repeat center/cover;
  width: 558px;
  height: 120px;
}
section.main-solution .solution-info-box .subject-box {
  padding-top: 24px;
}
section.main-solution .solution-info-box .subject-box .subject-txt {
  text-align: center;
  font-size: 36px;
  line-height: 54px;
  font-weight: 700;
  letter-spacing: -0.03em;
}
section.main-solution .solution-info-box .link-box {
  padding-top: 68px;
  display: flex;
  justify-content: center;
}

section.newsroom {
  padding: 0 0 150px;
}
@media (max-width: 1280px) {
  section.newsroom {
    padding-bottom: 80px;
  }
}

section.notice {
  padding: 0 0 150px;
}
@media (max-width: 1280px) {
  section.notice {
    padding-bottom: 80px;
  }
}

article.notice-list .list-head-box {
  padding-bottom: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
article.notice-list .list-head-box .head-box {
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  color: #212529;
}
article.notice-list .list-body-box .table-box table {
  table-layout: fixed;
  border-top: 2px solid #363636;
}
@media (max-width: 1280px) {
  article.notice-list .list-body-box .table-box table colgroup col {
    display: flex;
    width: 100% !important;
  }
}
article.notice-list .list-body-box .table-box table tbody tr {
  border-bottom: 1px solid #D9D9D9;
}
article.notice-list .list-body-box .table-box table tbody tr.cursor {
  cursor: pointer;
}
@media (max-width: 1280px) {
  article.notice-list .list-body-box .table-box table tbody tr {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 16px 6px;
    gap: 4px;
  }
}
article.notice-list .list-body-box .table-box table tbody tr td {
  height: 80px;
  text-align: center;
}
@media (max-width: 1280px) {
  article.notice-list .list-body-box .table-box table tbody tr td {
    min-width: 0;
    display: flex;
    height: auto;
  }
}
article.notice-list .list-body-box .table-box table tbody tr td .subject-box {
  text-align: left;
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
article.notice-list .list-body-box .table-box table tbody tr td .subject-box .new-icon {
  width: 24px;
  height: 24px;
  background: url("../../img/common/new.svg") no-repeat center/cover;
  flex-shrink: 0;
}
@media (max-width: 1280px) {
  article.notice-list .list-body-box .table-box table tbody tr td .subject-box .new-icon {
    width: 20px;
    height: 20px;
  }
}
article.notice-list .list-body-box .table-box table tbody tr td .subject-box .file-icon {
  width: 24px;
  height: 24px;
  background: url("../../img/common/file.svg") no-repeat center/cover;
  flex-shrink: 0;
}
@media (max-width: 1280px) {
  article.notice-list .list-body-box .table-box table tbody tr td .subject-box .file-icon {
    width: 20px;
    height: 20px;
  }
}
article.notice-list .list-body-box .table-box table tbody tr td .subject-box .subject-txt {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  word-wrap: normal;
  width: 100%;
  max-width: 100%;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.03em;
}
article.notice-list .list-body-box .table-box table tbody tr td .order-box {
  color: #363636;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.03em;
  font-weight: 500;
}
@media (max-width: 1280px) {
  article.notice-list .list-body-box .table-box table tbody tr td .order-box {
    font-size: 16px;
    line-height: 22px;
  }
}
article.notice-list .list-body-box .table-box table tbody tr td .date-box {
  color: #363636;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.03em;
}
@media (max-width: 1280px) {
  article.notice-list .list-body-box .table-box table tbody tr td .date-box {
    font-size: 15px;
    line-height: 18px;
  }
}

article.newsroom-list .list-head-box {
  padding-bottom: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
article.newsroom-list .list-head-box .head-box {
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  color: #212529;
}
article.newsroom-list .list-wrap ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 54px 32px;
}
@media (max-width: 1280px) {
  article.newsroom-list .list-wrap ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 24px;
  }
}
@media (max-width: 768px) {
  article.newsroom-list .list-wrap ul {
    gap: 40px;
    grid-template-columns: repeat(1, 1fr);
  }
}
article.newsroom-list .list-wrap ul li {
  min-width: 0;
}
article.newsroom-list .list-wrap ul li .item-wrap {
  display: flex;
  flex-direction: column;
  border-radius: 18px;
  border: 1px solid #dddddd;
  background: #fff;
  overflow: hidden;
}
article.newsroom-list .list-wrap ul li .item-wrap .img-box {
  display: flex;
  width: 100%;
  height: 240px;
  overflow: hidden;
}
article.newsroom-list .list-wrap ul li .item-wrap .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
article.newsroom-list .list-wrap ul li .item-wrap .info-box {
  padding: 24px 20px 28px;
}
@media (max-width: 1280px) {
  article.newsroom-list .list-wrap ul li .item-wrap .info-box {
    padding: 18px 20px;
  }
}
article.newsroom-list .list-wrap ul li .item-wrap .info-box .label-box {
  display: flex;
  gap: 8px;
  align-items: center;
}
article.newsroom-list .list-wrap ul li .item-wrap .info-box .label-box .label-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  letter-spacing: -0.03em;
  line-height: 24px;
  padding: 0 10px;
  border-radius: 100px;
  background: #006fff;
  height: 24px;
}
article.newsroom-list .list-wrap ul li .item-wrap .info-box .subject-box {
  padding-top: 12px;
  font-size: 24px;
  font-weight: 700;
  color: #010101;
  letter-spacing: -0.03em;
  line-height: 32px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  word-wrap: normal;
  width: 100%;
  max-width: 100%;
}
@media (max-width: 1280px) {
  article.newsroom-list .list-wrap ul li .item-wrap .info-box .subject-box {
    padding-top: 8px;
    font-size: 20px;
    line-height: 28px;
  }
}
article.newsroom-list .list-wrap ul li .item-wrap .info-box .con-box {
  padding-top: 24px;
  letter-spacing: -0.03em;
}
@media (max-width: 1280px) {
  article.newsroom-list .list-wrap ul li .item-wrap .info-box .con-box {
    padding-top: 18px;
  }
}
article.newsroom-list .list-wrap ul li .item-wrap .info-box .con-box .desc-box {
  font-size: 18px;
  font-weight: 400;
  color: #212529;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  line-height: 24px;
  height: 48px;
  max-width: 100%;
  height: auto;
}
@media (max-width: 1280px) {
  article.newsroom-list .list-wrap ul li .item-wrap .info-box .con-box .desc-box {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    line-height: 20px;
    height: 40px;
    max-width: 100%;
    height: auto;
  }
}
article.newsroom-list .list-wrap ul li .item-wrap .info-box .con-box .date-box {
  padding-top: 8px;
  font-size: 16px;
  font-weight: 300;
  color: #363636;
}
@media (max-width: 1280px) {
  article.newsroom-list .list-wrap ul li .item-wrap .info-box .con-box .date-box {
    font-size: 14px;
  }
}

/*# sourceMappingURL=pr.css.map */
