@charset "utf-8";
/* Tag Definition */
* {box-sizing: border-box; margin:0; padding: 0;}
* html body { height: 100%; }
html { height: 100%; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; }
h1,h2,h3,h4,h5,h6,input,button,textarea,select,table{ font-family:inherit; font-weight: 300; letter-spacing: -0.05em; }
input,button,textarea,select,option{font-size:1em; font-weight: 300; 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{width:100%; box-sizing: border-box; border:1px solid #cdcdcd; margin:0; padding: 0 6px;  background:#fff; height: 32px;
	border-radius: 0px; /* iOS 둥근모서리 제거 */
      -moz-appearance: none;
      -ms-appearance: none;
      appearance: none;
      vertical-align: middle;}
input { width:100%; height: 35px; margin:0; padding: 0 10px; color: inherit; vertical-align: middle; border:1px solid #cdcdcd; background:#fff;}
input[type="checkbox"], input[type="radio"] { width:16px; height: 16px; margin: 0; }
label { margin-bottom: 0; font-size: 1em; font-weight:300; }
textarea { box-sizing:border-box; width:100%; height:350px; padding: 10px; resize:none; vertical-align: middle; border:1px solid #cdcdcd; }

:root body { /* font-size:1em; */ }
table, pre { font-size: 1em; } /* DOCTYPE 없으면 속성 상속 안됨 */
table{ table-layout:fixed; border-collapse: collapse; text-indent:0; width: 100%; 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; }
img{ width: 100%; }
ul, ul li, ol, ol 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: 800; }
p { margin:0; padding:0; }
strong { font-weight: 800; }
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:'NanumGothic';
font-weight: 400;
line-height: 160%;
}
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:#c2c2c2;
	font-size:0.9em;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color:#c2c2c2;
	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:#c2c2c2;
	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:#c2c2c2;
	font-size:0.9em;
}

*{
	-webkit-tap-highlight-color:  rgba(0, 0, 0, 0);
}
a:focus{ outline:0; outline-offset:0; }
