
table {
        border-collapse:collapse;
        font-size:13px;
        color:#000;
}
td.basic {
        color:none;
        border-style:solid;
        border-color:#F3F2ED;
        border-width:1 1 1 1;
}
td.pink {
        color:red;
        border-style:solid;
        border-color:#FAEBDD;
        border-width:5 5 5 5;
}
td.blue {
        color:blue;
        border-style:solid;
        border-color:#DCEAF0;
        border-width:5 5 5 5;
}


td.pink2 {
        color:blue;
        border-style:solid;
        border-color:#FFEEC7;
        border-width:5 5 5 5;
}
/* ----------------------------------------------------------- ±âº» css -------------------------------------- */ 
 html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,
 blockquote,pre,abbr,address,cite,code,del,dfn,em,img,
 ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,
 fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,
 article,aside,canvas,details,figcaption,figure,footer,header,hgroup,
 menu,nav,section,summary,time,mark,audio,video{margin:0; padding:0;}
 article, aside, details, figcaption, figure, section {  display: block; }
 @font-face {      
     font-family: nanumg;                
     src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-3Light.woff') format('woff');
 }  
 @font-face {
     font-family: 'S-CoreDream-2ExtraLight';
     src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-2ExtraLight.woff') format('woff');
     font-weight: normal;
     font-style: normal;
}
@font-face {
     font-family: 'nanumg';
     src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-3Light.woff') format('woff');
     font-weight: 200;
     font-style: normal;
}

@font-face {
     font-family: 'nanumg';
     src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-4Regular.woff') format('woff');
     font-weight: 300;
     font-style: normal;
}

@font-face {
     font-family: 'nanumg';
     src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-5Medium.woff') format('woff');
     font-weight: 600;
     font-style: normal;
}
@font-face {
     font-family: 'nanumg';
     src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-5Medium.woff') format('woff');
     font-weight: bold;
     font-style: normal;
}

@font-face {
     font-family: 'nanumg';
     src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-8Heavy.woff') format('woff');
     font-weight: 900;
     font-style: normal;
}  
 select {outline: none;}
 li { list-style:none; }
 img,fieldset,iframe{border:0;}
 img,fieldset { border:none; }
 img{ max-width:100%; }/*ipad»çÀÌÁî¿¡¼­ userlogin ÀÇ titleµî %·Î µÈ  °ÍÀ» À§ÇØ*/
 li img, dd img { vertical-align:top; }
 input { vertical-align:middle;}
 hr{display:none;} 
 a {font-size:14px;font-family: nanumg;color:#646464;text-decoration:none} 
 body {
     background: #fff;  
     font-family: nanumg;
 }
 /* ie 10 ¿¡¼­ floatµÈ ¿ä¼ÒÀÇ °¡·Î Á¤·ÄÀ§ÇØ »ç¿ë */  
 ul li {
  display: inline;
 }
 .imgover {
     opacity: 0.6;
     filter:alpha(opacity=60); 
 } 
 .listover {background:#00b1a1} 



td.gray {
        color:blue;
        border-style:solid;
        border-color:#f4f4f4;
        border-width:5 5 5 5;
}


td.white {
        color:white;
        border-style:solid;
        border-color:#ffffff;
        border-width:0 0 0 0;
}

input.button {
        border:0;
        border-style:outset;
        border-color:silver;
        border-width:1 1 1 1;
        padding-top:3;
}


.input {font-family:nanumg;border:solid 1;border: 1px solid #e3e3e3;background-color:ffffff;height:18px}

A:link{
        text-decoration: none; color:#333333;
}
A:visited{
        text-decoration: none; color:#333333;
}
A:hover{
        text-decoration: none; color:#0066cc;
}