#subpage-title-sec {
  width: 100%;
  height: 45rem;
  padding: 7rem 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#subpage-title-sec .container {
  width: 100%;
  max-width: 1520px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
#subpage-title-sec .container .page-location {
  display: flex;
  flex-direction: row;
  align-items: center;
  grid-gap: 1.6rem;
}
#subpage-title-sec .container .page-location .page-toHome > img {
  width: auto;
  height: 2rem;
}
#subpage-title-sec .container .page-location .location-chevron > svg {
  width: auto;
  height: 2rem;
}
#subpage-title-sec .container .page-location .page-item {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
}
#subpage-title-sec .container .page-location .page-current {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}
#subpage-title-sec .container .tit-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  grid-gap: 1rem;
}
#subpage-title-sec .container .tit-wrap .en-tit {
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
}
#subpage-title-sec .container .tit-wrap .ko-tit {
  font-size: 6rem;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}

@media (max-width: 1520px) {
  #subpage-title-sec .container {
    padding: 0 1.6rem;
  }
}
@media (max-width: 768px) {
  #subpage-title-sec {
    height: 35rem;
    padding: 2rem 0;
  }
  #subpage-title-sec .container .page-location {
    grid-gap: 1rem;
  }
  #subpage-title-sec .container .page-location .page-toHome > img {
    height: 1.6rem;
  }
  #subpage-title-sec .container .page-location .location-chevron > svg {
    height: 1.6rem;
  }
  #subpage-title-sec .container .page-location .page-item {
    font-size: 1.4rem;
  }
  #subpage-title-sec .container .page-location .page-current {
    font-size: 1.4rem;
  }
  #subpage-title-sec .container .tit-wrap .en-tit {
    font-size: 1.8rem;
  }
  #subpage-title-sec .container .tit-wrap .ko-tit {
    font-size: 4rem;
  }
}
@media (max-width: 480px) {
  #subpage-title-sec {
    height: 28rem;
  }
  #subpage-title-sec .container {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    grid-gap: 4rem;
  }
  #subpage-title-sec .container .page-location {
    grid-gap: 0.8rem;
  }
  #subpage-title-sec .container .page-location .page-toHome > img {
    height: 1.4rem;
  }
  #subpage-title-sec .container .page-location .page-item {
    font-size: 1.28rem;
  }
  #subpage-title-sec .container .page-location .page-current {
    font-size: 1.28rem;
  }
  #subpage-title-sec .container .tit-wrap {
    align-items: center;
  }
  #subpage-title-sec .container .tit-wrap .en-tit {
    font-size: 1.4rem;
  }
  #subpage-title-sec .container .tit-wrap .ko-tit {
    font-size: 2.8rem;
  }
}
.vision-inner-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  grid-gap: 12rem;
}
.vision-inner-wrap .top-empty-banner {
  width: 100%;
  height: 30rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 1rem;
}
.vision-inner-wrap .vision-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  grid-gap: 7rem;
}
.vision-inner-wrap .vision-list .vision-item {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  grid-gap: 5rem;
}
.vision-inner-wrap .vision-list .vision-item .vision-txt-wrap {
  flex: 1 1 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  grid-gap: 2.5rem;
}
.vision-inner-wrap .vision-list .vision-item .vision-txt-wrap .vision-tit {
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.1;
  color: #000;
  word-break: keep-all;
}
.vision-inner-wrap .vision-list .vision-item .vision-txt-wrap .vision-desc {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.2;
  color: #505050;
}
.vision-inner-wrap .vision-list .vision-item.rev {
  flex-direction: row-reverse;
}
.vision-inner-wrap .vision-list .vision-item.rev .vision-txt-wrap {
  align-items: flex-end;
}
.vision-inner-wrap .vision-list .vision-item.rev .vision-txt-wrap .vision-tit {
  text-align: end;
}
.vision-inner-wrap .vision-list .vision-item.rev .vision-txt-wrap .vision-desc {
  text-align: end;
}
.vision-inner-wrap .vision-list .vision-item .vision-thumb {
  height: 0;
  padding-bottom: 23.0263%;
  flex: 1 1 40%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 1rem;
}

