/* section */
section {
  padding: 0 2%;
}
section .inner {
  max-width: 1540px;
  margin: 0 auto;
  box-sizing: border-box;
}
section .titArea h2 {
  font-size: 5rem;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  section {
    padding: 0 5.1282%;
  }
  section .titArea h2 {
    font-size: 3.5rem;
  }
}
/* visualWrap */
.visualWrap {
  position: relative;
  padding: 0;
}
.visualWrap .inner {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: none;
  padding: 0 7.5% 8.2rem;
  z-index: 1;
}
.visualWrap .txtArea {
  text-align: right;
  color: #fff;
}
.visualWrap .txtArea h2 {
  padding-right: 1.6rem;
  font-size: 6.6rem;
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
  font-weight: 900;
}
.visualWrap .txtArea .txt {
  margin-bottom: 1.6rem;
  padding-right: 1.6rem;
  font-size: 2.2rem;
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
  font-weight: 500;
}
.visualWrap .txtArea .btn {
  display: flex;
  gap: 2.3rem;
  margin-top: 4.4rem;
}
.visualWrap .txtArea .btn li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24rem;
  height: 7rem;
  border: 1px solid #fff;
  border-radius: 2rem;
  box-sizing: border-box;
  transition: background 0.15s, border-color 0.15s;
}
.visualWrap .txtArea .btn li span {
  position: relative;
  font-size: 2.2rem;
  font-weight: 900;
  color: #fff;
}
.visualWrap .txtArea .btn li a:focus, .visualWrap .txtArea .btn li a:hover {
  background: var(--primary);
  border-color: var(--primary);
}
.visualWrap .txtArea .btn li a:focus span, .visualWrap .txtArea .btn li a:hover span {
  padding-right: 2.8rem;
}
.visualWrap .txtArea .btn li a:focus span::after, .visualWrap .txtArea .btn li a:hover span::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1.8rem;
  height: 100%;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='16' viewBox='0 0 18 16' fill='none'%3E%3Cpath d='M10.25 14.5L16.5 8L10.25 1.5M16.5 8L1.5 8' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center/contain;
}
.visualWrap .visualSlide .swiper-slide img {
  width: 100%;
  min-height: 650px;
}

