﻿/* ===================================================================== 
'*	프로그램명 : reset.css
'*	기능 : CSS 초기화
'*  만든날짜 : 
'*	마지막 수정일 :
'*	마지막 수정자 :
'*	버젼 : 1.0
'*	기타 사항 :
'* ==================================================================== */

@charset "utf-8";

/*
@import url(https://spoqa.github.io/spoqa-han-sans/css/SpoqaHanSans-kr.css);
* {font-family: 'Spoqa Han Sans', Sans-serif;}


@import url('//fonts.googleapis.com/earlyaccess/notosanskr.css');
@import url('//fonts.googleapis.com/css2?family=Nanum+Gothic:wght@400;700;800&display=swap&subset=korean');
@import url('//fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@200;400;600;800;900&display=swap');
*/
@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@400;700;800&family=Noto+Sans+KR:wght@200;400;600;800;900&display=swap');
* {
	/*font-family: "Nanum Gothic", Sans-serif;*/
	font-family: 'Noto Sans KR', sans-serif;
	letter-spacing: -0.1mm;
}

/*
@import url('./spoqahansans.css');
*/

* {box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li, input, select, textarea,
fieldset, form, label, legend, fieldset,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-size: 95%;
	font-weight:normal;
    font-family: 'Noto Sans KR', sans-serif;
	/*font-family: "Spoqa Han Sans", "sans-serif";*/
	/*font-family: "Noto Sans KR", "NanumSquare", "Nanum Gothic", sans-serif;*/
	/*font-family: "Nanum Gothic", sans-serif;*/
	letter-spacing: -0.15mm;
	/*vertical-align: top;*/
	list-style: none;
	text-decoration: none;
	border-collapse: collapse;
	outline: 0;
}

html {
	/*	overflow-y: scroll;*/
	overflow-y: scroll;
}

html, body {
	margin: 0;
	padding: 0;
	min-height: 100%;
	position: relative;
}

	body::-webkit-scrollbar {
		width: 0;
	}
/* 사파리 제어용*/
input, textarea, button, select {

}

input, textarea, button, select {

}

input, textarea, button, select {
	font-family: 'Noto Sans KR', sans-serif;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}

	select::-ms-expand {
		display: none;
	}

	input:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
		font-family: 'Noto Sans KR', sans-serif;
		color: powderblue;
	}

	input::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
		font-family: 'Noto Sans KR', sans-serif;
		color: powderblue;
	}

	input::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
		font-family: 'Noto Sans KR', sans-serif;
		color: powderblue;
	}

a {
	cursor: pointer;
}

img {
	border: 0;
	vertical-align: baseline;
	outline: 0;
}

span {
	vertical-align: baseline;
}



@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}

	25% {
		background-position: 50% 50%;
	}

	50% {
		background-position: 100% 50%;
	}

	75% {
		background-position: 75% 50%;
	}

	100% {
		background-position: 0% 50%;
	}
}

@keyframes gradientbar {
	0% {
		background-position: 0% 50%;
	}

	50% {
		background-position: 100% 50%;
	}

	100% {
		background-position: 0% 50%;
	}
}