@charset "utf-8";

/*#subBnr {
  position: relative;
  z-index: 20;
  height: 800px;
  margin: 0 auto;
  background-color: #f1f1f1 !important;
  color: #f1f1f1 !important;  
}
*/
#subBnr {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 800px;
  background-color: #f1f1f1;
  padding: 0 20px;
  box-sizing: border-box;
}

.subbnr-inner {
  display: flex;
  gap: 60px;
  max-width: 1600px !important;
  width: 100% !important;
  align-items: center;
}

.product-img {
  width: 60%;
  display: flex;
  justify-content: center;
  /* 가로 중앙 */
  align-items: center;
  /* 세로 중앙 */
  flex-direction: column;
  /* 위에서 아래로 정렬 */
  text-align: center;
  /* 텍스트 정렬 */
  height: 100%;
}

.product-img img {
  width: 600px;
  max-height: 800px;
  object-fit: contain;
  display: block;
}

.product-info {
  max-width: 40%;
  text-align: left;
}

.product-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
}

.product-desc {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
  margin-bottom: 30px;
}

.product-colors {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

.product-price {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 20px;
  color : #565656;
}

.product-feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.product-feature-list li {
  padding: 6px 0;
  color: #333;
  font-size: 16px;
  position: relative;
  padding-left: 16px;
  line-height: 10px;
  word-break: keep-all;
  overflow-wrap: break-word;
  margin-bottom: 8px;
}

.product-feature-list li::before {
  content: "ㆍ";
  position: absolute;
  left: 0;
  color: #999;
}


.add-to-cart {
  background-color: #1b1b1b;
  color: #fff;
  margin-top: 20px;
  padding: 12px 30px;
  border: none;
  font-size: 15px;
  cursor: pointer;
  float: right;
  transition: background 0.3s;
}

.add-to-cart:hover {
  background-color: #000;
}

/*#subBnr .txt_area{position:relative;top:45%;left:10%;opacity:0;padding-top:30px;font-size:45px;line-height:60px;font-weight:700;text-align:left;color:#000000}*/
#subBnr .txt_area {
  width: 100%;
  display: flex;
  justify-content: center;
  /* 가로 중앙 */
  align-items: center;
  /* 세로 중앙 */
  flex-direction: column;
  /* 위에서 아래로 정렬 */
  text-align: center;
  /* 텍스트 정렬 */
  height: 100%;
  /* 부모 높이 전부 사용 */
}

#subBnr .txt_area p {
  color: #da7100;
  font-size: 18px;
}

#subBnr .txt_area span {
  display: block;
  font-size: 20px;
  font-weight: 500;
  color: rgba(54, 54, 54, 0.7)
}
/* 회색 배경 박스 */
.spec-feature-box {
  width: 1200px;
  background-color: #f8f8f8;
  display: flex;
  justify-content: center;
  padding: 40px 0;
  box-sizing: border-box;
  margin: 0 auto;
}

/* 내부 콘텐츠 900px 제한 */
.inner-900 {
  width: 100%;
  max-width: 900px;
  padding: 0 20px;
  box-sizing: border-box;
}

.spec-table {
  margin: 0 auto;
  width: 900px;
  border-top: 2px solid #000;
  border-collapse: collapse;
  margin-bottom: 50px;
  align-items: center;


}

.spec-table th,
.spec-table td {
  border-bottom: 1px solid #d4d2d2;
  padding: 14px 12px;
  text-align: left;
  font-size: 15px;
}

.spec-table th {
  width: 150px;
  font-weight: 600;
  white-space: nowrap;
}

.feature-title {
  width:900px;
  margin: 0 auto;
  font-size: 20px !important;
  font-weight: bold;
  margin-bottom: 10px;
}

.feature-underline {
  margin: 0 auto;
  width:900px;
  height: 3px;
  background-color: red;
  margin-bottom: 25px;
}

.features {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  width:900px;
}

.features li {
  padding: 6px 0;
  color: #333;
  font-size: 14px;
  position: relative;
  padding-left: 16px;
  line-height: 15px;
  word-break: keep-all;
  overflow-wrap: break-word;
  margin-bottom: 8px;
}

.features li::before {
  content: "ㆍ";
  position: absolute;
  left: 0;
  color: #999;
}

/* 반응형 [s] */
@media (max-width:1024px) {
  #subBnr {
    height: 400px
  }

  #subBnr .txt_area {
    opacity: 1 !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-top: 0px !important;
    width: 100%;
    font-size: 36px;
    line-height: 1.5
  }

  #subBnr .txt_area span {
    font-size: 16px
  }
}
@media (max-width: 768px) {
  #subBnr {
    height: auto !important;
    padding: 40px 20px !important;
    display: block !important;
    background-color: #f1f1f1 !important;
  }

  #subBnr .txt_area {
    position: static !important;
    transform: none !important;
    opacity: 1 !important;
    padding-top: 0 !important;
    height: auto !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 32px;
  }

  #subBnr .txt_area span {
    font-size: 15px;
  }

  .subbnr-inner {
    display: block;
    width: 100%;
    padding: 0 10px;
  }

  .product-img {
    width: 100%;
    height: auto !important;
    margin-bottom: 20px;
    text-align: center;
  }

  .product-img img {
    width: 100%;
    max-width: 320px;
    height: auto;
    object-fit: contain;
    margin: 20px auto 0;
  }

  .product-info {
    width: 100% !important;
    max-width: 100% !important;
    text-align: left;
    padding: 0 15px;
  }

  .product-title {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .product-desc {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
  }

  .product-feature-list li {
    line-height: 1.6; /* ✅ 겹침 방지 */
    margin-bottom: 8px;
    word-break: keep-all;
    overflow-wrap: break-word;
  }

  .spec-feature-box {
    width: 100% !important;
    padding: 30px 15px !important;
    box-sizing: border-box !important;
  }

  .inner-900 {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    box-sizing: border-box !important;
  }

  .spec-table {
    width: 100% !important;
    border-top: 2px solid #000 !important;
    border-collapse: collapse !important;
    margin-bottom: 40px !important;
    table-layout: fixed !important;
  }

  .spec-table th,
  .spec-table td {
    font-size: 16px !important;
    padding: 10px 8px !important;
    white-space: normal !important;   /* 강제 줄바꿈 허용 */
    word-break: break-word !important;           /* 단어 단위로 줄바꿈 */
    overflow-wrap: break-word !important;        /* 긴 단어도 잘라서 줄바꿈 */
  }

  .spec-table th {
    width: 30% !important;
    font-weight: bold !important;
    color: #444 !important;
    background-color: #f9f9f9 !important;
    border-bottom: 1px dashed #ddd !important;
  }

  .spec-table td {
    width: 70% !important;
    border-bottom: 1px solid #eee !important;
  }

  .feature-title {
    width: 100% !important;
    padding: 0 10px;
    font-size: 18px;
  }

  .feature-underline {
    width: 100% !important;
    height: 2px;
    margin: 10px auto 20px;
  }

  .features {
    width: 100% !important;
    padding: 0 10px;
  }

  .features li {
    line-height: 1.6;
    word-break: keep-all;
    overflow-wrap: break-word;
    margin-bottom: 8px;
    font-size : 16px;
  }
}



/* 반응형 [e] */