
/*-----------------------------------------------------------------------------
  ½ºÅ¸ÀÏ °¡Á®¿À±â
  ----------------------------------------------------------------------------*/
@import url("./html/css/layout.css");
@import url("./html/css/winlayer.css");
@import url("./html/css/main.css");
@import url("./html/css/pages.css");
@import url("./html/css/manual.css");
@import url("./html/css/rct.css");
@import url("./html/css/ottd.css");

@font-face {font-family:¼ÖÀÙ9; src:url("http://www.korct.com/other/font/solip9.ewf");}
@font-face {font-family:Ç®ÀÙ9; src:url("http://www.korct.com/other/font/pulip9.ewf");}
@font-face {font-family:Æ«¸³9; src:url("http://www.korct.com/other/font/tulip9.ewf");}

/*-----------------------------------------------------------------------------
  ½ºÅ¸ÀÏ ÃÊ±âÈ­
  ----------------------------------------------------------------------------*/
* {
	margin:0;
	padding:0;
}
body {
	overflow:auto;
}
body, td, tr, table, form, input, select, textarea, button, div {
	color:black;
	font-size:9pt;
	font-family:dotum;
	line-height:1.5em;
}
a, img {border:0;}
img {
	vertical-align:middle;
}
p {
	margin:0 0 20px 0;
}

/*-----------------------------------------------------------------------------
  ±âº» ½ºÅ¸ÀÏ
  ----------------------------------------------------------------------------*/
a:link, a:visited, a:active {text-decoration:none; color:black;}
a:hover {text-decoration:none; color:blue;}

input, textarea {
	border-width:1px;
	border-style:solid;
	border-color:#EEE #DDD #DDD #EEE;
	background-color:#FFF;
}
input[type="checkbox"], input[type="radio"] {
	border:0;
	background-color:transparent;
	vertical-align:-20%;
}
select {
	border:1px solid gray;
	background-color:white;
}
button {
	border:0;
	padding:5px 10px 5px 10px;
	background-color:#EEE;
}

ul.indents {
	margin-left:1em;
}
ul, ol {
	list-style:none;
}
hr {
	height:0;
	display:none;
}

.solid_line {
	background-color:#e5e5e5;
	height:1px;
	padding:0;
	margin:0;
	font-size:0px;
}


/* Font Styles */
/*
.teal {color:teal;}
.teal a:link, .teal a:visited, .teal a:active {text-decoration:none; color:teal;}
.teal a:hover {text-decoration:none; color:blue;}
.size8 {font-size:8pt;}
.size10n {font-size:10pt; font-family:±¼¸², Verdana;}
.size11n {font-size:11pt; font-family:±¼¸², Verdana;}
.size12n {font-size:12pt; font-family:±¼¸², Verdana;}
.gulim8 {font-family:±¼¸², ±¼¸²Ã¼, gulim; font-size:8pt;}
.dotum8 {font-family:À¥µ¸¿ò, µ¸¿ò, dotum; font-size:8pt;}
.gulimc {font-family:±¼¸²Ã¼;}
*/
.size10 {
	font:bold 10pt gulim;
}
.size11 {
	font:bold 11pt gulim;
}
.size12 {
	font:bold 12pt gulim;
}
.tahoma {
	font-family:Tahoma;
	font-size:8pt;
}
.tahomab {
	font-family:bold 8pt Tahoma;
}
.tahoma7 {
	font-family:Tahoma;
	font-size:7pt;
}
.verdana {
	font-family:Verdana;
	font-size:8pt;
}
.verdanab {
	font:bold 8pt Verdana;
}
.verdana7 {
	font-family:Verdana;
	font-size:7pt;
}
.note {
	font-size:8pt;
	font-family:dotum;
	color:silver;
}
.sup_note {
	vertical-align:super;
	color:red;
	font-weight:bold;
}

/* Input Fields */
.input {width:100%; background-color:transparent; border:0;}
.input2 {background-color:transparent; border:0;}
.txtbox {background-color:transparent; border:1px solid #DDD; width:100%; margin-left:-2px;}
.txtbox2 {background-color:transparent; border:1px solid #DDD;}
.button {font-family:Tahoma; font-size:8pt; height:18px; font-weight:bold; border:0; background-color:#EEE;}
.redbox {background-color:#E3A4A4;}
.item_box {border:1px solid #DDD; padding:3px; margin:3px;}

/* Background Colors */
/*
.bg_f3 {background-color:#F3F3F3;}
.bg_e9 {background-color:#E9E9E9;}
.bg_99 {background-color:#999999;}
.bg_88 {background-color:#888888;}
.bg_77 {background-color:#777777;}
.bg_66 {background-color:#666666;}
.bg_55 {background-color:#555555;}
.bg_44 {background-color:#444444;}
.bg_33 {background-color:#333333;}
.bg_22 {background-color:#222222;}
.bg_11 {background-color:#111111;}
.bg_00 {background-color:#000000;}
*/
.bg_ff {background-color:#fff;}
.bg_ee {background-color:#eee;}
.bg_dd {background-color:#ddd;}
.bg_cc {background-color:#ccc;}
.bg_bb {background-color:#bbb;}
.bg_aa {background-color:#aaa;}
.bg_close {background-color:#fed;}

.str_cut {
	white-space:nowrap;
	overflow:hidden;
	-o-text-overflow:ellipsis;	/* Opera 9 */
	-ms-text-overflow:ellipsis;	/* IE8 Above */
	-moz-binding:url("/html/css/ellipsis.xml");	/* FF3 */
	text-overflow:ellipsis;
}

/* for WYSIWYG editor */
/*
A.link_red:link		{text-decoration:none; color:#D8442C; border-bottom:2px solid #E78B29;}
A.link_red:visited		{text-decoration:none; color:#D8442C; border-bottom:2px solid #E78B29;}
A.link_red:active		{text-decoration:none; color:#D8442C; border-bottom:2px solid #E78B29;}
A.link_red:hover		{text-decoration:none; color:#A9250F; border-bottom:2px solid #DD7611;}

A.link_blue:link		{text-decoration:none; color:#2A61A4; border-bottom:2px solid #37AFCD;}
A.link_blue:visited		{text-decoration:none; color:#2A61A4; border-bottom:2px solid #37AFCD;}
A.link_blue:active		{text-decoration:none; color:#2A61A4; border-bottom:2px solid #37AFCD;}
A.link_blue:hover		{text-decoration:none; color:#144684; border-bottom:2px solid #3796CD;}

A.link_green:link		{text-decoration:none; color:#368E36; border-bottom:2px solid #76BD31;}
A.link_green:visited	{text-decoration:none; color:#368E36; border-bottom:2px solid #76BD31;}
A.link_green:active		{text-decoration:none; color:#368E36; border-bottom:2px solid #76BD31;}
A.link_green:hover		{text-decoration:none; color:#136F13; border-bottom:2px solid #5FA90F;}
*/
