@charset "utf-8";
/* Tag Definition */
* {box-sizing: border-box; margin:0; padding: 0;}
/* 전체 선택자 사용시 위 속성 외에는 지정하지 마세요. */
/* html { overflow: scroll; overflow-x: auto; }[IE] 프레임안의가로스크롤문제해결
html, body {min-width: 320px; min-height: 100%; margin: 0; padding: 0; background: transparent;overflow-x: hidden;} [IE] 배경색을지정해서화면이뭉개지는문제해결 */
html { height: 100%; -webkit-font-smoothing: antialiased; font-smoothing: antialiased;}
h1,h2,h3,h4,h5,h6,input,button,textarea,select,table{ padding: 0; font-family:inherit; letter-spacing: -0.03em; }
input,button,textarea,select{font-size:0.875em; color: inherit;}
input[type="file"]{vertical-align: middle; padding: 6px 3px; height: inherit;}
input[type="reset"] {display: inline-block; cursor: pointer; margin: 0; padding: 0; border: 0; background: none; outline: 0; text-decoration: none; white-space: nowrap; vertical-align: middle; font-family: inherit; overflow: visible; font-size: 1em;}
select{box-sizing: border-box; border:1px solid #cdcdcd; margin:2px 2px 2px 5px;  background:#fff; height: 32px;
	border-radius: 0px; /* iOS 둥근모서리 제거 */
      -moz-appearance: none;
      -ms-appearance: none;
      appearance: none;
      vertical-align: middle;}
/* input {box-sizing: border-box; border:1px solid #cdcdcd; margin:2px 2px 2px 0; background:#fff; height: 32px; color: #222; vertical-align: middle; padding: 0 1%;} */
textarea { box-sizing:border-box; border:1px solid #cdcdcd; width:100%; height:100%; resize:none; vertical-align: middle; padding: 1%;}
* html body { height: 100%; }
:root body { /* font-size:1em; */ }
table, pre { font-size: 1em; } /* DOCTYPE 없으면 속성 상속 안됨 */
table, td, th { table-layout:fixed; border-collapse: collapse; text-indent:0; border-spacing:0; }
a:link, a:visited, a:hover,a:focus,a:active { text-decoration:none; color:inherit;}
img,fieldset,iframe{ border:0 none; vertical-align: middle; }
ul, ul li { list-style:none; padding:0; margin:0; }
ul:after { display:block; height:0; clear:both; float:none; content:""; }
dl, dt, dd { padding:0; margin:0; }
th { font-weight: 700; }
p { margin:0; padding:0; line-height: 1.8em; color: #000;}
strong { font-weight: 700; }
em { color: #f75; } em em { color: #c09; }
sup, sub { font-size: 0.85em; vertical-align: middle;}
i, b { font-style: normal;}
pre /* 형식 유지 컨텐츠 자동개행 */
{
white-space: pre-wrap; /* css3 */
white-space: -moz-pre-wrap; /* Mozilla, since1999 */
white-space: -pre-wrap; /* Op4-6 */
white-space: -o-pre-wrap; /* Op7 */
word-wrap: break-word; /* IE 5.5+ */
margin:0;
font-family:'NotoSans';
font-weight: 300;
line-height: 180%;
}
button, input[type="button"],input[type="submit"],input[type="image"] {
	display:inline-block;
	margin:0;
	padding:0;
	border:0;
	background:none;
	cursor:pointer;
	outline:0;
	text-decoration:none;
	white-space:nowrap;
	vertical-align:inherit;
	font-family:inherit;
	overflow:visible;/* for IE7 */
	font-size: 1em;
}
/* 사파리에서 버튼 라운드 금지 */
input[type='submit'],input[type='button'],input[type='text'],input[type='reset'],button,input[type='image'], input[type='number'] {
	border-radius:0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
/*border-radius IE8*/
.beh{behavior: url(/share/css/PIE.htc);}
:focus{
	outline-style: none;
	-moz-outline-style:none;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color:#ccc;
	font-size:0.9em;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color:#ccc;
	font-size:0.9em;
	opacity:1;
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	/* IE 7 and olders */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	/* Netscape */
	-moz-opacity: 1;
	/* Safari 1.x */
	-khtml-opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	color:#ccc;
	font-size:0.9em;
	opacity:1;
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	/* IE 7 and olders */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	/* Netscape */
	-moz-opacity: 1;
	/* Safari 1.x */
	-khtml-opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color:#ccc;
	font-size:0.9em;
}