@media (max-width: 768px) {
  .vision-inner-wrap {
    grid-gap: 5rem;
  }
  .vision-inner-wrap .top-empty-banner {
    height: 20rem;
  }
  .vision-inner-wrap .vision-list {
    grid-gap: 3rem;
  }
  .vision-inner-wrap .vision-list .vision-item {
    flex-direction: column-reverse;
    align-items: normal;
    grid-gap: 2rem;
  }
  .vision-inner-wrap .vision-list .vision-item .vision-txt-wrap {
    grid-gap: 1.6rem;
  }
  .vision-inner-wrap .vision-list .vision-item .vision-txt-wrap .vision-tit {
    font-size: 3.2rem;
  }
  .vision-inner-wrap .vision-list .vision-item .vision-txt-wrap .vision-desc {
    font-size: 1.6rem;
  }
  .vision-inner-wrap .vision-list .vision-item .vision-thumb {
    width: 100%;
    padding-bottom: 48.45%;
  }
  .vision-inner-wrap .vision-list .vision-item.rev {
    flex-direction: column-reverse;
    align-items: normal;
  }
  .vision-inner-wrap .vision-list .vision-item.rev .vision-txt-wrap {
    align-items: normal;
  }
  .vision-inner-wrap .vision-list .vision-item.rev .vision-txt-wrap .vision-tit {
    text-align: start;
  }
  .vision-inner-wrap .vision-list .vision-item.rev .vision-txt-wrap .vision-desc {
    text-align: start;
  }
}
@media (max-width: 480px) {
  .vision-inner-wrap {
    grid-gap: 3rem;
  }
  .vision-inner-wrap .top-empty-banner {
    height: 10rem;
  }
  .vision-inner-wrap .vision-list {
    grid-gap: 1.6rem;
  }
  .vision-inner-wrap .vision-list .vision-item {
    grid-gap: 1.4rem;
  }
  .vision-inner-wrap .vision-list .vision-item .vision-txt-wrap {
    grid-gap: 1rem;
  }
  .vision-inner-wrap .vision-list .vision-item .vision-txt-wrap .vision-tit {
    font-size: 2rem;
  }
  .vision-inner-wrap .vision-list .vision-item .vision-txt-wrap .vision-desc {
    font-size: 1.28rem;
  }
}
#profile-section {
  background-repeat: no-repeat;
  background-position: center 100%;
  background-size: 100% auto;
}
#profile-section .profile-inner-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  grid-gap: 12rem;
}
#profile-section .profile-inner-wrap .introduce-sec {
  width: 100%;
}
#profile-section .profile-inner-wrap .introduce-sec .introduce-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, auto);
  grid-gap: 3rem;
}
#profile-section .profile-inner-wrap .introduce-sec .introduce-grid .introduce-item {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  grid-gap: 2.2rem;
}
#profile-section .profile-inner-wrap .introduce-sec .introduce-grid .introduce-item .item-name {
  width: 22rem;
  height: 6.5rem;
  flex: 0 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  text-align: center;
  background: linear-gradient(28deg, #6f73e4, #701A61);
  border-radius: 500rem;
}
#profile-section .profile-inner-wrap .introduce-sec .introduce-grid .introduce-item .item-contents-wrap {
  width: 100%;
  height: 100%;
  padding: 3.5rem;
  display: flex;
  flex-direction: column;
  grid-gap: 4.5rem;
  background: #f6f6f6;
}
#profile-section .profile-inner-wrap .introduce-sec .introduce-grid .introduce-item .item-contents-wrap .content-inner {
  width: 100%;
  display: flex;
  flex-direction: row;
  grid-gap: 3rem;
}
#profile-section .profile-inner-wrap .introduce-sec .introduce-grid .introduce-item .item-contents-wrap .content-inner .cont-name {
  flex: 0 0 auto;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.2;
  color: #000;
}
#profile-section .profile-inner-wrap .introduce-sec .introduce-grid .introduce-item .item-contents-wrap .content-inner .cont-main {
  flex: 1 1 auto;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.4;
  color: #000;
  word-break: keep-all;
}
#profile-section .profile-inner-wrap .introduce-sec .introduce-grid .introduce-item .item-contents-wrap .content-inner.vertical {
  flex-direction: column;
  grid-gap: 2rem;
}
#profile-section .profile-inner-wrap .introduce-sec .introduce-grid .introduce-item .item-contents-wrap .horizontal-devide {
  width: 100%;
  height: 1px;
  background: #ccc;
}
#profile-section .profile-inner-wrap .profile-image-sec {
  position: relative;
  width: 100%;
}
#profile-section .profile-inner-wrap .profile-image-sec .profile-image {
  width: auto;
  height: auto;
}
#profile-section .profile-inner-wrap .profile-image-sec .profile-image > img {
  width: 100%;
  height: auto;
  max-width: 905px;
}
#profile-section .profile-inner-wrap .profile-image-sec .tit-wrap {
  position: absolute;
  top: 50%;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  grid-gap: 3.8rem;
  transform: translateY(-50%);
}
#profile-section .profile-inner-wrap .profile-image-sec .tit-wrap .tit {
  font-size: 6.5rem;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  text-align: end;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
