@charset "utf-8";

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

/* 노토산스 웹폰트  */

@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css); 

/** 추가내용: 모바일 웹 브라우저의 가로뷰에서 글자 크기가 확대되는 현상 방지 */
* {
	-webkit-text-size-adjust: none;
}

/** 추가내용: 웹 브라우저 기본 사이즈 정의 */
html, body {
	width: 100%;
	overflow-x: hidden;
}
*{box-sizing:border-box;}
/** 아래 코드는 reset.css의 원본 내용 */
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, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video,button,select,input{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 16px;
	line-height:1.8;
	vertical-align: baseline;
	font-family:'SCoreDream','Noto Sans KR','Apple SD Gothic Neo','malgun gothic','맑은 고딕','돋움','dotum';
	text-decoration:none;
	color: #282828;
	box-sizing: border-box;
	font-weight:normal;
}
 


@media (max-width:639px){
html, body, div, section, article, 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, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video,button,select,input{	font-size: 14px;  line-height:1.9; }


/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 30px;
	overflow-x: hidden;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}


button{cursor: pointer;}

.t{border:1px solid #F00;}
select{padding:0 5px;background:transparent url(/common/images/arrow-select.png) no-repeat 98% 50%;appearance:none;-webkit-appearance:none;-moz-appearance:none;-webkit-appearance: none;-ms-appearance: none;-o-appearance: none; -webkit-border-radius:0; -moz-border-radius:0; -o-border-radius:0; border-radius:0;}
select::-ms-expand {display: none;}


.clearFL { clear:both; }
.mobile-hide { display: inline-block; }
header .mobile-hide { display: block; }
img.mobile-hide { display: inline; }
.mobile-only { display: none; }
img.mobile-only { display: none; }

@media screen and (max-width:960px){
	.mobile-hide, img.mobile-hide { display: none; }
header .mobile-hide { display: none; }
.mobile-only { display: inline-block; }
img.mobile-only { display: inline; } 	
}