@font-face {
  font-display: swap;
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 100;
  src: url('../font/noto-sans-kr-v36-korean-100.woff2') format('woff2');,
       url('../font/NotoSansKR-Thin.woff') format('woff');
}
@font-face {
  font-display: swap; 
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 200;
  src: url('../font/noto-sans-kr-v36-korean-200.woff2') format('woff2'); 
}

@font-face {
  font-display: swap; 
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 300;
  src: url('../font/noto-sans-kr-v36-korean-300.woff2') format('woff2'),
	   url('../font/NotoSansKR-Light.woff') format('woff');
}

@font-face {
  font-display: swap; 
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 400;
  src: url('../font/noto-sans-kr-v36-korean-regular.woff2') format('woff2'),
	   url('../font/NotoSansKR-Regular.woff') format('woff');
}


@font-face {
  font-display: swap; 
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 500;
  src: url('../font/noto-sans-kr-v36-korean-500.woff2') format('woff2'),
	   url('../font/NotoSansKR-Medium.woff') format('woff');
}



@font-face {
  font-display: swap; 
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 600;
  src: url('../font/noto-sans-kr-v36-korean-600.woff2') format('woff2'); 
}


@font-face {
  font-display: swap; 
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 700;
  src: url('../font/noto-sans-kr-v36-korean-700.woff2') format('woff2'),
       url('../font/NotoSansKR-Bold.woff') format('woff');
}

@font-face {
  font-display: swap; 
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 800;
  src: url('../font/noto-sans-kr-v36-korean-800.woff2') format('woff2'); 
}



@font-face {
  font-display: swap; 
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 900;
  src: url('../font/noto-sans-kr-v36-korean-900.woff2') format('woff2'),
       url('../font/NotoSansKR-Black.woff') format('woff');
}

* {
	font-family: 'Noto Sans KR', 'Apple SD Gothic Neo', sans-serif !important;
}

#ptt-header {
	margin-bottom: 30px;
}
#ptt-content {
	flex: 1;
	padding: 40px 20px 20px 20px;
}
#ptt-footer {
	padding:0px;
}
@media screen and ( max-width: 1023px ) {
	#ptt-container {

	}
	#ptt-content {
		padding: 30px 0px 20px 0px;
	}
}