/*
Theme Name: theme_herokidspark
Theme URI: -
Author: jinho
Author URI: -
Description: theme_herokidspark
Version:1.0
*/

/* common */
html { background-color: #f1f1f1; } 
body { font-family: "noto sans kr"; min-width: 1700px; overflow: scroll; } 
.title,
.text { line-height: 1.5; font-weight: 600; word-break: keep-all; } 

.width90 { width: 90%; margin: 0 auto; } 

.width80 { width: 80%; margin: 0 auto; } 

/*media query*/
@media all and (max-width: 1440px) { } 
@media all and (max-width: 1024px) { } 
@media all and (max-width: 767px) { } 
@media all and (max-width: 479px) { } 
