@charset "utf-8";



@import url('https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/Paperlogy.css');

@import url('https://webfontworld.github.io/pretendard/Pretendard.css');

@font-face {
    font-family: 'JAGothic';
	font-style: normal;
	font-weight:600;
    src: url('../../../font/JA-Regular.otf') format('opentype');
}

@font-face {
    font-family: 'JAGothic';
	font-style: normal;
	font-weight:800;
    src: url('../../../font/JA-Bold.otf') format('opentype');
}

@font-face {
    font-family: 'JAGothic';
	font-style: normal;
	font-weight:900;
    src: url('../../../font/JA-Heavy.otf') format('opentype');
}

/* 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:#232323;  -webkit-text-size-adjust:none;}
span, p {transform: rotate(0.04deg);}
table, pre, input, select, textarea, button{font-size:16px;}
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{font-size:15px;}
	table, pre, input, select, textarea, button{font-size:15px;}
}
