@charset "UTF-8";

@media screen and (max-width: 600px) {
    body {
        min-width: unset!important;
    }

    header section {
        width: 100%!important;
    }

    #main_contents {
        width: 95%!important;
    }

    footer > #subNav {
        width: unset!important;
    }

    footer > #copyRight > p {
        width: 100%!important;
    }

    header .entryBtn {
        padding-right: 30px!important;
    }
}