
/* ********************************************************************************** 

* 기본 태그 선언 

* *********************************************************************************** */

@CHARSET "UTF-8";
/*
@import url(http://spoqa.github.io/spoqa-han-sans/css/SpoqaHanSans-kr.css);
@import url(https://fonts.googleapis.com/earlyaccess/notosanskr.css);
@import url(https://fonts.googleapis.com/css?family=Poppins);
*/
@import url(/resources/font_notokr/notosans_kr_stylesheet.css);

html, body, div,  applet, 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,
b, u, i, center,button,
dl, dt, dd, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video, select, textarea {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: 400;
	font-style: inherit;
	vertical-align:inherit;
	font-family:'notokr', sans-serif;
	color:#414042;
	box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; 
    -webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;  
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
   word-break:keep-all;
}

*{box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; word-break: keep-all;}
body,input,textarea,select,button,table,caption,option,a, label{}

img {border:0; vertical-align:middle; max-width:100%;}   


body { width:100%; height:100%; padding: 0; margin: 0; position:relative; overflow-x:hidden; font-size:16px; letter-spacing:-0.5px; line-height:1.3;-webkit-text-size-adjust:none;}
a { text-decoration: none; padding: 0; margin: 0; cursor: pointer;color: #245fa9;font-weight: bold;}  
a:hover {text-decoration: underline;}
ul {}
ul li {list-style: none;}
button {border:none; background-color:transparent; padding:0; margin:0; cursor:pointer;}
caption {display: none; } 

legend{display:none;}
table { border-collapse:collapse; border-spacing: 0;}

input {vertical-align: middle;}
input[type=radio],
input[type=checkbox] {vertical-align:middle; margin:0 5px 0 0; border:1px solid #cfcfcf;}
input[type=text],
input[type=number],
input[type=password] {vertical-align:middle; border:1px solid #cfcfcf; padding:3px 10px;} 
input[type=file] {vertical-align:middle; border:1px solid #cfcfcf; padding:3px; background:#fff;}
input[type=file] button {font-size:50px;}
input::-webkit-input-placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder,
input:-moz-placeholder {color:#999 !important; letter-spacing:-0px; }


fieldset {border:none;border:solid 0 transparent;} /* for Opera7 Bug */
select {vertical-align: middle; border:1px solid #cfcfcf; padding:3px;}
textarea {vertical-align: middle; border:1px solid #cfcfcf; padding:5px;}


h1 {letter-spacing:-0.7px; line-height:1.4;}
.title {letter-spacing:-1px; line-height:1.4;}