/**
 * top menu CSS
 * padding : 위, 오른쪽, 아래, 왼쪽
 */


/** web font */
@font-face {font-family:seevaa9; src:url(/css/font/seevaa9.eot);}
/*******************
@font-face {font-family:ttche; src:url(/css/font/TTche.eot);}
@font-face {font-family:soyabarunkil9; src:url(/css/font/soyabarunkil9.eot);}
@font-face {font-family:solip9; src:url(/css/font/enter_solip9.ewf);}
@font-face {font-family:forever10; src:url(/css/font/enter_forever10.ewf);}
@font-face {font-family:galip9; src:url(/css/font/enter_galip9.ewf);}
@font-face {font-family:pulip9; src:url(/css/font/enter_pulip9.ewf);}
@font-face {font-family:stroll10; src:url(/css/font/enter_stroll10.ewf);}
@font-face {font-family:soyabarunkil9; src:url(/css/font/soyabarunkil9.eot);}
******/



/* default style */
body {
	padding: 0;
	margin: 0;
	font-size : 9pt;
	font-family : 돋움, tahoma;
	line-height: 1.5em;
	background: #fff;
	color: #454545;
	background-image:none;
}

.png24 {tmp:expression(setPng24(this));} 

/** font */
.tahoma { font-family:tahoma, verdana;font-size:8pt;color:#999999; }
.tahoma_9 { font-family:tahoma, verdana;font-size:9pt;color:#999999; }
.bold { font-weight: bold }
.tahoma_00000 { font-family:tahoma, verdana;font-size:8pt; color:#000000; }
.grey_8 {font-size : 8pt; font-family : 돋움, tahoma; color:#999999}
.dotum  { font-size : 8pt; font-family : 돋움, tahoma; }
.dotum_9  { font-size : 9pt; font-family : 돋움, tahoma; }
.tahoma_8  { font-size : 8pt; font-family : tahoma; }

.dotum_memo  { font-size : 9pt; font-family : 돋움, tahoma; line-height:15pt}


/** color */
.c_454545  { color:#454545 }
.green     { color:green }
.c_00699B  { font-weight: bold; color:#00699B }
.c_E76918  { color:#E76918 }
.c_s00699B { color:#00699B }
.c_EF9B63  { color:#EF9B63 }
.c_999999  { color:#999999 }
.margin_box { font-size:10pt; font-weight: bold; color:#000;text-decoration:none;background-color:; margin:3em 1em 3em 1em; }

ul, li { margin:0; padding:0; list-style:none; }
p {	margin: 0 0 5px 0; }
form { 	margin: 0; }
img { border:0px none; }


/** default link */
/** default link */
a {	color: #00699B;	text-decoration:none; }
a:hover { color: #E76918;  text-decoration:underline;}

a.black 	  {	color: #454545;	 text-decoration:none;}
a.black:hover { color: #E76918;  text-decoration:underline;}

a.grey 	  {	color: #C0C0C0;	 text-decoration:none;}
a.grey:hover { color: #C0C0C0;  text-decoration:underline;}

a.black_sb 	  {	color: #00699B;	 font-weight: bold;  text-decoration:none;}
a.black_sb:hover { color: #E76918; font-weight: bold; text-decoration:underline;}

a.dotum {	font-size : 8pt; font-family : 돋움, tahoma;color: #00699B;	text-decoration:none;}
a.dotum:hover { font-size : 8pt; font-family : 돋움, tahoma;color: #E76918;  text-decoration:underline;}


a.dotum_b 	  {	font-size : 8pt; font-family : 돋움, tahoma;color: #00699B;	 font-weight: bold;  text-decoration:none;}
a.dotum_b:hover { font-size : 8pt; font-family : 돋움, tahoma;color: #E76918; font-weight: bold; text-decoration:underline;}


a.black_8 	  {	color: #454545;	 text-decoration:none; font-size : 8pt; font-family : 돋움, tahoma;}
a.black_8:hover { color: #E76918;  text-decoration:underline; font-size : 8pt; font-family : 돋움, tahoma;}

a.stress_ab 		 { font-weight: bold; color: #E76918;	 text-decoration:none; font-size : 9pt; font-family : 돋움, tahoma;}
a.stress_ab:hover { font-weight: bold; color: #E76918;  text-decoration:none; font-size : 9pt; font-family : 돋움, tahoma;}

a.stress_a 		 { color: #E76918;	 text-decoration:none; font-size : 9pt; font-family : 돋움, tahoma;}
a.stress_a:hover { color: #E76918;  text-decoration:none; font-size : 9pt; font-family : 돋움, tahoma;}


/** main notice */
a.main_notic {	font-weight: bold; color: #009ACE;	 text-decoration:underline; font-size : 9pt; font-family : 돋움, tahoma;}
a.main_notic:hover { font-weight: bold; color: #E76918;  text-decoration:none; font-size : 9pt; font-family : 돋움, tahoma;}

/** sub menu */
a.subon {	color: #E76918;	 text-decoration:underline; font-size : 9pt; font-family : 돋움, tahoma;}
a.subon:hover { color: #E76918;  text-decoration:underline; font-size : 9pt; font-family : 돋움, tahoma;}

/** 각종메뉴 */
a.grey { color: #808080;	text-decoration:none; font-size : 8pt; font-family : 돋움, tahoma;}
a.grey:hover { color: #808080;	text-decoration:underline; font-size : 8pt; font-family : 돋움, tahoma; }


/** 이미지관련 */
A.m_img img {
    border : 1 solid #333;
	filter:alpha(opacity=100);
	opacity:1;
	-moz-opacity:1;
}

A.m_img:hover img  {
    border : 1	solid #676767;
	filter:alpha(opacity=50);
	opacity:0.5;
	-moz-opacity:0.5;
}

A.m_img img.over  {
    border : 1	solid #676767;
	filter:alpha(opacity=50);
	opacity:0.5;
	-moz-opacity:0.5;
}

A.m_img:hover img.over  {
    border : 1	solid #676767;
	filter:alpha(opacity=50);
	opacity:0.5;
	-moz-opacity:0.5;
}

/* 추가 스타일 */
.hand { cursor:pointer }
.seevaa9 { font-family:seevaa9 }
.w_color { color : #FFF }


/* login */
.input   	{ border:1px solid #cdcdcd;background-color:f7f5f7;height:19px;font-family:돋움,tahoma;font-size:12px;color:393939 }
.top_input   	{ border:1px solid #cdcdcd;background-color:f7f5f7;height:19px;font-family:돋움,tahoma;font-size:12px;color:393939 }
.login_box  { border:1px solid #cdcdcd;background-color:f7f5f7;height:18px;font-family:verdana;font-size:8pt;color:393939 }
.register   { font-weight: bold; color: #5292BD; text-decoration:underline; }

/* padding */
.p_l { padding-left : 3px }
.p_r { padding-right : 3px}
.p_t { padding-top : 3px}
.p_b { padding-bottom : 3px}
.nextLine {clear:both;padding-top:10px;}
.n_pt {clear:both;padding-top:5px;}

.lh {line-height: 120%;}
.lh2 {line-height: 150%;}
.jt {text-align:justify;}
.li {font-weight:bold; font-size:18px; vertical-align:-4px; color:#66AEAD;}
.ul {list-style-type:square; color:#66AEAD;}
.ct { font-family: 돋움, 굴림;}
.ed {border:1px solid #CCCCCC;}
.tx {border:1px solid #CCCCCC;}
.small {font-family:돋움;font-size:8pt;}
.small2 {font-family:Tahoma;font-size:7pt;}
.small_tahoma {font-family:Tahoma;font-size:8pt;}

.stress2{color:#3165CE;}/*강조*/
.stress{color:#ff3300;}/*강조*/
.blue{color:#0000FF;}/*강조*/
.cloudy{color:#888888;}/*흐림*/
.lsm {letter-spacing:-1px}
.pointer { cursor:pointer }

.dotline { background-image: url(/images/dot_default.gif); background-repeat-x; height:1px; }
.dot1 { background-image: url(/images/dot01.gif); background-repeat-x; height:1px; }
.dot2 { background-image: url(/images/dot02.gif); background-repeat-x; height:1px; }
.under_line { text-decoration:underline; }
.clear_div { clear: both; };

.line { background-color:#EBEBEB; height:1px}

/* 서브메뉴 */
.sub_l {z-index:2; width:85px; visibility:hidden; border: #8CBAD6 1px solid; background-color:#F2FFFF;  padding:10 0 5 0; position:absolute}
.sub_a {z-index:2; width:100px; visibility:hidden; border: #8CBAD6 1px solid; background-color:#F2FFFF;  padding:10 0 5 0; position:absolute}
.sub_w {z-index:2; width:100px; visibility:hidden; border: #8CBAD6 1px solid; background-color:#F2FFFF;  padding:10 0 5 0; position:absolute}
.sub_c {z-index:2; width:140px; visibility:hidden; border: #8CBAD6 1px solid; background-color:#F2FFFF;  padding:10 0 5 0; position:absolute}
.sub_m {z-index:2; width:120px; visibility:hidden; border: #8CBAD6 1px solid; background-color:#F2FFFF;  padding:10 0 5 0; position:absolute}
.sub_i {z-index:2; width:120px; visibility:hidden; border: #8CBAD6 1px solid; background-color:#F2FFFF;  padding:10 0 5 0; position:absolute}

.mtDropdownMenu { LEFT: -1000px; OVERFLOW: hidden; POSITION: absolute; TOP: -1000px; }
.mtDropdownMenu .content { POSITION: absolute}
.mtDropdownMenu .items   { color: #00699B; BORDER-RIGHT: #8CBAD6 1px solid; BORDER-TOP: #8CBAD6 1px solid; Z-INDEX: 2; LEFT: 0px; BORDER-LEFT: #8CBAD6 1px solid; BORDER-BOTTOM: #8CBAD6 1px solid; POSITION: relative; TOP: 0px}
.mtDropdownMenu .item    { color: #00699B; background:#fff; BORDER-RIGHT: medium none; BORDER-TOP: medium none; FONT-SIZE: 12px; BORDER-LEFT: medium none; CURSOR: pointer;  BORDER-BOTTOM: medium none;  TEXT-DECORATION: none}

.mtDropdownMenu .background {	Z-INDEX: 1; LEFT: 0px; POSITION: absolute; TOP: 0px; moz-opacity: .8}
.mtDropdownMenu .shadowRight {	Z-INDEX: 3; FILTER: alpha(opacity=10); WIDTH: 2px; POSITION: absolute; TOP: 3px; moz-opacity: .4}
.mtDropdownMenu .shadowBottom {	Z-INDEX: 1; FILTER: alpha(opacity=10); LEFT: 3px; POSITION: absolute; HEIGHT: 2px; moz-opacity: .4}

/**
.mtDropdownMenu .background {	Z-INDEX: 1; LEFT: 0px; POSITION: absolute; TOP: 0px; moz-opacity: .8}
.mtDropdownMenu .shadowRight {	Z-INDEX: 3; FILTER: alpha(opacity=10); WIDTH: 2px; POSITION: absolute; TOP: 3px; moz-opacity: .4}
.mtDropdownMenu .shadowBottom {	Z-INDEX: 1; FILTER: alpha(opacity=10); LEFT: 3px; POSITION: absolute; HEIGHT: 2px; moz-opacity: .4}
*/

.mtDropdownMenu .item.hover {background-color: #DEE7FF; color: #E76918;} /*#3491D0*/
td.mtDropdown {  COLOR: #00699B; LETTER-SPACING: -1px }

/* sub menu acive */
.sub_active2 {color: #E76918; FONT-WEIGHT: bold; background-color:; text-decoration:underline; }
.sub_active {FONT-WEIGHT: bold; background-color:; text-decoration:underline; }

/* tag cloud */
#tag_cloud {padding:2px 2px 2px 2px; color:#7C8A8D; text-align:justify; table-layout:fixed; line-height:260%;letter-spacing:-1px; word-break:break-all;}
#tag_cloud a:link {color:#7C8A8D}
#tag_cloud a:visited {color:#7C8A8D}
#tag_cloud a:hover {background-color:#1E4F55; color:#FFFF00; text-decoration:none; selector-dummy:expression(this.hideFocus=true)}
#tag_cloud a.tag0 {color:#296900; font-weight:bold; font-size:15px;}
#tag_cloud a.tag0:link {color:#296900;}
#tag_cloud a.tag0:visited {color:#296900;}
#tag_cloud a.tag0:hover {background-color:#1E4F55; color:#FFFF00; text-decoration:none; selector-dummy:expression(this.hideFocus=true)}
#tag_cloud a.tag1 {color:#FFB500; font-weight:bold; font-size:15px;}
#tag_cloud a.tag1:link {color:#FFB500;}
#tag_cloud a.tag1:visited {color:#FFB500;}
#tag_cloud a.tag1:hover {background-color:#1E4F55; color:#FFFF00; text-decoration:none; selector-dummy:expression(this.hideFocus=true)}
#tag_cloud a.tag2 {color:#3165CE; font-weight:bold; font-size:15px;}
#tag_cloud a.tag2:link {color:#3165CE;}
#tag_cloud a.tag2:visited {color:#3165CE;}
#tag_cloud a.tag2:hover {background-color:#1E4F55; color:#FFFF00; text-decoration:none; selector-dummy:expression(this.hideFocus=true)}
#tag_cloud a.tag3 {color:#FF3800; font-weight:bold; font-size:18px;}
#tag_cloud a.tag3:link {color:#FF3800;}
#tag_cloud a.tag3:visited {color:#FF3800;}
#tag_cloud a.tag3:hover {background-color:#1E4F55; color:#FFFF00; text-decoration:none; selector-dummy:expression(this.hideFocus=true)}
#tag_cloud a.tag4 {color:#FFF; font-weight:bold; font-size:20px;}
#tag_cloud a.tag4:link {background-color:#f2c002; color:#FFF; text-decoration:none;}
#tag_cloud a.tag4:visited {background-color:#f2c002; color:#FFF; text-decoration:none;}
#tag_cloud a.tag4:hover {background-color:#1E4F55; color:#FFFF00; text-decoration:none; selector-dummy:expression(this.hideFocus=true)}
#tag_cloud a.tag5 {color:#FFF; font-weight:bold; font-size:20px;}
#tag_cloud a.tag5:link {background-color:#12D763; color:#FFF; text-decoration:none;}
#tag_cloud a.tag5:visited {background-color:#12D763; color:#FFF; text-decoration:none;}
#tag_cloud a.tag5:hover {background-color:#1E4F55; color:#FFFF00; text-decoration:none; selector-dummy:expression(this.hideFocus=true)}
#tag_cloud .tagspace {padding:0 6px 0 4px; color:#CCC;}


/* google ad */
#googlead {padding:0 0 5px 0;}

/** box set */
.Box_000{border:solid 0;padding:0;text-align:justify;}
.Box_001{width:500;border:solid 1;border-color:#E7E7E7;padding:5px 5px 2px 5px;background-color:#F4F4F4;text-align:justify;}
.Box_002{width:500;border:solid 1;border-color:#DDEAA8;padding:5px 5px 2px 5px;background-color:#FBFDF1;text-align:justify;}
.Box_003{width:500;border:solid 1;border-color:#F9D5D5;padding:5px 5px 2px 5px;background-color:#FEF6F6;text-align:justify;}
.Box_004{width:500;border:solid 1;border-color:#EFDAF4;padding:5px 5px 2px 5px;background-color:#FCF7FD;text-align:center;}
.Box_005{width:500;border:solid 1;border-color:#DCDFF6;padding:5px 5px 2px 5px;background-color:#F6F7FE;text-align:center;}
.Box_006{width:500;border:solid 1;border-color:#DAEAEE;padding:5px 5px 2px 5px;background-color:#F0F6F8;text-align:right;}
.Box_007{width:500;border:solid 1;border-color:#D5EDDD;padding:5px 5px 2px 5px;background-color:#EFF9F2;text-align:right;}
.Box_008{width:500;border:solid 1;border-color:#FFEC15;padding:5px 5px 2px 5px;background-color:#FFFCDF;text-align:right;}

.Box_010 {  padding:7; background-color:#eff2fe; BORDER-RIGHT: #dce4fd 1px solid; BORDER-TOP: #dce4fd 1px solid; BORDER-LEFT: #dce4fd 1px solid; BORDER-BOTTOM: #dce4fd 1px solid }
.Box_010_1 { padding:4; background-color:#f7f9fe; color:#7187CA }


.grey_sbox { background-color:#dce4fd; BORDER-RIGHT: #dce4fd 1px solid; BORDER-TOP: #dce4fd 1px solid; BORDER-LEFT: #dce4fd 1px solid; BORDER-BOTTOM: #dce4fd 1px solid };


/** 메인 명언출력 박스 */

.grey_lbox 	{ }
.gey_lbox0 	{ background-color:#ebebeb; border-right: #ebebeb 5px solid; border-top: #ebebeb 5px solid; border-left: #ebebeb 5px solid; border-bottom: #ebebeb 5px solid}
.grey_lbop0 { background-color:#FFF; padding:7px;}

.sub_sBox0 	{ background-color:#dce4fd; border-right: #dce4fd 5px solid; border-top: #dce4fd 5px solid; border-left: #dce4fd 5px solid; border-bottom: #dce4fd 5px solid}
.sub_sBox01 { background-color:#FFF; padding:7px;}



/** CCL */
.v_ccl {clear:both;padding-top:20px;}


/** pageing add */
#pagingNew {clear:both;font:12px AppleGothic,Verdana;margin:10px 0px 10px 0px;text-align:center;width:580px;}
#pagingNew a {border:1px solid #ececec;height:23px;text-decoration:none;padding:2px 5px 0px 5px;margin-left:4px;font-weight:bold;}
#pagingNew a:hover {border:1px solid #5292BD;color:#5292BD;}
#pagingNew .sel {border:1px solid #5292BD;color:#5292BD;font-weight:bold;height:23px;padding:2px 5px 0 5px;margin-left:4px;}
#pagingNew .numBox {color:#000;font-weight:bold;padding:2px 5px 0px 5px;}
#pagingNew .numPrev {background-image:url("/gnu/img/bll_01.gif") no-repeat 5px 6px;color:#000;height:23px;margin-right:4px;overflow:hidden;padding:2px 5px 1px 15px;}
#pagingNew .numNext {background-image:url("/gnu/img/blr_01.gif") no-repeat 5px 6px;color:#000;height:23px;margin-right:4px;overflow:hidden;padding:2px 5px 1px 15px;}}

/** top color change */

.menu_color_picker {margin:0; padding-top:0px; float:right;}
.menu_color_picker li {margin-left:1px; width:17px; height:13px; float:left; list-style:none; cursor:pointer; background-image:url('/images/bd_picker.png') no-repeat 0 0; font-size:0;}
.menu_color_picker li.color_5292bd {margin:0; background-color:#5292bd;}
.menu_color_picker li.color_23adb2 {background-color:#23adb2;}
.menu_color_picker li.color_bf6d6d {background-color:#bf6d6d;}
.menu_color_picker li.color_bf6dab {background-color:#bf6dab;}
.menu_color_picker li.color_a96dbf {background-color:#a96dbf;}
.menu_color_picker li.color_6d6fbf {background-color:#6d6fbf;}
.menu_color_picker li.color_6d9bbf {background-color:#6d9bbf;}
.menu_color_picker li.color_6dbfbc {background-color:#6dbfbc;}
.menu_color_picker li.color_73bf6d {background-color:#73bf6d;}
.menu_color_picker li.color_afbf6d {background-color:#afbf6d;}
.menu_color_picker li.color_bfab6d {background-color:#bfab6d;}
.menu_color_picker li.color_9b9b9b {background-color:#9b9b9b;}
.menu_color_picker li span {float:left;width:17px; height:13px; display:block; background-image:url('/images/ico_picker.png') no-repeat -23px 0;}


#gnbcolor_5292bd {background-color:#5292bd;}
#gnbcolor_23adb2 {background-color:#23adb2;}
#gnbcolor_bf6d6d {background-color:#bf6d6d;}
#gnbcolor_bf6dab {background-color:#bf6dab;}
#gnbcolor_a96dbf {background-color:#a96dbf;}
#gnbcolor_6d6fbf {background-color:#6d6fbf;}
#gnbcolor_6d9bbf {background-color:#6d9bbf;}
#gnbcolor_6dbfbc {background-color:#6dbfbc;}
#gnbcolor_73bf6d {background-color:#73bf6d;}
#gnbcolor_afbf6d {background-color:#afbf6d;}
#gnbcolor_bfab6d {background-color:#bfab6d;}
#gnbcolor_9b9b9b {background-color:#9b9b9b;}


#tail-switch{padding:0 0 10px;text-align:center;}
.feel_b01{display:inline-block;padding:0 9px;height:25px;border:0;
    background:#89bcc1 !important;color:#fff !important;vertical-align:middle;
    text-align:center;line-height:2.2em
}
#tail-switch a{display:block;margin:0 20px;padding:10px;font-size:1.5em;text-align:center;line-height:1.5em}#sir_armv{zoom:1}#sir_armv:after{display:block;visibility:hidden;content:"";clear:both;width:100%;height:0;overflow:hidden}
