
/* common */
    form, h1, h2, h3, h4, h5, h6, ul, dt, dd, blockquote {padding: 0; margin: 0;}
    body {padding: 0px; margin: 0px; background: rgb(190,216,239) url("/images/common/bg_top.png") no-repeat;}
    hr {border: dotted 1px rgb(204,204,204);}
    p, div, td, select, input, textarea {color: rgb(105,105,105); font: normal 12px/18px "µ¸¿ò", Dotum, AppleGothic, sans-serif; word-break: keep-all;}
    select.htc {behavior: url('/include/selectbox.htc');}
    ul {margin: 0; padding: 0;}
    li {list-style-type: none;}
    li.dot {background: url("/images/common/icon_li_dot.png") 5 0 no-repeat; padding-left: 17px;}
    li.nm1 {background: url("/images/common/num01.png") 5 2 no-repeat; padding-left: 32px;}
    li.nm2 {background: url("/images/common/num02.png") 5 2 no-repeat; padding-left: 32px;}
    li.nm3 {background: url("/images/common/num03.png") 5 2 no-repeat; padding-left: 32px;}
    li.nm4 {background: url("/images/common/num04.png") 5 2 no-repeat; padding-left: 32px;}
    li.nm5 {background: url("/images/common/num05.png") 5 2 no-repeat; padding-left: 32px;}
    li.nm6 {background: url("/images/common/num06.png") 5 2 no-repeat; padding-left: 32px;}
    li.nm7 {background: url("/images/common/num07.png") 5 2 no-repeat; padding-left: 32px;}
    li.nm8 {background: url("/images/common/num08.png") 5 2 no-repeat; padding-left: 32px;}
    li.nm9 {background: url("/images/common/num09.png") 5 2 no-repeat; padding-left: 32px;}
    li.tmp {padding-left: 35px; color: rgb(155,155,155);}

    table.fixed {table-layout: fixed;}


/* background */ 
    .bg_bottom {background: url("/images/common/bg_bottom.png") repeat-x; background-position: bottom;}
    .bg_img    {background: url("/images/common/bg_img_spring.png") no-repeat; background-position: bottom;}
    .copyright {background: rgb(250,250,250) url("/images/common/bg_copyright.png") repeat-x;}
    .opacity   {position:absolute; width:845px; left:10px; height:100px; background-color:#ffffff; filter:alpha(opacity=40); z-index:-1;}

/* link */
    a:link    {color: rgb(102,102,102); text-decoration: none;}
    a:visited {color: rgb(102,102,102); text-decoration: none;}
    a:active  {color: rgb(102,102,102); text-decoration: underline;}
    a:hover   {color: rgb(102,102,102); text-decoration: underline;}
    a         {selector-dummy: expression(this.hideFocus=true);}

/* font */
    .location {font-size: 11px; letter-spacing: -1px; color: #a2a2a2;}
    .eng      {font: normal 11px/12px Verdana, Dotum, AppleGothic, sans-serif;}
    .11px     {font-size: 11px; line-height: 13px;}
    .ls       {letter-spacing: -1px;}
    .bold     {font-weight: bold;}
    .red      {color: rgb(225,106,106);}
    .gray     {color: rgb(150,150,150);}
    .orange   {color: rgb(255,116,0);}
    .blue     {color: rgb(0,102,180);}
    .white    {color: rgb(255,255,255);}
    .italic   {font-style: italic;}
    .center   {text-align: center;}
    .left     {text-align: left;}
    .right    {text-align: right;}
    .justify  {word-break: break-all; text-align: justify;}
    .date     {font-family:Tahoma;font-size:14pt;font-weight:bold;color:19191}

/* input */
    .text     {border-top: 1px solid #6b6b6b; border-left: 1px solid #6b6b6b; border-bottom: 1px solid #d6d6d6; border-right: 1px solid #d6d6d6; margin-top: -1px;}