body {
    font-family: 'NanumSquareAcb';
    font-family: 'NanumSquareAceb';
    font-family: 'NanumSquareAcr';
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.title-section {
    margin-bottom: 60px;
}

.footer-section {
    margin-bottom: 60px;
	text-align: right;
}

.faq {
    width: 80%;
    max-width: 800px;
    padding: 40px 20px;
    text-align: left;
}

.faq h2 {
    font-size: 28px;
    font-weight: 900;
    line-height: 150%;
    color : #222222;
    margin-bottom: 6px;
    font-family: 'NanumSquareAceb';
}

.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;
}

.faq-item h3 {
    font-size: 16px;
    color: #333;
    margin: 0px 0px 10px 0px;
    line-height: 150%;
    letter-spacing: -1%;
}

.faq-item p {
    font-size: 14px;
    color: #666;
    margin: 0;
    line-height: 160%;
    letter-spacing: -1%;
}

.custom-hr {
    border: none;
    border-top: 1px solid #e9e9e9;
    margin: 16px 0; /* 상하 여백 조정 */
}


.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;
}
