/* QA content */
.qa_wrap {
    background: #fff;
}

.qa_wrap .qa_content {
    max-width: 940px;
    margin: 0 auto;
}

.qa_wrap .qa_content .qa_top_title {
    text-align: center;
    font-size: 25px;
    padding-top: 20px;
}

.qa_wrap .qa_content .qa_item_title {
    height: 80px;
    font-size: 22px;
    color: #fff;
    background: #4057a3;
    border-radius: 40px;
    font-weight: bold;
    padding: 8px;
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-top: 40px;
}

.qa_wrap .qa_content .qa_item_title.iconup {
    background: #4057a3 url('/-/media/aeoncard/campaign/lp/aeongroup/20240301/images/icon_close.png') 97% center no-repeat;
}

.qa_wrap .qa_content .qa_item_title.icondown {
    background: #4057a3 url('/-/media/aeoncard/campaign/lp/aeongroup/20240301/images/icon_open.png') 97% center no-repeat;
}

.qa_wrap .qa_content .qa_item_content {
    margin-top: 5px;
    background: #eceef6;
    border-radius: 40px;
    padding: 10px;
    display: none;
}

.qa_wrap .qa_content .qa_item_content .text-center {
    text-align: center;
}

.qa_wrap .qa_content .qa_item_content .answers_wrap {
    display: flex;
}

.qa_wrap .qa_content .qa_item_content .answers_wrap2 {
    padding: 0 64px;
    font-size: 16px;
}

.qa_wrap .qa_content .qa_item_content .ml10 {
    margin-left: 10px;
}

.qa_wrap .qa_content .qa_item_content .answers_wrap2 .c_h3 {
    font-size: 18px;
    font-weight: bold;
    text-indent: -20px;
}

.qa_wrap .qa_content .qa_item_content .answers_wrap2 .c_h3 span {
    width: 8px;
    height: 8px;
    display: inline-block;
    background: #4057a3;
    margin-right: 10px;
    transform: rotate(45deg);
}

.qa_wrap .qa_content .qa_item_content .answers_wrap .answers_text {
    padding: 0 20px 0 0;
    font-size: 16px;
}

.qa_wrap .qa_content .qa_item_content .link1 {
    font-size: 18px;
    font-weight: bold;
    text-decoration: underline;
}

.qa_wrap .qa_content .qa_item_content .link2 {
    font-size: 21px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    height: 76px;
    background: #4057a3 url('/-/media/aeoncard/campaign/lp/aeongroup/20240301/images/exit_icon.png') 90% center no-repeat;
    display: inline-block;
    border-radius: 38px;
    padding: 0 100px 0 40px;
    line-height: 76px;

}


.qa_content .q_icon,
.qa_content .a_icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #fff;
    margin-right: 20px;
    flex: 0 0 64px;
}

@media screen and (max-width: 768px) {
    .qa_wrap .qa_content {
        max-width: 100%;
        padding: 20px;
    }

    .qa_wrap .qa_content .qa_top_title {
        font-size: 19px;
    }

    .qa_wrap .qa_content .qa_item_title {
        font-size: 16px;
        height: 58px;
        margin-top: 25px;
    }

    .qa_content .q_icon,
    .qa_content .a_icon {
        width: 44px;
        height: 44px;
        flex: 0 0 44px;
        margin-right: 10px;
    }

    .qa_content .q_icon img,
    .qa_content .a_icon img {
        max-width: 50%;
    }

    .qa_wrap .qa_content .qa_item_title.iconup {
        background-size: 18px 18px;
        background-position: 93% center;
    }

    .qa_wrap .qa_content .qa_item_content {
        border-radius: 26px;
    }

    .qa_wrap .qa_content .qa_item_content .answers_wrap .answers_text {
        padding-top: 0;
        font-size: 12px;
        margin-top: 5px;
    }

    .qa_wrap .qa_content .qa_item_content .img_small {
        max-width: 66%;
    }

    .qa_wrap .qa_content .qa_item_content .link1 {
        font-size: 12px;
        display: block;
        padding-left: 48px;
    }

    .qa_wrap .qa_content .qa_item_content .answers_wrap2 {
        padding: 0 20px 0 54px;
        font-size: 12px;
    }

    .qa_wrap .qa_content .qa_item_content .answers_wrap2 .c_h3 {
        font-size: 13px;
    }

    .qa_wrap .qa_content .qa_item_content .link2 {
        font-size: 14px;
        padding: 0 50px 0 20px;
        height: 56px;
        line-height: 56px;
        background-size: 16px;
        background-position: 92% center;
        max-width: 96%;
    }
}

/* QA content end*/