#profile-section .profile-inner-wrap .profile-image-sec .tit-wrap .desc {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.1;
  color: #fff;
  text-align: end;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

@media (max-width: 1520px) {
  #profile-section .profile-inner-wrap .profile-image-sec {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    grid-gap: 5rem;
  }
  #profile-section .profile-inner-wrap .profile-image-sec .tit-wrap {
    position: relative;
    top: 0;
    padding: 2rem;
    align-items: center;
    transform: translateY(0);
    background: linear-gradient(28deg, #6f73e4, #701A61);
    border-radius: 1rem;
  }
  #profile-section .profile-inner-wrap .profile-image-sec .tit-wrap .tit {
    text-align: center;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  }
  #profile-section .profile-inner-wrap .profile-image-sec .tit-wrap .desc {
    font-size: 2.4rem;
    text-align: center;
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
  }
}
@media (max-width: 768px) {
  #profile-section .profile-inner-wrap .introduce-sec .introduce-grid {
    grid-template-columns: 1fr;
    grid-template-rows: unset;
  }
  #profile-section .profile-inner-wrap .introduce-sec .introduce-grid .introduce-item {
    grid-gap: 2rem;
    align-items: center;
  }
  #profile-section .profile-inner-wrap .introduce-sec .introduce-grid .introduce-item .item-name {
    width: 15rem;
    height: 5.5rem;
    font-size: 2rem;
  }
  #profile-section .profile-inner-wrap .introduce-sec .introduce-grid .introduce-item .item-contents-wrap {
    padding: 2.5rem;
    grid-gap: 3rem;
  }
  #profile-section .profile-inner-wrap .introduce-sec .introduce-grid .introduce-item .item-contents-wrap .content-inner {
    flex-direction: column;
    grid-gap: 2rem;
  }
  #profile-section .profile-inner-wrap .introduce-sec .introduce-grid .introduce-item .item-contents-wrap .content-inner .cont-name {
    font-size: 2rem;
  }
  #profile-section .profile-inner-wrap .introduce-sec .introduce-grid .introduce-item .item-contents-wrap .content-inner .cont-main {
    font-size: 1.6rem;
  }
  #profile-section .profile-inner-wrap .profile-image-sec {
    grid-gap: 3rem;
  }
  #profile-section .profile-inner-wrap .profile-image-sec .tit-wrap {
    grid-gap: 2rem;
  }
  #profile-section .profile-inner-wrap .profile-image-sec .tit-wrap .tit {
    font-size: 3rem;
  }
  #profile-section .profile-inner-wrap .profile-image-sec .tit-wrap .tit > br {
    display: none;
  }
  #profile-section .profile-inner-wrap .profile-image-sec .tit-wrap .desc {
    font-size: 2rem;
  }
}
@media (max-width: 480px) {
  #profile-section .profile-inner-wrap .introduce-sec .introduce-grid {
    grid-gap: 1.6rem;
  }
  #profile-section .profile-inner-wrap .introduce-sec .introduce-grid .introduce-item {
    grid-gap: 1rem;
  }
  #profile-section .profile-inner-wrap .introduce-sec .introduce-grid .introduce-item .item-name {
    width: 11rem;
    height: 4rem;
    font-size: 1.6rem;
  }
  #profile-section .profile-inner-wrap .introduce-sec .introduce-grid .introduce-item .item-contents-wrap {
    padding: 1.6rem;
    grid-gap: 1.4rem;
  }
  #profile-section .profile-inner-wrap .introduce-sec .introduce-grid .introduce-item .item-contents-wrap .content-inner {
    grid-gap: 1.4rem;
  }
  #profile-section .profile-inner-wrap .introduce-sec .introduce-grid .introduce-item .item-contents-wrap .content-inner.vertical {
    grid-gap: 1.6rem;
  }
  #profile-section .profile-inner-wrap .introduce-sec .introduce-grid .introduce-item .item-contents-wrap .content-inner .cont-name {
    font-size: 1.6rem;
  }
  #profile-section .profile-inner-wrap .introduce-sec .introduce-grid .introduce-item .item-contents-wrap .content-inner .cont-main {
    font-size: 1.28rem;
  }
  #profile-section .profile-inner-wrap .profile-image-sec {
    grid-gap: 1.6rem;
  }
  #profile-section .profile-inner-wrap .profile-image-sec .tit-wrap {
    padding: 1.6rem;
    grid-gap: 1rem;
  }
  #profile-section .profile-inner-wrap .profile-image-sec .tit-wrap .tit {
    font-size: 2rem;
  }
  #profile-section .profile-inner-wrap .profile-image-sec .tit-wrap .desc {
    font-size: 1.4rem;
  }
}
.business-area-wrap {
  width: 100%;
}
.business-area-wrap .business-img {
  width: 100%;
}
.business-area-wrap .business-img > img {
  width: 100%;
  height: auto;
}

