
    
        #ai_qa_outter2{
            max-width:768px;
            margin-left:auto;
            margin-right:auto;
        }

        #ai_qa_outter2.had_answer{
            /* background:#c2d3c6;; */
        }


        

        #ai_qa_outter2.had_answer #sv_outterpx1 h3{
            display: none;
        }
        #ai_qa_outter2.had_answer  .footer1{
            display: none;
        }

        #ai_qa_outter2.had_answer  .footer2{
            display: none;
        }

        #ai_qa_outter2.had_answer  .footer2{
            display: flex;
        }

         #ai_qa_outter2.had_answer #ask_again{
            color:#745846;
            background:#f3f2ec;
        }
        #ai_qa_outter2.had_answer #sv_outterpx1{
                padding: 245px 15px 250px;
        }

        #ai_qa_outter2 #sv_outterpx1{
            padding: 210px 15px 120px;
        }

        #ai_qa_outter2 #sv_outterpx1:before{
             background-image:none;
        }

        #ai_qa_outter2 #sv_outterpx1:after{
            background-image:none;
        }

        #ai_qa_outter2.had_answer #sv_outterpx1:before{
            background-image:none;
            z-index: 0;
        }

        #ai_qa_outter2.had_answer #sv_outterpx1:after{
            background-image:none;
            z-index: 0;
            bottom: 0px;
            z-index: -1;
        }
        


        /*  footer  */
        #ai_qa_outter2 .footer1{
            color:#45747b;
            background:#cfdbd7;
            padding:15px;
            font-size: 14px;;  
            line-height: 1.5;   
            text-align: center;       
        }        

        #ai_qa_outter2 .footer2{
            padding:15px;
            line-height: 1em;
                       
            font-size: 14px;;
            display: none;
        }

        #ai_qa_outter2 .footer2 .inner{
            max-width: 1140px;;
            margin: auto;;
            display: flex;
            font-size: 14px;;
            justify-content: space-between;            
        }

        .footer2 .c1{
            color:#2c4e78;
        }
        .footer2 .c2{
            color:#745846;
            text-align: center;
            display: block;
            width: 100%;
        }
        /*  footer */

        #ai_qa_outter2{
            max-width: none;
        }

        #ai_qa_outter2  #sv_outterpx1{
            max-width: 768px;;
            margin:auto;
        }



         #ai_qa_outter2 .btn_font_change{
            background: #cfdbd7;
            width: 38px;
            height: 38px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;   
            position: absolute;
            top:10px;
            right:15px;    
            z-index: 99;   
         }

        #ai_qa_outter2 .btn_font_change .small1{
            font-size: 14px;;
            color:#488274;
            font-weight: bold;
         }
        #ai_qa_outter2 .btn_font_change .big1{
            color:#488274;
            padding-left: 1px;;
             font-size: 18px;;
             font-weight: bold;
         }        



        #ai_qa_outter2 #sv_outterpx1 .btn_font_change{
            top:20px;
        }



       #ai_qa_outter2.had_answer #sv_outterpx1:after{
        padding-bottom: 40%;
       }

       #ai_qa_outter2.had_answer #sv_outterpx1:before{
            background-size: 100% auto;
            background-repeat: no-repeat;
       }
       #ai_qa_outter2 .footer1 .inner{
        max-width: 1140px;;
        margin:auto;
       }

       .img_box{
        position: fixed;
        z-index: -1;;
        width: auto;
       }

        .img_box img{
            max-width: 100vw ! important;;
        }

        @media (max-width:768px) {
            .img_box{
                position: absolute;
            }
        }