/*
* author : minjeong
* purpose : feelframe.co.kr product_detail family UI
* date: 2025.11.11
*/

#main .family_wrap .info {
  margin-bottom: 60px;
}

/* sec01 */
.family_wrap .sec01 {
  position: relative;
  width: 100%;
  height: 600px;
}

.family_wrap .sec01::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.family_wrap .sec01 .banner_img {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.family_wrap .sec01 .banner_img img {
  width: 50%;
  height: 100%;
  object-fit: cover;
}

.family_wrap .sec01 .txt_box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  text-align: center;
  width: 100%;
  padding: 0 20px;
}
.family_wrap .sec01 .txt_box .txt_bold {
  font-family: 'Neo_Bold';
  color: #fff;
}

.family_wrap .sec01 .txt_box h2 {
  font-size: 2.125rem;
  color: #fff;
  margin-bottom: 16px;
  line-height: 1.6;
  font-weight: bold;
}

.family_wrap .sec01 .txt_box p {
  font-size: 1.063rem;
  color: #fff;
}

/* sec02 */
.family_wrap .sec02 {
  background-color: #f1eff5;
  padding: 80px 20px;
  text-align: center;
  margin-bottom: 30px;
}

.family_wrap .sec02 h2 {
  font-size: 2.125rem;
  font-weight: bold;
  color: #333;
}

.family_wrap .sec02 > p {
  font-size: 0.875rem;
  color: #555;
  margin-top: 20px;
  margin-bottom: 40px;
}

.family_wrap .sec02 .cont_box {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 40px;
}

.family_wrap .feature_card {
  background-color: #ffffff;
  border-radius: 15px;
  padding: 30px;
  width: 300px;
  text-align: left;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  align-items: baseline;
  transition: transform 0.3s ease;
}

.family_wrap .feature_icon_wrapper {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background-color: #f1eff5;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}

.family_wrap .feature_icon {
  width: 38px;
  height: 38px;
}

.family_wrap .feature_title {
  font-size: 1.063rem;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.8);
  margin: 0 0 16px 0;
}

.family_wrap .feature_description {
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.6;
  letter-spacing: -0.25px;
}

/* sec03 */
.family_wrap .sec03 {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.family_wrap .sec03 .cont_box {
  display: flex;
  align-items: center;
  gap: 40px;
}

.family_wrap .sec03 .img_box {
  width: 35%;
}

.family_wrap .sec03 .img_box img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 20px;
}

.family_wrap .sec03 .txt_box {
  text-align: left;
  width: 65%;
}

.family_wrap .sec03 .txt_box h3 {
  font-size: 28px;
  font-family: 'Neo_SemiBold';
  color: #000;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
}

.family_wrap .sec03 .txt_box .btn_size_guide {
  font-size: 14px;
  color: #333;
  background-color: #fb9d40;
  color: #fff;
  width: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2px;
  padding: 6px;
  border-radius: 20px;
  cursor: pointer;
}
.family_wrap .sec03 .txt_box .btn_size_guide i {
  font-size: 16px;
  color: #fff;
}

.family_wrap .sec03 .txt_box h4 {
  font-size: 18px;
  color: #000;
  font-family: 'Neo_Medium';
  background-color: #f9f9f9;
  padding: 18px;
  border-radius: 10px;
  margin-bottom: 10px;
}
.family_wrap .sec03 .txt_box h4 div {
  font-size: 14px;
  margin-top: 10px;
}
.family_wrap .sec03 .txt_box h4 div br {
    display: none;
}

.family_wrap .sec03 .txt_box h4 span {
  font-size: 1.063rem;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.3);
}

.family_wrap .sec03 .txt_box p {
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.6;
  margin-top: 24px;
}

/* sec04 */
.family_wrap .sec04 {
  margin: 0 auto;
  padding: 80px 0;
  text-align: center;
}