#directions-section .directions-map-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  grid-gap: 4rem;
}
#directions-section .directions-map-wrap .left {
  width: 50%;
}
#directions-section .directions-map-wrap .right {
  width: 50%;
}
#directions-section .directions-map-wrap .map-inner {
  width: 100%;
}
#directions-section .directions-map-wrap .map-inner .root_daum_roughmap {
  width: 100%;
}
#directions-section .directions-map-wrap .map-inner .root_daum_roughmap .wrap_map {
  height: 47.5rem;
}
#directions-section .directions-map-wrap .map-info {
  width: 100%;
  padding: 1.4rem;
  background: #ddd;
}
#directions-section .directions-map-wrap .map-info .address-list {
  width: 100%;
  padding: 3.6rem;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  grid-gap: 2rem;
  background: #fff;
  box-shadow: 0 0 12px -2px rgba(0, 0, 0, 0.4);
}
#directions-section .directions-map-wrap .map-info .address-list .address-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  grid-gap: 2rem;
}
#directions-section .directions-map-wrap .map-info .address-list .address-item .adr-type {
  width: 12rem;
  height: 5rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  color: white;
  text-align: center;
  background: linear-gradient(28deg, #6f73e4, #701A61);
  border-radius: 50rem;
}
#directions-section .directions-map-wrap .map-info .address-list .address-item .adr-detail {
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 1.2;
  color: black;
}