@media screen and (max-width: 1024px) {
  .visualWrap .inner {
    align-items: flex-start;
    height: 100%;
    padding: 3rem;
    padding-top: 12rem;
  }
  .visualWrap .txtArea {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    width: 100%;
    height: 100%;
    text-align: left;
  }
  .visualWrap .txtArea h2 {
    padding-right: 0;
    font-size: 5rem;
    text-shadow: none;
  }
  .visualWrap .txtArea .txt {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    font-family: Montserrat;
    font-size: 1.625rem;
    font-weight: 800;
    letter-spacing: 0.52px;
    text-shadow: none;
  }
  .visualWrap .txtArea .btn {
    flex-direction: column;
    gap: 1.25rem;
    margin-top: 2.5rem;
  }
  .visualWrap .txtArea .btn li a {
    width: 100%;
    height: 5.875rem;
    border-radius: 1.5rem;
  }
  .visualWrap .txtArea .btn li span {
    font-size: 2rem;
    font-weight: 700;
  }
  .visualWrap .txtArea .btn li a:focus, .visualWrap .txtArea .btn li a:hover {
    background: var(--primary);
    border-color: var(--primary);
  }
  .visualWrap .txtArea .btn li a:focus span, .visualWrap .txtArea .btn li a:hover span {
    padding-right: 2.75rem;
  }
  .visualWrap .txtArea .btn li a:focus span::after, .visualWrap .txtArea .btn li a:hover span::after {
    width: 1.5rem;
  }
  .visualWrap .visualSlide .swiper-slide img {
    min-height: auto;
    max-height: 800px;
    height: 131.28205vw;
  }
}
/* businessWrap */
.businessWrap .inner {
  padding-top: 11.3rem;
}
.businessWrap .conArea {
  margin-top: 7.7rem;
}
.businessWrap .businessList {
  display: flex;
  gap: 6rem;
}
.businessWrap .businessList li {
  flex: 1;
}
.businessWrap .businessList li a {
  display: block;
}
.businessWrap .businessList li .img {
  overflow: hidden;
  display: block;
  position: relative;
  aspect-ratio: 340/540;
  border-radius: 1rem;
  transition: 0.15s;
}
.businessWrap .businessList li .img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #cacaca;
  box-sizing: border-box;
  border-radius: 1rem;
  transition: 0.15s;
}
.businessWrap .businessList li .img img {
  width: 100%;
  height: 100%;
}
.businessWrap .businessList li .txt {
  display: block;
  position: relative;
  padding: 2.9rem 0 2.3rem;
  font-size: 2.8rem;
  text-align: center;
  font-weight: 300;
  box-sizing: border-box;
}
.businessWrap .businessList li .txt::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #b3b3b3;
  transition: 0.15s;
}
.businessWrap .businessList li a:focus .img, .businessWrap .businessList li a:hover .img {
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.businessWrap .businessList li a:focus .img::after, .businessWrap .businessList li a:hover .img::after {
  border: 2px solid var(--primary);
}
.businessWrap .businessList li a:focus .txt, .businessWrap .businessList li a:hover .txt {
  font-weight: 900;
  color: var(--primary);
}
.businessWrap .businessList li a:focus .txt::after, .businessWrap .businessList li a:hover .txt::after {
  height: 4px;
  background: var(--primary);
}

@media screen and (max-width: 1200px) {
  .businessWrap .businessList {
    gap: 3rem;
  }
}
@media screen and (max-width: 1024px) {
  .businessWrap .inner {
    padding: 6rem 0;
  }
  .businessWrap .conArea {
    margin-top: 4rem;
  }
  .businessWrap .businessList {
    flex-direction: column;
    gap: 3rem;
  }
  .businessWrap .businessList li a {
    position: relative;
  }
  .businessWrap .businessList li a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #cacaca;
    box-sizing: border-box;
    border-radius: 2rem;
    transition: 0.15s;
  }
  .businessWrap .businessList li .img {
    aspect-ratio: 350/180;
    border-radius: 2rem 2rem 0 0;
  }
  .businessWrap .businessList li .img::after {
    display: none;
  }
  .businessWrap .businessList li .txt {
    padding: 2.5rem 0;
    font-size: 2.5rem;
    font-weight: 700;
  }
  .businessWrap .businessList li .txt::after {
    display: none;
  }
  .businessWrap .businessList li a:focus::after, .businessWrap .businessList li a:hover::after {
    border: 2px solid var(--primary);
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
  }
  .businessWrap .businessList li a:focus .img, .businessWrap .businessList li a:hover .img {
    box-shadow: none;
  }
  .businessWrap .businessList li a:focus .txt, .businessWrap .businessList li a:hover .txt {
    font-weight: 700;
    color: var(--primary);
  }
}
/* technologyWrap */
.technologyWrap .inner {
  padding-top: 17.2rem;
}
.technologyWrap .conArea {
  margin-top: 5.4rem;
}
.technologyWrap .technologyList {
  display: flex;
  gap: 5rem;
}
.technologyWrap .technologyList li {
  flex: 1;
}
.technologyWrap .technologyList li a {
  display: block;
}
.technologyWrap .technologyList li .img {
  overflow: hidden;
  display: block;
  aspect-ratio: 480/340;
  border-radius: 4rem 4rem 0 0;
}
.technologyWrap .technologyList li .img img {
  width: 100%;
  height: 100%;
}
.technologyWrap .technologyList li .txt {
  display: block;
  position: relative;
  padding: 16.4583% 0;
  font-size: 3.6rem;
  text-align: center;
  font-weight: 700;
  border-radius: 0 0 4rem 4rem;
  box-sizing: border-box;
  transition: background 0.15s, box-shadow 0.15s;
}
.technologyWrap .technologyList li .txt::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #c3c3c3;
  border-radius: 0 0 4rem 4rem;
  box-sizing: border-box;
  transition: 0.15s;
}
.technologyWrap .technologyList li a:focus .txt, .technologyWrap .technologyList li a:hover .txt {
  font-weight: 900;
  color: var(--primary);
  background: #f8fbff;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.technologyWrap .technologyList li a:focus .txt::after, .technologyWrap .technologyList li a:hover .txt::after {
  border: 2px solid var(--primary);
}

@media screen and (max-width: 1200px) {
  .technologyWrap .technologyList {
    gap: 3rem;
  }
}
@media screen and (max-width: 1024px) {
  .technologyWrap .inner {
    padding: 6rem 0;
  }
  .technologyWrap .conArea {
    margin-top: 4rem;
  }
  .technologyWrap .technologyList {
    flex-direction: column;
    gap: 3rem;
  }
  .technologyWrap .technologyList li a {
    position: relative;
  }
  .technologyWrap .technologyList li a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #cacaca;
    box-sizing: border-box;
    border-radius: 2rem;
    transition: 0.15s;
  }
  .technologyWrap .technologyList li .img {
    aspect-ratio: 350/160;
    border-radius: 2rem 2rem 0 0;
  }
  .technologyWrap .technologyList li .txt {
    padding: 2rem 0;
    font-size: 2.25rem;
  }
  .technologyWrap .technologyList li .txt::after {
    display: none;
  }
  .technologyWrap .technologyList li a:focus::after, .technologyWrap .technologyList li a:hover::after {
    border: 2px solid var(--primary);
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
  }
  .technologyWrap .technologyList li a:focus .txt, .technologyWrap .technologyList li a:hover .txt {
    font-weight: 700;
    background: #f8fbff;
    box-shadow: none;
  }
}
/* outcomeWrap */
.outcomeWrap .inner {
  padding-top: 14.2rem;
}
.outcomeWrap .conArea {
  margin-top: 6rem;
}
.outcomeWrap .outcomeList {
  display: flex;
  align-items: center;
  height: 20rem;
  border-radius: 4rem;
  border: 1px solid #c3c3c3;
  box-sizing: border-box;
}
.outcomeWrap .outcomeList dl {
  flex: 1;
  position: relative;
  text-align: center;
}
.outcomeWrap .outcomeList dl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 6.8rem;
  background: #c3c3c3;
  transform: translateY(-50%);
}
.outcomeWrap .outcomeList dl:first-child::before {
  display: none;
}
.outcomeWrap .outcomeList dl dt {
  font-family: Montserrat;
  color: var(--primary);
  font-size: 4rem;
  font-weight: 900;
}
.outcomeWrap .outcomeList dl dd {
  margin-top: 2.1rem;
  font-size: 2.4rem;
  font-weight: 400;
}

