@import url(https://fonts.googleapis.com/earlyaccess/nanumgothic.css);

* {margin:0;
	padding:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	margin: 0 auto;
	font-size:10pt;
	color:#000;
 line-height:1.3;
	font-family:'Nanum Gothic', 'Nanum Mmyeongjo', 'µ¸¿ò', AppleGothic, sans-serif;
	-webkit-text-size-adjust: none;
	
}
#header {
	background-color:#e13414;


}
#header h1{text-align:center;
	font-size:20pt;
	color:#FFF;
	text-shadow: 2px 2px 2px #a52a13;
	
	line-height:60px;font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	
	}
#header h1 span{ padding-left:15px; font-size:12pt;}	

a {
	color:#000000;
	text-decoration:none;
}
.table1 {  
	margin:0 auto;
	border-collapse: collapse;
}
.table1 th {
	padding:10px;
	font-size:10pt;
	border:1px solid #cccccc;
	background-color:#f6f6f6;
}
.table1 td {

	padding:10px;
	border:1px solid #cccccc;
}
.table2 {
	margin:0 auto;
	border-collapse: collapse;
}
.table2 th {
	padding:5px;
	border:0;
	background-color:#f6f6f6;
}
.table2 td {
	padding:5px;
	border:0;
}


.table3 {
	margin:0 auto;
	font-size:11pt;
	border-collapse: collapse;
}
.table3 th {
	padding:10px;
	border:0;
	background-color: #666;
	color:#FFF;
		border-right:1px solid #CCC;
}
.table3 td {
	padding:5px;
	border:0;
	border-bottom:1px solid #CCC;
}



button {
	padding:0px 5px 0px 5px;
}
label {
	margin-right:10px;
	cursor:pointer;
}
.basic_btn {
	width:100px;
	height:30px;
}
.about{
	padding:40px 0px;
	}
	
.about h2{ font-size:24pt;text-align:center; }

ul.check{text-align:left; width:100%; margin:0 auto; float:left;}
ul.check li{ padding:10px 0; border-bottom:1px dotted #666;}
ul.check li:last-child{border-bottom:none;}
ul.check li span{  font-size:9pt;}
ul.check label{margin-right:;}
/* ³ëÅä»ê½º */
.f_noto {
	font-family:"Noto Sans KR", "Apple SD Gothic Neo", "¸¼Àº °íµñ", "Malgun Gothic", 'Nanum Gothic', sans-serif !important;
}

/*************************reset************************************/
html, body, div, span, 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, dl, dt, dd, ol, 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 {
	margin: 0;
	padding: 0;

}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, ul, li, dl, dd, p, h1, h2, h3, h4, h5, h6, section, div {
	display: block;
	margin:0;
	padding:0;
	overflow:hidden;
}


ul, li {
	list-style:none;
}
input[type='checkbox'], [type='radio'] {
 height:17px;
 width:17px;
 margin:3px;
 background-color:;
 vertical-align:middle;
}
input[type='file']
{ background-color:#fff; border:0;
}

textarea, input{
	border:solid 1px #CCC;
	vertical-align:middle;
	width: auto;
	padding:6px;
	

}
select {
	border:solid 1px #DDDDDD;
	color:333333;
	background-color:white;
	vertical-align:middle;
	width: auto;
	padding:4px;
	margin:3px;

}

 h2{
  width:100%;
  text-align:center;
  padding:10px;
  }

  body{
  width:100%;
  }

  #top{
	width:100%;
	height:50px;
	background-color:#000000;
	color:#ffffff;
	font-size:13pt;	
	padding:10px;
	padding-left:20px;
  }

  #top a{
	color:#ffffff;
	text-decoration:none;
  }


  .img_name{
    width:400px;
  }

  #wrap{
  width:100%;
  }