@media (max-width: 768px) {
  #directions-section .directions-map-wrap {
    grid-gap: 2rem;
    flex-direction: column;
  }
  #directions-section .directions-map-wrap .left {
    width: 100%;
  }
  #directions-section .directions-map-wrap .right {
    width: 100%;
  }
  #directions-section .directions-map-wrap .map-inner .root_daum_roughmap .wrap_map {
    height: 40rem;
  }
  #directions-section .directions-map-wrap .map-info .address-list {
    padding: 2.4rem;
    flex-direction: column;
    align-items: unset;
  }
  #directions-section .directions-map-wrap .map-info .address-list .address-item {
    grid-gap: 1.6rem;
  }
  #directions-section .directions-map-wrap .map-info .address-list .address-item .adr-type {
    flex: 0 0 auto;
    width: 8rem;
    height: 4rem;
    font-size: 1.6rem;
  }
  #directions-section .directions-map-wrap .map-info .address-list .address-item .adr-detail {
    font-size: 1.6rem;
  }
}
@media (max-width: 480px) {
  #directions-section .directions-map-wrap {
    grid-gap: 1.6rem;
  }
  #directions-section .directions-map-wrap .map-inner .root_daum_roughmap .wrap_map {
    height: 32rem;
  }
  #directions-section .directions-map-wrap .map-info .address-list {
    padding: 2rem;
    grid-gap: 1.4rem;
  }
  #directions-section .directions-map-wrap .map-info .address-list .address-item {
    flex-direction: column;
    grid-gap: 0.8rem;
  }
  #directions-section .directions-map-wrap .map-info .address-list .address-item .adr-type {
    width: 6.5rem;
    height: 3.5rem;
    font-size: 1.4rem;
  }
  #directions-section .directions-map-wrap .map-info .address-list .address-item .adr-detail {
    font-size: 1.4rem;
  }
}
.tech-area-wrap-01 {
  width: 100%;
  display: flex;
  flex-direction: column;
  grid-gap: 10rem;
}
.tech-area-wrap-01 .tech-inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  grid-gap: 6rem;
}
.tech-area-wrap-01 .tech-inner.scrollable {
  overflow-x: scroll;
}
.tech-area-wrap-01 .tech-inner .inner-tit-wrap {
  width: 100%;
}
.tech-area-wrap-01 .tech-inner .inner-tit-wrap .tit {
  display: inline-block;
  width: 100%;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
.tech-area-wrap-01 .tech-inner .emph-area {
  width: 100%;
  padding: 8rem 1.6rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  background: #ddd;
  border-radius: 1rem;
}
.tech-area-wrap-01 .tech-inner .emph-area > strong {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.1;
  color: #000;
  text-align: center;
}
.tech-area-wrap-01 .tech-inner .emph-area > strong > br {
  display: none;
}
.tech-area-wrap-01 .tech-inner .tech-img {
  width: 100%;
  height: auto;
}
.tech-area-wrap-01 .tech-inner .tech-img.horizontal {
  display: flex;
  flex-direction: row;
  grid-gap: 1.8rem;
}
.tech-area-wrap-01 .tech-inner .tech-img > img {
  width: 100%;
  height: auto;
  min-width: 10rem;
}
.tech-area-wrap-01 .tech-inner .tech-table01 {
  width: 100%;
  min-width: 1024px;
  border-bottom: 1px solid #ccc;
}
.tech-area-wrap-01 .tech-inner .tech-table01 thead tr {
  height: 6.5rem;
  background: #221F6B;
}
.tech-area-wrap-01 .tech-inner .tech-table01 thead tr th {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  border-left: 1px solid #f6f6f6;
  border-right: 1px solid #f6f6f6;
}
.tech-area-wrap-01 .tech-inner .tech-table01 thead tr th:first-of-type {
  border-left: none;
}
.tech-area-wrap-01 .tech-inner .tech-table01 thead tr th:last-of-type {
  border-right: none;
}
.tech-area-wrap-01 .tech-inner .tech-table01 tbody tr {
  border-bottom: 1px solid #f6f6f6;
}
.tech-area-wrap-01 .tech-inner .tech-table01 tbody tr:last-of-type {
  border-bottom: none;
}
.tech-area-wrap-01 .tech-inner .tech-table01 tbody tr td {
  padding: 1.2rem 1rem;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
  color: #707070;
  text-align: center;
  vertical-align: middle;
  border-left: 1px solid #f6f6f6;
  border-right: 1px solid #f6f6f6;
}
.tech-area-wrap-01 .tech-inner .tech-table01 tbody tr td:first-of-type {
  border-left: none;
}
.tech-area-wrap-01 .tech-inner .tech-table01 tbody tr td:last-of-type {
  border-right: none;
}
.tech-area-wrap-01 .tech-inner .tech-table01 tbody tr td p {
  text-align: start;
  word-break: keep-all;
}
.tech-area-wrap-01 .tech-inner .tech-table01 tbody tr td p strong {
  color: #000;
  font-weight: 700;
}
.tech-area-wrap-01 .tech-inner .tech-appli-grid {
  position: relative;
  width: 100%;
  max-width: 1024px;
  align-self: center;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-gap: 15rem 25%;
}
.tech-area-wrap-01 .tech-inner .tech-appli-grid .grid-cell {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 3.2rem;
  z-index: 2;
}
.tech-area-wrap-01 .tech-inner .tech-appli-grid .grid-cell .grid-pic {
  width: 100%;
  height: auto;
}
.tech-area-wrap-01 .tech-inner .tech-appli-grid .grid-cell .grid-pic > img {
  width: 100%;
  height: auto;
}
.tech-area-wrap-01 .tech-inner .tech-appli-grid .grid-cell .grid-label {
  width: 100%;
  height: 7rem;
  max-width: 29rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
  color: #000;
  background: #f0f0f0;
}
.tech-area-wrap-01 .tech-inner .tech-appli-grid .grid-center {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 25%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.tech-area-wrap-01 .tech-inner .tech-appli-grid .grid-center::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 90rem;
  height: 1px;
  background: transparent;
  border-bottom: 1px dashed #ddd;
  transform: translate(-50%, -50%) rotate(45deg);
  z-index: 0;
}
.tech-area-wrap-01 .tech-inner .tech-appli-grid .grid-center::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 90rem;
  height: 1px;
  background: transparent;
  border-bottom: 1px dashed #ddd;
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 0;
}
.tech-area-wrap-01 .tech-inner .tech-appli-grid .grid-center .center-pic {
  position: relative;
  width: 100%;
  z-index: 5;
}
.tech-area-wrap-01 .tech-inner .tech-appli-grid .grid-center .center-pic > img {
  width: 100%;
}

