@charset "utf-8";
  .p-idx-whyItem__head-title.new {
font-size: 1.75rem;
line-height: 1.56;
}
.orange{
color:#FF4E00;
}
.p-idx-plan__inner.new{
border-bottom:unset;
}
.p-idx-whyItem__labels {
margin-top:110px;
display: flex;
justify-content: center;
gap: 8px;
}
.p-idx-whyItem__label {
display: inline-flex;
justify-content: center;
align-items: center;
width: 104px;
height: 30px;
border-radius: 15px;
background-color: #bfa08a;
color: #ffffff;
font-size: 1rem;
font-weight: bold;
} .p-idx-qanda__wrapper {
display: flex;
gap: 40px;
align-items: flex-start;
}
.p-idx-qanda__cate {
list-style: none;
padding: 0;
margin: 0;
flex-shrink: 0;
width: 200px;
}
.p-idx-qanda__cate li + li {
margin-top: 8px;
}
.p-idx-qanda__cateBtn {
display: block;
width: 100%;
text-align: left;
background: none;
border: none;
padding: 8px 0;
font-size: 14px;
color: #555;
cursor: pointer;
line-height: 1.6;
transition: color 0.3s ease;
}
.p-idx-qanda__cateBtn:hover {
color: #0d0d0d;
}
.p-idx-qanda__cateBtn.is-active {
color: #0d0d0d;
font-weight: 700;
}
.p-idx-qanda__content {
flex: 1;
min-width: 0;
} .p-idx-qanda__content .c-qanda__list[hidden] {
display: none;
} @media (max-width: 768px) {
.p-idx-qanda__wrapper {
flex-direction: column;
gap: 24px;
}
.p-idx-qanda__cate {
width: 100%;
display: flex;
flex-wrap: wrap;
gap: 8px;
}
.p-idx-qanda__cate li + li {
margin-top: 0;
}
.p-idx-qanda__cateBtn {
padding: 6px 16px;
border: 1px solid #ccc;
border-radius: 20px;
font-size: 12px;
white-space: nowrap;
}
.p-idx-qanda__cateBtn.is-active {
border-color: #0d0d0d;
background-color: #0d0d0d;
color: #fff;
}
}