@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800');
@import	url('https://fonts.googleapis.com/css?family=Crimson+Text:400,600');

@import url('http://fonts.googleapis.com/css?family=Dosis:200,300,400,500,600');
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700");
@import url('http://fonts.googleapis.com/css?family=Titillium+Web:200,400,600'); /* font-family:'Roboto';thinÀº font-weight:200, RegularÀº font-weight:400, Semibold´Â font-weight:600 */

<link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">

@font-face {
	font-family: 'NanumSquare';
	font-style: normal;
	font-weight: 400;
	src:
		url("font/NotoSans-Regular.eot");
	src:
		url("font/NotoSans-Regular.eot")
		format("embedded-opentype"),
		url("font/NotoSans-Regular.woff")
		format("woff"),
		url("font/NotoSans-Regular.ttf")
		format("truetype")
}

@font-face {
	font-family: 'NanumSquare';
	font-style: normal;
	font-weight: 600;
	src:
		url("font/NotoSans-Medium.eot");
	src:
		url("font/NotoSans-Medium.eot")
		format("embedded-opentype"),
		url("font/NotoSans-Medium.woff")
		format("woff"),
		url("font/NotoSans-Medium.ttf")
		format("truetype")
}

.thin {
	font-weight: 100
}

.light {
	font-weight: 300
}

.demilight {
	font-weight: 400
}

.medium {
	font-weight: 500
}

.bold {
	font-weight: 600
}

.open_f {
	font-family: ' Open Sans ',' noto-k', sans-serif
}
.t_center{text-align:center}
.t_left{text-align:left}
.t_right{text-align:right}
.f_dotum{font-family:'Dotum '}
/*.f_crimson{font-family:'Crimson Text'}*/

html,body {
	height: 100%
}

body {
	margin: 0;
	padding: 0;
	font-size:14px;
	font-weight:400;
	color: #323232;
	-webkit-text-size-adjust: none;
	-ms-interpolation-mode: bicubic
}

body,p,div,li,dt,dd,input,textarea,h1,h2,h3,h4,h5,h6 {
	font-family: 'Montserrat', 'Roboto','NanumSquare',' Malgun Gothic ',' Nanum Gothic ', sans-serif;
	font-weight:400;
}

img,video,audio,object,embed,iframe {
	max-width: 100%
}

img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	-webkit-image-rendering: optimizeQuality
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

th,td {
	padding: 0
}

form {
	margin: 0
}

a {
	color: #646464;
	text-decoration: none
}

a:hover {
	text-decoration: none
}

header,footer,section,article,aside,nav,hgroup,details,menu,figure,figcaption
	{
	display: block
}

input[type=text],input[type=password],textarea {
	font-size: 12px;
	border: 1px solid #dcdcdc
}

select {
	background: #fff;
	border: 1px solid #dcdcdc
}

img {
	border: 0;
	vertical-align: middle;
	max-width: 100%
}

h1,h2,h3,h4,h5,h6,p {
	margin: 0;
	padding: 0
}

ul {
	padding: 0;
	margin: 0
}

ul
li {
	list-style: none
}

dl {
	margin: 0
}

dd {
	margin: 0
}

ul:after,dl:after,.wrap:after {
	clear: both;
	display: block;
	content: ''
}