@charset "UTF-8";

/*css 에서 font-weight:bold 는 사용을 자제하고, 가급적 수치로 적용해주세요*/
.fw01{font-weight:100;}
.fw02{font-weight:200;}
.fw03{font-weight:300;}
.fw04{font-weight:400;}
.fw05{font-weight:500;}
.fw06{font-weight:600;}
.fw07{font-weight:700;}
.fw08{font-weight:800;}
.fw08{font-weight:900;}


/*나눔스퀘어 네오*/
@font-face {
	font-family: 'NSN'; 
	src: local('NanumSquareNeo'), 
		 url("../font/NanumSquareNeoTTF-aLt.woff2") format('woff2'); 
	font-weight: 300; 
	font-display: swap;
	}
@font-face {
	font-family: 'NSN';
	src: local('NanumSquareNeo'), 
		 url("../font/NanumSquareNeoTTF-bRg.woff2") format('woff2'); 
	font-weight: 400; 
	font-display: swap;
	}
@font-face {
	font-family: 'NSN'; 
	src: local('NanumSquareNeo'), 
		 url("../font/NanumSquareNeoTTF-cBd.woff2") format('woff2'); 
	font-weight: 500; 
	font-display: swap;
	}
@font-face {
	font-family: 'NSN'; 
	src: local('NanumSquareNeo'), 
		 url("../font/NanumSquareNeoTTF-dEb.woff2") format('woff2'); 
	font-weight: 600; 
	font-display: swap;
	}
@font-face {
	font-family: 'NSN'; 
	src: local('NanumSquareNeo'), 
		 url("../font/NanumSquareNeoTTF-eHv.woff2") format('woff2'); 
	font-weight: 700; 
	font-display: swap;
	}


/*꾸밈폰트*/
@font-face {
    font-family: 'SCDream';
	src: local('S-CoreDream-5Medium'), 
		url("../font/S-CoreDream-5Medium.woff") format('woff'); 
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Godo';
	src: local('GodoM'), 
		url("../font/GodoM.woff2") format('woff'); 
    font-style: normal;
	font-weight: 500;
  }

@font-face {
    font-family: 'hakgyoansim';
	src: local('HakgyoansimJiugaeR'), 
		url("../font/HakgyoansimJiugaeR.woff") format('woff'); 
    font-style: normal;
	font-weight: 500;
  }
  
  
/*Material Icons*/
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(../font/MaterialIcons-Regular.eot); /* For IE6-8 */
    src: local('Material Icons'),
         local('MaterialIcons-Regular'),
         url(../font/MaterialIcons-Regular.woff2) format('woff2'),
         url(../font/MaterialIcons-Regular.woff) format('woff'),
         url(../font/MaterialIcons-Regular.ttf) format('truetype');
  }
  
@font-face {
    font-family: 'Material Symbols Outlined';
    font-style: normal;
    font-weight: 400;
    src: url('../font/Material-Symbols.woff2') format('woff2');
}

.micon{
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	display:inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap : normal;
	white-space : nowrap;
	direction: ltr;
	-webkit-font-smoothing : antialiased;
	text-rendering : optimizeLegibility;
	-moz-osx-font-smoothing : grayscale;
	font-feature-settings : 'liga';
    -webkit-font-feature-settings: 'liga';
}

.msymbol{
	font-family: 'Material Symbols Outlined';
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	line-height: 1;
	letter-spacing: normal;
	text-transform: none;
	display: inline-block;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	-webkit-font-feature-settings: 'liga';
	-webkit-font-smoothing: antialiased;
	text-rendering : optimizeLegibility;
	-moz-osx-font-smoothing : grayscale;
	font-feature-settings : 'liga';
}

.msymbol.thin{
	font-variation-settings: 'FILL' 0, 'wght' 0, 'GRAD' 0, 'opsz' 24 	
}