@charset "utf-8";
@import url(font.css);

/**************************************************
	Base CSS Document
	IEETU Web Standardization Team
	base.css
**************************************************/

/* reset */
body,p,div,span,strong,em,i,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,table,th,td,form,fieldset,legend,input,textarea,button,select,figure,pre,a,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{margin:0; padding:0; box-sizing:border-box;}
::selection{background:#abdcf2; color:#222;}
body,input,textarea,button,select,pre{font-family:'s-core_dream','notokr','Nanum Gothic','NanumSquare',Dotum,Gulim,Helvetica,sans-serif; color:#222; letter-spacing:-0.75px;}
html{font-size:1em;}
body{font-size:1em;}
input,textarea,button,select,table,pre{font-size:1em; letter-spacing:-0.75px;}
img, fieldset, button{border:0;}
textarea{overflow:auto;}
input[type=submit]{cursor:pointer;}
input[type=button],
button{cursor:pointer; border-radius:0;}
img{vertical-align:top; image-rendering:-webkit-optimize-contrast;}
address, em, i{font-style:normal;}
pre{white-space:pre-wrap;}
table{border-spacing:0; border-collapse:collapse;}
table,th,td{border:none;}
caption{overflow:hidden; line-height:0; text-indent:-2000em;}
legend, .hidden{position:absolute!important; clip:rect(0, 0, 0, 0); width:1px; height:1px; margin:-1px; overflow:hidden;}

/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}
/* mobile */
body {-webkit-text-size-adjust:none;} /* 뷰표트 변환시 폰트크기 자동확대 방지 */
input[type='text'],input[type='password'],input[type='submit'],input[type='search'] {-webkit-appearance:none;}
input:checked[type='checkbox'] {background-color:#666; -webkit-appearance:checkbox}
button,input[type='button'],input[type='submit'],input[type='reset'],input[type='file'] {-webkit-appearance:button;}
input[type='search']::-webkit-search-cancel-button {-webkit-appearance:none}

/* 링크 기본값 */
a{color:inherit;} /* 아이폰에서 전화 링크시 폰트컬러 변경 방지 */
a:link{text-decoration:none; color:#222;}
a:visited{text-decoration:none; color:#222;}
a:hover{text-decoration:none; color:#222;}
a:active{text-decoration:none;}
a:focus{text-decoration:none;}

a[href^="tel"]{color:inherit;}

/* 리스트 스타일 제거 */
ul,ol,li{list-style:none;}

/* ~ 1023px */
@media screen and (max-width:1023px){
	/*body,input,textarea,button,select,pre{font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","Apple SD Gothic Neo",Arial,sans-serif;}*/
}