@charset "utf-8";

/* #region SNB */
#sh_snb {display:inline-block;position:relative;z-index:10;padding:0 40px;text-align:center;box-shadow:0px 2px 12px rgba(0,0,0,.1);background-color:#fff; border-radius: 8px;}
#sh_snb li {display:inline-block;position:relative;height:55px;padding:0 35px;font-size:17px;line-height:55px}
#sh_snb li:first-child:before {display:none}
#sh_snb li a {position:relative;font-weight:500}
#sh_snb li a.on{color:#6e62c3}
/* #endregion */

/* #region PAGE */
#greeting{font-size:15px;font-weight:400;line-height:1.8;letter-spacing:-.2px;color:#777;font-family:'Noto Sans KR'}
#greeting .tit_area{padding:0 0 40px 5%;font-size:38px;font-weight:100;line-height:1.35;letter-spacing:-.5px;color:#222}
#greeting .tit_area p{font-weight:600}
#greeting .img {width: 100%;max-width: 1200px;aspect-ratio: 16 / 9;margin: 0 auto;background: url(../img/sub/greeting_img.png) center center no-repeat;background-size: cover;}
#greeting .cont{margin-top:30px;padding:40px 0 0 25%}
#greeting .cont .pl{white-space:pre-line}
#greeting .cont .sign{margin-top:20px;font-weight:500;color:#333}
#greeting .cont .sign span{margin-left:20px;font-size:18px}
@media(max-width:1024px){
#greeting{padding:20px;font-size:15px;line-height:1.6}
#greeting .tit_area{padding:0;font-size:28px;line-height:1.4;color:#333;word-break:keep-all}
#greeting .img {max-width: 100%;aspect-ratio: 16 / 9;background-size: cover;margin: 15px auto;}}
#greeting .cont{padding:0}
#greeting .cont .sign{margin-top:20px}
#greeting .cont .sign span{margin-left:0;font-size:18px}
@media(max-width:768px){
#greeting .cont .pl{white-space:normal}
#greeting .img {aspect-ratio: 16 / 9;margin: 10px auto;}}
@media(max-width:480px){
#greeting .tit_area{font-size:22px}
#greeting{padding:15px 12px}}
/* #endregion */

/* #region HISTORY */
.timeline-logo {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 30px;
}
.timeline-logo img {
  width: 100%;
  max-width: 500px;
  height: auto;
}
.timeline {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px;
  font-size: 18px;
  line-height: 1.8;
  color: #333;
  text-align: left;
}
.timeline p {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 10px 0;
}
.timeline strong {
  flex-shrink: 0;
  min-width: 140px;
  text-align: left;
  font-weight: 700;
  color: #333;
}
.timeline p::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #6e62c3;
  margin-right: 8px;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
.timeline-logo img {max-width: 380px;}}
@media(max-width:768px) {
.timeline {font-size: 16px;}}
@media(max-width:480px){
.timeline {font-size: 14px;}}
/* #endregion */

/* #region MAP */
/* 지도 여백 및 너비 */
#map_wrap {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}
/* 주소 텍스트 */
.location-info {
  padding: 40px 20px;
  color: #333;
}
.info-text {
  margin-top: 20px;
  margin-bottom: 30px;
  text-align: center;
  font-size: 17px;
  line-height: 1.8;
}
@media (max-width: 1024px) {
#sh_sub_banner {margin-bottom: 20px;}
}
@media (max-width: 768px) {
.info-text {font-size: 15px;line-height: 1.7;}
.location-info {padding: 20px 12px;}
}
/* #endregion */

/* #region 공정 하위 메뉴 */
.sub-process-tabs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  padding: 20px 0 30px;
  border-bottom: 1px solid #eee;
  text-align: center;
}
.sub-process-tabs li {
  list-style: none;
}
.sub-process-tabs a {
  display: inline-block;
  font-size: 16px;
  color: #333;
  text-decoration: none;
  padding: 8px 14px;
  font-weight: 500;
  white-space: nowrap;
  transition: color 0.3s;
  border-bottom: 2px solid transparent;
}
.sub-process-tabs a.on {
  color: #6e62c3;
  border-bottom-color: rgb(0,226,139);
}
@media (max-width: 768px) {
  .sub-process-tabs {
    gap: 12px;
    padding: 16px 0 24px;
  }
  .sub-process-tabs a {
    font-size: 14px;
    padding: 6px 10px;
  }
}
/* #endregion */

/* #region 공정 흐름 */
.process-title {
  font-size: 20px;
  font-weight: 500;
  margin: 50px auto 20px;
  margin-left: 20px;
  max-width: 1200px;
  padding-left: 10px;
  border-left: 5px solid #6e62c3;
  color: #333;
}
.process-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  max-width: 1200px;
  margin: 50px auto;
  text-align: center;
}
/* 데스크탑 3열 */
.process-step {
  flex: 0 0 calc(33.333% - 30px);
  box-sizing: border-box;
}
/* 태블릿 2열 */
@media (max-width: 1024px) {
  .process-step {
    flex: 0 0 calc(50% - 30px);
    max-width: none;
    margin: 0 auto;
  }
}
/* 모바일 1열 */
@media (max-width: 768px) {
  .process-step {
    flex: 0 0 100%;
    max-width: 300px;
    margin: 0 auto;
  }
}
.process-step img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin-bottom: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  object-fit: contain;
}
.process-step p {
  font-size: 15px;
  font-weight: 500;
  margin: 0;
}
.step-desc {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    margin-top: 8px;
    text-align: center;
}
@media (max-width: 768px) {
  .step-desc {
    font-size: 13px;
    text-align: center;
  }
}
/* #endregion */