.family_wrap .sec04 h3 {
  font-size: 2.125rem;
  margin-bottom: 20px;
  font-weight: bold;
}

.family_wrap .sec04 p {
  font-size: 0.875rem;
}

.family_wrap .sec04 .img_box {
  margin-top: 42px;
}

.family_wrap .sec04 .img_box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.family_wrap .sec04 .img_box.grid_3 {
  grid-template-columns: repeat(3, 1fr);
}

.family_wrap .sec04 .img_box img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}
.family_wrap .sec04 .img_box_inner {
  width: 100%;
}
.family_wrap .sec04 .img_box_inner .text {
  font-family: 'Neo_SemiBold';
  font-size: 18px;
  padding: 14px 0 16px;
  background-color: #f9f9f9;
}
.family_wrap .sec04 .img_box_inner .text span {
  display: block;
  margin-top: 8px;
  font-size: 14px;
  color: #999;
}

/* sec05 */
.family_wrap .sec_title {
  text-align: center;
  font-size: 2.125rem;
  margin: 60px 0 80px;
  font-weight: bold;
}

.family_wrap .sec05 {
  background-color: #f1eff5;
  padding: 50px 0;
}

.family_wrap .sec05 .inner {
  display: flex;
  width: 100%;
  gap: 60px;
}

.family_wrap .sec05 .left {
  display: flex;
  width: 50%;
  align-items: center;
}

.family_wrap .sec05 .left img {
  width: 50%;
  aspect-ratio: 1;
  object-fit: cover;
}

.family_wrap .sec05 .right {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.family_wrap .sec05 .right .artist_name {
  margin: 0 0 8px;
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.3);
  font-weight: normal;
}

.family_wrap .sec05 .right h4 {
  margin: 0 0 16px;
  font-size: 1.5rem;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.8);
}

.family_wrap .sec05 .right p {
  margin: 0;
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.7;
}

/* sec06 */
.family_wrap .sec06 {
  padding: 80px 0;
}

.family_wrap .sec06 h4 {
  font-size: 0.875rem;
  font-weight: 700;
  margin: 0 0 10px;
}

.family_wrap .sec06 .price_badge {
  display: inline-block;
  background: #fff6e9;
  color: #a56200;
  padding: 8px 12px;
  border-radius: 10px;
  font-size: 0.688rem;
  border: 1px solid #ffe2b8;
}

.family_wrap .sec06 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.family_wrap .sec06 ul li {
  position: relative;
  padding-left: 14px;
  margin-bottom: 8px;
  font-size: 0.875rem;
  color: #555;
  line-height: 1.7;
}

.family_wrap .sec06 ul li::before {
  content: '·';
  position: absolute;
  left: 0;
  top: 0;
  color: #999;
}

.family_wrap .sec06 .title {
  background-color: #ecc9a6;
  border-radius: 50px;
  color: #fff;
  padding: 10px;
  display: inline-block;
  margin-bottom: 30px;
}

.family_wrap .sec06 .title h3 {
  color: #fff;
  font-size: 0.875rem;
}

.family_wrap .sec06 .cont_box {
  margin-bottom: 100px;
}

.family_wrap .sec06 .cont_box:last-child {
  margin-bottom: 0;
}

.family_wrap .sec06 .cont_box p {
  padding-left: 16px;
  font-size: 0.875rem;
}

.family_wrap .sec06 > p {
  padding-left: 16px;
  font-size: 0.875rem;
}

.family_wrap .sec06 ol li {
  position: relative;
  margin-bottom: 15px;
  font-size: 0.875rem;
}

.family_wrap .sec06 ol li::before {
  content: '';
  width: 4px;
  height: 4px;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 50%;
  position: absolute;
  left: -10px;
  top: 6px;
}

.family_wrap .sec06 .option_list {
  padding-left: 23px;
}

.family_wrap .sec06 .option_list li {
  margin-bottom: 10px;
}

