@media screen and (max-width:1024px){
    .sentense{
        width:85%;
    }
    
    .sentense p{
        font-size:18px;
        line-height:38px;
    }
    
    .an-contents{
        height: 430px;
        background-color:#FBFBFD;
    }

    .foot-sentense h4{
        font-size:14px;
        line-height: 25px;
    }
    
    .foot-contents{
        margin-top:50px;
        padding-left:75px;
    }
}



@media screen and (max-width:768px){
    .sentense{
        width:85%;
    }
    
    .explain h2{
        font-weight: bold;
        font-size:32px;
    }
    
    .sentense p{
        font-size:14px;
        line-height:32px;
    }
    
    .an-contents{
        height: 350px;
    }
    
    .an-contents h3{
        font-weight: bold;
        font-size:25px;
        margin-top:35px;
    }
    
    .footer img{
        width:30%;
    }
    
    .foot-contents{
        width:90%;
        margin-top:50px;
        padding-left:70px;
    }

    .foot-sentense h4{
        font-size:12px;
        line-height: 22px;
    }
    
    .copy{
        text-align: left;
        padding-left:40px;
    }
    
}



@media screen and (max-width:414px){
     .sentense{
        width:90%;
    }
    
    .explain h2{
        font-weight: bold;
        font-size:25px;
    }
    
    .explain img{
        width:50%;
    }
    
    .sentense p{
        font-size:12px;
        line-height:30px;
    }
    
    .an-contents{
        height: 300px;
        margin-bottom:10px;
    }
    
    .an-contents h3{
        font-size:20px;
        margin-top:40px;
    }
    
    .an-contents img{
    width:40%;
    padding-top:50px;
}
    
    a.detail{
        font-size:14px;
    }
    
    .footer{
        margin-top:30px;
    }
    
    .footer img{
        width:40%;
        margin-top:20px;
    }

    .foot-contents{
        width:90%;
        margin-top:50px;
        padding-right:70px;
    }

    .foot-sentense h4{
        text-align:center;
        font-size:10px;
        line-height: 20px;
    }

    .copy{
        font-size:8px;
        margin:auto;
        margin-top:10px;
        padding:30px 10px 50px 10px;
        text-align: center;
    }
    
    
    
}