@media screen and (max-width: 1024px) {
  .outcomeWrap .inner {
    padding: 6rem 0;
  }
  .outcomeWrap .conArea {
    margin-top: 3rem;
  }
  .outcomeWrap .outcomeList {
    flex-direction: column;
    height: auto;
    padding: 1.5rem 3rem 0.5rem;
    border-radius: 2.5rem;
    border-color: #cacaca;
  }
  .outcomeWrap .outcomeList dl {
    width: 100%;
    padding: 1.5rem 0 2.5rem;
  }
  .outcomeWrap .outcomeList dl::before {
    top: 0;
    left: 50%;
    width: 100%;
    height: 1px;
    background: #f2f2f2;
    transform: translate(-50%, 0);
  }
  .outcomeWrap .outcomeList dl dt {
    font-size: 4rem;
    font-weight: 800;
  }
  .outcomeWrap .outcomeList dl dd {
    margin-top: 1.5rem;
    font-size: 1.75rem;
    color: #454545;
  }
}
/* boardWrap */
.boardWrap .inner {
  padding-top: 19rem;
  padding-bottom: 9.3rem;
}
.boardWrap .titArea .btnMore {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 3.2rem;
}
.boardWrap .titArea .btnMore a {
  display: block;
}
.boardWrap .titArea .btnMore span {
  position: relative;
  padding-right: 3.2rem;
  font-family: Montserrat;
  font-size: 2.4rem;
  font-weight: 600;
}
.boardWrap .titArea .btnMore span::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1.8rem;
  height: 100%;
  background: url(../images/main/icon_board_more.svg) no-repeat center/contain;
}
.boardWrap .conArea {
  margin-top: 3rem;
}
.boardWrap .boardList {
  width: 100%;
}
.boardWrap .boardList table {
  width: 100%;
  table-layout: fixed;
}
.boardWrap .boardList table thead {
  border-top: 1px solid #000;
  border-bottom: 1px solid #b5b5b5;
}
.boardWrap .boardList table tbody tr {
  border-bottom: 1px solid #b5b5b5;
}
.boardWrap .boardList table th,
.boardWrap .boardList table td {
  vertical-align: middle;
  padding: 3.3rem 1rem;
  font-size: 2.4rem;
  font-weight: 300;
  text-align: center;
  box-sizing: border-box;
}
.boardWrap .boardList table th {
  font-weight: 600;
}
.boardWrap .boardList table td.subject {
  padding: 3.3rem 6.6rem;
  text-align: left;
}
.boardWrap .boardList table td.subject a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.boardWrap .boardList .type {
  width: 16rem;
}
.boardWrap .boardList .date {
  width: 20rem;
}

@media screen and (max-width: 1024px) {
  .boardWrap .inner {
    padding: 6rem 0;
  }
  .boardWrap .titArea {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 3rem;
    border-bottom: 2px solid #000;
  }
  .boardWrap .titArea .btnMore {
    margin-top: 0;
  }
  .boardWrap .titArea .btnMore span {
    padding-right: 0;
    font-size: 1.75rem;
    font-weight: 800;
  }
  .boardWrap .titArea .btnMore span::after {
    display: none;
  }
  .boardWrap .boardList table thead {
    display: none;
  }
  .boardWrap .boardList table tbody tr {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 2rem 0;
    border-bottom: 1px solid #b5b5b5;
  }
  .boardWrap .boardList table th,
  .boardWrap .boardList table td {
    padding: 0;
  }
  .boardWrap .boardList table td.subject {
    order: 3;
    width: 100%;
    margin-top: 1rem;
    padding: 0;
    font-size: 1.875rem;
    font-weight: 700;
  }
  .boardWrap .boardList .type {
    order: 1;
    width: auto;
    color: var(--primary);
    font-size: 1.625rem;
    font-weight: 700;
  }
  .boardWrap .boardList .type::before {
    content: "[";
  }
  .boardWrap .boardList .type::after {
    content: "]";
  }
  .boardWrap .boardList .date {
    order: 2;
    width: auto;
    margin-left: 1rem;
    color: #999;
    font-size: 1.5rem;
    font-weight: 400;
  }
}