.section {
    width: 856px;
    min-height: 720px;
    margin: 0 auto;
    padding-bottom: 130px;
}

.faq-title {
    color: #212121;
    text-align: left;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 30px;
    font-weight: bold;
}

.faq-icon-area {
    margin-top: 27px;
    display: inline-flex;
    height: 108px;
    width: 856px;
    text-align: center;
    display: inline-flex;
}

.faq-icon-area img {
    margin-right: 24px;
    width: 96px;
    height: 108px;
    cursor: pointer;
}

.faq-icon-imgs:last-child{
    margin-right: 0px;
}

.faq-content-box {
    margin-top: 30px;
    border-top: 1px solid #ECF0F3;
}

.faq-content {
    width: 100%;
    border-bottom: 1px solid #ECF0F3;
    cursor: pointer;
}

.faq-question {
    width: 100%;
    height: 80px;
    box-sizing: border-box;
    padding-top: 25.4px;
    display: inline-flex;
    line-height: 80px;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: #212121;
    line-height: 1.44;
    text-align: left;
    cursor: pointer;
}

.faq-question p {
    width: 706px;
    margin-left: 45px;
}

.faq-question-icon {
    position: absolute;
    margin-left: 11px;
}

.faq-arrow-icon {
    position: relative;
    left: 45px;
}

.no-show {
    display: none;
}

.faq-answer {
    width: 690x;
    height: auto;
    display: inline-flex;
    padding-bottom: 16px;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #505050;
    line-height: 1.93;
    text-align: left;
    font-family: 'Noto Sans KR', sans-serif;
}

.faq-answer p {
    width: 675px;
    margin-left: 89px;
}

.faq-answer-icon {
    position: absolute;
    margin-top: 3px;
    margin-left: 59px;
}

.faq-content img {
    width: 24px;
    height: 24px;
}

#faq_upload{
    display:none;
}
#faq_money{
    display:none;
}
#faq_mypage{
    display:none;
}
#faq_product{
    display:none;
}
#faq_challenge{
    display:none;
}
#faq_etc{
    display:none;
}