@import url(//fonts.googleapis.com/earlyaccess/nanumgothic.css);

body, html {
    font-family: 'Nanum Gothic', sans-serif;
}


#homepage, #header, #footer, .megamenu, .korean-text, .registration{
	font-family: 'Nanum Gothic', sans-serif;
}


a#blog-icon svg {width:32px; height:32px;}
a#blog-icon svg path#blog-fill{/* width:100px; height:100px; fill:#b5b2b1;*/ fill:#7BB1DB;}
a#blog-icon svg g#blog-text path {fill:#7BB1DB; stroke:#7BB1DB;}
a#blog-icon:hover svg path#blog-fill{fill:#b2d5f1;}
a#blog-icon:hover svg g#blog-text path{fill:#b2d5f1; stroke:#b2d5f1; }

.moreLessTrigger.collapsed:before {
  content: "더";
}
.moreLessTrigger:not(.collapsed):before {
  content: "적게";
  outline: none !important;
}

