body {
    font-family: 'NanumSquareAcb';
    font-family: 'NanumSquareAceb';
    font-family: 'NanumSquareAcr';
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    word-break: keep-all; /* 추가 */
    white-space: normal; /* 추가 */
}

.title-section {
    margin-bottom: 50px; /* 수정 */
}

.faq {
    width: 80%;
    max-width: 850px;
    padding: 40px 20px;
    text-align: center;
}

.useGuide {
    max-width: 1500px;
    padding: 40px 20px;
    text-align: center;
}

.faq h2 {
    font-size: 28px;
    font-weight: 900;
    line-height: 150%;
    color : #222222;
    margin-bottom: 6px;
    font-family: 'NanumSquareAceb';
}



.useGuide h2 {
    font-size: 28px;
    line-height: 150%;
    color : #222222;
    font-family: 'NanumSquareAceb';
    margin-bottom: 6px;
}

.useGuide h5 {
    font-size: 16px;
    line-height: 150%;
    color : #757575;
    margin-top: 10px;
    margin-bottom: 80px;
    font-family: 'NanumSquareAcr';
    word-break: keep-all;
}

.faq p {
    font-size: 16px;
    color: #666;
    margin-bottom: 20px;
    line-height: 150%;
    margin-top: 0px;
}

.faq-item {
    border-radius: 12px;
    margin-bottom: 16px;
    /* 삭제 padding: 24px 26px; */
    background-color: #f2f1f4;
	text-align: left;
}

.faq-item h3 {
    font-size: 15px; /* 수정 */
    font-family: 'NanumSquareAcb'; /* 추가 */
    color: #333;
    margin: 0px; /* 수정 */
    line-height: 150%;
    letter-spacing: -1%;
	text-align: left;
}

.faq-item p {
    font-size: 14px;
    color: #333; /* 수정 */
    margin: 0;
    line-height: 160%;
    letter-spacing: -1%;
	text-align: left;
}

.custom-hr {
    border: none;
    border-top: 1px solid #f9f9fa;
    margin: 0px 0px 20px 0px; /* 수정 */
}

.custom-hr-2 {
    border: none;
    border-top: 1px solid #e3e3e3;
    margin: 0px 0px 20px 0px; /* 수정 */
}

.packageGuide {
    width: 80%;
    max-width: 800px;
    padding: 40px 20px;
    text-align: center;
}

.packaging-guide {
    text-align: center;
}

.row {
    display: grid;
    grid-template-columns: repeat(auto-fit, 200px); /* 200px 고정 크기 */
    gap: 20px;
    justify-content: center;
    margin-bottom: 20px;
}

.column {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 200px;
}

.column img {
    width: 200px;
    height: auto;
}

.column p {
    display: flex;
    align-items: flex-start;
    margin-top: 10px;
    font-size: 14px;
    color: #333;
    text-align: left;
    line-height: 150%;
    margin-bottom: 4px;
    width: 100%; /* 부모 요소의 너비에 맞게 */
}

.step-number {
    font-weight: bold;
    margin-right: 8px;
}

.warningTxt {
    color: rgb(228, 9, 9);
    font-size: 12px;
    line-height: 150%;
    text-align: left;
    margin-left: 19px;
    max-width: 200px;
}



.section {
    margin: 40px 0;
}
.section-title {
    font-size: 18px;
    margin: 10px 0;
    font-family: 'NanumSquareAceb';
    color: #222222;
}
.step-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.step-box {
    width: 190px;
    margin: 10px 8px;
    padding: 24px 20px;
    text-align: center;
    border-radius: 16px;
    background-color: #f2f1f4;
}
.step-box img {
    width: 50px;
    height: auto;
    margin-bottom: 6px;
}

.step-title {
    font-size: 14px;
    color: #484848;
    font-family: 'NanumSquareAcb';
    margin-bottom: 28px;
    margin-top: 8px;
}
.step-description {
    font-size: 13px;
    color: #666;
    margin-top: 6px;
    margin-bottom: 0;
    line-height: 150%;
    word-break: keep-all;
}
.highlight {
    color: #5A3FFF;
    font-weight: bold;
    line-height: 150%;
    margin: 6px 0;
    font-size: 15px;
    font-family: 'NanumSquareAcb';
    word-break: keep-all;
}
.note {
    font-size: 12px;
    color: #666;
    text-align: right;
    margin-top: 6px;
    margin-bottom: 60px;
    margin-right: 8px;
}
@media (max-width: 768px) {
    .step-box {
        flex: 1 1 100%;
    }
}


/* 추가된 부분 */
.question-part {
    display: flex;
    align-items: center;
    justify-content: space-between;
    word-break: keep-all; 
    white-space: normal;
    padding: 24px 26px;
}

.question-part img {
    width: 24px;
    height: 24px;
    margin-left: 20px;
}

.answer {
    padding: 0px 26px 24px 26px;
    background-color: #f9f9fa;
    border-radius: 0px 0px 12px 12px;
}

.footer-section {
    display: flex;
    align-items: center;
}

.footer-section img {
    width: 24px;
    height: 24px;
    margin-right: 2px;
}

.footer-section a {
    font-family: 'NanumSquareAcr';
    color: #5a5a5a;
    text-decoration-line: none;
    font-size: 15px;
}