@charset "utf-8";

*, *::before, *::after {box-sizing: border-box;}
html, body { margin: 0; padding: 0; }

body {
  font-family:  'NotoSansKR', Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: var(--text);
  line-height: 1.6;
  margin: 0; word-break: keep-all;
}
h1, h2, h3, h4, h5, h6, ul, ol, dl, dd, p, fieldset, legend{margin: 0; padding: 0;}
ul, ol{list-style: none;}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
table{width: 100%; border-collapse: collapse;}

button, input, select, textarea, .button{
  font: inherit;
}

.blind{position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip: rect(0 0 0 0);}

/* 본문서체인 노토산스(NotoSansKR) */
@font-face {
    font-family: 'NotoSansKR';
    font-weight: 100;
    font-style: normal;
    src: url('../fonts/NotoSansKR-Thin-Hestia.eot');
    src: url('../fonts/NotoSansKR-Thin-Hestia.woff') format('woff'),
         url('../fonts/NotoSansKR-Thin-Hestia.otf') format('opentype'),
         url('../fonts/NotoSansKR-Thin-Hestia.eot?#iefix') format('embedded-opentype'),
         url('../fonts/NotoSansKR-Thin-Alphabetic.ttf') format('truetype');
}
  
@font-face {
    font-family: 'NotoSansKR';
    font-weight: 300;
    font-style: normal;
    src: url('../fonts/NotoSansKR-DemiLight-Hestia.eot');
    src: url('../fonts/NotoSansKR-DemiLight-Hestia.woff') format('woff'),
         url('../fonts/NotoSansKR-DemiLight-Hestia.eot?#iefix') format('embedded-opentype'),
         url('../fonts/NotoSansKR-Light-Alphabetic.ttf') format('truetype');
}
  
@font-face {
    font-family: 'NotoSansKR';
    font-style: normal;
    src: url('../fonts/NotoSansKR-Regular-Hestia.eot');
    src: url('../fonts/NotoSansKR-Regular-Hestia.woff') format('woff'),
         url('../fonts/NotoSansKR-Regular-Hestia.otf') format('opentype'),
         url('../fonts/NotoSansKR-Regular-Hestia.eot?#iefix') format('embedded-opentype'),
         url('../fonts/NotoSansKR-Regular-Alphabetic.ttf') format('truetype');
}

@font-face {
    font-family: 'NotoSansKR';
    font-weight: 500;
    font-style: normal;
    src: url('../fonts/NotoSansKR-Medium-Hestia.eot');
    src: url('../fonts/NotoSansKR-Medium-Hestia.woff') format('woff'),
         url('../fonts/NotoSansKR-Medium-Hestia.otf') format('opentype'),
         url('../fonts/NotoSansKR-Medium-Hestia.eot?#iefix') format('embedded-opentype'),
         url('../fonts/NotoSansKR-Medium-Alphabetic.ttf') format('truetype');
}

@font-face {
    font-family: 'NotoSansKR';
    font-weight: bold;
    font-style: normal;
    src: url('../fonts/NotoSansKR-Bold-Hestia.eot');
    src: url('../fonts/NotoSansKR-Bold-Hestia.woff') format('woff'),
         url('../fonts/NotoSansKR-Bold-Hestia.otf') format('opentype'),
         url('../fonts/NotoSansKR-Bold-Hestia.eot?#iefix') format('embedded-opentype'),
         url('../fonts/NotoSansKR-Bold-Alphabetic.ttf') format('truetype');
}

/* 타이틀 서체인 나눔스퀘어 네오(NanumSquareNeo) */
@font-face {
    font-family: 'NanumSquareNeo';
    font-weight: 300;
    font-style: normal;
	font-display: swap;
    src: url('../fonts/NanumSquareNeoTTF-aLt.eot');
    src: url('../fonts/NanumSquareNeoTTF-aLt.eot?#iefix') format('embedded-opentype'), url('../fonts/NanumSquareNeoTTF-aLt.woff2') format('woff2'), url('../fonts/NanumSquareNeoTTF-aLt.woff') format('woff'), url('../fonts/NanumSquareNeoTTF-aLt.ttf') format("truetype");    
} 
@font-face {
    font-family: 'NanumSquareNeo';
    font-weight: 400;
    font-style: normal;
	font-display: swap;
    src: url('../fonts/NanumSquareNeoTTF-bRg.eot');
    src: url('../fonts/NanumSquareNeoTTF-bRg.eot?#iefix') format('embedded-opentype'), url('../fonts/NanumSquareNeoTTF-bRg.woff2') format('woff2'), url('../fonts/NanumSquareNeoTTF-bRg.woff') format('woff'), url('../fonts/NanumSquareNeoTTF-bRg.ttf') format("truetype");    
} 
@font-face {
    font-family: 'NanumSquareNeo';
    font-weight: 700;
    font-style: normal;
	font-display: swap;
    src: url('../fonts/NanumSquareNeoTTF-cBd.eot');
    src: url('../fonts/NanumSquareNeoTTF-cBd.eot?#iefix') format('embedded-opentype'), url('../fonts/NanumSquareNeoTTF-cBd.woff2') format('woff2'), url('../fonts/NanumSquareNeoTTF-cBd.woff') format('woff'), url('../fonts/NanumSquareNeoTTF-cBd.ttf') format("truetype");    
} 
@font-face {
    font-family: 'NanumSquareNeo';
    font-weight: 800;
    font-style: normal;
	font-display: swap;
    src: url('../fonts/NanumSquareNeoTTF-dEb.eot');
    src: url('../fonts/NanumSquareNeoTTF-dEb.eot?#iefix') format('embedded-opentype'), url('../fonts/NanumSquareNeoTTF-dEb.woff2') format('woff2'), url('../fonts/NanumSquareNeoTTF-dEb.woff') format('woff'), url('../fonts/NanumSquareNeoTTF-dEb.ttf') format("truetype");    
} 
@font-face {
    font-family: 'NanumSquareNeo';
    font-weight: 900;
    font-style: normal;
	font-display: swap;
    src: url('../fonts/NanumSquareNeoTTF-eHv.eot');
    src: url('../fonts/NanumSquareNeoTTF-eHv.eot?#iefix') format('embedded-opentype'), url('../fonts/NanumSquareNeoTTF-eHv.woff2') format('woff2'), url('../fonts/NanumSquareNeoTTF-eHv.woff') format('woff'), url('../fonts/NanumSquareNeoTTF-eHv.ttf') format("truetype");    
} 