@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800);
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,500,700);
@import url('https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900');
@import url(http://fonts.googleapis.com/earlyaccess/nanummyeongjo.css);
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900&display=swap')
@import url(http://cdn.jsdelivr.net/font-nanum/1.0/nanumbarungothic/nanumbarungothic.css);
@import url('https://fonts.googleapis.com/css?family=Cairo&display=swap');
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans&display=swap');
/*
@import url('https://fonts.googleapis.com/css?family=Noto+Sans" rel="stylesheet');
@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);
*/
@font-face {
    font-family: 'NotoSans'; 
    font-style: normal;
    font-weight: 300;
    src: url(../../wzd_lib/font/notokr-light.eot);
    src: url(../../wzd_lib/font/notokr-light.eot?#iefix) format('embedded-opentype'), url(../../wzd_lib/font/notokr-light.woff) format('woff'), url(../../wzd_lib/font/notokr-light.ttf) format('truetype');
}

@font-face {
    font-family: 'NotoSans';
    font-style: normal;
    font-weight: 500;
    src: url(../../wzd_lib/font/notokr-regular.eot); 
    src: url(../../wzd_lib/font/notokr-regular.eot?#iefix) format('embedded-opentype'), url(../../wzd_lib/font/notokr-regular.woff) format('woff'), url(../../wzd_lib/font/notokr-regular.ttf) format('truetype');
}

@font-face {
    font-family: 'NotoSans';
    font-style: normal;
    font-weight: 700;
    src: url(../../wzd_lib/font/notokr-medium.eot);
    src: url(../../wzd_lib/font/notokr-medium.eot?#iefix) format('embedded-opentype'), url(../../wzd_lib/font/notokr-medium.woff) format('woff'), url(../../wzd_lib/font/notokr-medium.ttf) format('truetype');
}

@font-face {
    font-family: 'NotoSans';
    font-style: normal;
    font-weight: 900;
    src: url(../../wzd_lib/font/notokr-bold.eot);
    src: url(../../wzd_lib/font/notokr-bold.eot?#iefix) format('embedded-opentype'), url(../../wzd_lib/font/notokr-bold.woff) format('woff'), url(../../wzd_lib/font/notokr-bold.ttf) format('truetype');
}
@font-face {
 font-family: 'NanumSquare';
 font-weight: 400;
 src: url(../../wzd_lib/font/NanumSquareR.eot);
 src: url(../../wzd_lib/font/NanumSquareR.eot?#iefix) format('embedded-opentype'),
      url(../../wzd_lib/font/NanumSquareR.woff) format('woff'),
      url(../../wzd_lib/font/NanumSquareR.ttf) format('truetype');
}
@font-face {
 font-family: 'NanumSquare';
 font-weight: 700;
 src: url(../../wzd_lib/font/NanumSquareB.eot);
 src: url(../../wzd_lib/font/NanumSquareB.eot?#iefix) format('embedded-opentype'),
      url(../../wzd_lib/font/NanumSquareB.woff) format('woff'),
      url(../../wzd_lib/font/NanumSquareB.ttf) format('truetype');
}
@font-face {
 font-family: 'NanumSquare';
 font-weight: 800;
 src: url(../../wzd_lib/font/NanumSquareEB.eot);
 src: url(../../wzd_lib/font/NanumSquareEB.eot?#iefix) format('embedded-opentype'),
      url(../../wzd_lib/font/NanumSquareEB.woff) format('woff'),
      url(../../wzd_lib/font/NanumSquareEB.ttf) format('truetype');
}
@font-face {
 font-family: 'NanumSquare';
 font-weight: 300;
 src: url(../../wzd_lib/font/NanumSquareL.eot);
 src: url(../../wzd_lib/font/NanumSquareL.eot?#iefix) format('embedded-opentype'),
      url(../../wzd_lib/font/NanumSquareL.woff) format('woff'),
      url(../../wzd_lib/font/NanumSquareL.ttf) format('truetype');
}

/* 예시 
font-family: 'Open Sans', sans-serif;
font-family: 'Ubuntu', sans-serif;
font-family: 'Nanum Gothic';  400,700,800
font-family: 'Roboto', sans-serif;
@font-face {
 font-family: 'NanumSquare';
font-family: 'Lato', 'Noto Sans KR', Tahoma, Geneva, sans-serif;
font-family: 'Noto Sans', sans-serif;
font-family: 'Noto Sans KR', sans-serif;
font-family: 'Nanum Myeongjo';
font-family: 'Nanum Barun Gothic', sans-serif;
font-family: 'Cairo', sans-serif;
font-family: 'Josefin Sans', sans-serif;


*/


@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Noto+Sans+KR:wght@300;400;500;700;800;900&display=swap');

html, body {
	font-size: 16px;
	color: #4a525d;
	font-family: 'Inter', 'Noto Sans KR', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body a, body .btn {
	transition: 0.25s all ease;
	-webkit-transition: 0.25s all ease;
	-moz-transition: 0.25s all ease;
	-o-transition: 0.25s all ease;
	-ms-transition: 0.25s all ease;
}
body a:hover, body .btn:hover {
	transition: 0.25s all ease;
	-webkit-transition: 0.25s all ease;
	-moz-transition: 0.25s all ease;
	-o-transition: 0.25s all ease;
	-ms-transition: 0.25s all ease;
}
 
.soft {
	transition: 0.25s all ease;
	-webkit-transition: 0.25s all ease;
	-moz-transition: 0.25s all ease;
	-o-transition: 0.25s all ease;
	-ms-transition: 0.25s all ease;
}

div, li, ul, p, dl, dt, dd {
	font-family: 'Inter', 'Noto Sans KR', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Inter', 'Noto Sans KR', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
	color: #111417;
}
