@charset "utf-8";

div, p, b, span, ul, li, h1, h2, h3, h4, h5, h6 {word-break: keep-all;}
img {max-width: 100%;}
.desc {
  font-size: 18px;
  line-height: 1.6;
}
.admin-btn {
  margin-top: 30px;
  z-index: 10;
}
.admin-btn a {
  font-size: 20px;
  font-weight: 500;
  color: #2260aa;
}

@media all and (max-width: 1024px) {
  .desc {font-size: 18px;}
}
@media all and (max-width: 767px) {
  .desc {font-size: 16px;}
}

/* main */
.main section {
  position: relative;
  overflow: hidden;
  padding: 150px 0;
}
.main .title {margin-bottom: 50px;}
.main .title h3 {font-size: 32px;}
.main .title h3 span {font-size: 22px;}
.main .banner {
  padding: 0;
  height: calc(100vh - 100px);
}
.main .banner .slider-controls > div {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: rgba(255,255,255,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  cursor: pointer;
}
.main .banner .slider-controls .prev-btn {left: 10px;}
.main .banner .slider-controls .next-btn {right: 10px;}
.main .banner .swiper,
.main .banner .swiper-wrapper,
.main .banner .swiper-slide {
  height: 100%;
  position: relative;
}
.main .banner .swiper-slide::before {
  content: "";
  background: linear-gradient(to right, #000, transparent);
  opacity: 0.1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.main .banner .swiper-slide .txt {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 13%;
  color: #fff;
  z-index: 1;
  width: 87%;
  padding-right: 13%;
}
.main .banner .swiper-slide .txt strong {
  font-size: 60px;
  font-weight: 500;
  margin-bottom: 40px;
  line-height: 1.2;
}
.main .banner .swiper-slide .txt p {
  font-size: 20px;
  margin-top: 40px;
}
.main .banner .swiper-slide .bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}
.main .banner .admin-btn {
  position: absolute;
  left: 50px;
  bottom: 50px;
}
.main .system {
  background: #2260aa;
  padding: 120px 0;
  color: #fff;
}
.main .system strong {
  font-size: 50px;
  font-weight: 500;
  display: block;
  margin-bottom: 30px;
  line-height: 1.2;
  z-index: 1;
  position: relative;
}
.main .system .desc {
  z-index: 1;
  position: relative;
}
.main .system ul {
  display: flex;
  flex-wrap: wrap;
  padding-top: 100px;
  z-index: 1;
  position: relative;
}
.main .system ul li {
  width: 33.33%;
  padding-right: 40px;
}
.main .system ul li:last-child {padding-right: 0;}
.main .system ul li h3 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
}
.main .system ul li h3 b {
  font-size: 45px;
  font-weight: 500;
  padding-right: 20px;
}
.main .system ul li h3 span {
  font-size: 20px;
  font-weight: 400;
}
.main .system .img {
  position: absolute;
  top: 50px;
  right: 0;
  opacity: 0.2;
}
.main .customer {
  padding-top: 120px;
  padding-left: calc((100% - 1400px)/2);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.main .customer h3 {
  font-size: 14px;
  line-height: 2.5;
  width: 300px;
}
.main .customer h3 a {color: #777;}
.main .customer .customer-slider {
  width: calc(100% - 300px)
}
.main .customer .customer-slider .swiper-slide {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 80px;
}
.main .customer .customer-slider .swiper-slide img {
  display: block;
  max-width: 200px;
  max-height: 60px;
}
.main .customer .admin-btn {width: 100%;}
.main .figures {padding: 0;}
.main .figures .container {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 2px solid #dbdbdb;
  padding-bottom: 30px;
}
.main .figures .title {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  padding-right: 90px;
  margin-bottom: 0;
}
.main .figures .title p {font-size: 18px;}
.main .figures .content {
  width: 50%;
  padding-left: 90px;
}
.main .figures .content ul li {
  border-bottom: 2px solid #dbdbdb;
  padding-top: 40px;
  padding-bottom: 25px;
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: space-between;
}
.main .figures .content ul li:first-child {padding-top: 0;}
.main .figures .content ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.main .figures .content ul li h4 {
  width: 40%;
  padding-right: 30px;
  color: #2260aa;
  font-weight: 400;
}
.main .figures .content ul li h4 b {
  display: block;
  font-size: 60px;
  line-height: 1;
  margin-bottom: 3px;
  font-weight: 400;
}
.main .figures .content ul li h4 span {
  font-size: 16px;
  display: block;
}
.main .figures .content ul li p {
  width: 60%;
  font-size: 18px;
}
.main .news {padding-bottom: 120px;}
.main .news .news-list {
  display: flex;
  flex-wrap: wrap;
}
.main .news .news-list li {
  width: calc((100% - 90px)/4);
  margin-right: 30px;
}
.main .news .news-list li:last-child {margin-right: 0;}
.main .news .news-list li a {display: block;}
.main .news .news-list li .img {
  aspect-ratio: 397 / 280;
  overflow: hidden;
}
.main .news .news-list li .img span {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: all .3s;
  display: block;
}
.main .news .news-list li:hover .img span {transform: scale(1.1)}
.main .news .news-list li .txt {padding-top: 30px;}
.main .news .news-list li .txt .subject {
  font-size: 22px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap:break-word;
  line-height: 1.4em;
  height: 2.8em;
  overflow: hidden;
}
.main .news .news-list li .txt .content {
  font-size: 18px;
  margin: 20px 0;
  text-overflow: ellipsis;`
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  word-wrap:break-word;
  line-height: 1.4em;
  height: 5.6em;
  overflow: hidden;
}
.main .news .news-list li .txt .date {
  font-size: 16px;
  color: #777;
}
@media all and (max-width: 1440px) {
  .main .system .img img {max-width: 600px;}
  .main .figures .content {padding-left: 0;}
}
@media all and (max-width: 1400px) {
  .main .customer {padding-left: 80px;}
}
@media all and (max-width: 1024px) {
  .main .banner .swiper-slide .txt {
    top: auto;
    transform: none;
    left: 50px;
    bottom: 120px;
    width: calc(100% - 80px);
    padding-right: 80px;
  }
  .main .banner .swiper-slide .txt strong {font-size: 50px;}
  .main .banner .swiper-slide .txt p {margin-top: 30px;}
  .main .system strong {font-size: 50px;}
  .main .customer {
    padding-left: 30px;
    padding-right: 30px;
  }
  .main .figures .title {
    width: 100%;
    padding: 0 0 50px;
  }
  .main .figures .title h3 {margin-bottom: 30px;}
  .main .figures .content {width: 100%;}
  .main .news .news-list {margin-bottom: -50px;}
  .main .news .news-list li {
    width: calc((100% - 30px)/2);
    margin-bottom: 50px;
  }
  .main .news .news-list li:nth-child(2n) {margin-right: 0;}
}
@media all and (max-width: 991px) {
  .main .system ul li {
    width: 100%;
    padding: 0 0 60px;
  }
  .main .system ul li:last-child {padding: 0;}
  .main .system ul li h3 {margin-bottom: 20px;}
}
@media all and (max-width: 767px) {
  .main section {padding: 80px 0;}
  .main .title {margin-bottom: 20px;}
  .main .title h3 {font-size: 24px;}
  .main .banner {height: calc(100vh - 60px);}
  .main .banner .swiper-slide .txt {
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
    left: 30px;
    width: calc(100% - 30px);
    padding-right: 30px;
  }
  .main .banner .swiper-slide .txt strong {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .main .banner .swiper-slide .txt p {font-size: 15px;}
  .main .banner .slider-controls {display: none;}
  .main .system {padding: 150px 0 80px}
  .main .system strong {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .main .system .img {top: 0;}
  .main .system .img img {max-width: 300px;}
  .main .system ul {padding-top: 50px;}
  .main .system ul li {padding-bottom: 40px;}
  .main .system ul li h3 {margin-bottom: 10px;}
  .main .system ul li h3 b {
    font-size: 30px;
    padding-right: 12px;
  }
  .main .system ul li h3 span {font-size: 16px;}
  .main .customer {padding: 80px 0 0 15px;}
  .main .customer h3 {
    width: 100%;
    line-height: 1.7;
  }
  .main .customer .customer-slider {
    width: 100%;
    margin: 20px 0 0;
    margin-right: -15px;
  }
  .main .customer .customer-slider .swiper-slide img {
    max-width: 150px;
    max-height: 45px;
  }
  .main .figures .title {padding-bottom: 30px;}
  .main .figures .title h3 {margin-bottom: 20px;}
  .main .figures .title p {font-size: 15px;}
  .main .figures .content ul li {padding: 30px 0 15px;}
  .main .figures .content ul li h4 {
    width: 100%;
    padding: 0 0 15px;
    display: flex;
    align-items: end;
  }
  .main .figures .content ul li h4 b {
    font-size: 40px;
    margin-bottom: 0;
  }
  .main .figures .content ul li h4 span {
    font-size: 15px;
    margin-bottom: 7px;
    margin-left: 10px;
  }
  .main .figures .content ul li p {
    width: 100%;
    font-size: 15px;
  }
  .main .news {padding: 0 0 80px;}
  .main .news .news-list {margin-bottom: -30px;}
  .main .news .news-list li {
    width: calc((100% - 15px)/2);
    margin-right: 15px;
    margin-bottom: 30px;
  }
  .main .news .news-list li .txt {padding-top: 20px;}
  .main .news .news-list li .txt .subject {font-size: 17px;}
  .main .news .news-list li .txt .content {
    font-size: 15px;
    margin: 15px 0;
  }
  .main .news .news-list li .txt .date {font-size: 14px;}
}

/* sub */
.sub section {
  position: relative;
  padding-bottom: 120px;
  overflow: hidden;
}
.sub .gray-bg {
  background: #ededed;
  padding: 40px 0;
}
.sub .blue-bg {
  background: #2260aa;
  padding: 40px 0;
  color: #fff;
}
.sub .title h3 {
  font-size: 30px;
  font-weight: 500;
  color: #2260aa;
  margin-bottom: 20px;
}
.sub .blue-bg h3 {color: #fff;}
.sub .title h3 span {font-size: 20px;}
.sub .title p {font-size: 20px;}
.sub .desc {color: #777;}
.sub .desc span {color: #000;}
.sub .more-btn {
  font-size: 20px;
  border: 1px solid #000;
  height: 40px;
  line-height: 40px;
  display: block;
  width: fit-content;
  padding: 0 40px;
  border-radius: 40px;
  transition: all .3s;
}
.sub .more-btn:hover {
  background: #000;
  color: #fff;
}
.sub .list-wrap li {
  margin-bottom: 3px;
  display: flex;
  align-items: start;
}
.sub .list-wrap li:last-child {margin-bottom: 0;}
.sub .list-wrap li::before {
  content: "";
  background: #777;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  display: block;
  margin-top: 10px;
}
.sub .list-wrap li p {
  font-size: 22px;
  color: #777;
  width: calc(100% - 7px);
  padding-left: 25px;
}
.sub .table-wrap table {
  width: 100%;
  border: 2px solid #777;
  font-size: 20px;
  border-collapse: collapse;
}
.sub .table-wrap table th {
  font-weight: 400;
  background: #dbdbdb;
  border-bottom: 2px solid #777;
  border-right: 2px dashed #777;
  padding: 20px;
}
.sub .table-wrap table td {
  text-align: center;
  border-right: 2px dashed #777;
  padding: 20px;
}
.sub .table-wrap .note {
  font-size: 18px;
  color: #777;
  margin-top: 20px;
  text-align: left;
}
@media all and (max-width: 1024px) {
  .sub .title h3 {font-size: 32px;}
  .sub .table-wrap table th,
  .sub .table-wrap table td {
    border-bottom: 2px dashed #777;
    width: 50%;
  }
  .sub .table-wrap table th {border-right: 2px solid #777;}
}
@media all and (max-width: 767px) {
  .sub section {padding-bottom: 50px;}
  .sub .title h3 {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .sub .title h3 span {font-size: 16px;}
  .sub .title p {font-size: 17px;}
  .sub .more-btn {
    font-size: 16px;
    height: 32px;
    line-height: 32px;
    padding: 0 20px;
  }
  .sub .gray-bg,
  .sub .blue-bg {padding: 35px 0;}
  .sub .list-wrap li::before {
    width: 4px;
    height: 4px;
  }
  .sub .list-wrap li p {
    font-size: 17px;
    padding-left: 12px;
  }
  .sub .table-wrap table {
    font-size: 16px;
    border-width: 1px;
  }
  .sub .table-wrap table th,
  .sub .table-wrap table td {
    padding: 12px;
    border-width: 1px;
  }
  .sub .table-wrap .note {
    font-size: 14px;
    margin-top: 12px;
  }
}

/* about */
.sub-about #why .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.sub-about #why .img {width: 50%;}
.sub-about #why .img img {
  max-width: none;
  width: 100%;
}
.sub-about #why .txt {
  width: 50%;
  padding-left: 80px;
}
.sub-about #why .txt .more-btn {margin-top: 40px;}
.sub-about #greeting {padding: 80px 0;}
.sub-about #greeting .content {
  display: flex;
  flex-wrap: wrap;
}
.sub-about #greeting .content > div {
  width: calc((100% - 120px)/2);
  margin-right: 120px;
}
.sub-about #greeting .content > div:last-child {margin-right: 0;}
.sub-about #greeting .content .desc {
  color: #000;
  margin-bottom: 60px;
}
.sub-about #greeting .content ul li {margin-bottom: 50px;}
.sub-about #greeting .content ul li h4 {
  font-size: 22px;
  margin-bottom: 10px;
}
.sub-about #greeting .content ul li p {
  font-size: 19px;
  color: #777;
}
.sub-about #greeting .content .sign p {
  font-size: 18px;
  color: #000;
  margin-top: 30px;
}
.sub-about #greeting .content > div:first-child ul li:last-child {margin-bottom: 0;}
.sub-about #history {padding: 120px 0 200px;}
.sub-about #history .line {
  width: 100%;
  height: 30px;
  background: #f1f1f1;
  position: absolute;
  top: 252px;
  left: 0;
}
.sub-about #history .line::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, transparent, #268bf0, transparent);
    animation: flowLine 4s linear infinite;
}
@keyframes flowLine {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}
.sub-about #history ul {
  display: flex;
  flex-wrap: wrap;
  z-index: 1;
  position: relative;
}
.sub-about #history ul li {
  width: 14.28%;
  padding-right: 30px;
}
.sub-about #history ul li:last-child {padding-right: 0;}
.sub-about #history ul li .year {
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 22px;
}
.sub-about #history ul li .year span {color: #2260aa;}
.sub-about #history ul li .point {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background: #fff;
}
.sub-about #history ul li p {
  font-size: 14px;
  margin-top: 30px;
}
.sub-about #presence .map {margin: 50px 0;}
.sub-about #presence .map .base {
  stroke: #a8a8a8;
  stroke-width: 3;
  fill: none;
}
.sub-about #presence .map .flow {
  stroke: #fff;
  stroke-width: 3;
  fill: none;
  mask-image: linear-gradient(
          to right,
          rgba(255,255,255,0) 0%,
          rgba(255,255,255,0.1) 35%,
          rgba(255,255,255,0.6) 44%,
          #ffffff 50%,
          rgba(255,255,255,0.6) 56%,
          rgba(255,255,255,0.1) 65%,
          rgba(255,255,255,0) 100%
  );
  mask-size: 200% 100%;
  mask-repeat: no-repeat;
  animation: maskFlow 2.5s linear infinite;
  animation-delay: -2.5s;
}

/* 반대 방향 */
.sub-about #presence .map  .path2,
.sub-about #presence .map  .path4,
.sub-about #presence .map  .path6 {
  mask-image: linear-gradient(
          to left,
          rgba(255,255,255,0) 0%,
          rgba(255,255,255,0.1) 35%,
          rgba(255,255,255,0.6) 44%,
          #ffffff 50%,
          rgba(255,255,255,0.6) 56%,
          rgba(255,255,255,0.1) 65%,
          rgba(255,255,255,0) 100%
  );
  animation: maskFlowReverse 2.5s linear infinite;
  animation-delay: -2.5s;
}

@keyframes maskFlow {
  0%   { mask-position: -50% 0; }
  100% { mask-position: 150% 0; }
}
@keyframes maskFlowReverse {
  0%   { mask-position: 150% 0; }
  100% { mask-position: -50% 0; }
}

.sub-about #presence .detail > div {margin-bottom: 50px;}
.sub-about #presence .detail > div:last-child {margin-bottom: 0;}
.sub-about #presence .detail h4 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 10px;
}
.sub-about #presence .detail ul li::before {margin-top: 14px;}
.sub-about #presence .detail ul li p {font-size: 21px;}
.sub-about #value {padding: 80px 0}
.sub-about #value .content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 50px 50px 0;
}
.sub-about #value .content > div {width: 33.33%;}
.sub-about #value .content .txt {}
.sub-about #value .content .txt > div {margin-bottom: 50px;}
.sub-about #value .content .txt > div:last-child {margin-bottom: 0;}
.sub-about #value .content .txt h4 {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 20px;
}
.sub-about #value .content .img {padding: 0 50px;}
.sub-about #value .content .left {order: 1;}
.sub-about #value .content .right {
  order: 3;
  display: flex;
  flex-wrap: wrap;
  justify-content: right;
}
.sub-about #value .content .center {order: 2;}
@media all and (max-width: 1660px) {
  .sub-about #why .txt {padding-left: 50px;}
}
@media all and (max-width: 1024px) {
  .sub-about #why .img {width: 100%;}
  .sub-about #why .txt {
    width: 100%;
    padding: 50px 0 0;
  }
  .sub-about #greeting .content > div {
    width: 100%;
    margin: 0 0 50px;
  }
  .sub-about #greeting .content > div:last-child {margin-bottom: 0;}
  .sub-about #history .line {
    height: auto;
    background: none;
    position: static;
  }
  .sub-about #history .line::after {content: none;}
  .sub-about #history .line > span {
    width: 100%;
    height: 30px;
    position: absolute;
    background: #f1f1f1;
    left: 0;
  }
  .sub-about #history .line > span::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, transparent, #268bf0, transparent);
    animation: flowLine 4s linear infinite;
  }
  .sub-about #history .line > span:nth-child(2)::after {animation-delay: 3s;}
  .sub-about #history ul {margin-bottom: -30px;}
  .sub-about #history ul li {
    width: 25%;
    margin-bottom: 30px;
  }
  .sub-about #presence .map {
    aspect-ratio: 1680 / 1400;
    overflow: hidden;
    position: relative;
  }
  .sub-about #presence .map svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(2);
    transform-origin: center;
    width: 100%;
  }
  .sub-about #value .content {
    display: block;
    padding: 50px 0 0;
  }
  .sub-about #value .content > div {width: 100%;}
  .sub-about #value .content .txt > div {margin-bottom: 50px !important;}
  .sub-about #value .content .img {text-align: center;}
}
@media all and (max-width: 767px) {
  .sub-about #why .txt {padding-top: 30px;}
  .sub-about #why .txt .more-btn {margin-top: 30px;}
  .sub-about #greeting {padding: 50px 0;}
  .sub-about #greeting .content > div {margin-bottom: 30px;}
  .sub-about #greeting .content .desc {margin-bottom: 30px;}
  .sub-about #greeting .content ul li {margin-bottom: 30px;}
  .sub-about #greeting .content ul li h4 {font-size: 18px;}
  .sub-about #greeting .content ul li p {font-size: 16px;}
  .sub-about #greeting .content .sign img {max-width: 160px;}
  .sub-about #greeting .content .sign p {
    font-size: 15px;
    margin-top: 20px;
  }
  .sub-about #history {
    padding: 0;
    margin: 80px 0;
  }
  .sub-about #history .line {
    position: absolute;
    width: 20px;
    height: 100%;
    background: #f1f1f1;
    top: 0;
    left: 15px;
  }
  .sub-about #history .line::after {
    content: "";
    background: linear-gradient(to bottom, transparent, #268bf0, transparent);
    left: 0;
    top: -100%;
    animation: flowLine2 4s linear infinite;
  }
  @keyframes flowLine2 {
    0% {
      top: -100%;
    }
    100% {
      top: 100%;
    }
  }
  .sub-about #history .line > span {display: none !important;}
  .sub-about #history .title {padding-left: 40px;}
  .sub-about #history ul {
    display: block;
    margin: 0;
  }
  .sub-about #history ul li {
    width: 100%;
    padding-right: 0;
    position: relative;
    padding-left: 40px;
  }
  .sub-about #history ul li .point {
    position: absolute;
    left: 0;
    top: 4px;
    width: 20px;
    height: 20px;
  }
  .sub-about #history ul li .year {
    font-size: 30px;
    line-height: 1;
    margin-bottom: 10px;
  }
  .sub-about #history ul li p {margin: 0;}
  .sub-about #presence .map {margin: 30px 0;}
  .sub-about #presence .detail > div {margin-bottom: 20px;}
  .sub-about #presence .detail h4 {font-size: 18px;}
  .sub-about #presence .detail ul li p {font-size: 17px;}
  .sub-about #value {padding: 50px 0;}
  .sub-about #value .content {padding: 0;}
  .sub-about #value .content .txt > div {margin-bottom: 20px !important;}
  .sub-about #value .content .txt h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

/* manufacturing */
.sub-manufacturing section .content {padding-top: 80px;}
.sub-manufacturing #oem .content img,
.sub-manufacturing #odm .content img {
  max-width: 1200px;
  width: 100%;
}
.sub-manufacturing #oem .process-wrap,
.sub-manufacturing #odm .process-wrap {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
}
.sub-manufacturing #oem .process-wrap .txt,
.sub-manufacturing #odm .process-wrap .txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sub-manufacturing #oem .process-wrap .txt li,
.sub-manufacturing #odm .process-wrap .txt li {
  position: absolute;
  font-size: 18px;
  text-align: center;
  transform: translate(-50%, -50%);
  width: max-content;
}
.sub-manufacturing #oem .process-wrap .txt .txt-01 {top: 40%; left: 3.5%;}
.sub-manufacturing #oem .process-wrap .txt .txt-02 {top: 40%; left: 32%;}
.sub-manufacturing #oem .process-wrap .txt .txt-03 {top: 40%; left: 60.5%;}
.sub-manufacturing #oem .process-wrap .txt .txt-04 {top: 40%; left: 88.8%;}
.sub-manufacturing #oem .process-wrap .txt .txt-05 {top: 106%; left: 88.8%;}
.sub-manufacturing #oem .process-wrap .txt .txt-06 {top: 106%; left: 60.5%;}
.sub-manufacturing #oem .process-wrap .txt .txt-07 {top: 106%; left: 32%;}
.sub-manufacturing #oem .process-wrap .txt .txt-08 {top: 106%; left: 4.5%;}

.sub-manufacturing #odm .process-wrap .txt .txt-01 {top: 45%; left: 4%;}
.sub-manufacturing #odm .process-wrap .txt .txt-02 {top: 45%; left: 25.5%;}
.sub-manufacturing #odm .process-wrap .txt .txt-03 {top: 45%; left: 49.8%;}
.sub-manufacturing #odm .process-wrap .txt .txt-04 {top: 45%; left: 75.4%;}
.sub-manufacturing #odm .process-wrap .txt .txt-05 {top: 64%; left: 96.5%;}
.sub-manufacturing #odm .process-wrap .txt .txt-06 {top: 107%; left: 75.4%;}
.sub-manufacturing #odm .process-wrap .txt .txt-07 {top: 107%; left: 49.8%;}
.sub-manufacturing #odm .process-wrap .txt .txt-08 {top: 107%; left: 25.5%;}
.sub-manufacturing #odm .process-wrap .txt .txt-09 {top: 107%; left: 4%;}

.sub-manufacturing #workflow .process-wrap {position: relative;}
.sub-manufacturing #workflow .process-wrap .txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sub-manufacturing #workflow .process-wrap .txt li {
  position: absolute;
  font-size: 14px;
  text-align: center;
  transform: translate(-50%, -50%);
  width: max-content;
  color: #2988E7;
}
.sub-manufacturing #workflow .process-wrap .txt li.white {
  color: #fff;
  font-weight: bold;
}
.sub-manufacturing #workflow .process-wrap .txt .txt-01 {top: 34%; left: 50%;}
.sub-manufacturing #workflow .process-wrap .txt .txt-02 {top: 50.3%; left: 50%;}
.sub-manufacturing #workflow .process-wrap .txt .txt-03 {top: 66%; left: 50%;}
.sub-manufacturing #workflow .process-wrap .txt .txt-04 {top: 50.3%; left: 36.3%;}
.sub-manufacturing #workflow .process-wrap .txt .txt-05 {top: 13%; left: 22.8%;}
.sub-manufacturing #workflow .process-wrap .txt .txt-06 {top: 31.5%; left: 22.8%;}
.sub-manufacturing #workflow .process-wrap .txt .txt-07 {top: 50.5%; left: 22.8%;}
.sub-manufacturing #workflow .process-wrap .txt .txt-08 {top: 69.5%; left: 22.8%;}
.sub-manufacturing #workflow .process-wrap .txt .txt-09 {top: 88.5%; left: 22.8%;}
.sub-manufacturing #workflow .process-wrap .txt .txt-10 {top: 13%; left: 6.7%;}
.sub-manufacturing #workflow .process-wrap .txt .txt-11 {top: 27.5%; left: 6.7%;}
.sub-manufacturing #workflow .process-wrap .txt .txt-12 {top: 43%; left: 6.7%;}
.sub-manufacturing #workflow .process-wrap .txt .txt-13 {top: 58%; left: 6.7%;}
.sub-manufacturing #workflow .process-wrap .txt .txt-14 {top: 73%; left: 6.7%;}
.sub-manufacturing #workflow .process-wrap .txt .txt-15 {top: 88.5%; left: 6.7%;}
.sub-manufacturing #workflow .process-wrap .txt .txt-16 {top: 50.3%; left: 63.7%;}
.sub-manufacturing #workflow .process-wrap .txt .txt-17 {top: 13%; left: 77.3%;}
.sub-manufacturing #workflow .process-wrap .txt .txt-18 {top: 31.5%; left: 77.3%;}
.sub-manufacturing #workflow .process-wrap .txt .txt-19 {top: 50.5%; left: 77.3%;}
.sub-manufacturing #workflow .process-wrap .txt .txt-20 {top: 69.5%; left: 77.3%;}
.sub-manufacturing #workflow .process-wrap .txt .txt-21 {top: 88.5%; left: 77.3%;}
.sub-manufacturing #workflow .process-wrap .txt .txt-22 {top: 13%; left: 93.3%;}
.sub-manufacturing #workflow .process-wrap .txt .txt-23 {top: 38%; left: 93.3%;}
.sub-manufacturing #workflow .process-wrap .txt .txt-24 {top: 63.3%; left: 93.3%;}
.sub-manufacturing #workflow .process-wrap .txt .txt-25 {top: 88.5%; left: 93.3%;}

.sub-manufacturing #assurance {padding-bottom: 80px;}
.sub-manufacturing #equipment .title {margin-bottom: 30px;}
.sub-manufacturing #equipment ul {
  display: flex;
  flex-wrap: wrap;
}
.sub-manufacturing #equipment ul li {
  width: calc((100% - 30px)/2);
  margin-right: 30px;
}
.sub-manufacturing #equipment ul li:last-child {margin-right: 0;}
.sub-manufacturing #equipment ul li .img {
  background: #ededed;
  aspect-ratio: 540 / 320;
}
.sub-manufacturing #equipment ul li .img img {
  max-width: none;
  width: 100%;
}
.sub-manufacturing #equipment ul li .txt {margin-top: 25px;}
.sub-manufacturing #equipment ul li .txt h4 {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 15px;
}
.sub-manufacturing #equipment ul li .txt p {
  font-size: 18px;
  color: #777;
}
.sub-manufacturing #equipment ul li .txt p span {color: #000;}
.sub-manufacturing #test {padding: 80px 0;}
.sub-manufacturing #test .title {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.sub-manufacturing #test .title h3 {
  width: 50%;
  padding-right: 50px;
}
.sub-manufacturing #test .title p {
  width: 50%;
  color: #777;
}
.sub-manufacturing #test ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -20px;
}
.sub-manufacturing #test ul li {
  width: calc((100% - 80px)/2);
  margin-right: 80px;
  margin-bottom: 20px;
  background: #dbdbdb;
  border-radius: 25px;
  padding: 35px 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.sub-manufacturing #test ul li:nth-child(2n) {margin-right: 0;}
.sub-manufacturing #test ul li .txt {
  width: calc(100% - 53px);
  padding-right: 15px;
}
.sub-manufacturing #test ul li .txt h4 {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 8px;
}
.sub-manufacturing #test ul li .txt p {
  font-size: 20px;
  color: #777;
}
.sub-manufacturing #test ul li .txt p span {color: #000;}
.sub-manufacturing #test ul li .check {
  width: 53px;
  height: 53px;
  border-radius: 53px;
  background: #ededed;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sub-manufacturing #certification {padding-top: 120px;}
.sub-manufacturing #certification ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -30px;
}
.sub-manufacturing #certification ul li {
  width: calc((100% - 120px)/5);
  margin-right: 30px;
  margin-bottom: 30px;
  background: #ededed;
}
.sub-manufacturing #certification ul li:last-child {margin-right: 0;}
.sub-manufacturing #certification ul li img {
  max-width: none;
  width: 100%;
}
@media all and (max-width: 1600px) {
  .sub-manufacturing #workflow .process-wrap .txt li {font-size: 14px;}
}
@media all and (max-width: 1440px) {
  .sub-manufacturing #workflow .process-wrap .txt li {font-size: 12px;}
}
@media all and (max-width: 1024px) {
  .sub-manufacturing #oem .process-wrap, .sub-manufacturing #odm .process-wrap {width: calc(100% - 40px)}
  .sub-manufacturing #odm .process-wrap .txt .txt-01,
  .sub-manufacturing #odm .process-wrap .txt .txt-09 {left: 4.5%;}
  .sub-manufacturing #odm .process-wrap .txt .txt-02,
  .sub-manufacturing #odm .process-wrap .txt .txt-08 {left: 25.5%;}
  .sub-manufacturing #odm .process-wrap .txt .txt-05 {left: 96.5%;}

  .sub-manufacturing section .content img {
    max-width: 700px;
    margin: 0 auto;
    width: 100%;
  }
  .sub-manufacturing #workflow .process-wrap .txt li {font-size: 24px;}
  .sub-manufacturing #workflow .process-wrap .txt .txt-01 {top: 2.5%;}
  .sub-manufacturing #workflow .process-wrap .txt .txt-02 {top: 11.3%;}
  .sub-manufacturing #workflow .process-wrap .txt .txt-03 {top: 19.5%;}
  .sub-manufacturing #workflow .process-wrap .txt .txt-04 {top: 31.8%; left: 30.3%;}
  .sub-manufacturing #workflow .process-wrap .txt .txt-05 {top: 40%; left: 30.3%;}
  .sub-manufacturing #workflow .process-wrap .txt .txt-06 {top: 45.8%; left: 30.3%;}
  .sub-manufacturing #workflow .process-wrap .txt .txt-07 {top: 51.5%; left: 30.3%;}
  .sub-manufacturing #workflow .process-wrap .txt .txt-08 {top: 57.3%; left: 30.3%;}
  .sub-manufacturing #workflow .process-wrap .txt .txt-09 {top: 63%; left: 30.3%;}
  .sub-manufacturing #workflow .process-wrap .txt .txt-10 {top: 68.8%; left: 30.3%;}
  .sub-manufacturing #workflow .process-wrap .txt .txt-11 {top: 74.5%; left: 30.3%;}
  .sub-manufacturing #workflow .process-wrap .txt .txt-12 {top: 80.5%; left: 30.3%;}
  .sub-manufacturing #workflow .process-wrap .txt .txt-13 {top: 86%; left: 30.3%;}
  .sub-manufacturing #workflow .process-wrap .txt .txt-14 {top: 91.5%; left: 30.3%;}
  .sub-manufacturing #workflow .process-wrap .txt .txt-15 {top: 97.6%; left: 30.3%;}

  .sub-manufacturing #workflow .process-wrap .txt .txt-16 {top: 31.8%; left: 69.3%;}
  .sub-manufacturing #workflow .process-wrap .txt .txt-17 {top: 40%; left: 69.3%;}
  .sub-manufacturing #workflow .process-wrap .txt .txt-18 {top: 45.8%; left: 69.3%;}
  .sub-manufacturing #workflow .process-wrap .txt .txt-19 {top: 51.5%; left: 69.3%;}
  .sub-manufacturing #workflow .process-wrap .txt .txt-20 {top: 57.3%; left: 69.3%;}
  .sub-manufacturing #workflow .process-wrap .txt .txt-21 {top: 63%; left: 69.3%;}
  .sub-manufacturing #workflow .process-wrap .txt .txt-22 {top: 68.8%; left: 69.3%;}
  .sub-manufacturing #workflow .process-wrap .txt .txt-23 {top: 74.5%; left: 69.3%;}
  .sub-manufacturing #workflow .process-wrap .txt .txt-24 {top: 80.5%; left: 69.3%;}
  .sub-manufacturing #workflow .process-wrap .txt .txt-25 {top: 86%; left: 69.3%;}

  .sub-manufacturing #test ul li {
    width: calc((100% - 35px)/2);
    margin-right: 35px;
  }
  .sub-manufacturing #certification ul li {width: calc((100% - 60px)/3);}
  .sub-manufacturing #certification ul li:nth-child(3n) {margin-right: 0;}
}
@media all and (max-width: 991px) {
  .sub-manufacturing #workflow .process-wrap .txt li {font-size: 24px;}
  .sub-manufacturing #workflow .process-wrap .txt .txt-04,
  .sub-manufacturing #workflow .process-wrap .txt .txt-05,
  .sub-manufacturing #workflow .process-wrap .txt .txt-06,
  .sub-manufacturing #workflow .process-wrap .txt .txt-07,
  .sub-manufacturing #workflow .process-wrap .txt .txt-08,
  .sub-manufacturing #workflow .process-wrap .txt .txt-09,
  .sub-manufacturing #workflow .process-wrap .txt .txt-10,
  .sub-manufacturing #workflow .process-wrap .txt .txt-11,
  .sub-manufacturing #workflow .process-wrap .txt .txt-12,
  .sub-manufacturing #workflow .process-wrap .txt .txt-13,
  .sub-manufacturing #workflow .process-wrap .txt .txt-14,
  .sub-manufacturing #workflow .process-wrap .txt .txt-15 {left: 25.3%;}
  .sub-manufacturing #workflow .process-wrap .txt .txt-16,
  .sub-manufacturing #workflow .process-wrap .txt .txt-17,
  .sub-manufacturing #workflow .process-wrap .txt .txt-18,
  .sub-manufacturing #workflow .process-wrap .txt .txt-19,
  .sub-manufacturing #workflow .process-wrap .txt .txt-20,
  .sub-manufacturing #workflow .process-wrap .txt .txt-21,
  .sub-manufacturing #workflow .process-wrap .txt .txt-22,
  .sub-manufacturing #workflow .process-wrap .txt .txt-23,
  .sub-manufacturing #workflow .process-wrap .txt .txt-24,
  .sub-manufacturing #workflow .process-wrap .txt .txt-25 {left: 75%;}
}
@media all and (max-width: 767px) {
  .sub-manufacturing section .content {padding-top: 50px;}
  .sub-manufacturing #oem .process-wrap,
  .sub-manufacturing #odm .process-wrap {margin-bottom: 40px;}
  .sub-manufacturing #oem .process-wrap .txt li,
  .sub-manufacturing #odm .process-wrap .txt li {
    position: absolute;
    font-size: 16px;
    text-align: center;
    transform: translate(-50%, -50%);
    width: max-content;
    line-height: 1.3;
  }
  .sub-manufacturing #oem .process-wrap .txt .txt-01 {top: 19%; left: 28.8%;}
  .sub-manufacturing #oem .process-wrap .txt .txt-02 {top: 20.5%; left: 72%;}
  .sub-manufacturing #oem .process-wrap .txt .txt-03 {top: 49%; left: 28.8%;}
  .sub-manufacturing #oem .process-wrap .txt .txt-04 {top: 49%; left: 72%;}
  .sub-manufacturing #oem .process-wrap .txt .txt-05 {top: 78%; left: 28.8%;}
  .sub-manufacturing #oem .process-wrap .txt .txt-06 {top: 77%; left: 72%;}
  .sub-manufacturing #oem .process-wrap .txt .txt-07 {top: 105%; left: 28.8%;}
  .sub-manufacturing #oem .process-wrap .txt .txt-08 {top: 105%; left: 72%;}

  .sub-manufacturing #odm .process-wrap .txt .txt-01 {top: 16%; left: 26%;}
  .sub-manufacturing #odm .process-wrap .txt .txt-02 {top: 16%; left: 74%;}
  .sub-manufacturing #odm .process-wrap .txt .txt-03 {top: 38%; left: 26%;}
  .sub-manufacturing #odm .process-wrap .txt .txt-04 {top: 38%; left: 74%;}
  .sub-manufacturing #odm .process-wrap .txt .txt-05 {top: 58%; left: 26%;}
  .sub-manufacturing #odm .process-wrap .txt .txt-06 {top: 58%; left: 74%;}
  .sub-manufacturing #odm .process-wrap .txt .txt-07 {top: 80%; left: 26%;}
  .sub-manufacturing #odm .process-wrap .txt .txt-08 {top: 80%; left: 74%;}
  .sub-manufacturing #odm .process-wrap .txt .txt-09 {top: 100%; left: 50%;}

  .sub-manufacturing #workflow .process-wrap .txt li {font-size: 12px;}
  .sub-manufacturing #workflow .process-wrap .txt .txt-04,
  .sub-manufacturing #workflow .process-wrap .txt .txt-05,
  .sub-manufacturing #workflow .process-wrap .txt .txt-06,
  .sub-manufacturing #workflow .process-wrap .txt .txt-07,
  .sub-manufacturing #workflow .process-wrap .txt .txt-08,
  .sub-manufacturing #workflow .process-wrap .txt .txt-09,
  .sub-manufacturing #workflow .process-wrap .txt .txt-10,
  .sub-manufacturing #workflow .process-wrap .txt .txt-11,
  .sub-manufacturing #workflow .process-wrap .txt .txt-12,
  .sub-manufacturing #workflow .process-wrap .txt .txt-13,
  .sub-manufacturing #workflow .process-wrap .txt .txt-14,
  .sub-manufacturing #workflow .process-wrap .txt .txt-15 {left: 23.3%;}
  .sub-manufacturing #workflow .process-wrap .txt .txt-16,
  .sub-manufacturing #workflow .process-wrap .txt .txt-17,
  .sub-manufacturing #workflow .process-wrap .txt .txt-18,
  .sub-manufacturing #workflow .process-wrap .txt .txt-19,
  .sub-manufacturing #workflow .process-wrap .txt .txt-20,
  .sub-manufacturing #workflow .process-wrap .txt .txt-21,
  .sub-manufacturing #workflow .process-wrap .txt .txt-22,
  .sub-manufacturing #workflow .process-wrap .txt .txt-23,
  .sub-manufacturing #workflow .process-wrap .txt .txt-24,
  .sub-manufacturing #workflow .process-wrap .txt .txt-25 {left: 76.4%;}

  .sub-manufacturing #workflow .process-wrap .txt .txt-06,
  .sub-manufacturing #workflow .process-wrap .txt .txt-18 {top: 46%;}
  .sub-manufacturing #workflow .process-wrap .txt .txt-07,
  .sub-manufacturing #workflow .process-wrap .txt .txt-19 {top: 51.5%;}
  .sub-manufacturing #workflow .process-wrap .txt .txt-11,
  .sub-manufacturing #workflow .process-wrap .txt .txt-23 {top: 75%;}
  .sub-manufacturing #workflow .process-wrap .txt .txt-14 {top: 92%;}
  .sub-manufacturing #workflow .process-wrap .txt .txt-15 {top: 98%;}
  .sub-manufacturing #workflow .process-wrap .txt .txt-25 {top: 86.3%;}

  .sub-manufacturing #assurance {padding-bottom: 50px;}
  .sub-manufacturing #equipment .title {margin-bottom: 20px;}
  .sub-manufacturing #equipment ul li {
    width: 100%;
    margin: 0 0 30px;
  }
  .sub-manufacturing #equipment ul li:last-child {margin-bottom: 0;}
  .sub-manufacturing #equipment ul li .txt h4 {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .sub-manufacturing #equipment ul li .txt p {font-size: 16px;}
  .sub-manufacturing #test {padding: 50px 0;}
  .sub-manufacturing #test .title {margin-bottom: 30px;}
  .sub-manufacturing #test .title h3 {
    width: 100%;
    padding: 0;
  }
  .sub-manufacturing #test .title p {width: 100%;}
  .sub-manufacturing #test ul {margin-bottom: 0;}
  .sub-manufacturing #test ul li {
    width: 100%;
    margin: 0 0 15px;
    padding: 20px;
    border-radius: 15px;
  }
  .sub-manufacturing #test ul li:last-child {margin-bottom: 0;}
  .sub-manufacturing #test ul li .txt h4 {
    font-size: 17px;
    margin-bottom: 5px;
  }
  .sub-manufacturing #test ul li .txt p {font-size: 15px;}
  .sub-manufacturing #test ul li .check {
    width: 42px;
    height: 42px;
  }
  .sub-manufacturing #test ul li .check img {width: 24px;}
  .sub-manufacturing #certification {padding-top: 50px;}
  .sub-manufacturing #certification ul {margin-bottom: -15px;}
  .sub-manufacturing #certification ul li {
    width: calc((100% - 15px)/2);
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .sub-manufacturing #certification ul li:nth-child(3n) {margin-right: 15px;}
  .sub-manufacturing #certification ul li:nth-child(2n) {margin-right: 0;}
}

/* factory & production */
.sub-factory .content {
  padding-top: 80px;
  text-align: center;
}
.sub-factory .content .title p {color: #777;}
.sub-factory .content .title p span {color: #000;}
.sub-factory #overview {padding-bottom: 0;}
.sub-factory #overview .top .factory-img {
  max-width: 840px;
  width: 100%;
  margin: 0 auto;
}
.sub-factory #overview .table-wrap {margin: 40px 0 80px;}
.sub-factory #overview .top .title {
  text-align: left;
  margin: 25px 0 120px;
}
.sub-factory #overview .bottom {padding: 80px 0;}
.sub-factory #overview .bottom .container {
  display: flex;
  flex-wrap: wrap;
}
.sub-factory #overview .bottom .img {
  width: calc((100% - 80px)/2);
  margin-right: 80px;
}
.sub-factory #overview .bottom .txt {width: calc((100% - 80px)/2);}
.sub-factory #overview .bottom .txt h4 {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 20px;
}
.sub-factory #overview .bottom .txt .list-wrap {margin-top: 40px;}
.sub-factory #overview .bottom .txt .list-wrap li {margin-bottom: 8px;}
.sub-factory #overview .bottom .txt .list-wrap li:last-child {margin-bottom: 0;}
.sub-factory #overview .bottom .txt .list-wrap li::before {
  background: #000;
  width: 5px;
  height: 5px;
}
.sub-factory #overview .bottom .txt .list-wrap li p {font-size: 17px;}
.sub-factory #overview .bottom .txt .list-wrap li p span {color: #000;}
.sub-factory #facility .content {padding-top: 80px;}
.sub-factory #facility .content .title {
  text-align: left;
  margin-bottom: 80px;
}
.sub-factory #facility .content .map {
  position: relative;
  max-width: 840px;
  margin: 0 auto;
}
.sub-factory #facility .content .map ul li {position: absolute;}
.sub-factory #facility .content .map ul li:first-child {top: 15.8%; left: 69%;}
.sub-factory #facility .content .map ul li:nth-child(2) {top: 16.5%; left: 45.5%;}
.sub-factory #facility .content .map ul li:nth-child(3) {top: 28%; left: 37%;}
.sub-factory #facility .content .map ul li:nth-child(4) {top: 12%; left: 30.9%;}
.sub-factory #facility .content .map ul li:nth-child(5) {top: 12%; left: 14.88%;}
.sub-factory #facility .content .map ul li:nth-child(6) {top: 49%; left: 16%;}
.sub-factory #facility .content .map ul li:nth-child(7) {top: 68%; left: 23.6%;}
.sub-factory #facility .content .map ul li:nth-child(8) {top: 68%; left: 30%;}
.sub-factory #facility .content .map ul li:nth-child(9) {top: 68%; left: 36.5%;}
.sub-factory #facility .content .map ul li:nth-child(10) {top: 68%; left: 45.7%;}
.sub-factory #facility .content .map ul li:nth-child(11) {top: 15.8%; left: 94%;}
.sub-factory #facility .content .map ul li:nth-child(12) {top: 72.8%; left: 94%;}
.sub-factory #facility .content .map ul li .number {
  width: 45px;
  height: 45px;
  border-radius: 45px;
  border: 4px solid #c7daeb;
  background: #2260aa;
  font-size: 18px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.sub-factory #facility .content .map ul li p {
  opacity: 0;
  transition: all .3s;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.sub-factory #facility .content .map ul li p span {
  display: inline-block;
  font-size: 16px;
  background: #fff;
  width: max-content;
  max-height: 0;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}
.sub-factory #facility .content .map ul li:hover p {
  opacity: 1;
  padding-top: 10px;
}
.sub-factory #facility .content .map ul li:hover p span {
  padding: 10px 15px;
  max-height: 100%;
}
.sub-factory #facility .content .detail {
  text-align: left;
  margin-top: 50px;
}
.sub-factory #facility .content .detail h4 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 30px;
}
.sub-factory #facility .content .detail ul {
  font-size: 20px;
  display: grid;
  grid-auto-flow: column;
  gap: 12px 80px;
  grid-template-rows: repeat(6, auto);
}
@media all and (max-width: 1660px) {
  .sub-factory #overview .bottom .container {align-items: center;}
  .sub-factory #overview .bottom .txt {display: block;}
  .sub-factory #overview .bottom .txt .list-wrap {margin-top: 30px;}
}
@media all and (max-width: 1024px) {
  .sub-factory #overview .bottom .img {
    width: 100%;
    margin: 0 0 50px;
  }
  .sub-factory #overview .bottom .txt {width: 100%;}
  .sub-factory #facility .content .map ul li .number {
    width: 42px;
    height: 42px;
    font-size: 21px;
    border-width: 3px;
  }
  .sub-factory #facility .content .map ul li p span {font-size: 18px;}
}
@media all and (max-width: 991px) {
  .sub-factory #facility .content .detail ul {display: block;}
  .sub-factory #facility .content .detail ul li {margin-bottom: 8px;}
}
@media all and (max-width: 767px) {
  .sub-factory .content {padding-top: 50px;}
  .sub-factory #overview .table-wrap {margin: 20px 0 50px;}
  .sub-factory #overview .top .title {margin: 15px 0 50px;}
  .sub-factory #overview .bottom {padding: 50px 0;}
  .sub-factory #overview .bottom .img {margin-bottom: 20px;}
  .sub-factory #overview .bottom .txt h4 {
    font-size: 22px;
    margin-bottom: 12px;
  }
  .sub-factory #overview .bottom .txt .list-wrap {margin-top: 15px;}
  .sub-factory #overview .bottom .txt .list-wrap li p {font-size: 16px;}
  .sub-factory #facility .content {padding-top: 50px;}
  .sub-factory #facility .content .title {margin-bottom: 30px;}
  .sub-factory #facility .content .map ul li {transform: translateX(-5px)}
  .sub-factory #facility .content .map ul li p {display: none !important;}
  .sub-factory #facility .content .map ul li .number {
    width: 24px;
    height: 24px;
    font-size: 13px;
    border-width: 2px;
  }
  .sub-factory #facility .content .detail {margin-top: 30px;}
  .sub-factory #facility .content .detail h4 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .sub-factory #facility .content .detail ul {font-size: 16px;}
  .sub-factory #facility .content .detail ul li {margin-bottom: 3px;}
}

/* Our Services */
.sub-service .content {padding-top: 80px;}
.sub-service #custom .custom-list > div {margin-bottom: 120px;}
.sub-service #custom .custom-list > div:last-child {margin-bottom: 0;}
.sub-service #custom h4 {
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 10px;
}
.sub-service #custom ul {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: auto;
  margin: 50px 0 -60px;
  width: fit-content;
}
.sub-service #custom ul li {
  margin-right: 50px;
  margin-bottom: 40px;
  text-align: center;
  max-width: max-content;
}
.sub-service #custom ul li .img {
  display: inline-block;
  max-width: 90px;
}
.sub-service #custom ul li p {
  font-size: 18px;
  color: #777;
  margin-top: 10px;
}
.sub-service #custom .small-circle li:nth-child(n+6) {
  grid-column: span 1;
  grid-column-start: auto;
  grid-row-start: 2;
}
.sub-service #custom .big-circle,
.sub-service #custom .oval-circle {display: flex;}
.sub-service #custom .big-circle li {margin-right: 30px;}
.sub-service #custom .big-circle li:last-child,
.sub-service #custom .oval-circle li:last-child {margin-right: 0;}
.sub-service #custom .big-circle li .img {max-width: 155px;}
.sub-service #custom .oval-circle li .img {
  border: 1px solid #777;
  overflow: hidden;
  border-radius: 100%;
  max-width: 190px;
}
.sub-service #process ul {
  display: flex;
  flex-wrap: wrap;
  font-size: 22px;
}
.sub-service #process ul li {
  width: calc((100% - 180px)/4);
  margin-right: 60px;
  position: relative;
  text-align: center;
  aspect-ratio: 1 / 1;
  padding-top: 3rem;
}
.sub-service #process ul li::after {
  content: "";
  background: url(/img/assets/service_process_line.svg?v=aw) center / cover no-repeat;
  width: 45px;
  aspect-ratio: 45 / 7;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -26%;
}
.sub-service #process .content .container {max-width: 1000px;}
.sub-service #process .top {margin-bottom: 60px;}
.sub-service #process .top li:last-child {margin-right: 0;}
.sub-service #process .top li:last-child::after {
  top: auto;
  right: auto;
  bottom: -18%;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
}
.sub-service #process .bottom {flex-direction: row-reverse;}
.sub-service #process .bottom li::after {transform: translateY(-50%) rotate(-180deg);}
.sub-service #process .bottom li:first-child {margin-right: 0;}
.sub-service #process .bottom li:first-child::after {content: none;}
.sub-service #process ul li img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sub-service #process ul li .number {
  font-size: 30px;
  color: #2260aa;
  margin-bottom: 15px;
  line-height: 1;
  position: relative;
  z-index: 1;
}
.sub-service #process ul li .desc {
  color: #000;
  font-size: 16px;
  position: relative;
  z-index: 1;
  line-height: 1.3;
}
.sub-service #global .content {}
.sub-service #global .content .top {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
}
.sub-service #global .content .top .img {
  margin-right: 150px;
  position: relative;
  overflow: hidden;
  max-width: 450px;
}
.sub-service #global .content .top .img img {
  position: relative;
  z-index: 1;
}
.sub-service #global .content .top .img .bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 50%;
  height: 50%;
  overflow: hidden;
  background: linear-gradient(to top, #1769bf, #073a72);
}
.sub-service #global .content .top .img .bg > div {
  position: absolute;
  left: 0;
  bottom: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, transparent, #439eff, transparent);
  animation: gradient-scan 4s linear infinite;
}
@keyframes gradient-scan {
  0% {
    bottom: -100%;
  }
  100% {
    bottom: 100%;
  }
}
.sub-service #global .content .top .img p {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  z-index: 3;
  position: absolute;
  top: 54%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
}
.sub-service #global .content .top .txt {width: calc(100% - 600px)}
.sub-service #global .content .top .txt > div {margin-bottom: 50px;}
.sub-service #global .content .top .txt > div:last-child {margin-bottom: 0;}
.sub-service #global .content .top .txt .title {margin-bottom: 35px;}
.sub-service #global .content .detail > div {margin-bottom: 30px;}
.sub-service #global .content .detail > div:last-child {margin-bottom: 0;}
.sub-service #global .content .detail > div h4 {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 10px;
}
.sub-service #global .content .detail .list-wrap li p {font-size: 18px;}
.sub-service #global .content .bottom {margin-top: 80px;}
.sub-service #global .content .bottom .title {margin-top: 35px;}

@media all and (max-width: 1440px) {
  .sub-service #process .content .container {padding: 0;}
}
@media all and (max-width: 1024px) {
  .sub-service #global .content .top .img {
    width: 100%;
    margin: 0 auto 50px;
  }
  .sub-service #global .content .top .txt {width: 100%;}
  .sub-service #global .content .bottom {margin-top: 30px;}
  .sub-service #process ul {
    max-width: 700px;
    margin: 0 auto -60px;
  }
  .sub-service #process ul li {
    width: calc((100% - 60px)/2);
    margin-bottom: 60px;
    padding-top: 6rem;
  }
  .sub-service #process ul li::after {right: -17%;}
  .sub-service #process ul li:nth-child(4n) {margin-right: 60px;}
  .sub-service #process ul li:nth-child(2n) {margin-right: 0;}
  .sub-service #process ul li:nth-child(2n)::after {content: none;}
  .sub-service #process ul li .number {font-size: 40px;}
  .sub-service #process ul li .desc {font-size: 18px;}
  .sub-service #process .top {margin-bottom: 0;}
  .sub-service #process .bottom {flex-direction: row;}
  .sub-service #process .bottom li::after {transform: translateY(-50%) rotate(0);}
  .sub-service #process .bottom li:first-child {margin-right: 60px;}
  .sub-service #process .bottom li:first-child::after {content: "";}
}
@media all and (max-width: 991px) {
  .sub-service #custom ul {
    display: flex;
    flex-wrap: wrap;
  }
  .sub-service #custom ul li {margin-right: 40px;}
}
@media all and (max-width: 767px) {
  .sub-service .content {padding-top: 50px;}
  .sub-service #custom h4 {font-size: 20px;}
  .sub-service #custom .custom-list > div {margin-bottom: 50px;}
  .sub-service #custom ul {
    margin: 30px 0 -30px;
    width: auto;
  }
  .sub-service #custom ul li {
    width: 33.33%;
    margin-right: 0;
    margin-bottom: 20px;
    max-width: none;
  }
  .sub-service #custom ul li .img {max-width: 60px;}
  .sub-service #custom ul li p {
    font-size: 14px;
    margin-top: 5px;
  }
  .sub-service #custom .oval-circle li,
  .sub-service #custom .big-circle li {width: 50%;}
  .sub-service #custom .oval-circle li .img,
  .sub-service #custom .big-circle li .img {max-width: 130px;}
  .sub-service #custom .big-circle li {margin-right: 0;}
  .sub-service #process {padding-bottom: 80px;}
  .sub-service #process .content .container {padding: 0 15px;}
  .sub-service #process ul li::after {content: none !important;}
  .sub-service #process ul li {
    width: calc((100% - 20px)/2);
    margin-right: 20px !important;
    margin-bottom: 20px;
    padding-top: 30px;
  }
  .sub-service #process ul li:nth-child(2n) {margin-right: 0 !important;}
  .sub-service #process ul li .number {
    font-size: 26px;
    margin-bottom: 8px;
  }
  .sub-service #process ul li .desc {
    font-size: 15px;
    line-height: 1.3;
  }
  .sub-service #global .content .top .img {margin-bottom: 40px;}
  .sub-service #global .content .top .img p {font-size: 12px;}
  .sub-service #global .content .top .txt > div {margin-bottom: 30px;}
  .sub-service #global .content .top .txt .title {margin-bottom: 30px;}
  .sub-service #global .content .detail > div {margin-bottom: 20px;}
  .sub-service #global .content .detail > div h4 {font-size: 20px;}
  .sub-service #global .content .detail .list-wrap li p {font-size: 17px;}
  .sub-service #global .content .bottom {margin-top: 30px;}
  .sub-service #global .content .bottom .title {margin-top: 30px;}
}

/* Our Partners */
.sub-partner .title p {color: #777;}
.sub-partner .logo-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
.sub-partner .logo-list li {
  width: 25%;
  padding: 30px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sub-partner .logo-list li img {
  max-width: 180px;
  max-height: 80px;
}
.sub-partner #custom {padding-bottom: 60px;}
.sub-partner #brand, .sub-partner #legacy {padding-bottom: 80px;}
.sub-partner #market .content {padding-top: 80px;}
.sub-partner #market .content .map {
  position: relative;
  width: 100%;
  height: auto;
  max-width: 1200px;
  margin: 0 auto;
}
.sub-partner #market .content .map img {
  width: 100%;
  height: auto;
  display: block;
}
.sub-partner #market .content .map ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sub-partner #market .content .map ul li {
  position: absolute;
  cursor: pointer;
  transform: translate(-50%, -50%);
}
.sub-partner #market .content .map ul li .point {
  border: 5px solid #c3d7ea;
  width: 26px;
  height: 26px;
  border-radius: 30px;
  background: #2260aa;
  padding: 4px;
  transition: all .3s;
}
.sub-partner #market .content .map ul li .point span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background: #fff;
}
.sub-partner #market .content .map ul li p {
  opacity: 0;
  max-height: 0;
  transition: all .3s;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  font-weight: 500;
  padding-top: 10px;
  width: max-content;
}
.sub-partner #market .content .map ul li:hover {z-index: 10;}
.sub-partner #market .content .map ul li:hover .point {
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.7), 0 0 10px rgba(255, 255, 255, 0.7), 0 0 20px rgba(255, 255, 255, 0.7), 0 0 30px rgba(255, 255, 255, 0.7);
}
.sub-partner #market .content .map ul li:hover p {
  opacity: 1;
  max-height: 100%;
}
.sub-partner #market .content .map ul li:first-child {top: 38%; left: 15%;}
.sub-partner #market .content .map ul li:nth-child(2) {top: 52%; left: 20%;}
.sub-partner #market .content .map ul li:nth-child(3) {top: 44%; left: 47.5%;}
.sub-partner #market .content .map ul li:nth-child(3) p {
  right: calc(100% + 10px);
  left: auto;
  top: 50%;
  transform: translateY(-50%);
  padding-top: 0;
}
.sub-partner #market .content .map ul li:nth-child(4) {top: 48.5%; left: 48.5%;}
.sub-partner #market .content .map ul li:nth-child(4) p {
  right: calc(100% + 10px);
  left: auto;
  top: 50%;
  transform: translateY(-50%);
  padding-top: 0;
}
.sub-partner #market .content .map ul li:nth-child(5) {top: 44%; left: 51%;}
.sub-partner #market .content .map ul li:nth-child(5) p {
  left: calc(100% + 10px);
  top: 50%;
  transform: translateY(-50%);
  padding-top: 0;
}
.sub-partner #market .content .map ul li:nth-child(6) {top: 49%; left: 51%;}
.sub-partner #market .content .map ul li:nth-child(6) p {
  left: calc(100% + 10px);
  top: 50%;
  transform: translateY(-50%);
  padding-top: 0;
}
.sub-partner #market .content .map ul li:nth-child(7) {top: 51.5%; left: 52%;}
.sub-partner #market .content .map ul li:nth-child(7) p {
  right: calc(100% + 10px);
  left: auto;
  top: 50%;
  transform: translateY(-50%);
  padding-top: 0;
}
.sub-partner #market .content .map ul li:nth-child(8) {top: 33%; left: 53%;}
.sub-partner #market .content .map ul li:nth-child(9) {top: 52.5%; left: 54%;}
.sub-partner #market .content .map ul li:nth-child(10) {top: 85%; left: 55%;}
.sub-partner #market .content .map ul li:nth-child(11) {top: 57.5%; left: 60.5%;}
.sub-partner #market .content .map ul li:nth-child(12) {top: 72%; left: 65%;}
.sub-partner #market .content .map ul li:nth-child(13) {top: 62%; left: 69.5%;}
.sub-partner #market .content .map ul li:nth-child(14) {top: 64%; left: 75.5%;}
.sub-partner #market .content .map ul li:nth-child(15) {top: 69%; left: 76%;}
.sub-partner #market .content .map ul li:nth-child(16) {top: 34%; left: 75%;}
.sub-partner #market .content .map ul li:nth-child(17) {top: 60%; left: 79%;}
.sub-partner #market .content .map ul li:nth-child(18) {top: 71%; left: 79.5%;}
.sub-partner #market .content .map ul li:nth-child(19) {top: 60%; left: 82%;}
.sub-partner #market .content .map ul li:nth-child(20) {top: 82%; left: 84%;}
.sub-partner #market .content .map ul li:nth-child(21) {top: 54%; left: 86%;}

@media all and (max-width: 1024px) {
  .sub-partner #market .content .map ul li .point {
    border-width: 3px;
    width: 20px;
    height: 20px;
    padding: 3px;
  }
  .sub-partner #market .content .map ul li p {display: none !important;}
  .sub-partner #market .content .detail {margin-top: 50px;}
  .sub-partner #market .content .detail b {color: #000;}
}
@media all and (max-width: 991px) {
  .sub-partner .logo-list li {width: 33.33%;}
}
@media all and (max-width: 767px) {
  .sub-partner #custom {padding-bottom: 50px;}
  .sub-partner #brand, .sub-partner #legacy {padding-bottom: 30px;}
  .sub-partner .logo-list {margin-top: 20px;}
  .sub-partner .logo-list li {
    width: 50%;
    height: 100px;
    padding: 20px;
  }
  .sub-partner .logo-list li img {
    max-width: 120px;
    max-height: 60px;
  }
  .sub-partner #market .content {padding-top: 50px;}
  .sub-partner #market .content .map ul li .point {
    width: 14px;
    height: 14px;
    border-width: 2px;
    padding: 2px;
  }
  .sub-partner #market .content .detail {margin-top: 30px;}
}

.choices {font-size: 18px;}
.choices[data-type*=select-one] .choices__inner {
  padding: 0;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  background: #fff;
  border-radius: 0;
}
.choices[data-type*=select-one]::after {content: none;}
.choices__list--single {
  padding: 0 15px;
  height: 100%;
}
.choices__list--single::after {
  content: "";
  background: url(/img/assets/arrow_select.svg) center / cover no-repeat;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
}

@media all and (max-width: 767px) {
  .choices[data-type*=select-one] .choices__inner {
    height: 42px;
    line-height: 42px;
    font-size: 16px;
  }
  .choices__list--single {padding: 0 15px;}
  .choices__list--single::after {width: 42px;}
}