@charset "utf-8";
/*
  작성자:			  dmp
 최초작성일:   2015.05.15
  */
/** * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) * http://cssreset.com */
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,  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;
	border: 0;
	vertical-align: baseline;
	/*font-family:'맑은 고딕','Dotum','돋움','gulim','굴림',Helvetica,sans-serif;font-size:14px;color:#3e3e3e;*/
	word-break:keep-all;
	
}
em{font-style: normal;}
/*@import url("http://fonts.googleapis.com/earlyaccess/nanumgothic.css");*/
/* 
 * Nanum Square Web Fonts
 * https://github.com/hiun/NanumSquare
 * Copyright (c) 2010, NAVER Corporation (http://www.nhncorp.com) 
 */
 
@font-face {
  font-family: 'Nanum Square';
  font-style: normal;
  font-weight: 400;
  src: url(../font/NanumSquareR.eot);
  src: local('Nanum Square Regular'),
       local('NanumSquareR'),
       url(../font/NanumSquareR.eot?#iefix) format('embedded-opentype'),
       url(../font/NanumSquareR.woff2) format('woff2'),
       url(../font/NanumSquareR.woff) format('woff'),
       url(../font/NanumSquareR.ttf) format('truetype');
}

@font-face {
  font-family: 'Nanum Square';
  font-style: bold;
  font-weight: 700;
  src: url(../font/NanumSquareB.eot);
  src: local('Nanum Square Bold'),
       local('NanumSquareB'),
       url(../font/NanumSquareB.eot?#iefix) format('embedded-opentype'),
       url(../font/NanumSquareB.woff2) format('woff2'),
       url(../font/NanumSquareB.woff) format('woff'),
       url(../font/NanumSquareB.ttf) format('truetype');
}

 iframe::-webkit-scrollbar {  
    display: none;
}  
body{-webkit-text-size-adjust:none;/*ios zoom*/	font-size: 15px; line-height: 26px;  font-family:'Nanum Square','맑은 고딕','Malgun Gothic','Nanum Gothic','Dotum','돋움','gulim','굴림',Helvetica,sans-serif; font-weight: 400; color: #323232; overflow-y:scroll;
}
pre{font-family:'Nanum Square','맑은 고딕','Malgun Gothic','Nanum Gothic','Dotum','돋움','gulim','굴림',Helvetica,sans-serif;  font-size: 1em;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
 footer, header, hgroup, menu, nav, section {
	display: block;
}
img{vertical-align:middle;-ms-interpolation-mode:bicubic !important}
input[type="text"],input[type="password"],select,textarea{vertical-align:middle;outline:none;}

input[type="text"],input[type="password"]{    
  -webkit-appearance: none;  
   -webkit-border-radius:0;  
   border-radius:0; 
 }
  input[type="text"]{    
   font-family:'Nanum Square','맑은 고딕','Malgun Gothic','Nanum Gothic','Dotum','돋움','gulim','굴림',Helvetica,sans-serif; font-weight: 400;
 }

ul,li,ol,li,dl,dd,dt{list-style:none}
blockquote, q { quotes: none;}
blockquote:before, blockquote:after,q:before, q:after { content: ''; content: none;}
table{border-collapse:collapse;border-spacing:0}
caption{overflow:hidden;z-index:-1;width:0;height:0;font-size:0;line-height:0}
legend,hr{overflow:hidden;position:absolute;left:-999px;z-index:-1;width:0;height:0;font-size:0}
a {color:#313131;text-decoration:none;}
a:hover {}
/* Button */
button{background:none; font-size: 15px; line-height: 26px; font-family:'Nanum Square','맑은 고딕','Malgun Gothic','Nanum Gothic','Dotum','돋움','gulim','굴림',Helvetica,sans-serif; font-weight: 400;outline:none;}
button{overflow:visible;margin:0;padding:0;border:none;background:none;vertical-align:middle;cursor:pointer}
button::-moz-focus-inner{padding:0;border:0}
button:focus{outline:1px #a6c8ff solid !important;}
/*button:link,button:active {outline:0 !important;}*/
/* skip navigation */
.accessibilityWrap{}
.accessibilityWrap dd a{display:block;position:absolute;top:-10000px;left:0;z-index:500;width:100%;font-size:1.3em;text-align:center}
.accessibilityWrap dd a:hover,.accessibilityWrap dd a:focus,.accessibilityWrap dd a:active{position:absolute;top:0;z-index:500;padding:15px 0;background:#1d60a7;font-weight:bold;color:#fff}
.blind{overflow:hidden;position:absolute;top:0;left:0;width:0;height:0;margin:0;padding:0;background:none;font-size:0;line-height:0}
/* clearfix */
.clearfix:after{display:block;visibility:hidden;clear:both;height:0;font-size:0;content:' '}
.clearfix{display:inline-block}
/* start commented backslash hack \ */
* html .clearfix{height:1%}
.clearfix{display:block}
/* close commented backslash hack */
/* //clearfix */


 /* IE8 only */  
@media \0screen {  
}  
/* /IE8 only */  