#main .family_wrap .detail_wrap {
  margin-bottom: 150px;
}
.family_wrap .tb_size {
    margin-bottom: 20px;
}


@media screen and (max-width: 767px) {
  /* sec01 */
  .family_wrap .sec01 {
    height: 400px;
  }

  .family_wrap .sec01 .txt_box h2 {
    font-size: 1.5rem;
  }

  .family_wrap .sec01 .txt_box p {
    font-size: 0.875rem;
  }

  /* sec02 */
  .family_wrap .sec02 {
    padding: 50px 20px;
    margin-bottom: 15px;
  }

  .family_wrap .sec02 h2 {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }

  .family_wrap .sec02 .cont_box {
    margin-top: 20px;
  }

  .family_wrap .sec02 > p {
    font-size: 0.875rem;
    margin-top: 10px;
    margin-bottom: 20px;
    line-height: 21px;
  }

  .family_wrap .feature_card {
    padding: 15px;
    border-radius: 7.5px;
  }

  .family_wrap .feature_icon_wrapper {
    width: 60px;
    height: 60px;
    margin-bottom: 12px;
  }

  .family_wrap .feature_icon_wrapper svg {
    width: 30px;
    height: 30px;
  }

  .family_wrap .feature_title {
    font-size: 0.875rem;
    margin: 0 0 8px 0;
  }

  .family_wrap .feature_description {
    font-size: 0.75rem;
  }

  /* sec03 */
  .family_wrap .sec03 .cont_box {
    flex-direction: column;
    gap: 20px;
  }

  .family_wrap .sec03 .img_box {
    width: 100%;
  }

  .family_wrap .sec03 .img_box img {
    border-radius: 10px;
  }

  .family_wrap .sec03 .txt_box {
    width: 100%;
    padding: 30px 0;
    gap: 20px;
    text-align: center;
  }
  

  .family_wrap .sec03 .txt_box h3 {
    display: block;
    font-size: 1.125rem;
    font-family: 'Neo_Semibold';
  }
  .family_wrap .sec03 .txt_box h4 div br {
    display: block;
}

  .family_wrap .sec03 .txt_box h4 {
    font-size: 1.2rem;
    font-family: 'Neo_Semibold';
  }

  .family_wrap .sec03 .txt_box h4 span {
    font-size: 0.875rem;
  }

  .family_wrap .sec03 .txt_box p {
    font-size: 0.875rem;
  }

  /* sec04 */
  .family_wrap .sec04 {
    padding: 40px 0;
  }

  .family_wrap .sec04 h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }

  .family_wrap .sec04 p {
    font-size: 0.875rem;
  }

  .family_wrap .sec04 .img_box {
    margin-top: 21px;
  }

  .family_wrap .sec04 .img_box {
    gap: 10px;
  }
  .family_wrap .sec04 .img_box.grid_3 {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }

  /* sec05 */
  .family_wrap .sec05 {
    padding: 30px 0;
  }

  .family_wrap .sec05 .inner {
    flex-direction: column;
    gap: 30px;
  }

  .family_wrap .sec05 .left {
    width: 100%;
  }

  .family_wrap .sec05 .right {
    width: 100%;
    text-align: center;
  }

  .family_wrap .sec05 .right .artist_name {
    margin: 0 0 4px;
    font-size: 0.875rem;
  }

  .family_wrap .sec05 .right h4 {
    margin: 0 0 10px;
    font-size: 1.2rem;
  }

  .family_wrap .sec05 .right p {
    font-size: 0.875rem;
  }

  .family_wrap .sec05 .right .img_box {
    width: 100%;
  }

  .family_wrap .sec05 .right .img_box img {
    width: 100%;
  }

  /* sec06 */
  .family_wrap .sec06 {
    padding: 40px 0;
  }

  .family_wrap .sec06 h4 {
    margin: 0 0 5px;
    font-size: 0.875rem;
  }

  .family_wrap .sec06 .price_badge {
    padding: 4px 6px;
    border-radius: 5px;
  }

  .family_wrap .sec06 ul li {
    padding-left: 7px;
    margin-bottom: 4px;
    font-size: 0.875rem;
  }

  .family_wrap .sec06 .title {
    border-radius: 25px;
    padding: 5px;
    margin-bottom: 15px;
  }

  .family_wrap .sec06 .title h3 {
    font-size: 0.875rem;
  }

  .family_wrap .sec06 .cont_box {
    margin-bottom: 50px;
  }

  .family_wrap .sec06 .cont_box p {
    padding-left: 8px;
    font-size: 0.875rem;
  }

  .family_wrap .sec06 > p {
    padding-left: 8px;
    font-size: 0.875rem;
  }

  .family_wrap .sec06 ol li {
    margin-bottom: 7.5px;
    font-size: 0.875rem;
    line-height: 21px;
  }

  .family_wrap .sec06 .option_list {
    padding-left: 11.5px;
  }

  .family_wrap .sec06 .option_list li {
    margin-bottom: 5px;
  }

  /* 공통 */
  .family_wrap .sec_title {
    font-size: 1.5rem;
    margin: 30px 0 40px 0;
  }
}

