@charset "utf-8";

@font-face {   font-family: 'Paperlogy';  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-8ExtraBold.woff2') format('woff2');  font-weight: 800;  font-style: normal;}
@font-face {   font-family: 'Paperlogy';  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-7Bold.woff2') format('woff2');  font-weight: 700;  font-style: normal;}
@font-face {   font-family: 'Paperlogy';  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-6SemiBold.woff2') format('woff2');  font-weight: 600;  font-style: normal;}
@font-face {   font-family: 'Paperlogy';  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-5Medium.woff2') format('woff2');  font-weight: 500;  font-style: normal;}
@font-face {   font-family: 'Paperlogy';  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-4Regular.woff2') format('woff2');  font-weight: 400;  font-style: normal;}

/*kr*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap');
/* font-family: "Noto Sans KR", sans-serif;*/

/*eng*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
/*  font-family: "Roboto", sans-serif;*/


/* 여백 초기화 */
html,body,h1,h2,h3,h4,h5,h6,div,p,blockquote,pre,code,address,ul,ol,li,menu,nav,section,article,aside,
dl,dt,dd,table,thead,tbody,tfoot,label,caption,th,td,form,fieldset,legend,hr,input,button,textarea,object,figure,figcaption {margin:0;padding:0;box-sizing: border-box;}

html, body {width: 100%; font-size: 16px; font-family: "Paperlogy", sans-serif; }
body {width:100%; background: #fff; min-width: 320px;}

/* 링크 초기화 */
a {color:#000;text-decoration:none;}

/* 폰트 초기화 */
body,input,select,table,textarea,button, p {font-family: "Paperlogy", sans-serif; border: none; font-size: 1rem; color: #222; font-weight: 400; letter-spacing: -0.02em;}
.font_sel {transform:skew(-0.03deg);}

/* 폰트 스타일 초기화 */
em,address {font-style: normal;}
strong { }

/* 리스트 불릿 초기화 */
ul,ol,li{list-style: none;}

/* 테이블 초기화 */
table{width: 100%; border-spacing: 0; border-collapse: collapse;}
caption {overflow: hidden;width: 0;height: 0;font-size: 0; line-height: 0;}


/* html5 태그 초기화 */
main,header,section,nav,footer,aside,article,figure {display: block;}

/* 반응형 이미지 */
img {max-width:100%; height:auto }

img,fieldset{border: 0;}
address,cite,code,em{font-style: normal; font-weight: normal;}
label,img,input,select,textarea,button{vertical-align: middle;}


/* input 기본 스타일 초기화 */
/* input {
-webkit-appearance : none;
-moz-appearance:none;
appearance:none;
} */

/* IE10 이상에서 input box에 추가된 지우기 버튼 제거 */
input::-ms-clear { display:none;}

/* input type number 에서 화살표 제거 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-out-spin-button {
-webkit-appearance: none;
-moz-appearance:none;
appearance:none;
}

/* select box 스타일 초기화 */
select {
-webkit-appearance: none;
-moz-appearance:none;
appearance:none;
}

/* IE에서 Select box 화살표 제거 */
select::-ms-expand { display:none; }

/*Firefox*/
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
-webkit-appearance: none;
-mox-appearance: none;
appearance: none;
}
input[type=number] {
-moz-appearance:textfield;
}

/* clearfix */
.clearfix{*zoom:1;}
.clearfix:before, .clearfix:after {display: block; content: ''; line-height: 0;}
.clearfix:after {clear: both;}

/* IR 효과 */
.ir_pm {display:block; overflow:hidden; font-size:0; line-height:0; text-indent:-9999px;} /* 의미있는 이미지의 대체 텍스트를 제공하는 경우(Phark Method) */
.ir_wa {display:block; overflow:hidden; position:relative; z-index:-1; width:100%; height: 100%;} /* 의미있는 이미지의 대체 텍스트로 이미지가 없어도 대체 텍스트를 보여주고자 할 때(WA IR) */
.ir_su {overflow: hidden; position:absolute; width:0; height:0; line-height:0; text-indent:-9999px;} /* 대체 텍스트가 아닌 접근성을 위한 숨김 텍스트를 제공할 때 */
.blind { overflow: hidden; position: absolute; clip: rect(0 0 0 0); width: 1px; height: 1px; line-height: 0; margin: -1px; }
