@charset "utf-8";
/* CSS Reset for Chosun.com, by Roh Jeong rae, 2012.08.06 / modify 2013.01.29 */

/* Reset code base from http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain) */
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%; }

/* HTML5 display-role reset for older browsers */
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; }
html, body { width:100%; height:100%; }
body { background-color:#fff; *word-break:break-all;
-ms-word-break:break-all; }
body, input, button { color:#333; font: 12px/17px '돋움', Dotum, '굴림', Gulim, 'Apple SD Gothic Neo', Sans-serif; }
h1, h2, h3, h4, h5, h6 { font-size:12px; text-align:left; }
img, fieldset, iframe { border:0 none; }
ul, li { list-style: none; }
ol { list-style: decimal inside; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }
em, address { font-style:normal; }
input, select { vertical-align:middle; }
button, label { cursor:pointer; _cursor /**/:hand; }
hr, legend, caption { display:none; }
td { vertical-align:middle; }
a { color:#333; text-decoration:none; }
a:visited { color:#888; }
a:hover { text-decoration:none; }
/*a, a:active, a:focus { outline:none!important; }
:active, :focus { outline: none; -moz-outline-style: none; border: none; }
a:active, a:focus { outline:  none; ie-dummy: expression(this.hideFocus=true);}*/
@media print {
body { color:#000; }
}

/* Common Class elements */
.c { clear: both; font-size: 0%; line-height: 0%; margin: 0px!important; padding: 0px!important; }
.dispnone { display: none; }
.le { float: left; }
.ri { float: right; }
.txtce { text-align: center; }
.txtri { text-align: right; }
.txtbold { font-weight: bold; }
.txtgrey { color: #999; }
.txtwht { color: #fff; }
.hrgrey { height: 0px; border-bottom: 1px solid #c8c8c8; width: 100%; display: block; font-size: 0%; margin-bottom: 10px; }
.tsize75 { font-size: 75%; color: #999999; }
.nonbrd { background: none; padding: 0px; border: none; }
.link { cursor:pointer; }
.ls { letter-spacing:-1px; }
.b { font-weight:bold; }
.u { text-decoration:underline; }
.pr { position:relative; }
.pa { position:absolute; }
.fl { float:left; }
.fr { float:right; }
.al { text-align:left; }
.ar { text-align:right; }
.ac { text-align:center; }
.aj { text-align:justify; }
.at { vertical-align:top; }
.am { vertical-align:middle; }
.ab { vertical-align:bottom; }
.hide { display:none; }
.show { display:block; }
.noBg { background:none !important; }
.noBgImg { background-image:none !important; }
.noBorder { border:0 none !important; }
.trans { background-color:transparent; }
.blind { position:absolute; display:block; overflow:hidden; left:0; top:-5000px; }
.tblFixed { table-layout:fixed; }
.txtBlock { display:inline-block; }