﻿/* 공통 */
* {margin:0;padding:0;}
img {border:0px;}
ul,li,ol,dt,dd,dl,hr{ list-style:none;}
body{background-color:#ffffff;color:#57453b;font-size:9pt;font-family:tahoma, 돋움; margin:0;}

a{color:#383d41;text-decoration:none;}
a:hover,a:hover *,a.visited:hover{color:#383d41;}

fieldset {border:0;}
legend {display:none;}

/* 공통클래스 */
.hand { cursor:pointer;}

.content_title{margin-bottom:11px;}
.all_btn{text-align:center; margin-top:30px; word-spacing:5px;}
.all_btn input{vertical-align:middle;}
.floatLeft {float:left;}

.updateArea{ display:none;height:0px;font-size:1px; }

.c_focus {border:1px solid #ffc45d; background-color:#FFFBE7;COLOR:#253d7d; padding:3px;}
.input {border:1px solid #dfc79d; background-color:#ffffff; COLOR:#253d7d; padding:3px;}

/* thumbnail image over/out */
.blurImg { width:64px;height:64px;border:1px solid #E7E0DA; cursor:pointer; text-align:center;}
.overImg { width:64px;height:64px;border:1px solid #AF9282; cursor:pointer; text-align:center;}

/* page selected css */
.pageSelected { font-weight:bold;color:#FF0000; }

.mt5{ margin-top:5px;}
.mt40{ margin-top:40px;}
.mt20{ margin-top:20px;}
