@charset "utf-8";

#contents05 .chatbot {
    max-width: 800px;
    width: 100%;
    margin: 7% auto 0;
}

#contents05 .chatbot p {
    margin-top: 0 !important;
}

.chatbot .chatbot_tit {
    display: flex;
    justify-content: center;
}

#contents05 .chatbot .chatbot_tit p {
    font-size: 20px !important;
    font-weight: 700;
    position: relative;
}

#contents05 .chatbot .chatbot_tit p::before {
    content: "New";
    color: #f68b50;
    font-family: "gautreaux", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    transform: rotate(-12deg);
    position: absolute;
    top: -15px;
    left: -50px;
}

#contents05 .chatbot .chatbot_txt {
    font-size: 16px;
}

#contents05 .chatbot img {
    margin-bottom: 6%;
    margin-top: 4%;
}

#contents05 .faq_btn a {
    margin: 3% auto 0;
    width: 31%;
}

#contents05 .faq_btn a:last-child {
    margin-left: 2%;
}

@media screen and (max-width: 767px) {
    #contents05 .chatbot .chatbot_tit p {
        font-size: 18px !important;
    }

    #contents05 .chatbot .chatbot_tit p::before {
        font-size: 23px;
        top: -10px;
        left: -38px;
    }

    #contents05 .chatbot .chatbot_txt {
        font-size: 14px;
        margin-top: 3% !important;
    }

    #contents05 .chatbot img {
        margin-bottom: 10%;
        margin-top: 10%;
    }

    #contents05 .faq_btn a {
        width: 50%;
        margin: 5% auto 0;
    }

    #contents05 .faq_btn a:last-child {
        margin: 0 auto;
    }
}

@media screen and (max-width: 414px) {
    #contents05 .faq_btn a {
        width: 90%;
    }
}