section{
    height: auto;
    padding-top: 200px;
    overflow: hidden;
    margin-bottom: 250px;
    color: #fff;
}

article:nth-child(2){
    margin-top: 100px;
}

.help__info__area{
    width: 100%;
    height: auto;
    padding: 30px 35px;
    background-color: #171717;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    overflow: hidden;
}

.help__info__area .user__img{
    width: 90px;
    height: 90px;
}

.help__info__area .user__info .user__name{
    font-size: 26px;
}

.help__info__area .user__info div p{
    font-size: 20px;
    color: #858585;
    font-weight: 500;
}

.help__button__area{
    display: flex;
    gap: 10px;
}

.help__button__area a{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 30px;
    font-size: 18px;
    font-weight: 500;
    color: #bebebe;
    border-radius: 5px;
    background-color: #323232;
}

.help__menu__list__wrap{
    -ms-overflow-style: none; /* 인터넷 익스플로러 */
    scrollbar-width: none; /* 파이어폭스 */
    overflow-x: auto;
}

.help__menu__list__wrap::-webkit-scrollbar{
    display: none;
}

.help__menu__list{
    display: flex;
    align-items: center;
    gap: 40px;
    min-width: fit-content;
}

.help__menu__list > li{
    color: #4f4f4f;
    cursor: pointer;
    margin: 0;
    white-space: nowrap;
}

.help__menu__list > li a{
    color: #4f4f4f;
}

.help__menu__list > li.active{
    color: #fff;
}

.help__contents__area{
    margin-top: 30px;
    width: 100%;
}

.help__contents__area > div{
    display: none;
}

/* 자주 묻는 질문 */

.faq__area{
    width: 100%;
    height: auto;
}

.faq__area li {
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}

.faq__area li + li{
    margin-top: 10px;
}

.faq__area li button{
    width: 100%;
    height: auto;
    border: 1px solid #e1e1e1;
    display: flex;
    align-items: center;
    flex-direction: column;
    align-items: flex-start;
    border: 1px solid #343434;
}

.faq__area li button.active{
    border: 1px solid #fff;
}

.faq__area li button .title__line{
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 28px 25px;
}

