@charset "utf-8";

/*Reset*/
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, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	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;
}
/*Added By LSD*/
img{
	vertical-align: top;
}
a{
	text-decoration: none;
}
input[type="text"], input[type="email"], input[type="password"], textarea{
	-webkit-border-radius: 0;
	border-radius: 0;
	
	-webkit-appearance:none;
}
input[type="checkbox"]{
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-appearance:none;
	border: 0;
}
input[type="radio"]{
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-appearance:none;
	border: 0;
}
select{
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-appearance:none;
}
button, input[type="submit"], input[type="button"]{
	padding: 0;
	border: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	outline: 0;
	background: none;
	line-height: 1;
	cursor: pointer;
	-webkit-appearance:none;
}
address{
	font-style: normal;
}
pre{
	white-space: pre-wrap;       /* Since CSS 2.1 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
}
.clearfix:after{
	content: '';
	display: block;
	clear: both;
}
.clear{
	display: block;
	clear: both;
}
/*화면에서 숨기기*/
.blind, .sound_only, legend, caption{
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    margin: -1px;
    width: 1px;
    height: 1px;
}
caption{
	display: none;
}
.mw100{
	max-width: 100%;
}
.w100{
	width: 100%;
}
.ta_left{
	text-align: left !important;
}
.ta_center{
	text-align: center !important;
}
.ta_right{
	text-align: right !important;
}
.mt0{
	margin-top: 0 !important;
}
.mb0{
	margin-bottom: 0 !important;
}