.inquiry-popup {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
}

.inquiry-popup-inner {
  background: #f6f6f6;
  padding: 40px;
  width: 90%;
  max-width: 800px;
  position: relative;
}

.popup-close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 40px;
  background: none;
  border: none;
  cursor: pointer;
}

.inquiry-form label {
  display: block;
  margin: 15px 0 5px;
  font-weight: 600;
}
.inquiry-form input,
.inquiry-form textarea {
  width: 100%;
  padding: 10px;
  border: 0px solid #ccc;
  font-size: 16px;
}
.inquiry-form textarea {
  height: 220px;
  resize: vertical;
}

.agree input,
.agree textarea {
  width: auto;
  padding: 10px;
  border: 0px solid #ccc;
  font-size: 16px;
}

.agree {
  margin-top: 15px;
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 30px;
}

.agree label {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}

.submit-btn {
  margin-top: 40px;
  width: 100%;
  padding: 12px;
  background: #e60012;
  color: #fff;
  border: none;
  font-size: 16px;
  border-radius: 50px;
  cursor: pointer;
}

.inquiry-popup-inner h2{
    font-size: 32px;
    font-weight: 600;
    text-align: center;
}
/* ºñ¹Ð¹øÈ£ ÆË¾÷ Ãß°¡ */

.password-popup {

  position: fixed;

  top: 0; left: 0; right: 0; bottom: 0;

  background-color: rgba(0, 0, 0, 0.6);

  display: none;

  align-items: center;

  justify-content: center;

  z-index: 9999;

}



.password-popup-inner {

  background: #fff;

  padding: 30px 20px;

  border-radius: 8px;

  width: 300px;

  text-align: center;

  position: relative;

}



.password-popup-inner h2 {

  margin-bottom: 10px;

  font-size: 20px;

}



.password-popup-inner p {

  font-size: 14px;

  margin-bottom: 16px;

  color: #333;

}



.password-popup-inner input {

  width: 100%;

  padding: 10px;

  font-size: 14px;

  margin-bottom: 14px;

  border: 1px solid #ccc;

  border-radius: 4px;

}



.password-popup-inner .submit-btn {

  width: 100%;

  padding: 10px;

  background-color: #e60012;

  color: #fff;

  border: none;

  border-radius: 4px;

  font-weight: bold;

  cursor: pointer;

  margin: 0;

}



.password-popup-inner .popup-close {

  position: absolute;

  top: 10px; right: 10px;

  background: none;

  border: none;

  font-size: 22px;

  cursor: pointer;

}

.secret-wrap label{

  display:flex;

  align-items: center;

  font-size: 14px;

}



.secret-wrap label input{

  width: auto;

  margin-right: 8px;

}
.buy-popup {

  position: fixed;

  inset: 0;

  z-index: 1000;

  display: none;          /* JS·Î flex ÀüÈ¯ */

  align-items: center;

  justify-content: center;

  background: rgba(0, 0, 0, 0.45);

}



.buy-popup-inner {

  position: relative;

  background: #fff;

  width: 100%;

  max-width: 1080px;

  max-height: 90vh;

  padding: 40px;

  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);

  overflow-y: auto;

}



/* ½ºÅ©·Ñ¹Ù »ìÂ¦¸¸ */

.buy-popup-inner::-webkit-scrollbar {

  width: 6px;

}

.buy-popup-inner::-webkit-scrollbar-track {

  background: transparent;

}

.buy-popup-inner::-webkit-scrollbar-thumb {

  background: #ddd;

  border-radius: 3px;

}



/* ´Ý±â ¹öÆ°(X) */

.buy-popup-close {

  position: absolute;

  top: 24px;

  right: 32px;

  background: none;

  border: none;

  font-size: 40px;

  line-height: 1;

  cursor: pointer;

  color: #333;

}



/* Å¸ÀÌÆ² / ¼³¸í */

.buy-title {

  text-align: center;

  font-size: 28px;

  font-weight: 700;

  margin-bottom: 12px;

}