/* #region 제품 리스트 */
.product-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 20px;
}
.product-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 20px;
  background-color: #fafafa;
  box-shadow: 0 1px 6px rgba(0,0,0,0.04);
  height: 100%;
}
.product-item img {
  width: 100%;
  max-width: 280px;
  height: auto;
  border: 1px solid #ccc;
  border-radius: 6px;
  margin-bottom: 15px;
}
.product-info {
  text-align: center;
}
.product-info h4 {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  color: #222;
}
.product-info .code {
  color: #b22222;
  font-weight: bold;
  font-size: 16px;
  margin-top: 10px;
}
.product-info p {
  margin-top: 12px;
  font-size: 14px;
  color: #333;
  line-height: 1.6;
}
.detail-btn {
  display: inline-block;
  margin-top: 16px;
  background: #6e62c3;
  color: #fff;
  padding: 6px 14px;
  border-radius: 4px;
  font-size: 14px;
  text-decoration: none;
}
/* 반응형 모바일: 1열 */
@media (max-width: 768px) {
  .product-list {
    grid-template-columns: 1fr;
    padding: 20px 12px;
  }
}
/* #endregion */

/* #region 제품 상세 */
.product-detail {
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 20px;
}
.product-detail-top {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
}
.product-detail-top img {
  width: 300px;
  height: auto;
  border: 1px solid #ccc;
  border-radius: 6px;
}
.product-text {
  flex: 1;
  min-width: 300px;
}
.product-text h2 {
  margin-top: 0;
  font-size: 24px;
  color: #333;
}
.product-code {
  color: #b22222;
  font-weight: bold;
  margin-left: 6px;
}
.product-spec {
  width: 100%;
  border-collapse: collapse;
  margin: 15px 0;
  font-size: 15px;
  line-height: 1.5;
}
.product-spec th,
.product-spec td {
  border: 1px solid #ccc;
  padding: 10px;
  text-align: left;
  vertical-align: middle;  
}
.product-spec th {
  background-color: #f9f9f9;
  width: 120px;
}
.product-desc {
  margin-top: 20px;
}
.product-desc strong {
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
}
.product-desc p {
  line-height: 1.6;
  color: #444;
}
.product-video {
  margin-top: 40px;
}
.product-images {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
.product-images img {
  width: 100%;
  max-width: 500px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}
/* 태블릿 */
@media (max-width: 1024px) {
  .product-detail-top {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .product-detail-top img {
    width: 80%;
  }
  .product-text {
    width: 100%;
  }
  .product-images img {
    max-width: 80%;
  }
}
/* 모바일 */
@media (max-width: 768px) {
  .product-detail {
    padding: 30px 12px;
  }
  .product-text h2 {
    font-size: 20px;
  }
  .product-spec th,
  .product-spec td {
    font-size: 14px;
    padding: 8px;
  }
  .product-desc p {
    font-size: 14px;
  }
  .product-images img {
    max-width: 100%;
  }
}
/* #endregion */

/* #region 절단 샘플 */
.product-samples {
  margin-top: 30px;
  text-align: center;
}
.product-samples h4 {
  display: block;
  font-weight: bold;
  margin-bottom: 20px;
}
.sample-images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  justify-items: center;
  justify-content: center;
}
.sample-item {
  max-width: 220px;
  width: 100%;
}
.sample-item img {
  width: 100%;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.sample-item p {
  margin-top: 8px;
  font-size: 14px;
  color: #555;
}
/* 모바일 */
@media (max-width: 768px) {
  .sample-images {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }
  .sample-item {
    max-width: 100%;
  }
  .sample-item p {
    font-size: 13px;
  }
}
/* #endregion */

/* #region 주 거래처 */
.clients-section {
  text-align: center;
  padding: 60px 20px;
}
.clients-title {
  font-size: 28px;
  color: #222;
  font-weight: 700;
  margin-bottom: 30px;
}
.clients-desc {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 40px;
}
.clients-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 항상 4열 유지 */
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}
.clients-grid div {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 4 / 3; /* 가로가 긴 사각형 */
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}
.clients-grid img {
  max-width: 90%;
  max-height: 70%;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}
.clients-grid div:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}
/* 반응형 조정 */
@media (max-width: 1024px) {
  .clients-section {
    padding: 50px 15px;
  }
  .clients-grid {
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .clients-section {
    padding: 40px 10px;
  }
  .clients-grid {
    gap: 18px;
  }
}
@media (max-width: 480px) {
  .clients-grid {
    gap: 14px;
  }
  .clients-desc br.pc-only {
    display: none;
  }
}
/* #endregion */

/* #region 문의 폼 */
.sub-title {
 font-size: 28px;
  color: #222;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}
.sh-input,
.sh-textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 15px;
  box-sizing: border-box;
  margin-bottom: 12px;
  font-family: 'Noto Sans KR', sans-serif;
}
.sh-textarea {
  height: 160px;
  resize: vertical;
}
.sh-btn {
  display: inline-block;
  padding: 12px 24px;
  background-color: #6e62c3;
  color: white;
  font-size: 15px;
  font-weight: bold;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.2s ease;
}
.sh-btn:hover {
  background-color: #594bc1;
}
/* #endregion */

/* #region 공지사항 */
.notice-container {
  max-width: 1000px; /* 원하는 최대 너비 */
  margin: 0 auto;    /* 가운데 정렬 */
  padding: 0 20px;   /* 좌우 여백 */
}
.notice-table td strong {
  font-weight: bold !important;
}
.notice-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
  table-layout: fixed;
  font-size: 15px;
  color: #333;
}
/* 열 너비 고정 */
.notice-table th:nth-child(1),
.notice-table td:nth-child(1) {
  width: 12%;
}