@media (max-width: 768px) {
  .tech-area-wrap-01 {
    grid-gap: 8rem;
  }
  .tech-area-wrap-01 .tech-inner {
    grid-gap: 3rem;
  }
  .tech-area-wrap-01 .tech-inner .inner-tit-wrap .tit {
    font-size: 2rem;
  }
  .tech-area-wrap-01 .tech-inner .emph-area {
    padding: 4rem 1.6rem;
  }
  .tech-area-wrap-01 .tech-inner .emph-area > strong {
    font-size: 2rem;
    line-height: 1.4;
  }
  .tech-area-wrap-01 .tech-inner .emph-area > strong > br {
    display: block;
  }
  .tech-area-wrap-01 .tech-inner .tech-table01 thead tr {
    height: 4.5rem;
  }
  .tech-area-wrap-01 .tech-inner .tech-table01 thead tr th {
    font-size: 1.6rem;
  }
  .tech-area-wrap-01 .tech-inner .tech-table01 tbody tr td {
    font-size: 1.4rem;
  }
  .tech-area-wrap-01 .tech-inner .tech-img.horizontal {
    flex-direction: column;
  }
  .tech-area-wrap-01 .tech-inner .tech-appli-grid .grid-cell {
    grid-gap: 2rem;
  }
  .tech-area-wrap-01 .tech-inner .tech-appli-grid .grid-cell .grid-label {
    height: 4.5rem;
    font-size: 1.8rem;
  }
  .tech-area-wrap-01 .tech-inner .tech-appli-grid .grid-center {
    width: 30%;
  }
  .tech-area-wrap-01 .tech-inner .tech-appli-grid .grid-center::before {
    width: 50rem;
    transform: translate(-50%, -50%) rotate(50deg);
  }
  .tech-area-wrap-01 .tech-inner .tech-appli-grid .grid-center::after {
    width: 50rem;
    transform: translate(-50%, -50%) rotate(-50deg);
  }
}
@media (max-width: 480px) {
  .tech-area-wrap-01 {
    grid-gap: 5rem;
  }
  .tech-area-wrap-01 .tech-inner {
    grid-gap: 1.6rem;
  }
  .tech-area-wrap-01 .tech-inner .inner-tit-wrap .tit {
    font-size: 1.8rem;
  }
  .tech-area-wrap-01 .tech-inner .emph-area {
    padding: 2.2rem 1.6rem;
  }
  .tech-area-wrap-01 .tech-inner .emph-area > strong {
    font-size: 1.6rem;
  }
  .tech-area-wrap-01 .tech-inner .tech-table01 {
    min-width: 850px;
  }
  .tech-area-wrap-01 .tech-inner .tech-table01 thead tr {
    height: 4rem;
  }
  .tech-area-wrap-01 .tech-inner .tech-table01 thead tr th {
    font-size: 1.4rem;
  }
  .tech-area-wrap-01 .tech-inner .tech-table01 tbody tr td {
    padding: 0.8rem;
    font-size: 1.28rem;
  }
  .tech-area-wrap-01 .tech-inner .tech-img > .horizontal {
    grid-gap: 1rem;
  }
  .tech-area-wrap-01 .tech-inner .tech-appli-grid {
    grid-gap: 12rem 15%;
  }
  .tech-area-wrap-01 .tech-inner .tech-appli-grid .grid-cell .grid-label {
    font-size: 1.28rem;
  }
  .tech-area-wrap-01 .tech-inner .tech-appli-grid .grid-center {
    width: 38%;
  }
  .tech-area-wrap-01 .tech-inner .tech-appli-grid .grid-center::before {
    width: 40rem;
    transform: translate(-50%, -50%) rotate(60deg);
  }
  .tech-area-wrap-01 .tech-inner .tech-appli-grid .grid-center::after {
    width: 40rem;
    transform: translate(-50%, -50%) rotate(-60deg);
  }
}
.product-inner-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  grid-gap: 10rem;
  align-items: center;
}
.product-inner-wrap .prod-tab-list {
  width: 100%;
  height: 7rem;
  display: flex;
  flex-direction: row;
  grid-gap: 2rem;
}
.product-inner-wrap .prod-tab-list .prod-tab-item {
  height: 100%;
  flex: 1 1 22%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  background: linear-gradient(42deg, #B3B1E1, #7388CC);
  border-radius: 0.5rem;
  opacity: 0.3;
  transition: 0.2s all ease-in-out;
}
.product-inner-wrap .prod-tab-list .prod-tab-item:hover, .product-inner-wrap .prod-tab-list .prod-tab-item.current {
  opacity: 1;
}
.product-inner-wrap .prod-tab-list .prod-tab-item > br {
  display: none;
}
.product-inner-wrap .prod-details-area {
  width: 100%;
  max-width: 1024px;
  display: none;
  flex-direction: column;
  align-items: center;
  grid-gap: 7rem;
}
.product-inner-wrap .prod-details-area.active {
  display: flex;
}
.product-inner-wrap .prod-details-area .prod-name {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  color: #000;
  text-align: center;
}
.product-inner-wrap .prod-details-area .prod-images-wrap {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  grid-gap: 4rem;
}
.product-inner-wrap .prod-details-area .prod-images-wrap .prod-pic {
  max-width: 60rem;
  flex: 1 1 40%;
  display: flex;
  flex-direction: column;
  grid-gap: 2.3rem;
  align-items: center;
}
.product-inner-wrap .prod-details-area .prod-images-wrap .prod-pic > img {
  width: 100%;
  height: auto;
  background-color: white;
  border-radius: 1.5rem;
  box-shadow: 0 0 12px -4px rgba(0, 0, 0, 0.4);
}
.product-inner-wrap .prod-details-area .prod-images-wrap .prod-pic .pic-label {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.2;
  color: #a0a0a0;
}
.product-inner-wrap .prod-details-area .prod-catalogue-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  grid-gap: 6rem;
}
.product-inner-wrap .prod-details-area .prod-catalogue-wrap .prod-cata-inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-gap: 3.2rem;
}
.product-inner-wrap .prod-details-area .prod-catalogue-wrap .prod-cata-inner .cata-tit {
  width: 19rem;
  height: 6.5rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
  background: linear-gradient(28deg, #6f73e4, #701A61);
  border-radius: 50rem;
}
.product-inner-wrap .prod-details-area .prod-catalogue-wrap .prod-cata-inner .special-wrap {
  width: 100%;
  display: flex;
  flex-direction: row;
  grid-gap: 1.8rem;
}
.product-inner-wrap .prod-details-area .prod-catalogue-wrap .prod-cata-inner .special-wrap .special-list {
  flex: 1 1 40%;
  padding: 3.6rem;
  display: flex;
  flex-direction: column;
  grid-gap: 0.5rem;
  background: #F4F3FF;
}
.product-inner-wrap .prod-details-area .prod-catalogue-wrap .prod-cata-inner .special-wrap .special-list > li {
  position: relative;
  padding-left: 1.4rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
  color: #000;
}
.product-inner-wrap .prod-details-area .prod-catalogue-wrap .prod-cata-inner .special-wrap .special-list > li::before {
  content: "-";
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
  color: #000;
  transform: translateY(-50%);
}
.product-inner-wrap .prod-details-area .prod-catalogue-wrap .prod-cata-inner .table-wrap {
  width: 100%;
  overflow-x: scroll;
}
.product-inner-wrap .prod-details-area .prod-catalogue-wrap .prod-cata-inner .table-wrap #spec-table {
  width: 100%;
  min-width: 1024px;
  border-bottom: 1px solid #a0a0a0;
}
.product-inner-wrap .prod-details-area .prod-catalogue-wrap .prod-cata-inner .table-wrap #spec-table thead tr {
  background: #F4F3FF;
}
.product-inner-wrap .prod-details-area .prod-catalogue-wrap .prod-cata-inner .table-wrap #spec-table thead tr th {
  height: 5rem;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.1;
  text-align: center;
  vertical-align: middle;
}
.product-inner-wrap .prod-details-area .prod-catalogue-wrap .prod-cata-inner .table-wrap #spec-table tbody tr:not(:last-of-type) {
  border-bottom: 1px solid #f0f0f0;
}
.product-inner-wrap .prod-details-area .prod-catalogue-wrap .prod-cata-inner .table-wrap #spec-table tbody tr td {
  height: 4.5rem;
  font-size: 1.8rem;
  line-height: 1.2;
  color: #a0a0a0;
  text-align: center;
  vertical-align: middle;
  border-left: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
}
.product-inner-wrap .prod-details-area .prod-catalogue-wrap .prod-cata-inner .table-wrap #spec-table tbody tr td:first-of-type {
  border-left: none;
}
.product-inner-wrap .prod-details-area .prod-catalogue-wrap .prod-cata-inner .table-wrap #spec-table tbody tr td:last-of-type {
  border-right: none;
}
.product-inner-wrap .etc-image-wrap {
  width: 100%;
  max-width: 1024px;
}
.product-inner-wrap .etc-image-wrap > img {
  width: 100%;
  min-width: 1024px;
}

