/**
* --------------------------------
* Solution CSS
* --------------------------------
*/
.solution.summary .subvisual-area {
  background: url("https://www.dn-solutions.com/resources/w/images/solution/summary_visual.jpg") center bottom no-repeat;
}
.solution.summary .solutiondiv-area {
  overflow: hidden;
}
.solution.summary .solutiondiv-area li {
  margin-top: 120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.solution.summary .solutiondiv-area li figure {
  width: 626px;
  opacity: 0;
  transform: translateX(-100px);
  transition: all 0.4s ease-in-out;
}
.solution.summary .solutiondiv-area li .info {
  width: 534px;
  opacity: 0;
  transform: translateX(100px);
  transition: all 0.4s ease-in-out;
}
.solution.summary .solutiondiv-area li .info strong {
  display: block;
  font-size: 40px;
  font-weight: 700;
  line-height: 60px;
}
.solution.summary .solutiondiv-area li .info p {
  padding: 20px 0 80px 0;
  font-size: 18px;
  line-height: 26px;
}
.solution.summary .solutiondiv-area li .info a {
  margin-right: 8px;
  padding: 0 15px;
  min-width: 200px;
}
.solution.summary .solutiondiv-area li:nth-of-type(2n) figure {
  order: 2;
  transform: translateX(100px);
}
.solution.summary .solutiondiv-area li:nth-of-type(2n) .info {
  order: 1;
  transform: translateX(-100px);
}
.solution.summary .solutiondiv-area li.active figure, .solution.summary .solutiondiv-area li.active .info {
  opacity: 1;
  transform: translateX(0);
}
.solution.turnkey .productlink-area {
  margin-top: 60px;
  padding-top: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 2px solid #111111;
}
.solution.turnkey .productlink-area a {
  position: relative;
  display: block;
  padding: 44px;
  width: 626px;
  height: 210px;
  background-color: #F4F4F4;
}
.solution.turnkey .productlink-area a strong {
  display: block;
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
}
.solution.turnkey .productlink-area a p {
  margin-top: 24px;
  color: #767676;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}
.solution.turnkey .productlink-area a::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("https://www.dn-solutions.com/resources/w/images/common/icon.png");
  display: inline-block;
  background-position: 0 0;
  background-repeat: no-repeat;
  content: "";
  width: 50px;
  height: 50px;
}
.solution.turnkey .productlink-area a::after {
  top: 44px;
  left: auto;
  right: 44px;
  transform: translate(0, 0);
  width: 56px;
  height: 56px;
  background-image: url("https://www.dn-solutions.com/resources/w/images/solution/solution.png");
}
.solution.turnkey .productlink-area a:nth-of-type(2)::after {
  background-position: -100px 0;
}
.solution.turnkey .solutiondiv-area {
  padding-top: 22px;
}
.solution.turnkey .solutiondiv-area > ul > li {
  position: relative;
  margin-top: 80px;
}
.solution.turnkey .solutiondiv-area > ul > li ul {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 626px;
}
.solution.turnkey .solutiondiv-area > ul > li ul li {
  margin-top: 20px;
  width: 299px;
}
.solution.turnkey .solutiondiv-area > ul > li ul li figcaption {
  margin-top: 16px;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
}
.solution.turnkey .solutiondiv-area > ul > li ul li:nth-of-type(1), .solution.turnkey .solutiondiv-area > ul > li ul li:nth-of-type(2) {
  margin-top: 0;
}
.solution.turnkey .solutiondiv-area > ul > li ul li > figure {
  position: relative;
}
.solution.turnkey .solutiondiv-area > ul > li:last-of-type ul li figcaption {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
.solution.turnkey .solutiondiv-area .cont {
  display: block;
  position: relative;
  padding: 60px;
  width: 626px;
  height: 516px;
}
.solution.turnkey .solutiondiv-area .cont figure {
  width: 626px;
  height: 516px;
  z-index: -1;
  position: relative;
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
}
.solution.turnkey .solutiondiv-area .cont figure::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #D4D4D4;
  vertical-align: top;
}
.solution.turnkey .solutiondiv-area .cont figure::after {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #D4D4D4;
  vertical-align: top;
}
.solution.turnkey .solutiondiv-area .cont figure::after {
  background: linear-gradient(329deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  z-index: 0;
}
.solution.turnkey .solutiondiv-area .cont figure::before {
  background-color: #111111;
  opacity: 0.4;
}
.solution.turnkey .solutiondiv-area .tit {
  font-size: 40px;
  font-weight: 700;
  line-height: 60px;
  color: #FFFFFF;
}
.solution.turnkey .solutiondiv-area .tit a {
  display: inline-block;
  color: #FFFFFF;
}
.solution.turnkey .solutiondiv-area .tit .icon-arrow {
  margin-left: 4px;
  width: 32px;
  height: 60px;
}
.solution.turnkey .solutiondiv-area .tit .icon-arrow::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("https://www.dn-solutions.com/resources/w/images/common/btn.png");
  display: inline-block;
  background-position: -50px -200px;
  background-repeat: no-repeat;
  content: "";
  width: 50px;
  height: 50px;
}
.solution.turnkey .solutiondiv-area .txt {
  margin-top: 12px;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 26px;
}
.solution.view section > .tit {
  line-height: 60px;
  font-size: 40px;
}
.solution.view section > .inner > .tit {
  line-height: 60px;
  font-size: 40px;
}
.solution.view section + section {
  margin-top: 120px;
}
.solution.view .visual-area {
  display: flex;
  margin: 0 auto;
  max-width: 1920px;
  height: 820px;
}
.solution.view .visual-area .propic {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(100% - 460px);
  background-color: #F4F4F4;
  overflow: hidden;
}
.solution.view .visual-area .propic .propic-swiper {
  margin: 0 auto;
  width: 100%;
  height: auto;
}
.solution.view .visual-area .propic .propic-swiper .swiper-slide {
  background-color: #F4F4F4;
}
.solution.view .visual-area .propic .propic-swiper .swiper-slide figure {
  position: relative;
  padding-top: 56.199%;
  width: 100%;
  mix-blend-mode: multiply;
  background: url("https://www.dn-solutions.com/resources/w/images/common/noimage_large.jpg") center center no-repeat;
  background-size: cover;
  overflow: hidden;
}
.solution.view .visual-area .propic .propic-swiper .swiper-slide figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.solution.view .visual-area .propic .propic-swiper .swiper-button-prev,
.solution.view .visual-area .propic .propic-swiper .swiper-button-next {
  width: 64px;
  height: 64px;
  background-color: rgba(17, 17, 17, 0.5);
}
.solution.view .visual-area .propic .propic-swiper .swiper-button-prev::after,
.solution.view .visual-area .propic .propic-swiper .swiper-button-next::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("https://www.dn-solutions.com/resources/w/images/common/btn.png");
  display: inline-block;
  background-position: -450px -100px;
  background-repeat: no-repeat;
  content: "";
  width: 50px;
  height: 50px;
}
.solution.view .visual-area .propic .propic-swiper .swiper-button-prev {
  left: 80px;
}
.solution.view .visual-area .propic .propic-swiper .swiper-button-prev::after {
  transform: translate(-50%, -50%) rotate(180deg);
}
.solution.view .visual-area .propic .propic-swiper .swiper-button-next {
  right: 80px;
}
.solution.view .visual-area .propic .propic-swiper .swiper-pagination-bullets {
  bottom: 40px;
  font-size: 0;
}
.solution.view .visual-area .propic .propic-swiper .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 6px;
  width: 12px;
  height: 12px;
  opacity: 1;
  border-radius: 12px;
  background-color: #D4D4D4;
  transition: 0.5s;
}
.solution.view .visual-area .propic .propic-swiper .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 40px;
  border-radius: 6px;
  background-color: #111111;
}
.solution.view .visual-area .proinfo {
  position: relative;
  padding: 60px;
  width: 460px;
}
.solution.view .visual-area .proinfo .probtn {
  position: relative;
  height: 28px;
}
.solution.view .visual-area .proinfo .probtn .label {
  position: absolute;
  top: 4px;
  left: auto;
  right: 0;
}
.solution.view .visual-area .proinfo .probtn .btn-share {
  position: relative;
  margin-left: 25px;
  width: 28px;
  height: 28px;
  position: relative;
}
.solution.view .visual-area .proinfo .probtn .btn-share::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 1px;
  height: 16px;
  background-color: #D4D4D4;
  vertical-align: top;
}
.solution.view .visual-area .proinfo .probtn .btn-share::before {
  top: 6px;
  left: -12px;
}
.solution.view .visual-area .proinfo .probtn .btn-share::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("https://www.dn-solutions.com/resources/w/images/common/btn.png");
  display: inline-block;
  background-position: -250px -100px;
  background-repeat: no-repeat;
  content: "";
  width: 50px;
  height: 50px;
}
.solution.view .visual-area .proinfo .tit {
  display: block;
  margin-top: 24px;
  line-height: 56px;
  font-size: 48px;
  font-weight: 700;
}
.solution.view .visual-area .proinfo .btns {
  position: absolute;
  top: auto;
  left: 60px;
  right: auto;
  bottom: 60px;
  display: block;
  text-align: left;
}
.solution.view .visual-area .proinfo .btns .btn {
  margin: 0;
  width: 260px;
}
.solution.view .visual-area .proinfo .btns .btn + .btn {
  margin-top: 8px;
}
.solution.view .info-area {
  display: flex;
  margin-top: 120px;
  width: 100%;
}
.solution.view .info-area .tit {
  padding-right: 100px;
  min-width: 545px;
  max-width: 640px;
  line-height: 92px;
  font-size: 72px;
  font-weight: 600;
  font-family: "Poppins", "Pretendard";
}
.solution.view .info-area .txt {
  padding-top: 10px;
  line-height: 32px;
  font-size: 20px;
}
.solution.view .info-area .txt .slogan {
  display: block;
}
.solution.view .info-area .txt p {
  margin-top: 16px;
}
.solution.view .feature-area .feature-swiper {
  margin-top: 40px;
}
.solution.view .feature-area .feature-swiper .swiper-slide {
  padding-bottom: 112px;
  width: 408px;
  min-height: 320px;
  height: auto;
}
.solution.view .feature-area .feature-swiper .swiper-slide .txt {
  font-weight: 500;
}
.solution.view .feature-area .feature-swiper .swiper-slide .txt small {
  display: block;
  margin-top: 12px;
  color: #767676;
}
.solution.view .feature-area .feature-swiper .swiper-slide figure {
  position: absolute;
  top: auto;
  left: auto;
  right: 44px;
  bottom: 44px;
}
.solution.view .specification-area .img {
  margin-top: 40px;
}
.solution.view .catalogue-area {
  margin-top: 120px;
}
.solution.view .automation-area h3.tit + .spec-area {
  margin-top: 40px;
}
.solution.view .automation-area .btn-scroll {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 32px;
  height: 32px;
  font-size: 0;
  text-indent: -9999em;
  opacity: 0;
  border-radius: 32px;
  background-color: #1142B6;
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.15);
  z-index: 1;
  pointer-events: none;
}
.solution.view .automation-area .btn-scroll::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("https://www.dn-solutions.com/resources/w/images/common/btn.png");
  display: inline-block;
  background-position: -200px -100px;
  background-repeat: no-repeat;
  content: "";
  width: 50px;
  height: 50px;
}
.solution.view .automation-area .btn-scroll.active {
  opacity: 0.8;
  pointer-events: auto;
}
.solution.view .automation-area .btn-scrollprev {
  display: none;
  left: 160px;
}
.solution.view .automation-area .btn-scrollprev::after {
  transform: translate(-50%, -50%) rotate(180deg);
  margin: -1px 0 0 -1px;
}
.solution.view .automation-area .btn-scrollnext {
  right: -15px;
}
.solution.view .automation-area .btn-scrollnext::after {
  margin-left: 1px;
}
.solution.view .automation-area .spec-area {
  position: relative;
}
.solution.view .automation-area .spec-area .spec-table {
  display: block;
  position: relative;
  overflow: hidden;
}
.solution.view .automation-area .spec-area .spec-table::after, .solution.view .automation-area .spec-area .spec-table::before {
  left: 20px;
  z-index: 2;
}
.solution.view .automation-area .spec-area .spec-table::after {
  bottom: 0;
  top: auto;
}
.solution.view .automation-area .spec-area .spec-table .flex {
  display: flex;
}
.solution.view .automation-area .spec-area .spec-table .flex.center {
  justify-content: center;
  align-items: center;
}
.solution.view .automation-area .spec-area .scroll-con {
  position: relative;
  width: 100%;
  border: 0;
  z-index: 0;
  overflow-x: auto;
}
.solution.view .automation-area .spec-area .scroll-con::-webkit-scrollbar-track {
  background-color: transparent;
}
.solution.view .automation-area .spec-area .scroll-con::-webkit-scrollbar {
  height: 3px;
}
.solution.view .automation-area .spec-area .scroll-con::-webkit-scrollbar-thumb {
  background-color: #D9D9D9;
}
.solution.view .automation-area .spec-area .table-wrap .table {
  border: 0;
}
.solution.view .automation-area .spec-area .table-wrap .table tr {
  position: relative;
  border-bottom: 0;
}
.solution.view .automation-area .spec-area .table-wrap .table tr.line {
  border-bottom: 1px solid #111111;
  z-index: 1;
}
.solution.view .automation-area .spec-area .table-wrap .table tr td, .solution.view .automation-area .spec-area .table-wrap .table tr th {
  padding: 0 16px;
  vertical-align: middle;
}
.solution.view .automation-area .spec-area .table-wrap .table tr td + td {
  position: relative;
}
.solution.view .automation-area .spec-area .table-wrap .table tr td + td::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #EEEEEE;
  vertical-align: top;
}
.solution.view .automation-area .spec-area .table-wrap .table tr td + td::before {
  position: absolute;
  top: 0;
  left: 0;
}
.solution.view .automation-area .spec-area .table-wrap .table tr th + th {
  position: relative;
}
.solution.view .automation-area .spec-area .table-wrap .table tr th + th::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #EEEEEE;
  vertical-align: top;
}
.solution.view .automation-area .spec-area .table-wrap .table tr th + th::before {
  position: absolute;
  top: 0;
  left: 0;
}
.solution.view .automation-area .spec-area .table-wrap .table tr td:has(.cont.thumb) {
  height: 107px;
}
.solution.view .automation-area .spec-area .table-wrap .table tr th {
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
.solution.view .automation-area .spec-area .table-wrap .table tr th[scope=col] {
  text-align: center;
}
.solution.view .automation-area .spec-area .table-wrap .table tr th:not([scope=col]) {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  position: sticky;
  top: 0;
  left: 0;
  padding-left: 16px;
  padding-right: 16px;
  height: 30px;
  text-align: left;
  background-color: #F4F4F4;
  z-index: 2;
}
.solution.view .automation-area .spec-area .table-wrap .table tr th:not([scope=col]).type2 {
  position: relative;
  position: sticky;
}
.solution.view .automation-area .spec-area .table-wrap .table tr th:not([scope=col]).type2::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #111111;
  vertical-align: top;
}
.solution.view .automation-area .spec-area .table-wrap .table tr th:not([scope=col]).type2::before {
  position: absolute;
  top: 0;
  left: 0;
}
.solution.view .automation-area .spec-area .table-wrap .table tr td {
  height: 30px;
  text-align: center;
  font-size: 12px;
  line-height: 18px;
  color: #767676;
}
.solution.view .automation-area .spec-area .table-wrap .table tr .cont::after {
  display: none;
}
.solution.view .automation-area .spec-area .table-wrap .table tr .cont.thumb {
  padding: 8px 0;
}
.solution.view .automation-area .spec-area .cont.thumb figure {
  margin: 0 auto;
  width: 160px;
  height: 90px;
  text-align: center;
}
.solution.view .automation-area .spec-area .cont.thumb figure.line {
  border-left: 1px solid #EEEEEE;
}
.solution.view .automation-area .spec-area .cont.flex {
  display: flex;
}
.solution.view .automation-area .spec-area .cont.flex .box {
  padding-right: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid #111111;
}
.solution.view .automation-area .spec-area .cont.flex .box + .box {
  padding-left: 16px;
}
.solution.view .automation-area .spec-area .cont.flex .box:last-child {
  padding-right: 0;
  border: 0;
}
.solution.view .automation-area .spec-area .cont.flex .box span {
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 18px;
  min-height: 30px;
  color: #767676;
}
.solution.view .automation-area .guidetxt.dot {
  margin-top: 30px;
}
.solution.view .highlight-area {
  margin-top: 120px;
}
.solution.view .highlight-area > .tit {
  opacity: 0;
  transition: 1.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.solution.view .highlight-area > .tit.active {
  opacity: 1;
}
.solution.view .highlight-area > .addTxt {
  opacity: 0;
  padding-top: 45px;
  font-size: 30px;
  font-weight: 900;
  text-align: center;
  transition: 1.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.solution.view .highlight-area > .addTxt.active {
  opacity: 1;
}
.solution.view .highlight-area .list-card > li + li {
  margin-top: 60px;
}
.solution.view .highlight-area .list-card > li figure {
  position: relative;
  width: 626px;
  height: 400px;
  overflow: hidden;
}
.solution.view .highlight-area .list-card > li figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
}
.solution.view .highlight-area .list-card > li .txt .guidetxt {
  margin-top: 24px;
}
.solution.view .highlight-area .list-img {
  display: flex;
  flex-wrap: wrap;
}
.solution.view .highlight-area .list-img li {
  margin-top: 20px;
  padding-right: 10px;
  width: calc(50% - 20px);
}
.solution.view .highlight-area .list-img li:nth-child(2n) {
  padding-left: 10px;
  padding-right: 0;
}
.solution.view .highlight-area .list-img li figure {
  width: 100%;
  height: 400px;
}
.solution.view .highlight-area .list-img li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.solution.view .highlight-area .list .imgCont .img {
  position: relative;
  width: 626px;
  height: 400px;
  overflow: hidden;
}
.solution.view .highlight-area .list .imgCont .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
}
.solution.view .highlight-area .list .txtCont .posTxt {
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
}
.solution.view .highlight-area .list .txtCont .posTxt .autoTxt1 {
  color: #767676;
}
.solution.view .highlight-area .list .txtCont .posTxt .subj {
  margin: 0 0 24px 0;
  line-height: 48px;
  font-size: 32px;
  font-weight: 700;
}
.solution.view .highlight-area .list .txtCont .posTxt .dotTxt {
  line-height: 24px;
  color: #767676;
  text-indent: -12px;
  margin-left: 12px;
}
.solution.view .highlight-area .list .txtCont .posTxt .dotTxt + .dotTxt {
  margin-top: 10px;
}
.solution.view .highlight-area .list .txtCont .posTxt .dotTxt span {
  margin-left: -4px;
}
.solution.view .highlight-area .list .txtCont .posTxt .dotTxt:before {
  content: "";
  display: inline-block;
  margin: 9px 8px 0 0;
  width: 4px;
  height: 4px;
  vertical-align: top;
  border-radius: 4px;
  background-color: #767676;
}
.solution.view .highlight-area .list .txtCont .posTxt .starTxt {
  position: relative;
  margin-top: 15px;
  font-size: 16px;
  color: #767676;
  font-weight: 300;
  line-height: 24px;
}
.solution.view .highlight-area .list .txtCont .posTxt .starTxt span {
  padding-left: 10px;
}
.solution.view .highlight-area .txtArea {
  margin-top: 95px;
  text-align: center;
  color: #767676;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  opacity: 0;
  transition: 1.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.solution.view .highlight-area .txtArea span {
  font-weight: 700;
}
.solution.view .highlight-area.active .txtArea,
.solution.view .highlight-area.active .imgArea {
  opacity: 1;
}
.solution.view .highlight-area .imgArea {
  padding-top: 50px;
  opacity: 0;
  transition: 1.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.solution.view .highlight-area .imgArea.middle {
  width: 1180px;
  margin: 0 auto;
}
.solution.view .highlight-area.type1 .list-card > li figure, .solution.view .highlight-area.type2 .list-card > li figure {
  opacity: 0;
  transition: 1.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.solution.view .highlight-area.type1 .list-card > li figure img, .solution.view .highlight-area.type2 .list-card > li figure img {
  transform: translate(-50%, -50%) scale(1.1);
  transition: 1.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.solution.view .highlight-area.type1 .list-card > li .txt, .solution.view .highlight-area.type2 .list-card > li .txt {
  opacity: 0;
  transition: 1.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.solution.view .highlight-area.type1 .list-card > li.active figure, .solution.view .highlight-area.type2 .list-card > li.active figure {
  opacity: 1;
  transform: translate(0, 0) !important;
}
.solution.view .highlight-area.type1 .list-card > li.active figure img, .solution.view .highlight-area.type2 .list-card > li.active figure img {
  transform: translate(-50%, -50%) scale(1);
}
.solution.view .highlight-area.type1 .list-card > li.active .txt, .solution.view .highlight-area.type2 .list-card > li.active .txt {
  opacity: 1;
  transform: translate(0, 0) !important;
}
.solution.view .highlight-area.type1 .list .imgCont .img, .solution.view .highlight-area.type2 .list .imgCont .img {
  opacity: 0;
  transition: 1.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.solution.view .highlight-area.type1 .list .imgCont .img img, .solution.view .highlight-area.type2 .list .imgCont .img img {
  transform: translate(-50%, -50%) scale(1.1);
  transition: 1.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.solution.view .highlight-area.type1 .list .txtCont, .solution.view .highlight-area.type2 .list .txtCont {
  opacity: 0;
  transition: 1.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.solution.view .highlight-area.type1 .list.active .imgCont .img, .solution.view .highlight-area.type2 .list.active .imgCont .img {
  opacity: 1;
  transform: translate(0, 0) !important;
}
.solution.view .highlight-area.type1 .list.active .imgCont .img img, .solution.view .highlight-area.type2 .list.active .imgCont .img img {
  transform: translate(-50%, -50%) scale(1);
}
.solution.view .highlight-area.type1 .list.active .txtCont, .solution.view .highlight-area.type2 .list.active .txtCont {
  opacity: 1;
  transform: translate(0, 0) !important;
}
.solution.view .highlight-area.type1 {
  display: flex;
}
.solution.view .highlight-area.type1 > .tit {
  position: sticky;
  top: 120px;
  display: inline-block;
  margin-top: 40px;
  width: calc(100% - 626px);
  height: 500px;
  vertical-align: top;
}
.solution.view .highlight-area.type1 .box {
  display: inline-block;
  width: 626px;
}
.solution.view .highlight-area.type1 .list-card > li figure {
  transform: translateY(50px);
}
.solution.view .highlight-area.type1 .list-card > li .txt {
  margin-top: 32px;
  padding-left: 10px;
  transform: translateY(20px);
  transition-delay: 0.4s;
}
.solution.view .highlight-area.type1 .list {
  display: flex;
  flex-direction: column;
}
.solution.view .highlight-area.type1 .list .imgCont {
  order: 1;
}
.solution.view .highlight-area.type1 .list .imgCont .img {
  transform: translateY(50px);
}
.solution.view .highlight-area.type1 .list .txtCont {
  order: 2;
  margin-top: 32px;
  padding-left: 10px;
  transform: translateY(20px);
  transition-delay: 0.4s;
}
.solution.view .highlight-area.type2 .box {
  margin-top: 60px;
}
.solution.view .highlight-area.type2 .list-card > li {
  display: flex;
  align-items: center;
}
.solution.view .highlight-area.type2 .list-card > li figure {
  display: inline-block;
  transform: translateX(-100px);
}
.solution.view .highlight-area.type2 .list-card > li .txt {
  display: inline-block;
  padding-left: 80px;
  width: calc(100% - 626px);
  transform: translateX(100px);
}
.solution.view .highlight-area.type2 .list-card > li:nth-child(2n) {
  flex-direction: row-reverse;
}
.solution.view .highlight-area.type2 .list-card > li:nth-child(2n) figure {
  transform: translateX(100px);
}
.solution.view .highlight-area.type2 .list-card > li:nth-child(2n) .txt {
  padding-left: 0;
  transform: translateX(-100px);
}
.solution.view .highlight-area.type2 .list {
  display: flex;
  align-items: center;
}
.solution.view .highlight-area.type2 .list .imgCont {
  display: inline-block;
}
.solution.view .highlight-area.type2 .list .imgCont .img {
  transform: translateX(-100px);
}
.solution.view .highlight-area.type2 .list .txtCont {
  display: inline-block;
  padding-left: 80px;
  width: calc(100% - 626px);
  transform: translateX(100px);
}
.solution.view .highlight-area.type2 .list:nth-child(2n) .imgCont .img {
  transform: translateX(100px);
}
.solution.view .highlight-area.type2 .list:nth-child(2n) .txtCont {
  padding-left: 0;
  transform: translateX(-100px);
}
.solution.view .highlight-area.triple-offset .list-card > li .txt .tit + .tit {
  display: block;
  margin-top: 40px;
}
.solution.view .highlight-area.triple-offset .list-card > li .txt .guidetxt + .tit {
  display: block;
  margin-top: 40px;
}
.solution.view .highlight-area.triple-offset .list-card > li:nth-child(1) figure {
  height: 494px;
}
.solution.view .highlight-area.triple-offset .box:not(:has(.list-card)) {
  display: flex;
}
.solution.view .highlight-area.triple-offset .box:not(:has(.list-card)) > div + div {
  margin-left: 28px;
}
.solution.view .highlight-area.triple-offset .box:not(:has(.list-card)) figure {
  width: 626px;
}
.solution.view .highlight-area.triple-offset .box:not(:has(.list-card)) figure figcaption {
  margin-top: 24px;
  line-height: 40px;
  font-size: 28px;
  font-weight: 700;
}
.solution.view .turnKey-area {
  text-align: center;
}
.solution.view .turnKey-area .subTit {
  font-size: 20px;
  font-weight: 700;
  color: #767676;
  opacity: 0;
  transition: 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transform: translateY(100px);
}
.solution.view .turnKey-area .iconArea {
  margin-top: 45px;
  opacity: 0;
  transition: 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transform: translateY(100px);
}
.solution.view .turnKey-area .subTxt {
  margin-top: 35px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  color: #767676;
  opacity: 0;
  transition: 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transform: translateX(100px);
}
.solution.view .turnKey-area .btns {
  opacity: 0;
  transform: translateY(100px);
  transition: 1.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.solution.view .turnKey-area .btns .btn {
  width: 320px;
}
.solution.view .turnKey-area.active .subTit {
  opacity: 1;
  transform: translateY(0);
}
.solution.view .turnKey-area.active .subTxt {
  opacity: 1;
  transform: translateX(0);
}
.solution.view .turnKey-area.active .iconArea {
  opacity: 1;
  transition: 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transform: translateY(0);
}
.solution.view .turnKey-area.active .btns {
  opacity: 1;
  transform: translateY(0);
}
.solution.view .csuportpross-area .tit {
  opacity: 0;
  transition: 1.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.solution.view .csuportpross-area .img {
  margin-top: 50px;
}
.solution.view .csuportpross-area.active .tit {
  opacity: 1;
}
.solution.list .list-area {
  margin-top: 60px;
}
.solution.list .list-area .form-filter .select {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
}
.solution.list .list-area .list-solution ul {
  padding-top: 40px;
  padding-bottom: 24px;
  border-bottom: 1px solid #D4D4D4;
}
.solution.list .list-area .list-solution ul li {
  display: flex;
  padding: 24px;
  width: 100%;
  min-height: 277px;
  background-color: #F8F8F8;
}
.solution.list .list-area .list-solution ul li:nth-of-type(even) {
  background-color: #FFFFFF;
}
.solution.list .list-area .list-solution ul li figure {
  position: relative;
  width: 408px;
  height: 229px;
  border: 1px solid #EEEEEE;
  overflow: hidden;
  transition: 0.2s border ease-in;
}
.solution.list .list-area .list-solution ul li figure .btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
}
.solution.list .list-area .list-solution ul li .info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0;
  padding: 12px 0 12px 32px;
  width: calc(100% - 408px);
}
.solution.list .list-area .list-solution ul li .info .info-txt {
  margin-top: 8px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  color: #767676;
}
.solution.list .list-area .list-solution ul li .info .tag {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}
.solution.list .list-area .list-solution ul li .info .tag span, .solution.list .list-area .list-solution ul li .info .tag a {
  margin: 0;
  padding: 6px 16px;
  color: #767676;
  height: auto;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  border-radius: 99px;
  border: 1px solid #D4D4D4;
  background-color: #EEEEEE;
}
.solution.demand .dimmed {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #111111;
  opacity: 0.3;
  z-index: 19;
}
.solution.demand section {
  padding-top: 120px;
  padding-bottom: 120px;
}
.solution.demand .visual-area {
  position: relative;
  padding-top: 80px;
  width: 100%;
  height: calc(100vh - 80px);
  background: url("https://www.dn-solutions.com/resources/w/images/solution/demand/car/demand_car_bg.jpg") no-repeat center;
  background-size: cover;
}
.solution.demand .visual-area .tit {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: max-content;
  color: #FFFFFF;
  font-size: 72px;
  font-weight: 600;
  line-height: 92px;
  text-align: center;
  opacity: 0;
  transform: translate(-50%, 100px);
  transition: all ease-out 0.4s;
}
.solution.demand .visual-area .tit.active {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.solution.demand .subtit-area {
  text-align: center;
}
.solution.demand .subtit-area h3 {
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
}
.solution.demand .subtit-area p {
  margin-top: 32px;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
}
.solution.demand .info-area {
  padding: 120px 0;
  background-color: #F8F8F8;
}
.solution.demand .info-area .info {
  display: block;
  position: relative;
  margin-top: 60px;
}
.solution.demand .info-area .info figure {
  text-align: center;
}
.solution.demand .info-area .info > ul > li {
  background-color: #FFFFFF;
}
.solution.demand .info-area .info > ul > li > span {
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #0B50F2;
}
.solution.demand .info-area .info > ul > li > span + strong {
  margin-top: 16px;
}
.solution.demand .info-area .info > ul > li > strong {
  display: block;
  font-size: 24px;
  line-height: 36px;
}
.solution.demand .info-area .info > ul > li > strong + p {
  margin-top: 8px;
}
.solution.demand .info-area .info > ul > li > p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
.solution.demand .info-area .info > ul > li > p strong {
  color: #0B50F2;
  font-weight: 500;
}
.solution.demand .customer-area {
  display: none;
  background-color: #F8F8F8;
}
.solution.demand .customer-area .customer-map {
  flex-basis: 100%;
  position: relative;
  padding: 60px 0;
  margin: 0 auto;
  max-width: 1520px;
  width: 100%;
  height: 920px;
  text-align: center;
  border-bottom: 1px solid #EEEEEE;
  background: url("https://www.dn-solutions.com/resources/w/images/solution/demand/aerospace/aerospace_map_bg.png") center center/auto calc(100% - 120px) no-repeat;
}
.solution.demand .customer-area .customer-map strong {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 140px;
  height: 140px;
  font-size: 28px;
  line-height: 40px;
  font-weight: 500;
  border-radius: 100%;
  color: #FFFFFF;
  z-index: 1;
}
.solution.demand .customer-area .customer-map strong::after, .solution.demand .customer-area .customer-map strong::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  border-radius: 100%;
  z-index: -1;
}
.solution.demand .customer-area .customer-map strong::after {
  width: 200px;
  height: 200px;
}
.solution.demand .customer-area .customer-map strong::before {
  width: 260px;
  height: 260px;
}
.solution.demand .customer-area .customer-map strong:first-child {
  top: 312px;
  left: calc(50% - 446px);
  background-color: rgba(45, 136, 191, 0.5);
}
.solution.demand .customer-area .customer-map strong:first-child::before, .solution.demand .customer-area .customer-map strong:first-child::after {
  background-color: #2D88BF;
}
.solution.demand .customer-area .customer-map strong:first-child::before {
  animation: customer-ripple1-1 2s ease-in-out 0.1s infinite;
}
.solution.demand .customer-area .customer-map strong:first-child::after {
  animation: customer-ripple1-2 2s ease-in-out 0.1s infinite;
}
.solution.demand .customer-area .customer-map strong:nth-child(2) {
  top: 306px;
  left: calc(50% - 40px);
  background-color: rgba(17, 66, 182, 0.5);
}
.solution.demand .customer-area .customer-map strong:nth-child(2)::before, .solution.demand .customer-area .customer-map strong:nth-child(2)::after {
  background-color: #1142B6;
}
.solution.demand .customer-area .customer-map strong:nth-child(2)::before {
  animation: customer-ripple2-1 2s ease-in-out 0.1s infinite;
}
.solution.demand .customer-area .customer-map strong:nth-child(2)::after {
  animation: customer-ripple2-2 2s ease-in-out 0.1s infinite;
}
.solution.demand .customer-area .customer-map strong:nth-child(3) {
  width: 80px;
  height: 80px;
  top: 426px;
  left: calc(50% + 291px);
  background-color: rgba(11, 80, 242, 0.5);
}
.solution.demand .customer-area .customer-map strong:nth-child(3)::before, .solution.demand .customer-area .customer-map strong:nth-child(3)::after {
  background-color: #0B50F2;
}
.solution.demand .customer-area .customer-map strong:nth-child(3)::before {
  width: 200px;
  height: 200px;
  animation: customer-ripple3-1 2s ease-in-out 0.1s infinite;
}
.solution.demand .customer-area .customer-map strong:nth-child(3)::after {
  width: 140px;
  height: 140px;
  animation: customer-ripple3-2 2s ease-in-out 0.1s infinite;
}
.solution.demand .customer-area .customer-map + .customer {
  margin-top: 24px;
}
.solution.demand .customer-area .customer-list > .inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 54px;
  padding-top: 24px;
}
.solution.demand .customer-area .customer-list .customer {
  display: flex;
  width: calc((100% - 108px) / 3);
}
.solution.demand .customer-area .customer-list .customer > strong {
  position: relative;
  padding-left: 18px;
  padding-right: 20px;
  font-size: 20px;
  height: 32px;
  line-height: 32px;
}
.solution.demand .customer-area .customer-list .customer > strong::before {
  position: absolute;
  top: 11px;
  left: 0;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #2D88BF;
}
.solution.demand .customer-area .customer-list .customer:nth-child(2) > strong::before {
  background-color: #1142B6;
}
.solution.demand .customer-area .customer-list .customer:nth-child(3) > strong::before {
  background-color: #0B50F2;
}
.solution.demand .customer-area .customer-list .customer .guidetxt {
  margin-top: 4px;
}
.solution.demand .demand-info {
  margin-top: 24px;
}
.solution.demand .demand-info p {
  display: none;
  color: #767676;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
}
.solution.demand .demand-info p.active {
  display: block;
}
.solution.demand .demand-info p span {
  color: #111111;
}
.solution.demand .toggle-wrap {
  margin-top: 60px;
  text-align: center;
}
.solution.demand .tabs {
  position: relative;
  margin-top: 60px;
  position: sticky;
  top: 80px;
  background-color: #FFFFFF;
  z-index: 5;
}
.solution.demand .tabs::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #D4D4D4;
  vertical-align: top;
}
.solution.demand .tabs::before {
  top: auto;
  bottom: 0;
}
.solution.demand .tabs .swiper {
  width: max-content;
}
.solution.demand .tabs .swiper::before {
  content: none;
}
.solution.demand .tabs .swiper .swiper-slide:last-of-type a {
  margin-right: 0;
}
.solution.demand .tabs .swiper .swiper-slide a {
  margin-right: 72px;
}
.solution.demand .toggle-contents {
  display: none;
}
.solution.demand .toggle-contents.active {
  display: block;
}
.solution.demand .content-visual {
  display: none;
  margin-top: 40px;
  width: 100%;
  height: 680px;
  position: relative;
}
.solution.demand .content-visual button .icon-ripple {
  background-color: #A9A9A9;
}
.solution.demand .content-visual button .icon-ripple::before {
  background-color: rgba(169, 169, 169, 0.5);
  animation: ripple3 2s ease-in-out 0.1s infinite;
}
.solution.demand .content-visual button .icon-ripple::after {
  background-color: rgba(169, 169, 169, 0.12);
  animation: ripple3 2s ease-in-out 0.1s infinite;
}
.solution.demand .content-visual button.active .icon-ripple {
  background-color: #0B50F2;
}
.solution.demand .content-visual button.active .icon-ripple::before {
  background-color: rgba(11, 80, 242, 0.5);
  animation: ripple1 2s ease-in-out 0.1s infinite;
}
.solution.demand .content-visual button.active .icon-ripple::after {
  background-color: rgba(11, 80, 242, 0.12);
  animation: ripple1 2s ease-in-out 0.1s infinite;
}
@keyframes ripple1 {
  0% {
    background-color: rgba(11, 80, 242, 0.12);
  }
  50% {
    background-color: rgba(11, 80, 242, 0.05);
  }
  100% {
    background-color: rgba(11, 80, 242, 0.12);
  }
}
@keyframes ripple3 {
  0% {
    background-color: rgba(169, 169, 169, 0.12);
  }
  50% {
    background-color: rgba(169, 169, 169, 0.05);
  }
  100% {
    background-color: rgba(169, 169, 169, 0.12);
  }
}
.solution.demand .product-type {
  margin-top: 60px;
  font-size: 0;
}
.solution.demand .product-type strong {
  display: inline-block;
  font-family: "Poppins";
  font-size: 28px;
  font-weight: 600;
  line-height: 40px;
  text-align: center;
}
.solution.demand .product-type strong.workpiece-type {
  margin-right: 28px;
  width: 408px;
}
.solution.demand .product-type strong.solution-type {
  width: 840px;
}
.solution.demand .tab-contents {
  visibility: visible;
}
.solution.demand .product-list {
  margin-top: 24px;
}
.solution.demand .product-list > li {
  height: 480px;
  display: flex;
  gap: 28px;
}
.solution.demand .product-list > li + li {
  margin-top: 40px;
}
.solution.demand .product-list > li figure {
  position: relative;
  height: 100%;
}
.solution.demand .product-list > li figure figcaption {
  position: absolute;
  width: 100%;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  text-align: center;
}
.solution.demand .product-list > li .workpice-area {
  position: relative;
  width: 408px;
  height: 100%;
  background-color: #F8F8F8;
}
.solution.demand .product-list > li .workpice-area .btn {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  z-index: 1;
  background-color: #767676;
  border-color: #767676;
}
.solution.demand .product-list > li .workpice-area .btn::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("https://www.dn-solutions.com/resources/w/images/common/btn.png");
  display: inline-block;
  background-position: 0 -150px;
  background-repeat: no-repeat;
  content: "";
  width: 50px;
  height: 50px;
}
.solution.demand .product-list > li .workpice-area figure img {
  mix-blend-mode: multiply;
}
.solution.demand .product-list > li .workpice-area .workpice-popup {
  position: absolute;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 30px;
  background-color: #F4F4F4;
  display: none;
  color: #111111;
  transform: translateY(0);
  z-index: 20;
}
.solution.demand .product-list > li .workpice-area .workpice-popup::after {
  content: none;
}
.solution.demand .product-list > li .workpice-area .workpice-popup .popup-header {
  margin-bottom: 30px;
  width: 100%;
  height: 32px;
}
.solution.demand .product-list > li .workpice-area .workpice-popup .popup-header strong {
  line-height: 32px;
  font-size: 20px;
  font-weight: 700;
}
.solution.demand .product-list > li .workpice-area .workpice-popup .popup-header .btn {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  z-index: 1;
  transform: rotate(45deg);
  background-color: #767676;
  border-color: #767676;
}
.solution.demand .product-list > li .workpice-area .workpice-popup .popup-header .btn::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("https://www.dn-solutions.com/resources/w/images/common/btn.png");
  display: inline-block;
  background-position: 0 -150px;
  background-repeat: no-repeat;
  content: "";
  width: 50px;
  height: 50px;
}
.solution.demand .product-list > li .workpice-area .workpice-popup .popup-content {
  width: 100%;
  height: calc(100% - 62px);
}
.solution.demand .product-list > li .workpice-area .workpice-popup .popup-content .guidetxt ul {
  margin-top: 12px;
}
.solution.demand .product-list > li .workpice-area .workpice-popup .popup-content .guidetxt ul li {
  color: #767676;
}
.solution.demand .product-list > li .workpice-area .workpice-popup .popup-content .guidetxt ul li::before {
  background-color: #767676;
}
.solution.demand .product-list > li .product-area {
  width: calc(100% - 436px);
  background-color: #F8F8F8;
  position: relative;
  display: flex;
  height: 100%;
}
.solution.demand .product-list > li .product-area figure figcaption {
  opacity: 0;
  transition: opacity 0.4s ease-in;
}
.solution.demand .product-list > li .product-area figure figcaption .icon-arrow {
  width: 24px;
  height: 32px;
}
.solution.demand .product-list > li .product-area figure figcaption .icon-arrow::after {
  background-image: url("https://www.dn-solutions.com/resources/w/images/common/btn.png");
  background-position: -250px -50px;
}
.solution.demand .product-list > li .product-area .swiper {
  width: 100%;
}
.solution.demand .product-list > li .product-area .swiper .swiper-pagination {
  position: absolute;
  width: 408px;
  bottom: 102px;
  text-align: center;
  z-index: 5;
}
.solution.demand .product-list > li .product-area .swiper .swiper-pagination-bullet-active:only-child {
  display: inline-block !important;
}
.solution.demand .product-list > li .product-area .swiper .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #D4D4D4;
  opacity: 1;
  border-radius: 999px;
  transition: all 0.4s ease-in;
}
.solution.demand .product-list > li .product-area .swiper .swiper-pagination-bullet-active {
  width: 40px;
  background-color: #111111;
}
.solution.demand .product-list > li .product-area .swiper .swiper-slide {
  display: flex;
}
.solution.demand .product-list > li .product-area .swiper .swiper-slide > a {
  display: block;
  width: 408px;
  height: 100%;
}
.solution.demand .product-list > li .product-area .swiper .swiper-slide > figure {
  width: 408px;
}
.solution.demand .product-list > li .product-area .swiper .swiper-slide > figure > a:first-child {
  display: block;
  height: 100%;
}
.solution.demand .product-list > li .product-area .swiper .swiper-slide.swiper-slide-active figure figcaption {
  opacity: 1;
}
.solution.demand .product-list > li .product-area .product-detail {
  width: calc(100% - 464px);
  margin: 28px;
  padding: 30px;
  background-color: #FFFFFF;
}
.solution.demand .product-list > li .product-area .product-detail .open-btn {
  display: block;
}
.solution.demand .product-list > li .product-area .product-detail .open-btn strong {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
.solution.demand .product-list > li .product-area .product-detail .open-btn .icon-arrow {
  position: absolute;
  top: 0;
  right: -24px;
  width: 24px;
  height: 24px;
}
.solution.demand .product-list > li .product-area .product-detail .open-btn + .open-btn {
  margin-top: 30px;
}
.solution.demand .product-list > li .product-area .product-detail .guidetxt > strong {
  display: block;
  margin-bottom: 12px;
  line-height: 24px;
}
.solution.demand .product-list > li .product-area .product-detail .guidetxt .table + ul {
  margin-top: 12px;
}
.solution.demand .product-list > li .product-area .product-detail .guidetxt + .guidetxt {
  margin-top: 30px;
}
.solution.demand .product-list > li .product-area .product-detail > .txt {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
.solution.demand .product-list > li .product-area .product-detail > .txt > span {
  display: block;
  margin-top: 12px;
  color: #767676;
}
.solution.demand .product-list > li .product-area .product-detail > .txt + .guidetxt {
  margin-top: 24px;
}
.solution.demand .product-list > li .product-area .popup {
  position: absolute;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 32px;
  background-color: rgba(255, 255, 255, 0.97);
  display: none;
  height: auto;
  align-content: flex-start;
  transform: translateY(0);
  z-index: 20;
  min-height: 480px;
}
.solution.demand .product-list > li .product-area .popup::after {
  content: none;
}
.solution.demand .product-list > li .product-area .popup.active {
  display: flex;
  opacity: 1;
}
.solution.demand .product-list > li .product-area .popup .btn-close {
  top: 32px;
  right: 32px;
}
.solution.demand .product-list > li .product-area .popup .popup-header {
  margin-bottom: 32px;
  width: 100%;
}
.solution.demand .product-list > li .product-area .popup .popup-header strong {
  line-height: 32px;
  font-size: 24px;
  font-weight: 700;
  width: 700px;
  display: block;
}
.solution.demand .product-list > li .product-area .popup .img-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 358px;
  height: 352px;
}
.solution.demand .product-list > li .product-area .popup .img-wrap.multi {
  width: 100%;
  justify-content: space-between;
  gap: 24px;
}
.solution.demand .product-list > li .product-area .popup .img-wrap.multi img {
  height: 100%;
  border: 1px solid #D4D4D4;
}
.solution.demand .product-list > li .product-area .popup .img-wrap.triple {
  gap: 10px;
}
.solution.demand .product-list > li .product-area .popup .img-wrap.triple img:nth-of-type(1), .solution.demand .product-list > li .product-area .popup .img-wrap.triple img:nth-of-type(2) {
  width: 174px;
}
.solution.demand .product-list > li .product-area .popup .img-wrap.triple img:nth-of-type(3) {
  width: 358px;
}
.solution.demand .product-list > li .product-area .popup .img-wrap.small {
  justify-content: flex-start;
  gap: 32px;
  width: 160px;
}
.solution.demand .product-list > li .product-area .popup .img-wrap.small + .product-detail {
  width: calc(100% - 202px);
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-height: 352px;
  gap: 24px 42px;
}
.solution.demand .product-list > li .product-area .popup .img-wrap.small + .product-detail .guidetxt.dot {
  margin-top: 0;
}
.solution.demand .product-list > li .product-area .popup .img-wrap.small + .product-detail .guidetxt.dot + .guidetxt.dot {
  margin-top: 0;
}
.solution.demand .product-list > li .product-area .popup .img-wrap.full {
  width: auto;
}
.solution.demand .product-list > li .product-area .popup:not(:has(.img-wrap)) .product-detail {
  margin-left: 0;
  width: 100%;
}
.solution.demand .product-list > li .product-area .popup .product-detail {
  width: calc(100% - 402px);
  padding: 0;
  margin: 0 0 0 42px;
  background-color: transparent;
}
.solution.demand .product-list > li .product-area .popup .product-detail > p {
  margin-bottom: 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.solution.demand .product-list > li .product-area .popup .product-detail .guidetxt.dot strong + strong {
  margin-top: 24px;
}
.solution.demand .product-list > li .product-area .popup .product-detail .guidetxt.dot + .guidetxt.dot {
  margin-top: 24px;
}
.solution.demand .product-list > li .product-area .popup .table {
  text-align: center;
}
.solution.demand .product-list > li .product-area .popup .table .blue {
  color: #0B50F2;
}
.solution.demand .product-list > li .product-area .popup .table td,
.solution.demand .product-list > li .product-area .popup .table th {
  border: 1px solid #D4D4D4;
  border-collapse: collapse;
}
.solution.demand .product-list > li .product-area .popup .table th {
  border-bottom: none;
}
.solution.demand .product-list > li .product-area .popup .table tr {
  border: none;
}
.solution.demand .product-list > li .product-area .popup .table thead th {
  padding: 16px 15px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}
.solution.demand .product-list > li .product-area .popup .table tbody td {
  padding: 16px 15px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.solution.demand .product-list > li .product-area .popup .table tbody td strong {
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}
.solution.demand .product-list > li .product-area .popup .table.type2 th {
  padding: 6px 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}
.solution.demand .product-list > li .product-area .popup .table.type2 th:first-of-type {
  border-left: none;
  border-right-color: #111111;
}
.solution.demand .product-list > li .product-area .popup .table.type2 th:last-of-type {
  border-right: none;
}
.solution.demand .product-list > li .product-area .popup .table.type2 td {
  padding: 3px;
  font-size: 12px;
  font-weight: 400;
  line-height: 26px;
}
.solution.demand .product-list > li .product-area .popup .table.type2 td strong {
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}
.solution.demand .product-list > li .product-area .popup .table.type2 td:has(strong) {
  border-left: none;
  border-right-color: #111111;
}
.solution.demand .product-list > li .product-area .popup .table.type2 td:last-of-type {
  border-right: none;
}
.solution.demand .product-list > li .product-area .popup .table.type2 tr:last-of-type td {
  border-bottom-color: #111111;
}
.solution.demand .product-list > li .product-area .popup .table.type3 {
  border-top: none;
}
.solution.demand .product-list > li .product-area .popup .table.type3 th {
  padding: 9px 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  border-color: #111111;
}
.solution.demand .product-list > li .product-area .popup .table.type3 td {
  padding: 5px;
  font-size: 12px;
  font-weight: 400;
  line-height: 26px;
  border-right-color: #111111;
  border-left-color: #111111;
}
.solution.demand .product-list > li .product-area .popup .table.type3 td strong {
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}
.solution.demand .product-list > li .product-area .popup .table.type3 td:has(figure) {
  padding: 0;
}
.solution.demand .product-list > li .product-area .popup .table.type3 tbody tr:first-of-type td {
  border-top-color: #111111;
}
.solution.demand .product-list > li .product-area .popup .table.type3 tbody tr:last-of-type td {
  border-bottom-color: #111111;
}
.solution.demand .product-list > li .product-area .popup .table.type4 {
  border-top: none;
}
.solution.demand .product-list > li .product-area .popup .table.type4 th:has(strong) {
  border-color: #111111;
}
.solution.demand .product-list > li .product-area .popup .table.type4 td,
.solution.demand .product-list > li .product-area .popup .table.type4 th {
  padding: 3px;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  vertical-align: middle;
  border-left-color: #111111;
  border-right-color: #111111;
}
.solution.demand .product-list > li .product-area .popup .table.type4 td:has(figure),
.solution.demand .product-list > li .product-area .popup .table.type4 th:has(figure) {
  padding: 0;
  border-color: #111111;
}
.solution.demand .product-list > li .product-area .popup .table.type4 tr:last-of-type td {
  border-bottom-color: #111111;
}
.solution.demand .product-list > li .product-area .popup .table.type4 tr:nth-of-type(4) td {
  border-top-color: #111111;
}
.solution.demand .product-list > li .product-area .popup .table.type4 + strong {
  margin-top: 24px;
}
.solution.demand .product-list > li .product-area .popup .detail-swiper {
  position: relative;
  width: calc(100% + 64px);
  margin: 0 -32px;
}
.solution.demand .product-list > li .product-area .popup .detail-swiper .swiper-slide {
  width: auto;
}
.solution.demand .product-list > li .product-area .popup .detail-swiper::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 60px;
  height: 100%;
  background: linear-gradient(270deg, #FFF 0%, rgba(255, 255, 255, 0) 91.25%);
  z-index: 2;
  transform: rotate(180deg);
  pointer-events: none;
}
.solution.demand .product-list > li .product-area .popup .detail-swiper::after {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  content: "";
  width: 60px;
  height: 100%;
  background: linear-gradient(270deg, #FFF 0%, rgba(255, 255, 255, 0) 91.25%);
  z-index: 2;
  pointer-events: none;
}
.solution.demand .product-list > li .product-area .popup .detail-swiper:has(.swiper-button-prev.swiper-button-disabled)::before {
  display: none;
}
.solution.demand .product-list > li .product-area .popup .detail-swiper:has(.swiper-button-next.swiper-button-disabled)::after {
  display: none;
}
.solution.demand .product-list > li .product-area .popup .swiper-button-next,
.solution.demand .product-list > li .product-area .popup .swiper-button-prev {
  margin-top: -16px;
  width: 32px;
  height: 32px;
  opacity: 1;
  border-radius: 32px;
  background-color: #1142B6;
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.15);
}
.solution.demand .product-list > li .product-area .popup .swiper-button-next.swiper-button-disabled,
.solution.demand .product-list > li .product-area .popup .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
.solution.demand .product-list > li .product-area .popup .swiper-button-next::after,
.solution.demand .product-list > li .product-area .popup .swiper-button-prev::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("https://www.dn-solutions.com/resources/w/images/common/btn.png");
  display: inline-block;
  background-position: -200px -100px;
  background-repeat: no-repeat;
  content: "";
  width: 50px;
  height: 50px;
}
.solution.demand .product-list > li .product-area .popup .swiper-button-prev {
  left: 32px;
}
.solution.demand .product-list > li .product-area .popup .swiper-button-prev::after {
  transform: translate(-50%, -50%) rotate(180deg);
  margin: -1px 0 0 -1px;
}
.solution.demand .product-list > li .product-area .popup .swiper-button-next {
  right: 32px;
}
.solution.demand .product-list > li .product-area .popup .swiper-button-next::after {
  margin-left: 1px;
}
.solution.demand .product-list > li .product-area .popup .spec-table {
  display: table;
  text-align: center;
  height: 352px;
}
.solution.demand .product-list > li .product-area .popup .spec-table.type1 {
  width: 780px;
}
.solution.demand .product-list > li .product-area .popup .spec-table.type2 {
  width: 390px;
}
.solution.demand .product-list > li .product-area .popup .spec-table.type2 thead tr th {
  border-left-color: #111111;
}
.solution.demand .product-list > li .product-area .popup .spec-table.type2 tbody tr th {
  border-left-color: #111111;
}
.solution.demand .product-list > li .product-area .popup .spec-table.type2 tbody tr:last-of-type th, .solution.demand .product-list > li .product-area .popup .spec-table.type2 tbody tr:last-of-type td {
  border-bottom-color: #111111;
}
.solution.demand .product-list > li .product-area .popup .spec-table td,
.solution.demand .product-list > li .product-area .popup .spec-table th {
  border: 1px solid #D4D4D4;
  border-collapse: separate;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  min-height: 22px;
}
.solution.demand .product-list > li .product-area .popup .spec-table thead th {
  padding: 2px;
  border-top-color: #111111;
  border-bottom-color: #111111;
  border-right-color: #111111;
}
.solution.demand .product-list > li .product-area .popup .spec-table thead th:nth-of-type(2), .solution.demand .product-list > li .product-area .popup .spec-table thead th:nth-of-type(5) {
  border-right-color: #D4D4D4;
}
.solution.demand .product-list > li .product-area .popup .spec-table tbody td {
  padding: 2px;
}
.solution.demand .product-list > li .product-area .popup .spec-table tbody td:nth-of-type(2), .solution.demand .product-list > li .product-area .popup .spec-table tbody td:nth-of-type(4) {
  border-right-color: #111111;
}
.solution.demand .product-list > li .product-area .popup .spec-table tbody tr th {
  border-right-color: #111111;
}
.solution.demand .product-list > li .product-area .popup .spec-table tbody tr th:not(:first-of-type) {
  border-left-color: #111111;
}
.solution.demand .product-list > li .product-area .popup .spec-table tbody tr th:has(strong) {
  border-bottom-color: #111111;
}
.solution.demand .product-list > li .product-area .popup .spec-table tbody tr th:has(strong) + td {
  border-bottom-color: #111111;
  border-right-color: #111111;
}
.solution.demand.car #tabElectricVehicle .content-visual {
  background-image: url("https://www.dn-solutions.com/resources/w/images/solution/demand/car/car_content_visual02.jpg");
  border: 1px solid #EEEEEE;
}
.solution.demand.car #tabElectricVehicle .content-visual button {
  position: absolute;
  transform: translate(-16px, 16px);
}
.solution.demand.car #tabElectricVehicle .content-visual button:nth-of-type(1) {
  top: 293px;
  left: 403px;
  right: auto;
  transform: translate(16px, 16px);
}
.solution.demand.car #tabElectricVehicle .content-visual button:nth-of-type(2) {
  bottom: 196px;
  right: 559px;
}
.solution.demand.car #tabElectricVehicle .content-visual button:nth-of-type(3) {
  top: 241px;
  right: 499px;
}
.solution.demand.car .content-visual {
  background-image: url("https://www.dn-solutions.com/resources/w/images/solution/demand/car/car_content_visual01.jpg");
  background-repeat: no-repeat;
  background-size: auto;
}
.solution.demand.car .content-visual button {
  position: absolute;
  transform: translate(-16px, 16px);
}
.solution.demand.car .content-visual button:nth-of-type(1) {
  top: 90px;
  right: 450px;
}
.solution.demand.car .content-visual button:nth-of-type(2) {
  bottom: 160px;
  right: 567px;
}
.solution.demand.car .content-visual button:nth-of-type(3) {
  top: 225px;
  right: 325px;
}
.solution.demand.car .content-visual button:nth-of-type(4) {
  top: 245px;
  right: 259px;
}
.solution.demand.car .content-visual button:nth-of-type(5) {
  top: 293px;
  left: 302px;
  transform: translate(16px, 16px);
}
.solution.demand.car .automotive {
  background-color: #FFFFFF;
}
.solution.demand.car .automotive .info {
  min-height: 626px;
}
.solution.demand.car .automotive .info figure {
  position: relative;
  padding-top: 25px;
}
.solution.demand.car .automotive .info > ul > li {
  position: absolute;
  padding: 30px;
  width: 290px;
  min-height: 256px;
  overflow: hidden;
  background-color: #F8F8F8;
}
.solution.demand.car .automotive .info > ul > li p span {
  color: #0B50F2;
}
.solution.demand.car .automotive .info > ul > li:first-child {
  top: 0;
  left: 0;
}
.solution.demand.car .automotive .info > ul > li:nth-child(2) {
  bottom: 0;
  left: 0;
}
.solution.demand.car .automotive .info > ul > li:nth-child(3) {
  bottom: 0;
  right: 0;
}
.solution.demand.car .automotive .info > ul > li:nth-child(4) {
  top: 0;
  right: 0;
}
.solution.demand.car .electric {
  background-color: #F8F8F8;
}
.solution.demand.car .electric figure {
  text-align: center;
}
.solution.demand.car .electric ul {
  display: flex;
  gap: 28px;
  margin-top: 40px;
}
.solution.demand.car .electric ul li {
  position: relative;
  width: 299px;
  height: 392px;
  padding: 30px;
  background-color: #FFFFFF;
}
.solution.demand.car .electric ul li::before {
  position: absolute;
  right: 30px;
  bottom: 30px;
  content: "";
  width: 80px;
  height: 80px;
  background-size: 100%;
}
.solution.demand.car .electric ul li:nth-of-type(1)::before {
  background-image: url("https://www.dn-solutions.com/resources/m/images/solution/demand/car/car_info_icon01.png");
  display: inline-block;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.solution.demand.car .electric ul li:nth-of-type(2)::before {
  background-image: url("https://www.dn-solutions.com/resources/m/images/solution/demand/car/car_info_icon02.png");
  display: inline-block;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.solution.demand.car .electric ul li:nth-of-type(3)::before {
  background-image: url("https://www.dn-solutions.com/resources/m/images/solution/demand/car/car_info_icon03.png");
  display: inline-block;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.solution.demand.car .electric ul li:nth-of-type(4)::before {
  background-image: url("https://www.dn-solutions.com/resources/m/images/solution/demand/car/car_info_icon04.png");
  display: inline-block;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.solution.demand.car .electric ul li strong {
  color: #0B50F2;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
}
.solution.demand.car .electric ul li p {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.solution.demand.car .customer-map {
  height: 800px;
  margin: 60px auto 0;
  border-bottom: none;
  display: block;
  background: url("https://www.dn-solutions.com/resources/w/images/solution/demand/car/car_map_bg.png") center center no-repeat;
}
.solution.demand.car .customer-map ul li {
  position: relative;
  display: flex;
  gap: 12px;
  position: absolute;
  width: 220px;
  padding: 12px;
  border: 2px solid #D4D4D4;
  background: rgba(255, 255, 255, 0.7);
  text-align: left;
}
.solution.demand.car .customer-map ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 2px;
  height: 56px;
  background-color: #D4D4D4;
  vertical-align: top;
}
.solution.demand.car .customer-map ul li::before {
  background-color: #0B50F2;
}
.solution.demand.car .customer-map ul li:first-of-type {
  top: 270px;
  left: 112px;
  border-right-color: #0B50F2;
}
.solution.demand.car .customer-map ul li:first-of-type::before {
  left: auto;
  right: -56px;
  top: 50%;
  transform: translateY(50%);
  width: 56px;
  height: 2px;
}
.solution.demand.car .customer-map ul li:nth-of-type(2) {
  top: 394px;
  left: 174px;
  border-right-color: #0B50F2;
}
.solution.demand.car .customer-map ul li:nth-of-type(2)::before {
  left: auto;
  right: -56px;
  top: 50%;
  transform: translateY(50%);
  width: 56px;
  height: 2px;
}
.solution.demand.car .customer-map ul li:nth-of-type(3) {
  bottom: 255px;
  left: 315px;
}
.solution.demand.car .customer-map ul li:nth-of-type(3)::before {
  left: auto;
  right: -56px;
  top: 50%;
  transform: translateY(50%);
  width: 56px;
  height: 2px;
}
.solution.demand.car .customer-map ul li:nth-of-type(4) {
  top: 266px;
  left: 537px;
  border-right-color: #0B50F2;
}
.solution.demand.car .customer-map ul li:nth-of-type(4)::before {
  left: auto;
  right: -56px;
  top: 50%;
  transform: translateY(50%);
  width: 56px;
  height: 2px;
}
.solution.demand.car .customer-map ul li:nth-of-type(5) {
  top: 121px;
  left: 714px;
  border-bottom-color: #0B50F2;
}
.solution.demand.car .customer-map ul li:nth-of-type(5)::before {
  top: auto;
  left: 50%;
  bottom: -56px;
  transform: translateX(-50%);
}
.solution.demand.car .customer-map ul li:nth-of-type(6) {
  bottom: 336px;
  left: 715px;
  border-top-color: #0B50F2;
}
.solution.demand.car .customer-map ul li:nth-of-type(6)::before {
  left: 50%;
  top: -56px;
  transform: translateX(-50%);
}
.solution.demand.car .customer-map ul li:nth-of-type(7) {
  top: 272px;
  right: 376px;
  border-left-color: #0B50F2;
}
.solution.demand.car .customer-map ul li:nth-of-type(7)::before {
  width: 40px;
  height: 2px;
  left: -40px;
  top: 50%;
  transform: translateY(-50%);
}
.solution.demand.car .customer-map ul li:nth-of-type(7)::after {
  position: absolute;
  content: "";
  display: block;
  height: 40px;
  width: 2px;
  left: -40px;
  top: 50%;
  background-color: #0B50F2;
}
.solution.demand.car .customer-map ul li:nth-of-type(8) {
  bottom: 178px;
  right: 370px;
  border-top-color: #0B50F2;
}
.solution.demand.car .customer-map ul li:nth-of-type(8)::before {
  left: 50%;
  top: -56px;
  transform: translateX(-50%);
}
.solution.demand.car .customer-map ul li:nth-of-type(9) {
  top: 185px;
  right: 246px;
  border-bottom-color: #0B50F2;
}
.solution.demand.car .customer-map ul li:nth-of-type(9)::before {
  top: auto;
  left: 50%;
  bottom: -98px;
  height: 98px;
  transform: translateX(-50%);
}
.solution.demand.car .customer-map ul li:nth-of-type(10) {
  bottom: 312px;
  right: 133px;
  border-left-color: #0B50F2;
}
.solution.demand.car .customer-map ul li:nth-of-type(10)::before {
  left: -56px;
  top: 50%;
  width: 56px;
  height: 2px;
  transform: translateY(-50%);
}
.solution.demand.car .customer-map ul li:nth-of-type(11) {
  top: 315px;
  right: 37px;
  border-left-color: #0B50F2;
}
.solution.demand.car .customer-map ul li:nth-of-type(11)::before {
  left: -56px;
  top: 50%;
  width: 56px;
  height: 2px;
  transform: translateY(-50%);
}
.solution.demand.car .customer-map ul li span {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}
.solution.demand.car .customer-map ul li p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.solution.demand.car .customer-map .icon-ripple {
  position: absolute;
  width: 16px;
  height: 16px;
}
.solution.demand.car .customer-map .icon-ripple::after {
  width: 32px;
  height: 32px;
}
.solution.demand.car .customer-map .icon-ripple::before {
  width: 24px;
  height: 24px;
}
.solution.demand.car .customer-map .icon-ripple:nth-of-type(1) {
  top: 296px;
  left: 364px;
  transform: translate(8px, 12px);
}
.solution.demand.car .customer-map .icon-ripple:nth-of-type(2) {
  top: 400px;
  left: 426px;
  transform: translate(8px, 12px);
}
.solution.demand.car .customer-map .icon-ripple:nth-of-type(3) {
  bottom: 261px;
  left: 567px;
  transform: translate(12px, -8px);
}
.solution.demand.car .customer-map .icon-ripple:nth-of-type(4) {
  top: 292px;
  left: 789px;
  transform: translate(8px, 12px);
}
.solution.demand.car .customer-map .icon-ripple:nth-of-type(5) {
  top: 225px;
  left: 820px;
  transform: translate(-4px, 8px);
}
.solution.demand.car .customer-map .icon-ripple:nth-of-type(6) {
  top: 328px;
  left: 805px;
  transform: translate(12px, 12px);
}
.solution.demand.car .customer-map .icon-ripple:nth-of-type(7) {
  top: 318px;
  right: 612px;
  transform: translate(-12px, 9px);
}
.solution.demand.car .customer-map .icon-ripple:nth-of-type(8) {
  bottom: 342px;
  right: 460px;
  transform: translate(-12px, -8px);
}
.solution.demand.car .customer-map .icon-ripple:nth-of-type(9) {
  bottom: 338px;
  right: 385px;
  transform: translate(-12px, -10px);
}
.solution.demand.car .customer-map .icon-ripple:nth-of-type(10) {
  top: 331px;
  right: 336px;
  transform: translate(-12px, 9px);
}
.solution.demand.car .customer-map .icon-ripple:nth-of-type(11) {
  top: 331px;
  right: 289px;
  transform: translate(-9px, 9px);
}
.solution.demand.car .story-area {
  padding-bottom: 0;
  padding-top: 0;
}
.solution.demand.car .story-area li {
  margin-top: 60px;
  display: flex;
  align-items: center;
  gap: 80px;
}
.solution.demand.car .story-area li figure {
  width: 626px;
}
.solution.demand.car .story-area li .txt-area {
  width: calc(100% - 706px);
}
.solution.demand.car .story-area li .txt-area strong {
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
}
.solution.demand.car .story-area li .txt-area p {
  margin-top: 20px;
  color: #767676;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.solution.demand.car .story-area li .txt-area p span {
  display: block;
  margin-top: 40px;
  color: #111111;
}
.solution.demand.aerospace#contents {
  padding-bottom: 0;
}
.solution.demand.aerospace .visual-area {
  background-image: url("https://www.dn-solutions.com/resources/w/images/solution/demand/aerospace/visual_bg.jpg");
}
.solution.demand.aerospace .content-visual {
  background: #F8F8F8 url("https://www.dn-solutions.com/resources/m/images/solution/demand/aerospace/aerospace_content_bg.png") center center/auto calc(100% - 52px) no-repeat;
}
.solution.demand.aerospace .content-visual > button {
  position: absolute;
}
.solution.demand.aerospace .content-visual > button:first-child {
  top: 327px;
  left: 447px;
}
.solution.demand.aerospace .content-visual > button:nth-child(2) {
  top: 327px;
  left: 541px;
}
.solution.demand.aerospace .content-visual > button:nth-child(3) {
  top: 403px;
  right: 358px;
}
.solution.demand.aerospace .content-visual > button:nth-child(4) {
  left: 591px;
  bottom: 164px;
}
.solution.demand.aerospace .content-visual > button:nth-child(5) {
  top: 162px;
  left: 567px;
}
.solution.demand.aerospace .content-visual > button:nth-child(6) {
  top: 218px;
  left: 505px;
}
.solution.demand.aerospace .content-visual > button:nth-child(7) {
  top: 362px;
  right: 586px;
}
.solution.demand.aerospace .info-area {
  padding-bottom: 98px;
}
.solution.demand.aerospace .info-area .info {
  margin-top: 42px;
  min-height: 584px;
}
.solution.demand.aerospace .info-area .info > ul > li {
  position: absolute;
  padding: 30px 52px 96px 30px;
  width: 300px;
  min-height: 278px;
  overflow: hidden;
}
.solution.demand.aerospace .info-area .info > ul > li:first-child {
  top: 18px;
  left: 0;
}
.solution.demand.aerospace .info-area .info > ul > li:first-child::before {
  background-image: url("https://www.dn-solutions.com/resources/m/images/solution/demand/aerospace/aerospace_info_icon01.png");
  display: inline-block;
  background-position: 0 0;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  width: 140px;
  height: 88px;
  background-size: 100%;
}
.solution.demand.aerospace .info-area .info > ul > li:nth-child(2) {
  bottom: 22px;
  left: 0;
}
.solution.demand.aerospace .info-area .info > ul > li:nth-child(2)::before {
  background-image: url("https://www.dn-solutions.com/resources/m/images/solution/demand/aerospace/aerospace_info_icon02.png");
  display: inline-block;
  background-position: 0 0;
  background-repeat: no-repeat;
  position: absolute;
  right: 20px;
  bottom: 20px;
  content: "";
  width: 88px;
  height: 88px;
  background-size: 100%;
}
.solution.demand.aerospace .info-area .info > ul > li:nth-child(3) {
  bottom: 22px;
  right: 0;
}
.solution.demand.aerospace .info-area .info > ul > li:nth-child(3)::before {
  background-image: url("https://www.dn-solutions.com/resources/m/images/solution/demand/aerospace/aerospace_info_icon03.png");
  display: inline-block;
  background-position: 0 0;
  background-repeat: no-repeat;
  position: absolute;
  left: 166px;
  bottom: -10px;
  content: "";
  width: 218px;
  height: 186px;
  background-size: 100%;
}
.solution.demand.aerospace .info-area .info > ul > li:nth-child(4) {
  top: 18px;
  right: 0;
  padding-bottom: 72px;
}
.solution.demand.aerospace .info-area .info > ul > li:nth-child(4)::before {
  background-image: url("https://www.dn-solutions.com/resources/m/images/solution/demand/aerospace/aerospace_info_icon04.png");
  display: inline-block;
  background-position: 0 0;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  width: 178px;
  height: 92px;
  background-size: 100%;
}
.solution.demand.energy {
  padding-bottom: 0 !important;
}
.solution.demand.energy .visual-area {
  background-image: url("https://www.dn-solutions.com/resources/w/images/solution/demand/energy/visual_bg.jpg");
}
.solution.demand.energy .explain-area {
  background-color: #F8F8F8;
}
.solution.demand.energy .explain-area .box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  height: 500px;
  line-height: 42px;
  color: #FFFFFF;
  font-size: 32px;
  font-weight: 500;
  text-align: center;
  background: url("https://www.dn-solutions.com/resources/w/images/solution/demand/energy/explain_bg.jpg") no-repeat 0 0;
}
.solution.demand.energy .reference-area .tabs {
  margin-top: 60px;
}
.solution.demand.energy .reference-area .product-list > li .product-area .product-detail .guidetxt > p {
  margin-bottom: 12px;
  line-height: 24px;
  font-weight: 500;
}
.solution.demand.energy .reference-area .product-list > li .product-area .product-detail .guidetxt > ul + p {
  margin-top: 20px;
}
.solution.demand.energy .reference-area .product-list > li .product-area .popup .img-wrap.multi {
  justify-content: space-between;
}
.solution.demand.energy .reference-area .product-list > li .product-area .popup .img-wrap.multi img {
  width: 358px;
  border: 0;
}
.solution.demand.energy .client-area {
  display: none;
  background-color: #F8F8F8;
}
.solution.demand.energy .client-area .list {
  margin-top: 60px;
  padding: 30px;
  text-align: center;
  background-color: #FFFFFF;
}
.solution.demand.energy .client-area .list h4 {
  line-height: 40px;
  font-size: 28px;
  font-weight: 600;
}
.solution.demand.energy .client-area .list ul {
  display: flex;
  margin-top: 30px;
}
.solution.demand.energy .client-area .list ul li {
  flex: 1;
  padding: 30px;
  background-color: #F8F8F8;
}
.solution.demand.energy .client-area .list ul li + li {
  margin-left: 9px;
}
.solution.demand.energy .client-area .list ul li strong {
  display: inline-block;
  padding: 0 10px;
  height: 28px;
  line-height: 28px;
  color: #FFFFFF;
  font-weight: 400;
  border-radius: 30px;
  background-color: #0B50F2;
}
.solution.demand.energy .client-area .list ul li div {
  margin-top: 16px;
  line-height: 28px;
  font-weight: 500;
}
.solution.demand.energy .client-area .list ul li div span {
  display: block;
}
.solution.demand.mold {
  padding-bottom: 0 !important;
}
.solution.demand.mold .visual-area {
  background-image: url("https://www.dn-solutions.com/resources/w/images/solution/demand/mold/visual_bg.jpg");
}
.solution.demand.mold .info-area .info {
  min-height: 626px;
}
.solution.demand.mold .info-area .info > ul > li {
  position: absolute;
  padding: 30px 42px 30px 30px;
  width: 290px;
  min-height: 256px;
  overflow: hidden;
}
.solution.demand.mold .info-area .info > ul > li:first-child {
  top: 0;
  left: 0;
}
.solution.demand.mold .info-area .info > ul > li:nth-child(2) {
  bottom: 0;
  left: 0;
}
.solution.demand.mold .info-area .info > ul > li:nth-child(3) {
  bottom: 0;
  right: 0;
}
.solution.demand.mold .info-area .info > ul > li:nth-child(4) {
  top: 0;
  right: 0;
}
.solution.demand.mold .info-area .info > ul > li p b {
  color: #0B50F2;
  font-weight: 500;
}
.solution.demand.mold .reference-area .content-visual {
  background-image: url("https://www.dn-solutions.com/resources/w/images/solution/demand/mold/content_bg.jpg");
}
.solution.demand.mold .reference-area .content-visual > button {
  position: absolute;
}
.solution.demand.mold .reference-area .content-visual > button:first-child {
  top: 411px;
  left: 165px;
}
.solution.demand.mold .reference-area .content-visual > button:nth-child(2) {
  top: 291px;
  left: 398px;
}
.solution.demand.mold .reference-area .content-visual > button:nth-child(3) {
  top: 263px;
  left: 519px;
}
.solution.demand.mold .reference-area .content-visual > button:nth-child(4) {
  top: 299px;
  left: 934px;
}
.solution.demand.mold .reference-area .content-visual > button:nth-child(5) {
  top: 536px;
  left: 764px;
}
.solution.demand.mold .reference-area #tabPressMold .product-list > li {
  height: 522px;
}
.solution.demand.mold .reference-area #tabPressMold .product-list > li:nth-child(1), .solution.demand.mold .reference-area #tabPressMold .product-list > li:nth-child(3) {
  height: 480px;
}
.solution.demand.mold .function-area {
  background-color: #F8F8F8;
}
.solution.demand.mold .function-area .list {
  margin-top: 60px;
}
.solution.demand.mold .function-area .list > ul {
  display: flex;
}
.solution.demand.mold .function-area .list > ul > li {
  flex: 1;
  padding: 40px;
  text-align: center;
  background-color: #FFFFFF;
}
.solution.demand.mold .function-area .list > ul > li + li {
  margin-left: 28px;
}
.solution.demand.mold .function-area .list > ul > li strong {
  display: inline-block;
  padding: 0 10px;
  height: 28px;
  line-height: 28px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  border-radius: 30px;
  background-color: #0B50F2;
}
.solution.demand.mold .function-area .list > ul > li h4 {
  margin-top: 12px;
  line-height: 40px;
  font-size: 28px;
  font-weight: 700;
}
.solution.demand.mold .function-area .list > ul > li .guidetxt {
  margin-top: 24px;
  text-align: left;
}
.solution.demand.mold .function-area .list > ul > li .guidetxt ul li {
  color: #111111;
}
.solution.demand.mold .function-area .list > ul > li .guidetxt ul li:before {
  background-color: #111111;
}
.solution.demand.mold .function-area .list > ul > li .box {
  margin-top: 40px;
  padding-top: 10px;
  text-align: left;
  border-top: 2px solid #D4D4D4;
}
.solution.demand.mold .function-area .list > ul > li .box h5 {
  line-height: 24px;
  font-size: 16px;
  font-weight: 700;
}
.solution.demand.mold .function-area .list > ul > li .box > div {
  margin-top: 16px;
  background-color: #F8F8F8;
}
.solution.demand.mold .function-area .list > ul > li .box > div:has(dl) {
  padding: 20px;
}
.solution.demand.mold .function-area .list > ul > li .box > div dl {
  line-height: 24px;
}
.solution.demand.mold .function-area .list > ul > li .box > div dl + dl {
  margin-top: 32px;
}
.solution.demand.mold .function-area .list > ul > li .box > div dl dt {
  font-weight: 700;
}
.solution.demand.mold .function-area .list > ul > li .box > div dl dd {
  margin-top: 16px;
}
.solution.demand.mold .function-area .list > ul > li .box > div dl dd .hexagon {
  display: flex;
  padding: 24px 0 44px;
}
.solution.demand.mold .function-area .list > ul > li .box > div dl dd .hexagon > div {
  position: relative;
  width: 84px;
  height: 48px;
  background-color: #0B50F2;
}
.solution.demand.mold .function-area .list > ul > li .box > div dl dd .hexagon > div + div {
  margin-left: 12px;
}
.solution.demand.mold .function-area .list > ul > li .box > div dl dd .hexagon > div:nth-child(2) {
  background-color: #1142B6;
}
.solution.demand.mold .function-area .list > ul > li .box > div dl dd .hexagon > div:nth-child(2)::before {
  border-color: transparent transparent #1142B6 transparent;
}
.solution.demand.mold .function-area .list > ul > li .box > div dl dd .hexagon > div:nth-child(2)::after {
  border-color: #1142B6 transparent transparent transparent;
}
.solution.demand.mold .function-area .list > ul > li .box > div dl dd .hexagon > div::before {
  position: absolute;
  top: -26px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 42px 26px 42px;
  border-color: transparent transparent #0B50F2 transparent;
}
.solution.demand.mold .function-area .list > ul > li .box > div dl dd .hexagon > div::after {
  position: absolute;
  top: 48px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 26px 42px 0 42px;
  border-color: #0B50F2 transparent transparent transparent;
}
.solution.demand.mold .function-area .list > ul > li .box > div dl dd .hexagon > div span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  line-height: 20px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  z-index: 1;
}
.solution.demand.mold .function-area .list > ul > li .box > div dl dd figure {
  margin: 0 auto;
  width: 200px;
}
.solution.demand.mold .function-area .list > ul > li:nth-child(3) .box > div {
  padding: 72px 0;
}
.solution.demand.mold .lineup-area .chart {
  position: relative;
  margin-top: 60px;
}
.solution.demand.mold .lineup-area .chart .y-axis {
  position: absolute;
  top: 60px;
  left: 0;
  right: auto;
  bottom: 126px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 170px;
  line-height: 24px;
  text-align: right;
}
.solution.demand.mold .lineup-area .chart .y-axis strong {
  display: block;
}
.solution.demand.mold .lineup-area .chart .x-axis {
  position: absolute;
  top: auto;
  left: 228px;
  right: 50px;
  bottom: 60px;
  display: flex;
  justify-content: space-between;
  line-height: 24px;
  font-weight: 500;
}
.solution.demand.mold .lineup-area .chart .link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.solution.demand.mold .lineup-area .chart .link a {
  display: block;
}
.solution.demand.mold .lineup-area .chart .link a:nth-child(1) {
  position: absolute;
  top: 90px;
  left: 439px;
  width: 150px;
  height: 95px;
}
.solution.demand.mold .lineup-area .chart .link a:nth-child(2) {
  position: absolute;
  top: 186px;
  left: 312px;
  width: 410px;
  height: 85px;
}
.solution.demand.mold .lineup-area .chart .link a:nth-child(3) {
  position: absolute;
  top: 270px;
  left: 440px;
  width: 165px;
  height: 85px;
}
.solution.demand.mold .lineup-area .chart .link a:nth-child(4) {
  position: absolute;
  top: 500px;
  left: 312px;
  width: 120px;
  height: 110px;
}
.solution.demand.mold .lineup-area .chart .link a:nth-child(5) {
  position: absolute;
  top: 500px;
  left: 606px;
  width: 170px;
  height: 110px;
}
.solution.demand.mold .lineup-area .chart .link a:nth-child(6) {
  position: absolute;
  top: 258px;
  left: 776px;
  width: 170px;
  height: 145px;
}
.solution.demand.mold .lineup-area .chart .link a:nth-child(7) {
  position: absolute;
  top: 320px;
  left: 989px;
  width: 180px;
  height: 170px;
}
.solution.demand.medical {
  padding-bottom: 0 !important;
}
.solution.demand.medical .visual-area {
  background-image: url("https://www.dn-solutions.com/resources/w/images/solution/demand/medical/visual_bg.jpg");
}
.solution.demand.medical .info-area .info {
  padding-top: 12px;
  min-height: 610px;
}
.solution.demand.medical .info-area .info > ul > li {
  position: absolute;
  padding: 30px 37px 30px 30px;
  width: 299px;
  min-height: 278px;
  overflow: hidden;
}
.solution.demand.medical .info-area .info > ul > li:first-child {
  top: 0;
  left: 0;
}
.solution.demand.medical .info-area .info > ul > li:first-child::before {
  background-image: url("https://www.dn-solutions.com/resources/w/images/solution/demand/medical/info_icon01.png");
  display: inline-block;
  background-position: 0 0;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  width: 126px;
  height: 100px;
  background-size: 100%;
}
.solution.demand.medical .info-area .info > ul > li:nth-child(2) {
  bottom: 14px;
  left: 0;
  min-height: 290px;
}
.solution.demand.medical .info-area .info > ul > li:nth-child(2)::before {
  background-image: url("https://www.dn-solutions.com/resources/m/images/solution/demand/medical/info_icon02.png");
  display: inline-block;
  background-position: 0 0;
  background-repeat: no-repeat;
  position: absolute;
  right: 20px;
  bottom: 20px;
  content: "";
  width: 88px;
  height: 88px;
  background-size: 100%;
}
.solution.demand.medical .info-area .info > ul > li:nth-child(3) {
  bottom: 0;
  right: 0;
  padding-bottom: 50px;
}
.solution.demand.medical .info-area .info > ul > li:nth-child(3)::before {
  background-image: url("https://www.dn-solutions.com/resources/m/images/solution/demand/medical/info_icon03.png");
  display: inline-block;
  background-position: 0 0;
  background-repeat: no-repeat;
  position: absolute;
  left: 188px;
  bottom: -1px;
  content: "";
  width: 111px;
  height: 118px;
  background-size: 100%;
}
.solution.demand.medical .info-area .info > ul > li:nth-child(4) {
  top: 0;
  right: 0;
  min-height: 290px;
}
.solution.demand.medical .info-area .info > ul > li:nth-child(4)::before {
  background-image: url("https://www.dn-solutions.com/resources/m/images/solution/demand/medical/info_icon04.png");
  display: inline-block;
  background-position: 0 0;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  width: 134px;
  height: 84px;
  background-size: 100%;
}
.solution.demand.medical .reference-area .list {
  display: flex;
  margin-top: 60px;
  text-align: center;
}
.solution.demand.medical .reference-area .list .box {
  display: flex;
  flex-direction: column;
  padding: 30px;
  background-color: #F8F8F8;
}
.solution.demand.medical .reference-area .list .box + .box {
  padding-right: 15px;
  background-color: #EEEEEE;
}
.solution.demand.medical .reference-area .list .box + .box + .box {
  padding-left: 15px;
  padding-right: 30px;
}
.solution.demand.medical .reference-area .list .box + .box + .box ul button {
  cursor: default;
}
.solution.demand.medical .reference-area .list .box h4 {
  line-height: 32px;
  font-size: 20px;
  font-weight: 700;
}
.solution.demand.medical .reference-area .list .box ul {
  display: flex;
  flex: 1;
  margin-top: 30px;
}
.solution.demand.medical .reference-area .list .box ul li {
  padding: 30px 30px 30px 29px;
  width: 219px;
  background-color: #FFFFFF;
}
.solution.demand.medical .reference-area .list .box ul li + li {
  margin-left: 18px;
}
.solution.demand.medical .reference-area .list .box ul li > strong {
  display: inline-block;
  margin-bottom: 30px;
  padding: 4px 10px;
  line-height: 20px;
  color: #FFFFFF;
  font-size: 14px;
  border-radius: 30px;
  background-color: #0B50F2;
}
.solution.demand.medical .reference-area .list .box ul li dl + dl {
  margin-top: 30px;
}
.solution.demand.medical .reference-area .list .box ul li dl dt {
  line-height: 24px;
  font-weight: 500;
}
.solution.demand.medical .reference-area .list .box ul li dl dd {
  margin-top: 12px;
}
.solution.demand.medical .reference-area .list .box ul li dl dd figure + figure {
  margin-top: 20px;
}
.solution.demand.medical .reference-area #tabBoneScrews .product-list > li .product-area .popup .product-detail .guidetxt table tbody tr:nth-child(1) td:nth-child(1), .solution.demand.medical .reference-area #tabBoneScrews .product-list > li .product-area .popup .product-detail .guidetxt table tbody tr:nth-child(1) td:nth-child(3), .solution.demand.medical .reference-area #tabBoneScrews .product-list > li .product-area .popup .product-detail .guidetxt table tbody tr:nth-child(1) td:nth-child(5), .solution.demand.medical .reference-area #tabBoneScrews .product-list > li .product-area .popup .product-detail .guidetxt table tbody tr:nth-child(1) td:nth-child(6), .solution.demand.medical .reference-area #tabBoneScrews .product-list > li .product-area .popup .product-detail .guidetxt table tbody tr:nth-child(3) td:nth-child(1), .solution.demand.medical .reference-area #tabBoneScrews .product-list > li .product-area .popup .product-detail .guidetxt table tbody tr:nth-child(3) td:nth-child(3), .solution.demand.medical .reference-area #tabBoneScrews .product-list > li .product-area .popup .product-detail .guidetxt table tbody tr:nth-child(3) td:nth-child(5), .solution.demand.medical .reference-area #tabBoneScrews .product-list > li .product-area .popup .product-detail .guidetxt table tbody tr:nth-child(3) td:nth-child(6) {
  border-bottom-color: #111111;
}
.solution.demand.medical .reference-area #tabBoneScrews .product-list > li .product-area .popup .product-detail .guidetxt table tbody tr:nth-child(2) td, .solution.demand.medical .reference-area #tabBoneScrews .product-list > li .product-area .popup .product-detail .guidetxt table tbody tr:nth-child(4) td {
  border-bottom-color: #111111;
}
.solution.demand.medical .reference-area #tabBoneScrews .product-list > li .product-area .popup .product-detail .guidetxt table td {
  padding: 2px;
  color: #111111;
}
.solution.demand.medical .reference-area #tabBoneScrews .product-list > li .product-area .popup .product-detail .guidetxt ~ p {
  color: #767676;
}
.solution.demand.medical .reference-area #tabBoneScrews .product-list > li .product-area .popup .product-detail .guidetxt ~ p strong {
  color: #111111;
  font-weight: 500;
}
.solution.demand.medical .reference-area #tabBoneScrews .product-list > li .product-area .popup .product-detail .guidetxt + p {
  margin-top: 24px;
}
.solution.demand.medical .reference-area #tabBoneScrews .product-list > li .product-area .popup .product-detail .guidetxt + p + p {
  margin-top: 16px;
  margin-bottom: 0;
}
.solution.demand.medical .reference-area #tabBonePlates .product-list > li .product-area .popup .product-detail .guidetxt table {
  width: auto;
  border-top-width: 0;
}
.solution.demand.medical .reference-area #tabBonePlates .product-list > li .product-area .popup .product-detail .guidetxt table thead th {
  border-top-color: #111111;
}
.solution.demand.medical .reference-area #tabBonePlates .product-list > li .product-area .popup .product-detail .guidetxt table thead th:nth-child(2) {
  border-right-color: #111111;
}
.solution.demand.medical .reference-area #tabBonePlates .product-list > li .product-area .popup .product-detail .guidetxt table tr:nth-child(1) td {
  border-top-color: #111111;
}
.solution.demand.medical .reference-area #tabBonePlates .product-list > li .product-area .popup .product-detail .guidetxt table tr td:nth-child(2) {
  border-right-color: #111111;
}
.solution.demand.medical .customer-area .customer-map {
  background-image: url("https://www.dn-solutions.com/resources/w/images/solution/demand/medical/map_bg.png");
}
.solution.demand.medical .customer-area .customer-map strong {
  width: 80px;
  height: 80px;
}
.solution.demand.medical .customer-area .customer-map strong::before {
  width: 200px;
  height: 200px;
}
.solution.demand.medical .customer-area .customer-map strong::after {
  width: 140px;
  height: 140px;
}
.solution.demand.medical .customer-area .customer-map strong:nth-child(1) {
  top: 292px;
  left: calc(50% - 477px);
  width: 110px;
  height: 110px;
}
.solution.demand.medical .customer-area .customer-map strong:nth-child(1)::before {
  width: 170px;
  height: 170px;
}
.solution.demand.medical .customer-area .customer-map strong:nth-child(1)::after {
  width: 230px;
  height: 230px;
}
.solution.demand.medical .customer-area .customer-map strong:nth-child(2) {
  top: 317px;
  left: calc(50% - 29px);
}
.solution.demand.medical .customer-area .customer-map strong:nth-child(3) {
  top: 424px;
  left: calc(50% + 289px);
}
.solution.demand.semiconductor#contents {
  padding-bottom: 0;
}
.solution.demand.semiconductor .visual-area {
  background-image: url("https://www.dn-solutions.com/resources/w/images/solution/demand/semiconductor/demand_semi_bg.jpg");
}
.solution.demand.semiconductor .guidetxt.dot.color ul li::before {
  width: 10px;
  height: 10px;
  border-radius: 0;
  background-color: #051227;
}
.solution.demand.semiconductor .guidetxt.dot.color ul li:nth-of-type(2)::before {
  background-color: #7C99CB;
}
.solution.demand.semiconductor .guidetxt.dot.color.type2 ul li {
  color: #111111;
}
.solution.demand.semiconductor .guidetxt.dot.color.type2 ul li + li {
  margin-top: 24px;
}
.solution.demand.semiconductor .content-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: none;
  height: auto;
  padding: 40px 0;
  background-color: #F8F8F8;
}
.solution.demand.semiconductor .content-visual .semi-item {
  width: 200px;
  margin-top: 25px;
}
.solution.demand.semiconductor .content-visual .semi-item img {
  mix-blend-mode: multiply;
}
.solution.demand.semiconductor .content-visual .semi-item figcaption {
  margin-top: 6px;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}