.notice-table th:nth-child(2),
.notice-table td:nth-child(2) {
  width: 63%;
}

.notice-table th:nth-child(3),
.notice-table td:nth-child(3) {
  width: 25%;
}
.notice-table th,
.notice-table td {
  border: 1px solid #ccc;
  padding: 12px;
  font-size: 15px;
  text-align: center;
  vertical-align: middle;
  background-color: #fff;
  word-break: break-word;
}
.notice-table th {
  background-color: #6e62c3; /* 보라색 배경 */
  color: #fff;                /* 흰색 폰트 */
  font-weight: bold;
}
.notice-table td:nth-child(2) {
  text-align: left;
  padding-left: 15px;
}
.notice-table a {
  color: #333;
  text-decoration: none;
}
.notice-table a:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .notice-table th,
  .notice-table td {
    padding: 8px;
    font-size: 13px;
  }
  .notice-table td:nth-child(2) {
    padding-left: 10px;
  }
}
/* #endregion */

/* #region 공지사항 상세 */
.notice-detail {
  max-width: 1000px;
  margin: 40px auto;
  padding: 0 20px;
  font-size: 15px;
  line-height: 1.8;
  color: #333;
  font-family: 'Noto Sans KR', sans-serif;
}
.notice-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  padding-left: 12px;
  border-left: 5px solid #6e62c3;
  color: #6e62c3;
}
.notice-date {
  font-size: 13px;
  color: #888;
  margin-bottom: 25px;
}
.notice-content {
  margin-top: 50px;
}
.notice-content strong {
  font-weight: bold !important;
}
.notice-content p {
  margin-bottom: 15px;
  word-break: keep-all;
}
.notice-content img {
  max-width: 100%;
  height: auto;
  margin-top: 10px;
  border-radius: 6px;
  box-shadow: 0 0 8px rgba(0,0,0,0.05);
}
.notice-file {
  margin-top: 25px;
  font-size: 14px;
  color: #555;
}
.notice-file a {
  color: #6e62c3;
  font-weight: bold;
  text-decoration: none;
}
.notice-file a:hover {
  text-decoration: underline;
}
.notice-back {
  margin-top: 100px;
  text-align: center;
}
.notice-back a {
  color: #6e62c3;
  font-weight: bold;
  text-decoration: none;
}
.notice-back a:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .notice-title {
    font-size: 18px;
  }
  .notice-detail {
    font-size: 14px;
    padding: 0 15px;
  }
  .notice-content img {
    border-radius: 4px;
  }
  .notice-back {
    font-size: 14px;
  }
}
/* #endregion */