@media (max-width: 1024px) {
  .product-inner-wrap .etc-image-wrap {
    overflow-x: scroll;
  }
}
@media (max-width: 768px) {
  .product-inner-wrap {
    grid-gap: 7rem;
  }
  .product-inner-wrap .prod-tab-list {
    height: 6.4rem;
    grid-gap: 1rem;
  }
  .product-inner-wrap .prod-tab-list .prod-tab-item {
    font-size: 1.6rem;
  }
  .product-inner-wrap .prod-tab-list .prod-tab-item > br {
    display: block;
  }
  .product-inner-wrap .prod-details-area {
    grid-gap: 3rem;
  }
  .product-inner-wrap .prod-details-area .prod-name {
    font-size: 2.4rem;
  }
  .product-inner-wrap .prod-details-area .prod-images-wrap {
    grid-gap: 2rem;
  }
  .product-inner-wrap .prod-details-area .prod-images-wrap .prod-pic {
    grid-gap: 1.6rem;
  }
  .product-inner-wrap .prod-details-area .prod-images-wrap .prod-pic .pic-label {
    font-size: 2rem;
  }
  .product-inner-wrap .prod-details-area .prod-catalogue-wrap {
    grid-gap: 3rem;
  }
  .product-inner-wrap .prod-details-area .prod-catalogue-wrap .prod-cata-inner {
    grid-gap: 2rem;
  }
  .product-inner-wrap .prod-details-area .prod-catalogue-wrap .prod-cata-inner .cata-tit {
    width: 12rem;
    height: 5rem;
    font-size: 1.8rem;
  }
  .product-inner-wrap .prod-details-area .prod-catalogue-wrap .prod-cata-inner .special-wrap {
    flex-direction: column;
  }
  .product-inner-wrap .prod-details-area .prod-catalogue-wrap .prod-cata-inner .special-wrap .special-list {
    padding: 2rem;
  }
  .product-inner-wrap .prod-details-area .prod-catalogue-wrap .prod-cata-inner .special-wrap .special-list > li {
    font-size: 1.6rem;
  }
  .product-inner-wrap .prod-details-area .prod-catalogue-wrap .prod-cata-inner .special-wrap .special-list > li::before {
    font-size: 1.6rem;
  }
  .product-inner-wrap .prod-details-area .prod-catalogue-wrap .prod-cata-inner .table-wrap #spec-table {
    min-width: 85rem;
  }
  .product-inner-wrap .prod-details-area .prod-catalogue-wrap .prod-cata-inner .table-wrap #spec-table thead tr th {
    height: 4rem;
    font-size: 1.6rem;
  }
  .product-inner-wrap .prod-details-area .prod-catalogue-wrap .prod-cata-inner .table-wrap #spec-table tbody tr td {
    height: 3.5rem;
    font-size: 1.4rem;
  }
  .product-inner-wrap .etc-image-wrap > img {
    min-width: 850px;
  }
}
@media (max-width: 480px) {
  .product-inner-wrap {
    grid-gap: 5rem;
  }
  .product-inner-wrap .prod-tab-list {
    height: 100%;
    flex-wrap: wrap;
  }
  .product-inner-wrap .prod-tab-list .prod-tab-item {
    height: 5rem;
    flex: 1 1 40%;
    font-size: 1.4rem;
  }
  .product-inner-wrap .prod-details-area {
    grid-gap: 2rem;
  }
  .product-inner-wrap .prod-details-area .prod-name {
    font-size: 2rem;
  }
  .product-inner-wrap .prod-details-area .prod-images-wrap {
    grid-gap: 1.4rem;
  }
  .product-inner-wrap .prod-details-area .prod-images-wrap .prod-pic {
    grid-gap: 1rem;
  }
  .product-inner-wrap .prod-details-area .prod-images-wrap .prod-pic .pic-label {
    font-size: 1.4rem;
  }
  .product-inner-wrap .prod-details-area .prod-catalogue-wrap {
    grid-gap: 2rem;
  }
  .product-inner-wrap .prod-details-area .prod-catalogue-wrap .prod-cata-inner {
    grid-gap: 1.4rem;
    align-items: center;
  }
  .product-inner-wrap .prod-details-area .prod-catalogue-wrap .prod-cata-inner .cata-tit {
    width: 8rem;
    height: 3.5rem;
    font-size: 1.4rem;
  }
  .product-inner-wrap .prod-details-area .prod-catalogue-wrap .prod-cata-inner .special-wrap {
    grid-gap: 1rem;
  }
  .product-inner-wrap .prod-details-area .prod-catalogue-wrap .prod-cata-inner .special-wrap .special-list {
    padding: 1.6rem;
  }
  .product-inner-wrap .prod-details-area .prod-catalogue-wrap .prod-cata-inner .special-wrap .special-list > li {
    padding-left: 1rem;
    font-size: 1.4rem;
  }
  .product-inner-wrap .prod-details-area .prod-catalogue-wrap .prod-cata-inner .special-wrap .special-list > li::before {
    font-size: 1.4rem;
  }
  .product-inner-wrap .prod-details-area .prod-catalogue-wrap .prod-cata-inner .table-wrap #spec-table thead tr th {
    height: 3.5rem;
    font-size: 1.4rem;
  }
  .product-inner-wrap .prod-details-area .prod-catalogue-wrap .prod-cata-inner .table-wrap #spec-table tbody tr td {
    height: 3rem;
    font-size: 1.28rem;
  }
  .product-inner-wrap .etc-image-wrap > img {
    min-width: 768px;
  }
}/*# sourceMappingURL=sub.css.map */