@charset "utf-8";
/* 초기화 */
/* html {overflow-y:scroll} */
@font-face {font-family: 'Pretendard';font-style: normal;font-weight: 100;src:url(/resources/css/fonts/pretendard/Pretendard-Thin.woff2) format('woff2'),url(/resources/css/fonts/pretendard/Pretendard-Thin.woff) format('woff'), url(/resources/css/fonts/pretendard/Pretendard-Thin.otf) format('opentype');}
@font-face {font-family: 'Pretendard';font-style: normal;font-weight: 300;src:url(/resources/css/fonts/pretendard/Pretendard-Light.woff2) format('woff2'),url(/resources/css/fonts/pretendard/Pretendard-Light.woff) format('woff'), url(/resources/css/fonts/pretendard/Pretendard-Light.otf) format('opentype');}
@font-face {font-family: 'Pretendard';font-style: normal;font-weight: 400;src:url(/resources/css/fonts/pretendard/Pretendard-Regular.woff2) format('woff2'),url(/resources/css/fonts/pretendard/Pretendard-Regular.woff) format('woff'), url(/resources/css/fonts/pretendard/Pretendard-Regular.otf) format('opentype');}
@font-face {font-family: 'Pretendard';font-style: normal;font-weight: 500;src:url(/resources/css/fonts/pretendard/Pretendard-Medium.woff2) format('woff2'),url(/resources/css/fonts/pretendard/Pretendard-Medium.woff) format('woff'), url(/resources/css/fonts/pretendard/Pretendard-Medium.otf) format('opentype');}
@font-face {font-family: 'Pretendard';font-style: normal;font-weight: 600;src:url(/resources/css/fonts/pretendard/Pretendard-SemiBold.woff2) format('woff2'),url(/resources/css/fonts/pretendard/Pretendard-SemiBold.woff) format('woff'), url(/resources/css/fonts/pretendard/Pretendard-SemiBold.otf) format('opentype');}
@font-face {font-family: 'Pretendard';font-style: normal;font-weight: 700;src:url(/resources/css/fonts/pretendard/Pretendard-Bold.woff2) format('woff2'),url(/resources/css/fonts/pretendard/Pretendard-Bold.woff) format('woff'), url(/resources/css/fonts/pretendard/Pretendard-Bold.otf) format('opentype');}
@font-face {font-family: 'Pretendard';font-style: normal;font-weight: 900;src:url(/resources/css/fonts/pretendard/Pretendard-Black.woff2) format('woff2'),url(/resources/css/fonts/pretendard/Pretendard-Black.woff) format('woff'), url(/resources/css/fonts/pretendard/Pretendard-Black.otf) format('opentype');}

body {margin:0;padding:0;font-size:0.875em;font-family:'Pretendard', 'malgun gothic',dotum,gulim,arial,'apple gothic', sans-serif; background:#fff;height:100%;}
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0}
h1, h2, h3, h4, h5, h6 {font-size:1em;font-family:'Pretendard', 'malgun gothic',dotum,gulim,arial,'apple gothic', sans-serif; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}

ul{margin:0;padding:0;list-style:none}
li,dt,dd,ol{margin:0;padding:0}
ol{list-style-position:inside}
legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
label, input, button, select, img {vertical-align:middle}
input, button {margin:0;padding:0;font-family:'Pretendard', 'malgun gothic',dotum,gulim,arial,'apple gothic', sans-serif; font-size:1em}
button,input[type="submit"] {cursor:pointer}
textarea, select {font-family:'Pretendard', 'malgun gothic',dotum,gulim,arial,'apple gothic', sans-serif; font-size:1em}
select {margin:0}
p {margin:0;padding:0;word-break:break-all}
pre {overflow-x:scroll;font-size:1.1em}
a{color:#000;text-decoration:none}
table{ border-collapse:collapse;border-spacing: 0;}
input{ outline:none; font-size: 1em}
* {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}

