@charset "utf-8";
@import url("sub.css");

/*
 * Style Name: 공통 스타일시트
 * Version: 1.0
 * Last Up Date: 2008-04-17
 * Author: 방미희
 * Author URL: http://
 * Author Email: mihee@dajim.co.kr
 */

* {
  margin: 0;
  padding: 0;
  line-height: 1.5em;
  font-style: normal; 
  font-variant: normal; 
  word-break: break-all;
  
}

body {
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 1.4em;
  font-family: Dotum, "돋움", sans-serif;
  color:#666;
	height:100%; 
 
}

#main {background:url(../images/common/bg_dot.gif)  ;}
#bottom { position:relative; clear:both; width: 100%; height:139px; background:url(../images/common/bg_bot.gif) repeat-x;} 

#top{	
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height:98px;
  position:relative;
  background:url(../images/common/bg_dot1.gif) repeat-x
}

/* ---- 관리자 로그인  css ---------*/


.LoginBox {

 position: relative;
 margin:auto;
 width:556px; height:263px;
 padding-top:200px;
  
  }
  
/* -----------------------main -------------------------*/


.cont{
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height:100%;
	z-index:1;
	background:url(../images/common/bg_dot1.gif) repeat-x;
}

.cont.top{
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	width: 1000px;
	height:95px;
	z-index:2;
}

.cont.left{
	position: absolute;
	top: 65px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	width: 565px;
	height:630px;
	z-index:1;
}

.cont.con{
	position: absolute;
	top: 121px;
	left: 565px;
	margin: 0px;
	padding: 0px;
	width: 384px;
	height:630px;
}

.cont.footer{
	position: relative;
	top: 725px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height:139px;
	background:url(../images/common/bg_bot.gif) repeat-x;
}


.pa{padding:1px 0px 0px 1px;}

 .ttl{color:#4d4543; font-size:11px; line-height:18px; font-family:돋움; font-weight:bold;}
 .ttl_co{color:#616161; font-size:11px; line-height:13px; font-family:돋움; font-weight:nomal;}
 .date{color:#0063b7; font-size:11px; line-height:13px; font-family:돋움; font-weight:nomal;}
 .news{color:#525252; font-size:11px; line-height:13px; font-family:돋움; font-weight:nomal;}
 .schedule{color:#0063b7; font-size:11px; line-height:13px; font-family:돋움; font-weight:bold;}

 input {color:#727272; font-size:12px; background:#FFFFFF; }
 
 
 


/* ---------------- Form 관련 스타일 ---------------- */

input.textBox { border:1px solid #C5C6C6; height:17px; margin-bottom:1px; padding:0 2px; font-size:12px;}  
.radio { margin-bottom:-2px;}
textarea {border:1px solid #969696;font-size:12px;}





/* ---------------------------------------------------- */ 


hr {
  display: none;
}


/* ---------------- block element */

div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, address {
  margin: 0;
  padding: 0;
}



/* -------- p */
p {
  margin-bottom: 1.5em;
  padding: 0;
  line-height: 1.75em;
  text-align: left;
}

/* ---------------- inline element */
a, abbr, acronym, bdo, big, cite, code, dfn, em, img, kbd, object, q, ruby, samp, small, span, strong, sub, sup, var {
  display: inline;
}

abbr, abbr, acronym {
  border-width: 0 0 1px 0;
  border-style: dotted;
  cursor: help;
}


a {
  font-weight: normal;
  text-decoration: none;
}

a:link, a:visited {
	color: #5C5C5C;
	text-decoration: none;
}

a:active, a:hover {
	text-decoration:none;
	color:#0030A7;
}


/* -------- img */
img {
  margin: 0;
  padding: 0;
}

a img {
  border: none;
  text-decoration: none;
}

/* -------- buttom */
button {
  cursor: pointer;
  border-color: #FAFAFA #848484 #848484 #FAFAFA;
  border-width: 2px;
  border-style: solid;
  color: #333;
  font-family: monospace;
  font-size: 85%;
  background-color: #F0F0F0;
}

button:active {
  border-color: #848484 #FAFAFA #FAFAFA #848484;
}





/* ---------------- list element */

ul, ol {
  display: block;
}

ul {
  margin: 2em 0 2.5em 2.5em;
}

ol {
  list-style-type: decimal;
  margin: 2em 0 2.5em 3em;
}

li {
  display: list-item;
  margin:0 0 .5em 0;
}

ul ul,
ol ol,
ol ul {
  margin: .5em 0 .5em 1.2em;
}

ul ul li,
ol ol li,
ol ul li {
  margin: 0 0 .5em 0;
}


/* -- form */

form {
  display: block;
  margin: 0;
  padding: 0;
  line-height: 1.0em;
}


legend {
  display: none;
}

label {
  vertical-align: middle;
  margin: 0 .5em  0 0;
  padding: 0;
  text-transform: capitalize;
}


select { 
  font-size:12px;

}

/* -------- noscript */
noscript {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

noscript p {
  padding: .5em 0;
  border-bottom: 1px solid #d44;
  color: #666;
  text-align: center;
  background-color: #fee;
}










