@charset "utf-8";

@import url(https://fonts.googleapis.com/earlyaccess/nanumgothic.css); 

/* CSS Document */
* {margin:0;padding:0;font-size:12px;font-family:'Nanum Gothic','나눔고딕','맑은고딕','Malgun Gothic', Helvetica;line-height:1.4em;-webkit-text-size-adjust:none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body, h1, h2, h3, h4, h5, h6, select, textarea, input, button, blockquote, th, td, caption {
    font-size: 12px;
    font-family: 'Nanum Gothic','나눔고딕','맑은고딕','Malgun Gothic','돋움',Dotum, Helvetica;
    line-height: 1.5em;
    color: #444444;
    -webkit-text-size-adjust: none;
}

html {font-size:100.01%; overflow-x:hidden;}
body {background:#f6f6f6;}

div, li{
	 font-size: 12px;
	 color: #444444;
	 font-family: 'Nanum Gothic','나눔고딕','맑은고딕','Malgun Gothic','돋움',Dotum, Helvetica;
	 line-height: 1.8em;
}

dl,ul,ol,li {list-style:none;}
iframe {margin:0;border:0;}
em,address,i {font-style:normal;}
img {vertical-align:top;border:0;}
table {width:100%;border:0;border-collapse:collapse;border-spacing:0;empty-cells:show;}
table caption {position:absolute;overflow:hidden;width:1px;height:0;font-size:0;line-height:0;}
a, a:link, a:visited {color:#2e2e2e;text-decoration:none;}
a:hover, a:active, a:focus {color:#2e2e2e;text-decoration:none;}
fieldset {display:block;border:0;}
legend {overflow:hidden;width:1px;height:0;text-indent:-999999px;font-size:0;line-height:0;}
button {overflow:visible;cursor:pointer;border:0;background:transparent;}
hr {visibility:hidden;overflow:hidden;clear:both;height:0;}
select, input, textarea {vertical-align:middle;outline-color:-moz-use-text-color;outline-style:none;outline-width:medium;}
input[type="text"],input[type="password"], input[type="email"], input[type="tel"], input[type="search"], textarea {-webkit-appearance:none;}
textarea {overflow:hidden;padding:5px 0 0 5px;font-size:12px;resize:none;}
input.text,
input.password {padding-left:3px;}
	* html input.text,
	* html input.password {margin:-1px 0 0;}
input.default {border:1px solid #DADADA;}
input.focus {border:1px solid #F26A00;}
input.radio {width:14px;height:14px;vertical-align:top;}
	* html input.radio {vertical-align:-1px;}
hr {display:none;}

/* html5 Tag Block */
article,aside,canvas,details,figcaption,figure, footer,header,hgroup,menu,nav,section,summary {display:block;}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {display:none;}



@media all and (max-width: 588px) {
	/* body { background-color: red; }
	.wnHeaderSrchBox{
		float: left; height:100%;  width:100%; margin:0 0 0 5px; border:1px solid #d0786c;  background:url("../images/txtbox_bg.png") repeat-x ;
	} */
}
@media all and (min-width: 589px) and (max-width: 768px) {
	
	/* body { background-color: green; } */
	/* .wnHeaderSrchBox{
		float: left; height:100%;  width:100%; margin:0 0 0 5px; border:1px solid #d0786c; background:url("../images/txtbox_bg.png") repeat-x;
		
	} */
}
@media all and (min-width: 769px){
	/* body { background-color: blue; } */
	/* .wnHeaderSrchBox{
		float: left; height:100%;  width:100%; margin:0 0 0 5px; border:1px solid #d0786c; background:url("../images/txtbox_bg.png") repeat-x;
		
	} */
        
}