@media screen and (max-width: 500px) {
  /* sec01 */
  .family_wrap .sec01 {
    height: 300px;
  }

  .family_wrap .sec01 .txt_box h2 {
    font-size: 1.2rem;
  }

  .family_wrap .sec01 .txt_box p {
    font-size: 0.875rem;
  }

  /* sec02 */
  .family_wrap .sec02 h2 {
    font-size: 1.2rem;
  }

  .family_wrap .sec02 > p {
    font-size: 0.875rem;
  }

  /* sec03 */
  .family_wrap .sec03 .txt_box h3 {
    font-size: 1.125rem;
    font-family: 'Neo_Semibold';
  }

  .family_wrap .sec03 .txt_box .btn_size_guide {
    margin: 13px auto 0;
  }

  .family_wrap .sec03 .txt_box h4 {
    font-size: 1rem;
    background-color: #fff8f1;
    border-radius: 12px;
    padding: 20px 10px;
    text-align: center;
  }
  .family_wrap .sec03 .txt_box h4 div {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .family_wrap .sec03 .txt_box h4 span {
    font-size: 0.875rem;
  }

  .family_wrap .sec03 .txt_box p {
    font-size: 0.875rem;
    padding: 0 10px;
  }
  .family_wrap .sec03 .txt_box p br {
    display: none;
  }

  /* sec04 */
  .family_wrap .sec04 h3 {
    font-size: 1rem;
    font-family: 'Neo_Semibold';
  }

  .family_wrap .sec04 p {
    font-size: 0.875rem;
  }

  /* sec05 */
  .family_wrap .sec_title {
    font-size: 1.2rem;
  }

  .family_wrap .sec05 .sec_title {
    font-size: 1.2rem;
  }

  .family_wrap .sec05 .right .artist_name {
    font-size: 0.875rem;
  }

  .family_wrap .sec05 .right h4 {
    font-size: 1.2rem;
  }

  .family_wrap .sec05 .right p {
    font-size: 0.875rem;
  }

  /* sec06 */
  .family_wrap .sec06 h4 {
    font-size: 0.875rem;
  }

  .family_wrap .sec06 ul {
    font-size: 0.875rem;
  }

  .family_wrap .sec06 .title h3 {
    font-size: 0.875rem;
  }

  .family_wrap .sec06 .cont_box p {
    font-size: 0.875rem;
  }

  .family_wrap .sec06 > p {
    font-size: 0.875rem;
  }

  .family_wrap .sec06 ol li {
    font-size: 0.875rem;
    line-height: 21px;
  }

  .family_wrap .sec06 .cont_box {
    margin-bottom: 50px;
  }
  #main .family_wrap .detail_wrap {
    margin-bottom: 50px;
  }
}