.solution.demand.semiconductor .content-visual .circle {
  position: relative;
  width: 90px;
  height: 90px;
  background: linear-gradient(180deg, #282F33 0%, #1A1A1A 100%);
  border-radius: 50%;
}
.solution.demand.semiconductor .content-visual .circle:first-of-type {
  margin: 0 59px 0 35px;
}
.solution.demand.semiconductor .content-visual .circle:last-of-type {
  margin: 0 43px 0 53px;
}
.solution.demand.semiconductor .content-visual .circle::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 160px;
  height: 20px;
  background-image: url("https://www.dn-solutions.com/resources/w/images/solution/demand/semiconductor/semi-arrow-dot.png");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
  transform: translate(-46%, -50%);
}
.solution.demand.semiconductor .content-visual .circle span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
}
.solution.demand.semiconductor .content-visual .content-main {
  position: relative;
  width: 320px;
  height: 320px;
}
.solution.demand.semiconductor .content-visual .content-main figcaption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #0B50F2;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
}
.solution.demand.semiconductor .content-visual .content-main ul li {
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  color: #0B50F2;
  background-color: #FFFFFF;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.1);
}
.solution.demand.semiconductor .content-visual .content-main ul li:nth-of-type(1) {
  top: 0;
  left: 0;
}
.solution.demand.semiconductor .content-visual .content-main ul li:nth-of-type(2) {
  top: 0;
  right: 0;
}
.solution.demand.semiconductor .content-visual .content-main ul li:nth-of-type(3) {
  bottom: 0;
  left: 0;
}
.solution.demand.semiconductor .content-visual .content-main ul li:nth-of-type(4) {
  bottom: 0;
  right: 0;
}
.solution.demand.semiconductor .content-visual.preprocess .content-main {
  position: relative;
  width: 586px;
  height: auto;
  text-align: center;
  margin: 0 59px 0 49px;
}
.solution.demand.semiconductor .content-visual.preprocess .content-main strong {
  font-size: 28px;
  line-height: 40px;
}
.solution.demand.semiconductor .content-visual.preprocess .content-main ul {
  position: relative;
  margin-top: 16px;
  display: inline-flex;
  padding: 22px 20px;
  gap: 24px;
  background-color: #FFFFFF;
  box-shadow: 2px 4px 12px 0px rgba(0, 0, 0, 0.1);
  border-radius: 999px;
}
.solution.demand.semiconductor .content-visual.preprocess .content-main ul::after {
  position: absolute;
  top: 50%;
  right: -57px;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 160px;
  height: 20px;
  background-image: url("https://www.dn-solutions.com/resources/w/images/solution/demand/semiconductor/semi-arrow-dot.png");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
.solution.demand.semiconductor .content-visual.preprocess .content-main ul::before {
  position: absolute;
  top: 50%;
  left: -44px;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 160px;
  height: 20px;
  background-image: url("https://www.dn-solutions.com/resources/w/images/solution/demand/semiconductor/semi-arrow-dot.png");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
.solution.demand.semiconductor .content-visual.preprocess .content-main ul li {
  position: relative;
  width: 90px;
  height: 90px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #FFFFFF;
  box-shadow: none;
}
.solution.demand.semiconductor .content-visual.preprocess .content-main ul li::before {
  position: absolute;
  top: 50%;
  left: -21px;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 21px;
  height: 20px;
  background-image: url("https://www.dn-solutions.com/resources/w/images/solution/demand/semiconductor/semi-arrow-dot.png");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
}
.solution.demand.semiconductor .content-visual.preprocess .content-main ul li:first-of-type::before {
  display: none;
}
.solution.demand.semiconductor .content-visual.preprocess .content-main ul li:nth-of-type(odd) {
  background: linear-gradient(180deg, #0B50F2 0%, #0F9AFF 100%);
}
.solution.demand.semiconductor .content-visual.preprocess .content-main ul li:nth-of-type(even) {
  background: linear-gradient(180deg, #1142B6 0%, #236CB0 100%);
}
.solution.demand.semiconductor .content-visual.preprocess .semi-item {
  margin-top: 83px;
}
.solution.demand.semiconductor .info-area {
  background-color: #F8F8F8;
}
.solution.demand.semiconductor .info-area figure {
  text-align: center;
}
.solution.demand.semiconductor .info-area ul {
  display: flex;
  gap: 28px;
  margin-top: 40px;
}
.solution.demand.semiconductor .info-area ul li {
  position: relative;
  width: 299px;
  height: 392px;
  padding: 30px;
  background-color: #FFFFFF;
}
.solution.demand.semiconductor .info-area ul li::before {
  position: absolute;
  right: 30px;
  bottom: 30px;
  content: "";
  width: 80px;
  height: 88px;
  background-size: 100%;
  background-repeat: no-repeat;
}
.solution.demand.semiconductor .info-area ul li:nth-of-type(1)::before {
  background-image: url("https://www.dn-solutions.com/resources/m/images/solution/demand/car/car_info_icon01.png");
}
.solution.demand.semiconductor .info-area ul li:nth-of-type(2)::before {
  background-image: url("https://www.dn-solutions.com/resources/m/images/solution/demand/semiconductor/semi-sale-icon.png");
}
.solution.demand.semiconductor .info-area ul li:nth-of-type(3)::before {
  background-image: url("https://www.dn-solutions.com/resources/m/images/solution/demand/semiconductor/semi_info_icon01-3.png");
}
.solution.demand.semiconductor .info-area ul li:nth-of-type(4)::before {
  background-image: url("https://www.dn-solutions.com/resources/m/images/solution/demand/car/car_info_icon04.png");
}
.solution.demand.semiconductor .info-area ul li strong {
  color: #0B50F2;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
}
.solution.demand.semiconductor .info-area ul li p {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.solution.demand.semiconductor .influence-area {
  background-color: #F8F8F8;
}
.solution.demand.semiconductor .influence-area .txt-area {
  text-align: center;
}
.solution.demand.semiconductor .influence-area .txt-area strong {
  margin-top: 20px;
  display: block;
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
}
.solution.demand.semiconductor .influence-area .txt-area .label {
  border-radius: 30px;
  font-size: 14px;
  font-weight: 700;
  line-height: 28px;
  height: 28px;
  background: #0B50F2;
  padding: 0 10px;
}
.solution.demand.semiconductor .influence-area .world-influence {
  margin-top: 60px;
  padding: 60px;
  background-color: #FFFFFF;
  border-radius: 24px;
  background-image: url("https://www.dn-solutions.com/resources/w/images/solution/demand/semiconductor/semi_influence_bg.png");
  background-repeat: no-repeat;
  background-position: bottom 60px right 60px;
  background-size: auto;
}
.solution.demand.semiconductor .influence-area .world-influence .sale-content {
  margin-top: 40px;
  margin-left: auto;
  width: max-content;
  padding: 40px 60px 40px 40px;
  border-radius: 12px;
  background: #FFFFFF;
  box-shadow: 2px 2px 16px 0px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: flex-end;
  background-image: url("https://www.dn-solutions.com/resources/m/images/solution/demand/semiconductor/semi-sale-icon.png");
  background-repeat: no-repeat;
  background-position: 40px 40px;
  background-size: 40px 40px;
}
.solution.demand.semiconductor .influence-area .world-influence .sale-content .sale-tit strong {
  font-size: 28px;
  line-height: 40px;
}
.solution.demand.semiconductor .influence-area .world-influence .sale-content .sale-tit strong span {
  color: #0B50F2;
  margin-bottom: 12px;
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}
.solution.demand.semiconductor .influence-area .world-influence .sale-content .sub-tit {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}
.solution.demand.semiconductor .influence-area .world-influence .sale-content .circle-area {
  margin-top: 16px;
}
.solution.demand.semiconductor .influence-area .world-influence .sale-content .circle-area .circle {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 160px;
  background-color: #F4F4F4;
  border-radius: 50%;
}
.solution.demand.semiconductor .influence-area .world-influence .sale-content .circle-area .circle strong {
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}
.solution.demand.semiconductor .influence-area .world-influence .sale-content .circle-area .circle strong:first-of-type {
  margin-bottom: 11px;
}
.solution.demand.semiconductor .influence-area .world-influence .sale-content .circle-area .circle strong span {
  font-family: "Poppins";
  font-size: 40px;
  display: inline-block;
  margin-right: 6px;
  font-weight: 600;
  line-height: 37px;
  background: linear-gradient(180deg, #1142B6 0%, #236CB0 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.solution.demand.semiconductor .influence-area .world-influence .sale-content > div:nth-of-type(2) {
  margin-left: 103px;
  text-align: center;
}
.solution.demand.semiconductor .influence-area .world-influence .sale-content > div:nth-of-type(2) .circle:last-of-type {
  margin-left: 20px;
}
.solution.demand.semiconductor .influence-area .world-influence .sale-content > div:nth-of-type(2) .circle:last-of-type strong span {
  background: linear-gradient(180deg, #0B50F2 0%, #0F9AFF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.solution.demand.semiconductor .influence-area .world-influence .sale-content > div:last-of-type {
  margin-left: 60px;
  text-align: center;
}
.solution.demand.semiconductor .influence-area .world-influence .sale-content > div:last-of-type .circle strong span {
  background: linear-gradient(180deg, #1142B6 0%, #4DDAC9 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.solution.demand.semiconductor .influence-area .world-influence ul {
  margin-top: 230px;
  margin-right: 40px;
  display: flex;
  justify-content: flex-end;
}
.solution.demand.semiconductor .influence-area .world-influence ul li > strong {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}
.solution.demand.semiconductor .influence-area .world-influence ul li span {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  display: block;
  margin-bottom: 16px;
  background: linear-gradient(180deg, #1142B6 0%, #236CB0 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.solution.demand.semiconductor .influence-area .world-influence ul li span strong {
  font-family: "Poppins";
  font-size: 40px;
  font-weight: 600;
  line-height: 52px;
}
.solution.demand.semiconductor .influence-area .world-influence ul li:nth-of-type(2) {
  margin-left: 169px;
}
.solution.demand.semiconductor .influence-area .world-influence ul li:nth-of-type(2) span {
  background: linear-gradient(180deg, #0B50F2 0%, #0F9AFF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.solution.demand.semiconductor .influence-area .world-influence ul li:nth-of-type(3) {
  margin-left: 223px;
}
.solution.demand.semiconductor .influence-area .world-influence ul li:nth-of-type(3) span {
  background: linear-gradient(180deg, #1142B6 0%, #236CB0 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.solution.demand.semiconductor .influence-area .korea-influence {
  margin-top: 60px;
  padding: 60px;
  background-color: #FFFFFF;
  border-radius: 24px;
}
.solution.demand.semiconductor .influence-area .korea-influence ul {
  position: relative;
  margin-top: 60px;
  display: flex;
  justify-content: center;
  gap: 24px;
}
.solution.demand.semiconductor .influence-area .korea-influence ul::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 816px;
  height: 268px;
  background-image: url("https://www.dn-solutions.com/resources/w/images/solution/demand/semiconductor/semi_kor_influence_bg.png");
  background-repeat: no-repeat;
  background-size: auto;
}
.solution.demand.semiconductor .influence-area .korea-influence ul li {
  position: relative;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.55) 0%, rgba(255, 255, 255, 0.55) 100%);
  box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.18);
  z-index: 1;
}
.solution.demand.semiconductor .influence-area .korea-influence ul li:nth-of-type(1) span {
  color: #111111;
}
.solution.demand.semiconductor .influence-area .korea-influence ul li:nth-of-type(1) span strong {
  background: linear-gradient(180deg, #0B50F2 0%, #0F9AFF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.solution.demand.semiconductor .influence-area .korea-influence ul li:nth-of-type(2) span {
  background: linear-gradient(180deg, #1142B6 0%, #236CB0 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.solution.demand.semiconductor .influence-area .korea-influence ul li:nth-of-type(3) span {
  background: linear-gradient(180deg, #1142B6 0%, #4DDAC9 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.solution.demand.semiconductor .influence-area .korea-influence ul li span {
  display: block;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}
.solution.demand.semiconductor .influence-area .korea-influence ul li span strong {
  display: inline-block;
  margin-right: 6px;
  font-family: "Poppins";
  font-size: 40px;
  font-weight: 600;
  line-height: 52px;
}
.solution.demand.semiconductor .influence-area .korea-influence ul li p {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

html:lang(zh) .solution.view .info-area .tit {
  font-weight: 700;
  font-family: "Noto Sans SC", "Gothic", sans-serif;
}
html:lang(zh) .solution.demand.car {
  word-break: break-all;
}
html:lang(zh) .solution.demand.mold .function-area .list > ul > li:nth-child(2) .box > div {
  padding-bottom: 21px;
}
html:lang(zh) .solution.demand.mold .function-area .list > ul > li:nth-child(3) .box > div {
  padding: 49px 0;
}
html:lang(zh) .solution.demand.medical .info-area .info {
  padding-top: 82px;
  min-height: 748px;
}
html:lang(zh) .solution.demand.medical .info-area .info > ul > li {
  min-height: 360px;
}
html:lang(zh) .solution.demand.medical .info-area .info > ul > li:nth-child(2) {
  bottom: 0;
}
html:lang(zh) .solution.demand.medical .reference-area .list .box dl dt {
  word-break: break-all;
}
html:lang(zh) .solution.demand.semiconductor .info-area .info > ul > li strong + p {
  word-break: break-all;
}
html:lang(zh) .solution.demand.semiconductor .influence-area .world-influence ul li:nth-of-type(3) {
  margin-left: 170px;
}

html:lang(en) .solution.turnkey .solutiondiv-area .btn-detail {
  width: auto;
}
html:lang(en) .solution.view .info-area .tit {
  font-weight: 700;
  font-family: "Noto Sans KR", "Malgun Gothic", sans-serif;
}
html:lang(en) .solution.demand.car .automotive .info {
  min-height: 910px;
}
html:lang(en) .solution.demand.car .automotive .info figure {
  padding-top: 145px;
}
html:lang(en) .solution.demand.car .automotive .info ul > li {
  min-height: 428px;
}
html:lang(en) .solution.demand.car .electric ul li {
  height: 520px;
}
html:lang(en) .solution.demand.car .customer-map ul li:first-of-type {
  top: 260px;
}
html:lang(en) .solution.demand.car .customer-map ul li:nth-of-type(4) {
  top: 256px;
}
html:lang(en) .solution.demand.car .customer-map ul li:nth-of-type(11) {
  top: 304px;
}
html:lang(en) .solution.demand.car .customer-map ul li:nth-of-type(10) {
  bottom: 302px;
}
html:lang(en) .solution.demand.mold .info-area .info {
  padding-top: 80px;
  min-height: 700px;
}
html:lang(en) .solution.demand.mold .reference-area #tabDieCastingMold .product-list > li:nth-child(4) {
  height: 580px;
}
html:lang(en) .solution.demand.mold .reference-area #tabPressMold .product-list > li {
  height: 720px;
}
html:lang(en) .solution.demand.mold .reference-area #tabPressMold .product-list > li:nth-child(1) {
  height: 480px;
}
html:lang(en) .solution.demand.mold .function-area .list > ul > li:nth-child(2) .box > div {
  padding-bottom: 61px;
}
html:lang(en) .solution.demand.mold .function-area .list > ul > li:nth-child(3) .box > div {
  padding: 81px 0;
}
html:lang(en) .solution.demand.mold .function-area .list .box > div dl dd .hexagon > div span {
  line-height: 16px;
  font-size: 12px;
}
html:lang(en) .solution.demand.aerospace .info-area .info figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 788px;
}
html:lang(en) .solution.demand.medical .info-area .info {
  padding-top: 154px;
  min-height: 928px;
}
html:lang(en) .solution.demand.medical .info-area .info > ul > li {
  padding-bottom: 70px;
}
html:lang(en) .solution.demand.medical .info-area .info > ul > li:nth-child(2) {
  bottom: 80px;
}
html:lang(en) .solution.demand.medical .info-area .info > ul > li:nth-child(3) {
  padding-bottom: 110px;
}
html:lang(en) .solution.demand.semiconductor .info-area ul li {
  height: 490px;
}
html:lang(en) .solution.demand.semiconductor .content-visual .circle {
  width: 100px;
  height: 100px;
}
html:lang(en) .solution.demand.semiconductor .content-visual .circle span {
  font-size: 14px;
  line-height: 20px;
}
html:lang(en) .solution.demand.semiconductor .content-visual .content-main ul li {
  font-size: 14px;
  line-height: 20px;
}
html:lang(en) .solution.demand.semiconductor .world-influence ul li:nth-of-type(2) {
  margin-left: 100px;
}
html:lang(en) .solution.demand.semiconductor .world-influence ul li:nth-of-type(3) {
  margin-left: 110px;
}

html:lang(de) .solution.summary .solutiondiv-area li .info p {
  padding: 20px 0 60px 0;
}
html:lang(de) .solution.turnkey .solutiondiv-area .btn-detail {
  width: auto;
}
html:lang(de) .solution.view .info-area .tit {
  font-weight: 700;
  font-family: "Noto Sans", sans-serif;
}
html:lang(de) .solution.view .automation-area .spec-area .fixed-con .package span:not(:first-of-type).line {
  line-height: 30px;
}
html:lang(de) .solution.demand.car .automotive .info {
  min-height: 932px;
}
html:lang(de) .solution.demand.car .automotive .info figure {
  padding-top: 180px;
}
html:lang(de) .solution.demand.car .automotive .info ul > li {
  min-height: 452px;
}
html:lang(de) .solution.demand.car .electric ul li {
  height: 640px;
}
html:lang(de) .solution.demand.car .customer-map ul li:first-of-type {
  top: 270px;
}
html:lang(de) .solution.demand.car .customer-map ul li:nth-of-type(3) {
  bottom: 245px;
}
html:lang(de) .solution.demand.car .customer-map ul li:nth-of-type(4) {
  top: 237px;
}
html:lang(de) .solution.demand.car .customer-map ul li:nth-of-type(10) {
  bottom: 292px;
}
html:lang(de) .solution.demand.car .customer-map ul li:nth-of-type(11) {
  top: 314px;
}
html:lang(de) .solution.demand.car .product-list > li .product-area .product-detail {
  word-break: break-all;
}
html:lang(de) .solution.demand.mold .info-area .info {
  padding-top: 140px;
  min-height: 850px;
}
html:lang(de) .solution.demand.mold .reference-area .product-list .product-item {
  min-height: 480px;
  height: auto;
}
html:lang(de) .solution.demand.mold .reference-area .product-list .product-item .workpice-area {
  height: auto;
}
html:lang(de) .solution.demand.mold .reference-area .product-list .product-item .product-area {
  height: auto;
}
html:lang(de) .solution.demand.mold .reference-area #tabPressMold .product-list > li {
  height: auto;
}
html:lang(de) .solution.demand.mold .reference-area #tabPressMold .product-list > li:nth-child(1), html:lang(de) .solution.demand.mold .reference-area #tabPressMold .product-list > li:nth-child(3) {
  height: auto;
}
html:lang(de) .solution.demand.mold .function-area .list > ul > li:nth-child(1) .box > div {
  padding-bottom: 29px;
}
html:lang(de) .solution.demand.mold .function-area .list > ul > li:nth-child(3) .box > div {
  padding: 126px 0;
}
html:lang(de) .solution.demand.mold .function-area .list .box > div dl dd .hexagon > div span {
  line-height: 12px;
  font-size: 11px;
}
html:lang(de) .solution.demand.aerospace .info-area .info figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 952px;
}
html:lang(de) .solution.demand.medical .info-area .info {
  padding-top: 212px;
  min-height: 1008px;
}
html:lang(de) .solution.demand.medical .info-area .info > ul > li {
  padding-right: 30px;
  padding-bottom: 80px;
}
html:lang(de) .solution.demand.medical .info-area .info > ul > li:nth-child(2) {
  bottom: 88px;
}
html:lang(de) .solution.demand.medical .info-area .info > ul > li:nth-child(3) {
  padding-bottom: 100px;
}
html:lang(de) .solution.demand.medical .reference-area .list .box:nth-child(2) ul {
  margin-top: 60px;
}
html:lang(de) .solution.demand.semiconductor .info-area ul li {
  height: 567px;
}
html:lang(de) .solution.demand.semiconductor .info-area ul li strong {
  font-size: 26px;
}
html:lang(de) .solution.demand.semiconductor .info-area ul li strong + p {
  font-size: 14px;
}
html:lang(de) .solution.demand.semiconductor .content-visual .circle {
  width: 100px;
  height: 100px;
}
html:lang(de) .solution.demand.semiconductor .content-visual .circle span {
  font-size: 14px;
  line-height: 20px;
}
html:lang(de) .solution.demand.semiconductor .content-visual .content-main ul li {
  font-size: 14px;
  line-height: 20px;
}
html:lang(de) .solution.demand.semiconductor .world-influence ul li:nth-of-type(2) {
  margin-left: 80px;
}
html:lang(de) .solution.demand.semiconductor .world-influence ul li:nth-of-type(3) {
  margin-left: 97px;
}

@keyframes customer-ripple1-1 {
  0% {
    background-color: rgba(45, 136, 191, 0.12);
  }
  50% {
    background-color: rgba(45, 136, 191, 0.05);
  }
  100% {
    background-color: rgba(45, 136, 191, 0.12);
  }
}
@keyframes customer-ripple1-2 {
  0% {
    background-color: rgba(45, 136, 191, 0.3);
  }
  50% {
    background-color: rgba(45, 136, 191, 0.1);
  }
  100% {
    background-color: rgba(45, 136, 191, 0.3);
  }
}
@keyframes customer-ripple2-1 {
  0% {
    background-color: rgba(17, 66, 182, 0.12);
  }
  50% {
    background-color: rgba(17, 66, 182, 0.05);
  }
  100% {
    background-color: rgba(17, 66, 182, 0.12);
  }
}
@keyframes customer-ripple2-2 {
  0% {
    background-color: rgba(17, 66, 182, 0.3);
  }
  50% {
    background-color: rgba(17, 66, 182, 0.1);
  }
  100% {
    background-color: rgba(17, 66, 182, 0.3);
  }
}
@keyframes customer-ripple3-1 {
  0% {
    background-color: rgba(11, 80, 242, 0.12);
  }
  50% {
    background-color: rgba(11, 80, 242, 0.05);
  }
  100% {
    background-color: rgba(11, 80, 242, 0.12);
  }
}
@keyframes customer-ripple3-2 {
  0% {
    background-color: rgba(11, 80, 242, 0.3);
  }
  50% {
    background-color: rgba(11, 80, 242, 0.1);
  }
  100% {
    background-color: rgba(11, 80, 242, 0.3);
  }
}
/*# sourceMappingURL=scssMaps/solution.css.map */
