.listProductWrap .productWrap .listWrapQna {
    width: calc(100% - 260px);
    margin-left: 50px;
    margin-bottom: 50px;
}

.listProductWrap .productWrap .listWrapQna>button {
    display: none;
}

.listProductWrap .productWrap .listWrapQna>h4 {
    margin-top: 25px;
    margin-bottom: 20px;
    font-family: omni;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    color: #000;
}

.listProductWrap .productWrap .listWrapQna>h4>span {
    color: #0070bd;
}

.listProductWrap .productWrap .listWrapQna>ul {
    border-top: 1px solid #000;
}

.listProductWrap .productWrap .listWrapQna>ul>li .questionWrap {
    height: 80px;
    padding: 0 20px;
    border-bottom: 1px solid #eee;
    box-sizing: border-box;
    cursor: pointer;
}

.listProductWrap .productWrap .listWrapQna>ul>li .questionWrap::after {
    content: '';
    clear: both;
    display: block;
}

.listProductWrap .productWrap .listWrapQna>ul>li .questionWrap span {
    display: block;
    float: left;
    line-height: 80px;
}

.listProductWrap .productWrap .listWrapQna>ul>li .questionWrap .listNum {
    width: 31px;
    font-size: 16px;
    color: #666;
    margin-right: 30px;
}

.listProductWrap .productWrap .listWrapQna>ul>li .questionWrap .listTitle {
    width: calc(100% - 96px);
    font-size: 18px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.listProductWrap .productWrap .listWrapQna>ul>li .questionWrap .listTitle::before {
    content: 'Q';
    color: #0070bd;
    margin-right: 14px;
}

.listProductWrap .productWrap .listWrapQna>ul>li .questionWrap .crossIcon {
    float: left;
    position: relative;
    width: 15px;
    height: 15px;
    margin-top: 32.5px;
    margin-left: 20px;
}

.listProductWrap .productWrap .listWrapQna>ul>li .questionWrap .crossIcon::before {
    content: '';
    position: absolute;
    top: 6px;
    display: block;
    width: 100%;
    height: 3px;
    background-color: #000;
    transition-duration: 0.3s;
    opacity: 1;
    transition-property: opacity transform;
}

.listProductWrap .productWrap .listWrapQna>ul>li .questionWrap .crossIcon::after {
    content: '';
    position: absolute;
    left: 6px;
    width: 3px;
    height: 100%;
    background-color: #000;
    transition-duration: 0.3s;
    opacity: 1;
    transition-property: opacity transform;
}

.listProductWrap .productWrap .listWrapQna>ul>li .questionWrap.active .crossIcon::before {
    opacity: 0;
    transform: rotate(-90deg);
}

.listProductWrap .productWrap .listWrapQna>ul>li .questionWrap.active .crossIcon::after {
    transform: rotate(-90deg);
}

.listProductWrap .productWrap .listWrapQna>ul>li .answerWrap {
    display: none;
    padding: 30px 30px 50px;
    background-color: #f1f1f1;
    box-sizing: border-box;
}

.listProductWrap .productWrap .listWrapQna>ul>li .answerWrap h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 30px;
}

.listProductWrap .productWrap .listWrapQna>ul>li .answerWrap p {
    font-size: 16px;
    line-height: 20px;
    word-break: keep-all;
    white-space: pre-line;
    color: #666;
}

.listProductWrap .productWrap .listWrapQna>div:nth-of-type(1) {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 80px;
}

.listProductWrap .productWrap .listWrapQna>div:nth-of-type(1)>button:nth-of-type(1) {
    font-family: bitter;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    color: #ddd;
}

.listProductWrap .productWrap .listWrapQna>div:nth-of-type(1)>ul {
    display: flex;
    justify-content: center;
}

.listProductWrap .productWrap .listWrapQna>div:nth-of-type(1)>ul>li.active>button {
    color: #000;
}

.listProductWrap .productWrap .listWrapQna>div:nth-of-type(1)>ul>li>button {
    font-family: omni;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    color: #ddd;
}

.listProductWrap .productWrap .listWrapQna>div:nth-of-type(1)>button:nth-of-type(2) {
    font-family: bitter;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    color: #ddd;
}