.buy-desc {

  text-align: center;

  font-size: 14px;

  color: #e60012;

  margin-bottom: 36px;

}



/* ¼½¼Ç °øÅë */

.buy-section + .buy-section {

  margin-top: 40px;

  padding-top: 32px;

  border-top: 1px solid #eee;

}



.buy-section-header {

  margin-bottom: 20px;

}



.buy-section-title {

  display: flex;

  align-items: center;

  gap: 16px;

}

.buy-section-title2 {

  display: flex;

  align-items: left;

  gap: 4px;

}



.buy-section-label {

  font-size: 24px;

  font-weight: 700;

}



.buy-section-title img {

  max-height: 28px;

}



/* ÇÏ´Ü ¼½¼Ç(»ýÈ°¡¤ºäÆ¼¡¤ÀÚµ¿Â÷) ºê·£µå ·Î°íµé */

.buy-brand-logos {

  display: flex;

  align-items: center;

  gap: 8px;

}



.buy-brand-logos img {

  max-width: 90px;

}



/* ´ã´çÀÚ ±×¸®µå */

.buy-agent-grid {

  display: grid;

  grid-template-columns: repeat(2, minmax(0, 1fr));

  gap: 24px;

  margin-bottom: 24px;

}



/* ´ã´çÀÚ ¹Ú½º */

.buy-agent-name {

  font-size: 16px;

  font-weight: 700;

  color: #e60012;

  margin-bottom: 6px;

}



.buy-agent-card {

  background: #f7f7f7;

  padding: 14px 18px;

  font-size: 16px;

}



.buy-agent-card p + p {

  margin-top: 4px;

}



.buy-agent-card strong {

  display: inline-block;

  width: 52px;

  font-weight: 600;

}



/* ±¸¸Å »çÀÌÆ® */

.buy-site h3 {

  font-size: 18px;

  font-weight: 700;

  margin-bottom: 10px;

}



.buy-site ol {

  list-style: none;

  padding: 0;

  margin: 0;

  font-size: 16px;

}



.buy-site li + li {

  margin-top: 8px;

}



.buy-site a {

  display: inline-block;

  margin-top: 2px;

  text-decoration: underline;

  color: #000;

  word-break: break-all;

}



/* ÇÏ´Ü È®ÀÎ ¹öÆ° */

.buy-footer {

  margin-top: 32px;

  text-align: center;

}



.buy-confirm {

  width: 260px;

  max-width: 100%;

  padding: 14px 10px;

  border-radius: 999px;

  border: none;

  background: #e60012;

  color: #fff;

  font-size: 16px;

  font-weight: 600;

  cursor: pointer;

}



/* ===========================

   ¸ð¹ÙÀÏ (ÀÌ¹ÌÁö ±âÁØ 261px Æø)

=========================== */

@media (max-width: 768px) {

  .buy-popup-inner {

    width: 90%;

    max-height: 100vh;

    padding: 32px 20px 28px;

    border-radius: 4px;

  }



  .buy-popup-close {

    top: 20px;

    right: 20px;

    font-size: 40px;

  }



  .buy-title {

    font-size: 32px;

  }



  .buy-desc {

    font-size: 16px;

    margin-bottom: 28px;

  }



  .buy-section + .buy-section {

    margin-top: 32px;

    padding-top: 24px;

  }



  .buy-agent-grid {

    grid-template-columns: 1fr;  /* ÇÑ ÁÙ·Î */

    gap: 18px;

  }



  .buy-agent-card {

    padding: 12px 14px;

  }



  .buy-agent-card strong {

    width: 48px;

  }



  .buy-footer {

    margin-top: 28px;

  }



  .buy-confirm {

    width: 100%;

    border-radius: 999px;

  }

  .buy-section-title2 {

  display: flex;

  align-items: left;

  gap: 4px;

  flex-direction: column;

}

}



.product-detail h2{

  font-size: 32px;

}