
@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; display:inline-block; color:#333; padding-bottom:8px; position:relative; font-weight:500; }
.title_sub:before {content:''; position:absolute; bottom:-8px; width:30px; height:3px; background:#333; left:50%; transform:translate(-50%,0);}
.title_sub:after {content:''; position:absolute; left:-19px; top:-9px; background:#cde7ff; width:23px; height:23px; z-index:1; opacity:.7;}


@media screen and (max-width:550px) {
	.title_sub {font-size:2.2em;}
}

