@charset "utf-8";
.desc {word-break: normal;}


@media screen and (min-width: 1400px) {
  .tech-partner .item .text-cont {width: 60%;}
}
@media screen and (max-width: 1399px) {
  .history-content .hist-list .list > li ul li {font-size: 14px;}
  .biz-layout {grid-template-columns: 1fr; gap: 0;}
  .feature-content .thumb-cont {margin-top: 0;}
  .feature-content .wrapper:has(.map-img) {padding-bottom: 0;}
  #general-processing .key-tag .cont li .value {line-height: 1.5;}
  .process-content .process-step .trigger span {min-width: auto;}

}
@media screen and (max-width: 767px) {
  .process-content .process-step .trigger {width: 100%;}
  .process-content .process-step .trigger span {font-size: 12px !important; padding: .2rem .2rem; line-height: 1.2; min-height:45px ; display: flex;align-items: center; justify-content: center; border-radius: 10px; height: 100%;}
  .step-ls .item .box .desc {font-size: 15px !important;}
}
@media screen and (max-width: 399px) {
  .process-content .process-step .trigger span {font-size: 11px !important; }
}