@import url(//cdn.jsdelivr.net/npm/typeface-nanum-barun-gothic@1.0.0/nanumbarungothic.min.css);

* {font-family: "Nanum Barun Gothic";}
body {font-size:15px;}

.blink {animation: blinker 1s linear infinite;}
@keyframes blinker {15% {opacity: 0;}}

@media (min-width: 640px) {
    .responsetable {display: inline-table !important;}
    .responsetable  thead tr:not(:first-child) {display: none;}
}