@media only screen and (min-width: 1920px)
{

}



@media only screen and (min-width: 1680px) and (max-width: 1919px)
{

}



@media only screen and (min-width: 1440px) and (max-width: 1679px)
{
.kv_box_wrap {
    min-height:800px;
}

}



@media only screen and (min-width: 1366px) and (max-width: 1439px)
{
    
.kv_box_wrap {
    min-height:700px;
}
    


}



@media only screen and (min-width: 1280px) and (max-width: 1365px)
{
    
.kv_box_wrap {
    min-height:600px;
}
    

    
.home_award_blk {
    background-attachment: inherit;
}
    
.home_slide_blk {
    background-attachment: inherit;
}

}



@media only screen and (max-width: 319px)
{
    
.home_award_blk {
    background-attachment: inherit;
}
    
.home_slide_blk {
    background-attachment: inherit;
}

}










