html, body, div, span, iframe,h1, h2, h3, h4, h5, h6, p, a, address, em, img, strong, tt, var, i, center,dl, dt, dd, ol, ul, li, form, label, table, caption, tbody, tfoot, thead, tr, th, td,article, aside, figure, figcaption, 
footer, header, hgroup, menu, nav, section, time, mark, audio, video {
	margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline;
}

ol, ul, li {list-style: none;}

hr {display: block; margin: 0; padding: 0; border: 0 none;}

input, select {vertical-align: middle;}

input, select, button, textarea, optgroup {margin: 0; font-family: inherit; font-size: inherit; color: inherit; 
}
a {color: inherit; text-decoration: none;} 

button {padding: 10px; border:none; cursor: pointer; border: 1px solid #CCC; box-sizing: border-box}

input[type='submit'] { -webkit-appearance: none; -moz-appearance: none; appearance: none; }

h1 img {border: none; width:50%}

img {border: none;}

select{ -moz-appearance:none; /* Firefox */  -webkit-appearance:none; /* Safari and Chrome */  appearance:none; }
select::-ms-expand { display:none; } 

.hide{display: none;}

.bx-wrapper{box-shadow: none; border: none; -webkit-box-shadow: none; margin-bottom: 0; background: none}

/*테이블 초기화*/
table{border-spacing: 0; border-collapse: collapse; width: 100%;}
td,th{border: 1px solid #cdcdcd; border-spacing: 0; text-align: center; vertical-align: middle; }
th{background-color: #fff; color:#000; border: 1px solid #cdcdcd;}
td{text-align: left; line-height: 1.5em; }