@charset "utf-8";
/* UTF-8로 저장 */

*{margin:0; padding:0;}
body{font-size:16px; color:#333; font-family: 'NanumSquare', sans-serif !important;}
body{-webkit-text-size-adjust:none; }
a{outline:0px;}
a:link{font-size:16px; color:#333; text-decoration:none;}                                       
a:hover{font-size:16px; color:#333; text-decoration:none;}
a:visited{font-size:16px; color:#333;  text-decoration:none;}

caption, legend{font-size:0px; width:0px; height:0px; overflow:hidden; /*position:absolute;*/ visibility:hidden;}

img{border:0px;}

fieldset,img{border:0; vertical-align:top;}

table{border-collapse:collapse; border-spacing:0; border:0;}

input,textarea,select{font-family:inherit; font-size:inherit; font-weight:inherit;}

/*input[type=password]{IME-MODE: disabled;}*/

ul,ol,dl{list-style:none;}

textarea{overflow:auto;} 

button,label{cursor:pointer;}

/*h1{font-size:12px;}*/
/*h2{font-size:12px;}*/
/*h3{font-size:12px;}*/
/*h4{font-size:12px;}*/
/*h5{font-size:12px;}*/
/*h6{font-size:12px;}*/

hr{display:none; clear:both;}
.m_only{display:none;}
@media all and (max-width:1000px){
	.pc_only{display: none !important;}
	.m_only{display:block;}
}

br {font-family: "돋움";}