.listProductWrap .productWrap .listWrapQna>div:nth-of-type(1)>button.active {
    color: #000;
}

@media (min-width: 769px) and (max-width: 1279px) {
    .listProductWrap .productWrap .listWrapQna {
        width: calc(100%);
        margin-left: 0px;
        display: flex;
        flex-wrap: wrap;
        align-items: baseline;
        justify-content: space-between;
    }

    .listProductWrap .productWrap .listWrapQna>button {
        display: inline-block;
        width: 80px;
        height: 20px;
        font-size: 14px;
        line-height: 1;
        font-weight: 600;
        font-family: 'omni';
    }

    .listProductWrap .productWrap .listWrapQna>h4 {
        font-size: 14px;
    }

    .listProductWrap .productWrap .listWrapQna>ul {
        width: 100%;
    }

    .listProductWrap .productWrap .listWrapQna>div:nth-of-type(1) {
        text-align: center;
        width: 50%;
        margin: 0 auto;
    }

    .listProductWrap .productWrap .listWrapQna>div:nth-of-type(1)>div {
        width: 100%;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        margin-top: 40px;
        margin-bottom: 10px;
        border-bottom: 1px solid #ddd;
    }

    .listProductWrap .productWrap .listWrapQna>div:nth-of-type(1)>div input {
        width: calc(100% - 93px);
        height: 42px;
        line-height: 42px;
        border: 0;
    }

    .listProductWrap .productWrap .listWrapQna>div:nth-of-type(2) {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .listProductWrap .productWrap .listWrapQna {
        width: calc(100%);
        margin-left: 0px;
        display: flex;
        flex-wrap: wrap;
        align-items: baseline;
        justify-content: space-between;
    }

    .listProductWrap .productWrap .listWrapQna>button {
        display: inline-block;
        width: 80px;
        height: 20px;
        font-size: 14px;
        line-height: 1;
        font-weight: 600;
        font-family: 'omni';
    }

    .listProductWrap .productWrap .listWrapQna>h4 {
        font-size: 14px;
    }

    .listProductWrap .productWrap .listWrapQna>ul {
        width: 100%;
    }

    .listProductWrap .productWrap .listWrapQna>ul>li .questionWrap {
        height: 60px;
        padding: 0;
    }

    .listProductWrap .productWrap .listWrapQna>ul>li .questionWrap span {
        line-height: 60px;
    }

    .listProductWrap .productWrap .listWrapQna>ul>li .questionWrap .listNum {
        width: 28px;
        font-size: 14px;
        margin-right: 20px;
    }

    .listProductWrap .productWrap .listWrapQna>ul>li .questionWrap .listTitle {
        width: calc(100% - 83px);
        font-size: 16px;
    }

    .listProductWrap .productWrap .listWrapQna>ul>li .questionWrap .listTitle::before {
        margin-right: 10px;
    }

    .listProductWrap .productWrap .listWrapQna>ul>li .questionWrap .crossIcon {
        margin-top: 22.5px;
        margin-left: 20px;
    }

    .listProductWrap .productWrap .listWrapQna>ul>li .answerWrap {
        padding: 20px 20px 30px;
    }

    .listProductWrap .productWrap .listWrapQna>ul>li .answerWrap h5 {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .listProductWrap .productWrap .listWrapQna>ul>li .answerWrap p {
        font-size: 14px;
        line-height: 18px;
    }

    .listProductWrap .productWrap .listWrapQna>div:nth-of-type(1) {
        text-align: center;
        width: 100%;
    }

    .listProductWrap .productWrap .listWrapQna>div:nth-of-type(1)>div {
        width: 100%;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        margin-top: 40px;
        margin-bottom: 10px;
        border-bottom: 1px solid #ddd;
    }

    .listProductWrap .productWrap .listWrapQna>div:nth-of-type(1)>div input {
        width: calc(100% - 93px);
        height: 42px;
        line-height: 42px;
        border: 0;
    }

    .listProductWrap .productWrap .listWrapQna>div:nth-of-type(2) {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
    }
}