.faq__area li button .title__line::before{
    content: "";
    width: 50px;
    height: 50px;
    background: url(/image/img_faq_arr.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50%;
    position: absolute;
    transition: ease .3s;
    right: 25px;
    top: 20px;
}

.faq__area li button.active .title__line::before{
    transform: rotate(180deg);
}

.faq__area li button p{
    text-align: left;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    color: #fff;
    width: calc(100% - 50px);
    padding-right: 15px;
}

.faq__area li button .faq__lineContents{
    width: 100%;
    border-top: 1px solid #e1e1e1;
    text-align: left;
    padding: 28px 25px;
    display: none;
}

.faq__area li button .faq__lineContents p{
    margin: 0;
    width: 100%;
    text-align: left;
}

.red_qustion{
    display: inline-flex;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    color: #e5001c;
    text-decoration: underline;
    margin-top: 20px;
    gap: 5px;
}

.registration__form{
    width: 100%;
    height: auto;
}

.registration__form > ul{
    width: 100%;
}

.registration__form > ul li{
    display: flex;
    align-items: flex-start;
    padding: 10px 0;
    border-bottom: 1px solid #2d2d2d;
}

.registration__form > ul li > label{
    min-width: 150px;
    font-size: 18px;
    font-weight: 400;
    color: #727272;
    padding-top: 15px;
}

.registration__form > ul li input{
    width: 870px;
}

.registration__form > ul li .textarea{
    height: auto;
}

.registration__form > ul li textarea{
    width: 870px;
    height: 350px;
    resize: none;
}

.registration__btn{
    padding: 22px 68px;
    margin: 80px auto 0px;
}

/* 문의 내역 확인 */
.table__warp{
    overflow-x: auto;
}

table{ min-width: 850px; }
table > colgroup col:nth-child(1){ width: 6%; }
table > colgroup col:nth-child(2){ width: 15%; }
table > colgroup col:nth-child(4){ width: 10%; }

table tr{
    border-bottom: 1px solid #2d2d2d;
}

table > thead th{
    padding: 28px 0;
    text-align: left;
    font-size: 18px;
    font-weight: 400;
    color: #727272;
    line-height: 1;
}

table > thead th:last-of-type{
    text-align: right;
    padding-right: 10px;
}

table > tbody td{
    padding: 28px 0;
    text-align: left;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    line-height: 1;
}

table > tbody td a{
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}

table > tbody td:last-of-type{
    text-align: right;
    padding-right: 10px;
}

table > tbody td:last-of-type .complete{
    color: #e5001c;
}

.question__title{
    padding: 28px 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #2d2d2d;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.question__title > p{
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    width: calc(100% - 125px);
    padding-right: 15px;
    line-height: 30px;
}

.question__title > span{
    font-size: 18px;
    font-weight: 400;
    color: #4f4f4f;
    min-width: 125px;
}

.question__contents{
    min-height: 225px;
    padding: 28px 0;
    border-bottom: 1px solid #2d2d2d;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}

.answer__area{
    width: 100%;
    margin-top: 10px;
    background-color: #1a1a1a;
    padding: 28px 35px;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    line-height: 30px;
}

.list__btn{
    border: 1px solid #535353;
    padding: 5px 20px;
    font-size: 16px;
    font-weight: 400;
    color: #969696;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

@media screen and (max-width: 1200px){
    .help__info__area .user__img{
        width: 70px;
        height: 70px;
    }

    .help__info__area .user__info .user__name{
        font-size: 20px;
    }

    .help__info__area .user__info div > img{
        width: 15px;
    }

    .help__info__area .user__info div p{
        font-size: 20px;
    }

    .help__button__area a{
        padding: 12px 25px;
    }

    .help__menu__list{
        gap: 20px;
    }
}

@media screen and (max-width: 1200px){
    table > colgroup col:nth-child(2){ width: 20%; }
}

@media screen and (max-width: 768px){
    section{
        padding-top: 100px;
    }

    article:nth-child(2){
        margin-top: 70px;
    }

    .help__info__area{
        padding: 20px;
    }

    .faq__area li button .title__line{
        padding: 15px;
    }

    .faq__area li button .title__line::before{
        right: 15px;
        width: 40px;
        height: 40px;
        top: 10px;
    }

    .faq__area li button .faq__lineContents{
        padding: 15px;
    }

    .faq__area li button p{
        width: calc(100% - 40px);
    }

    .registration__form > ul li{
        flex-direction: column;
        gap: 10px;
    }

    .input__wrap{
        width: 100%;
    }

    .registration__form > ul li input{
        width: 100%;
    }

    .registration__form > ul li textarea{
        width: 100%;
    }

    .registration__btn{
        margin: 50px auto 0px;
    }

    .question__title{
        flex-direction: column;
        gap: 15px;
        padding: 20px 0;
    }

    .question__title > p{
        padding: 0;
        width: 100%;
    }

    .question__title > span{
        width: 100%;
        text-align: right;
    }

    table > tbody td{
        padding: 24px 0;
        font-size: 16px;
    }

    table > thead th{
        padding: 24px 0;
        font-size: 16px;
    }

    table > tbody td a{
        font-size: 16px;
    }
}

@media screen and (max-width: 680px){
    .help__info__area{
        align-items: flex-start;
        gap: 25px;
    }

    .help__info__area .user__img{
        width: 50px;
        height: 50px;
        min-width: 50px;
        min-height: 50px;
    }

    .help__info__area .user__info .user__name{
        font-size: 18px;
    }

    .help__info__area .user__info div p{
        font-size: 16px;
    }

    .help__button__area a{
        font-size: 16px;
        padding: 12px 18px;
    }

    .help__menu__list{
        gap: 15px;
    }

    .faq__area li button p{
        font-size: 16px;
        line-height: 24px;
    }

    .registration__form > ul li textarea{
        height: 200px;
    }

    .question__title > p,
    .question__title > span,
    .question__contents,
    .answer__area{
        font-size: 16px;
    }

    .answer__area{
        padding: 20px;
    }
}