@charset "utf-8";

/* 
  Common CSS - 해당 홈페이지의 디자인에 관련된 것들을 모아두었습니다.
*/


@font-face {
    font-family: 'title';
	font-style: normal;
	font-weight:300;
    src: url('/font/esamanru Light.ttf') format('truetype');
}

@font-face {
    font-family: 'title';
	font-style: normal;
	font-weight:500;
    src: url('/font/esamanru Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'title';
	font-style: normal;
	font-weight:800;
    src: url('/font/esamanru Bold.ttf') format('truetype');
}

@import url('https://webfontworld.github.io/pretendard/Pretendard.css');
@import url('https://cdn.rawgit.com/innks/NanumSquareRound/master/nanumsquareround.min.css');

@font-face {
    font-family: 'script';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_twelve@1.0/RIDIBatang.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


body{font-size:17px; font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, system-ui, sans-serif; font-weight:400; color:#222;  -webkit-text-size-adjust:none;}
span,p{ transform : rotate(0.04deg); line-height:1.6rem;}
table, pre, input, select, textarea, button{font-size:17px;}
a{word-break:break-all;}

::-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;}
}
