/* CSS Document */
@charset "utf-8";
@import "/ver2/css/index.css";
@import "/ver2/css/sub.css";


/*common*/
* {margin:0; padding:0;}
body {font-family:'돋움','Dotum'; font-size:12px; color:#333; line-height:150%; overflow-x:hidden; /*background:url("/ver2/images/bg.jpg") no-repeat center top fixed;*/ background:#333132;}
ol, ul, li {list-style:none;}
img {border:0; /*display:block;*/ vertical-align:top; }
a:link, a:visited {text-decoration:none; color:#ccd9d1; font-size:11px}
a:hover, a:active {text-decoration:underline; color:#ccd9d1; font-size:11px}
a.menu:link, a.menu:visited, a.menu:active {text-decoration:none; color:#454545;}
a.menu:hover {text-decoration:none;}


/*board*/
.member {font-weight:bold;color:#888888;}
.guest  {font-weight:normal;color:#888888;}
.lh { 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: Verdana, 굴림; color:#222222; } 
.ed { border:1px solid #CCCCCC; } 
.tx { border:1px solid #CCCCCC; } 
.small { font-size:8pt; font-family:돋움; }
.cloudy, a.cloudy {color:#888888;} /* 흐림 */
input.ed { height:20px; border:1px solid #9A9A9A; border-right:1px solid #D8D8D8; border-bottom:1px solid #D8D8D8; padding:3px 2px 0 2px; }
input.ed_password { height:20px; border:1px solid #9A9A9A; border-right:1px solid #D8D8D8; border-bottom:1px solid #D8D8D8; padding:3px 2px 0 2px; font:10px Tahoma; }
textarea.tx { border:1px solid #9A9A9A; border-right:1px solid #D8D8D8; border-bottom:1px solid #D8D8D8; padding:2px; }
input.homeview {height:18px; border:1px solid #ccc; background-color:#333; padding:3px 2px 0 2px; color:#eee;}


/*event_request list.skin*/
.board_top { clear:both; }

.board_list { clear:both; width:100%; table-layout:fixed; margin:5px 0 0 0; }
.board_list th { font-weight:bold; font-size:12px; } 
.board_list th { background:url(<?=$board_skin_path?>/img/title_bg.gif) repeat-x; } 
.board_list th { white-space:nowrap; height:34px; overflow:hidden; text-align:center; } 
.board_list th { border-top:1px solid #ddd; border-bottom:1px solid #ddd; } 

.board_list tr.bg0 {} 
.board_list tr.bg1 {} 

.board_list td { padding:.5em; }
.board_list td { border-top:1px solid #ddd; border-bottom:1px solid #ddd; } 
.board_list td.num { color:#fff; text-align:center; }
.board_list td.checkbox { text-align:center; }
.board_list td.subject { overflow:hidden; }
.board_list td.name {text-align:center; color:#fff;}
.board_list td.datetime { font:normal 11px tahoma; color:#fff; text-align:center; }
.board_list td.hit { font:normal 11px tahoma; color:#fff; text-align:center; }
.board_list td.good { font:normal 11px tahoma; color:#fff; text-align:center; }
.board_list td.nogood { font:normal 11px tahoma; color:#fff; text-align:center; }

.board_list .notice { font-weight:normal; }
.board_list .current { font:bold 11px tahoma; color:#E15916; }
.board_list .comment { font-family:Tahoma; font-size:10px; color:#EE5A00; }

.board_button { clear:both; margin:10px 0 0 0; }

.board_page { clear:both; text-align:center; margin:3px 0 0 0; }
.board_page a:link { color:#777; }

.board_search { text-align:center; margin:10px 0 0 0; }
.board_search .stx { height:21px; border:1px solid #9A9A9A; border-right:1px solid #D8D8D8; border-bottom:1px solid #D8D8D8; }

img {border: none;} 
.event_list_img { padding:0px; margin:0 0 0 0; height:120px; }

.event_list_text ul { margin:0; padding:0; list-style:none; } 
.event_list_text li { height:20px; text-align:left; } 
.event_list_text img { vertical-align:middle;}

.write_head { height:30px; padding-left:10px; color:#ccc; font-size:11px; }
.field { border:1px solid #ccc; }

/*basic class*/
.hidden {margin:0; padding:0; width:0; height:0; font-size:0; line-height:0; overflow:hidden; position:absolute; top:0; left:0; visibility:hidden;}
.txtOrange {color:#f1991c;}
.txtBold {font-weight:bold;}
.txtWhite {color:#fff;}
.txtSize {font-size:11px;}