@charset "UTF-8";
@media print{
    body{
        -webkit-print-color-adjust: exact;
        size: A4 landscape;
        page-break-before: always;

    }
    header{
        display: none;
    }
    main {
    width: 100%;
    }
    .slide_wrapper {
    padding-top: 0;
}
    .top_news .box {
    display: block;
    width: 100%;
    }
    .top_news .box .news {
    width: 100%;
    margin: auto;
    }
    .top_news .box .btn_box {
    display: block;
    margin-top: 20px;
    }
    footer .link {
    flex-wrap: wrap;
    width: 100%;
    }
    data-wow-duration{display: none;}
    
}