
@font-face {
    font-family: 'IBMPlexSansKR-Regular';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-07@1.0/IBMPlexSansKR-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


.title { text-align:center;}
.title_sub {font-size:2.7em; margin:0 auto; margin-top:20px; display:inline-block; border-bottom:2px solid #ddd; color:#333; padding-bottom:8px; position:relative;}
.title_sub:before {content:''; position:absolute; left:-9px; top:4px; background:#ffd4b7; width:16px; height:16px; z-index:-1; opacity:.6;}
.title_sub:after {content:''; position:absolute; left:-23px; top:-10px; background:#baffb7; width:23px; height:23px; z-index:-2; opacity:.7;}


@media screen and (max-width:550px) {
	.title_sub {font-size:2.2em;}
}

