@charset "utf-8";

/* 브라우저 초기화 */
*,
:after,
:before {-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; -webkit-box-shadow:none; -moz-box-shadow:none; box-shadow:none;}

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,
textarea, input, button, select,
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 {padding:0; margin:0; border:0; border-radius:0; outline:0; font-style:inherit; font-weight:inherit; font-size:inherit; font-family:inherit;}

html {-webkit-text-size-adjust:100%; -moz-text-size-adjust:100%; -ms-text-size-adjust:100%;}
body {margin:0 auto; overflow-x:hidden; overflow-y:auto; word-break:keep-all; font-style:normal; line-height:1.25;}

dl, ul, ol, li {list-style:none;}
iframe, img {vertical-align:top;}
img {max-width:100%;}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus {-webkit-box-shadow:none; -moz-box-shadow:none; box-shadow:none;}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {-webkit-appearance: none;margin: 0;}

button {background:inherit; color:inherit; box-shadow:none; cursor:pointer;}
textarea {overflow:auto; resize:vertical; line-height: 1.45;}

table {width: 100%; border-collapse: separate; border-spacing:0;}

a {color:inherit; text-decoration:none;}
b {font-weight: 600;}
strong {font-weight: 700;}

small {font-size: 80%; font-weight: 400;}

legend,
caption,
.sound_only {position:absolute; width:0; height:1px; padding:0; margin:-1px; border:0; clip:rect(1px, 1px, 1px, 1px); overflow:hidden;}

/* Style Definition */
.tl {text-align:left !important;}
.tr {text-align:right !important;}
.tc {text-align:center !important;}
