@charset "utf-8";

/* 
  Common CSS - 해당 홈페이지의 디자인에 관련된 것들을 모아두었습니다.
*/

@import url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy.css');

@import url('https://webfontworld.github.io/pretendard/Pretendard.css');
/* font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, system-ui, sans-serif; */
body{font-size:17px; font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, system-ui, sans-serif;  color:#434343;  -webkit-text-size-adjust:none;}
span, p {transform: rotate(0.04deg);}
table, pre, input, select, textarea, button{font-size:17px; font-family: 'Pretendard';}
a{word-break:break-all;}
span.quoto{font-family:'gulim';}
::-moz-selection{
  background: #222;
  color: #fff;
}

::-webkit-selection{
  background: #222;
  color: #fff;
}

::selection{
  background: #222;
  color: #fff;
}



@media only screen and (max-width : 1000px) {
	body,table, pre, input, select, textarea, button{font-size:15px;}
}
