.HS_1010_3 {
  overflow: hidden;
  position: relative; padding: 100px 0px; background-color: #f7f7f7

}

.HS_1010_3 .contents-inner {
  display: flex;
  justify-content: space-between;
  gap: 8rem;
  width: 100%;
}

.HS_1010_3 .title-area {
  flex: 1 1 48rem;
}



.HS_1010_3 .title-area .sub_stit{width: 100%; float: left; font-size:calc(var(--tit-md-size) * 0.9);font-weight: 700; color: #000; margin-bottom:10PX; line-height: 150%}
.HS_1010_3 .title-area .sub_stit2{width: 100%; float: left;font-size:calc(var(--tit-lg-size) * 0.9);font-weight: 800; color: #000; margin-bottom: 40PX; line-height: 130%; letter-spacing: -1px}
.HS_1010_3 .title-area .sub_stit3{width: 100%; float: left; font-size:calc(var(--tx-sm-size) * 1); color: #000; margin-bottom: 20PX;; line-height: 150%}


.HS_1010_3 .desc-area {
  flex: 1 1 76rem;
  max-width: 76rem;
}

.HS_1010_3 .desc-area .desc {
  margin-bottom: 8rem;
}

.HS_1010_3 .desc-area .desc p {
  margin-top: 2.4rem;
  color: var(--text-color3);
}

.HS_1010_3 .table {
  border-top: 1px solid var(--black);
}

.HS_1010_3 .table .cell {
  display: flex;
  border-bottom: 1px solid var(--border-color);
}

.HS_1010_3 .table .cell>div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.6rem 2.4rem;
}

.HS_1010_3 .cell .th {
  flex: 1 1 21rem;
  font-weight: var(--fw-bold);
}

.HS_1010_3 .cell .td {
  flex: 1 1 55rem;
}

.HS_1010_3 .cell .td span+.link-wrap {
  margin-top: 3.2rem;
}

.HS_1010_3 .link-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.HS_1010_3 .link-wrap .btnset {
  flex: 1;
}

.HS_1010_3 .btnset+.btnset {
  margin: 0;
}

.HS_1010_3 .link-wrap [class*="ico-"]::before {
  content: "";
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
}

.HS_1010_3 .ico-map::before {
  background: url("/api/t-a/116/1752613200/resources/icons/ico_kakao_map.svg") no-repeat center/contain;
}

.HS_1010_3 .ico-naver::before {
  background: url("/api/t-a/116/1752613200/resources/icons/ico_naver.svg") no-repeat center/contain;
}

.HS_1010_3 .ico-kakao::before {
  background: url("/api/t-a/116/1752613200/resources/icons/ico_kakao.svg") no-repeat center/contain;
}

.HS_1010_3 .ico-youtube::before {
  background: url("/api/t-a/116/1752613200/resources/icons/ico_youtube.svg") no-repeat center/contain;
}

.HS_1010_3 .ico-instagram::before {
  background: url("/api/t-a/116/1752613200/resources/icons/ico_instagram.svg") no-repeat center/contain;
}

.HS_1010_3 .ico-open::before {
  background: url("/api/t-a/116/1752613200/resources/icons/ico_open.svg") no-repeat center/contain;
}

.HS_1010_3 .ico-temha::before {
  background: url("/api/t-a/116/1752613200/resources/icons/ico_temha.svg") no-repeat center/contain;
}

.HS_1010_3 .ico-web::before {
  background: url("/api/t-a/116/1752613200/resources/icons/ico_web.svg") no-repeat center/contain;
}

@media (max-width: 992px) {
  .HS_1010_3 {
    padding-top: 6rem;
    padding-bottom: 0rem;
  }

  .HS_1010_3 .contents-inner {
  display: flex;
  justify-content:flex-start;  align-items:flex-start; flex-direction:column; box-sizing: border-box; 
  gap: 3rem;
  }

  .HS_1010_3 .title-area {
  flex: 1 1 20rem;
  }

  .HS_1010_3 .desc-area {
    max-width: 100%;
  }

  .HS_1010_3 .desc-area .desc {
    margin-bottom: 3.6rem;
  }

  .HS_1010_3 .desc-area .desc p {
    margin-top: 1.6rem;
  }

  .HS_1010_3 .table .cell {
    flex-direction: column;
  }

  .HS_1010_3 .table .cell .th {
    flex: none;
    padding: 1.2rem 1.6rem 0;
  }

  .HS_1010_3 .table .cell .td {
    flex: none;
    padding: 1.2rem 1.6rem;
  }

  .HS_1010_3 .link-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.4rem;
  }

  .HS_1010_3 .cell .td span+.link-wrap {
    margin-top: 1.2rem;
  }

  .HS_1010_3 .link-wrap [class*="ico-"]::before {
    width: 1.6rem;
    height: 1.6rem;
  }
}