@charset "utf-8";
/* reset */
* { padding:0; margin:0; }

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, font, 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, enbed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {margin:0; padding:0; border:0; outline:0; font-style:inherit; font-weight:inherit; }
b { font-weight: 700; }

div { box-sizing: border-box; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {display:block}

html {-webkit-text-size-adjust:none; -moz-text-size-adjust:none; -ms-text-size-adjust:none; text-size-adjust:none}
body {line-height:1;}

a {text-decoration:none; color:inherit}
/*a:link {}
a:visited {}
a:hover, a:active { }*/

img {max-width:100%; border:0}

ul, ol, li {list-style:none}
ul:after{content:""; display:block; clear:both}

table {border-collapse:collapse; border-spacing:0}

caption, legend { position: absolute; top: -9999px; left: -9999px; font-size: 0px; line-height: 0 }

input, select, textarea, button { vertical-align:middle; font-family:inherit; font-size:inherit; }
textarea { resize: none; outline: none; }
select, input { outline:none; cursor:auto }
button { outline:none; cursor:pointer; background-color: transparent; border:none; }
input[type="text"], input[type="password"], input[type="tel"], input[type="email"] {padding-left:3px; box-sizing:border-box}
input[type="radio"], input[type="checkbox"] { cursor: pointer; } 
label { cursor: pointer; }

.clear:after {content:""; display:block; clear:both}
.hidden {overflow:hidden; position:absolute; width:1px; height:1px; margin:0; padding:0; border:none; clip:rect(1px, 1px, 1px, 1px)}
.sound-only {overflow:hidden;position:absolute;width:0;height:0;padding:0;margin:0;font-size:0;line-height:0;text-indent:-9999em;outline:none;z-index:-1}
.blind {display:none;overflow:hidden;position:absolute;width:0;height:0;padding:0;margin:0;font-size:0;line-height:0;text-indent:-9999em;visibility:hidden;outline:none;z-index:-1}
.guide { margin: 0 auto; position: relative; }
.guide::after { content: ""; display: block; clear: both; float: none; }

iframe { transition: height ease 0.5s; }

/*드래그
::selection{background:; color:#fff;}
::-moz-selection{background:; color:#fff;} */
