@charset "utf-8";
/* css restore default by nowtoday : 초기화 */

.text address,
.text blockquote,
.text dd, .text div,
.text dl, .text dt, .text fieldset,
.text h1, .text h2, .text h3, .text h4,
.text h5, .text h6,
.text ol, .text p, .text ul, .text center,
.text dir, .text hr, .text menu, .text pre   { display: block; unicode-bidi: embed }

.text li              { display: list-item }
.text head            { display: none }
.text table           { display: table }
.text tr              { display: table-row }
.text thead           { display: table-header-group }
.text tbody           { display: table-row-group }
.text tfoot           { display: table-footer-group }
.text col             { display: table-column }
.text colgroup        { display: table-column-group }
.text td, .text th          { display: table-cell }
.text caption         { display: table-caption }
.text th              { font-weight: bolder; text-align: center }
.text caption         { text-align: center }
.text h1              { font-size: 2em; margin: .67em 0 }
.text h2              { font-size: 1.5em; margin: .75em 0 }
.text h3              { font-size: 1.17em; margin: .83em 0 }
.text h4, .text p,
.text blockquote, .text ul,
.text fieldset, 
.text ol, .text dl, .text dir,
.text menu            { margin: 1.12em 0 }
.text h5              { font-size: .83em; margin: 1.5em 0 }
.text h6              { font-size: .75em; margin: 1.67em 0 }
.text h1, .text h2, .text h3, .text h4,
.text h5, .text h6, .text b,
.text strong          { font-weight: bolder }
.text blockquote      { margin-left: 40px; margin-right: 40px }
.text i, .text cite, .text em,
.text var, .text address    { font-style: italic }
.text pre, .text tt, .text code,
.text kbd, .text samp       { font-family: monospace }
.text pre             { white-space: pre }
.text button, .text textarea,
.text input, .text select   { display: inline-block }
.text big             { font-size: 1.17em }
.text small, .text sub, .text sup { font-size: .83em }
.text sub             { vertical-align: sub }
.text sup             { vertical-align: super }
.text table           { border-spacing: 2px; }
.text thead, .text tbody,
.text tfoot           { vertical-align: middle }
.text td, .text th, .text tr      { vertical-align: inherit }
.text s, .text strike, .text del  { text-decoration: line-through }
.text hr              { border: 1px inset }
.text ol, .text ul, .text dir,
.text menu, .text dd        { margin-left: 40px }
.text ol li             { list-style-type: decimal }
.text ul li              { list-style-type: disc }
.text ol ul, .text ul ol,
.text ul ul, .text ol ol    { margin-top: 0; margin-bottom: 0 }
.text u, .text ins          { text-decoration: underline }
.text br:before       { content: "\A"; white-space: pre-line }
.text center          { text-align: center }