* {
    border-collapse: collapse;
}

html, body {
	margin: 0px;
	padding: 0px;
}

body {
	background: rgb(0, 0, 0); 
	margin: 0pt; 

	color: #FFFFFF;
	font-family: "µ¸¿ò", Dotum, "±¼¸²", Gulim, Tahoma, Verdana, AppleGothic, sans-serif;
	font-size: 75%;
	line-height: 1.5;
	border-collapse: collapse;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	font-size: 1em;
}

ol, ul {
	margin: 0px;
	padding: 0px;
	list-style: none;	
}

div, li, dl, dt, dd, form, iframe, p, a, span, blockquote {
	margin: 0px;
	padding: 0px;
}

fieldset {
	margin: 0px;
	padding: 0px;
	border: 0px solid transparent;		/* : BUG : Opera 7 ¿¡¼­ border: none ¹ö±× ÀÖÀ½ */
}

legend, hr {
	display: none;
}

label {
	vertical-align: middle;
}

img {
	margin: 0px;
	padding: 0px;
	border: none;
	vertical-align: top;
}

table, th, td {
	margin: 0px;
	padding: 0px;
	font-size: 1em;
	border-collapse: collapse;
}

input, textarea {
	margin: 0px;
	padding: 0px;
	font-family: "µ¸¿ò", Dotum, "±¼¸²", Gulim, Tahoma, Verdana, AppleGothic, sans-serif;
	font-size: 1em;
	color: #555555;
	border: 1px solid #dddddd;
	background: #FFF;
	vertical-align: middle;
}

input {
	padding-top: 2px;
	height: 16px;
}

textarea {
	padding: 4px 4px 4px 4px;
}

input.image, input.radio, input.checkbox {		/* : FILTER : IE 6 ¿¡¼­ ¼Ó¼º ¼±ÅÃÀÚ Áö¿ø ¾ÈÇÔ */
	padding: 0px;
	height: auto;
	border: none;
	background: none;
}
input[type="radio"], input[type="checkbox"] {
	width: 19px;
}

input.file {		/* : FILTER : IE 6 ¿¡¼­ ¼Ó¼º ¼±ÅÃÀÚ Áö¿ø ¾ÈÇÔ */
	padding: 2px 0px 2px 0px;
	height: auto;
	/*background: #F1F1F1;*/
}

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
	background-color: #FFFFCE;
}

select {
	margin: 0px;
	padding: 0px;
	height: 20px;
	font-family: "µ¸¿ò", Dotum, "±¼¸²", Gulim, Tahoma, Verdana, AppleGothic, sans-serif;
	color: #555555;
	vertical-align: middle;
}

.blind {
    left: -10000px;
    position: absolute;
    top: 0;
}

a:link, a:visited {
    color: #FFFFFF;
    text-decoration: none;
}

a:hover {	
	color: #00F900;
    text-decoration: underline;
}

a.on {	
	color: #00F900;
}

#Wrapper {
	margin-bottom: 0px; 
	margin-left: auto; 
	margin-right: auto; 
	margin-top: 0px; 
	overflow: hidden; 
	position: relative; 
	word-wrap: break-word; 
	background: rgb(0, 0, 0); 
	text-align: left; 
	width: 630px;
}

#TopMenu {
	text-align: center;
	color: #A1A1A1;
    font-family: Arial,sans-serif;
    font-size: 1em;
    line-height: 30px;
	margin: 9px 0 0 10px;
}

#TopMenu ul {
	margin: 0 auto;
	width: 630px;
	padding: 2px 0 2px 0;
}

#TopMenu ul li {
	width: 150px;
	display: inline;
    list-style-type: none;
    /*padding: 0 25px;	*/
}

#TopMenu ul li a {
	font-size: 16px;
    color: #A0A0A0;
    text-decoration: none;
}

#TopMenu ul li.on a {
	color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}

#TopMenu a:hover {
    color: #FFFFFF;    
}

#TopLine {
	position: absolute; 
	width: 630px; 
	top: 41px;	
	height: 1px;
	background: #A6A6A6;
	z-index:100;
}

#Header {
	height: 140px; 
}

#Header p {
	position: absolute; 
	width: 630px; 
	height: 50px; 
	top: 70px;	
    font-family: 'Arial-BoldMT','Arial',sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 42px;
	text-align: center;
}

#Bottom {
	position: relative;
	float:left;
    margin-top: 30px;
}

#Bottom p {
	width: 630px;
    font-family: 'ArialMT','Arial',sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
	text-align: center;
}

#Bottom p.big {
	width: 630px;
    font-family: 'ArialMT','Arial',sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 17px;
	text-align: center;
}

#Contents {
	font-family: "µ¸¿ò", Dotum, "±¼¸²", Gulim, Tahoma, Verdana, AppleGothic, sans-serif;
	font-size: 1em;
}

#Contents-index {	
	margin: 0 auto;
}

#Contents-about_1 {
	position: relative;
	float:left;
	width: 241px;
}

#Contents-about_1 p {
    font-family: 'ArialMT','Arial',sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
}

#Contents-about_1 span.Bold {
    font-family: 'Arial-BoldMT','Arial',sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
}

#Contents-about_2 {
	position: relative;
	float:left;
	width: 389px;
}

#Contents-about_3 {
	position: relative;
	float:left;	
	margin-top:20px;
	width: 630px;
}

#Contents-about_3 p {
	font-family: 'µ¸¿òÃ¼';
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    text-align: justify;
}

#Contents-about_3 p.Construction {
	padding-top: 50px;
	height:150px;
    color: #FFFFFF;
    font-family: 'ArialMT','Arial',sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    text-align: center;
}

#Contents-about_3 p.big {
	width: 630px; 
	height: 80px; 
    font-family: 'Arial-BoldMT','Arial',sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 42px;
	text-align: center;
}

#gallery_index {
	position: relative;
	padding-top:5px;
	width:252px;
	height:382px;
	float:left;
}


/*=================================================================================
 * Board List Type
 =================================================================================*/
.BdList {	position:relative;	width:100%;	table-layout: fixed;}
.BdList caption {	display:none;}
.BdList thead tr {	position:relative;	background:url(/assets/img/bd_th_bg.gif) repeat-x left top;	height: 30px;}
.BdList thead tr th {	color:#fff;}
.BdList thead tr th span {	display:block;	background:url(/assets/img/bd_th_line.gif) no-repeat left 4px;}
.BdList tbody td {	padding:9px 0 8px 0;	text-align:center;	border-bottom:1px solid #e5e5e5;	line-height:14px;}
.BdList tbody td.left {	text-align:left;	padding-left: 5px;}

.noData {	height: 100px;	color: #ACACAC;	font-weight: bold;}
.icoNew {vertical-align: middle; margin:0 0 2px 3px;}
.icoFile {vertical-align: middle; margin:0 0 2px 0;}
.notice { background:#eefbfc;}
.ingPost { color:#ff834c;}
.endPost { color:#1eb4da;}

 /*=================================================================================
 * Board View Type
 =================================================================================*/
.BdView {	position:relative;	width:100%;	table-layout: fixed;}
.BdView caption {	display:none;}
.BdView tbody tr th {	color:#555555;	padding:7px 0 4px 0;	border-bottom:1px solid #e5e5e5;	text-align:left;	text-indent:10px;	background:url(/assets/img/bullet01.gif) no-repeat 5px 50%;	letter-spacing:-1px;}
.BdView tbody tr td {	padding:7px 15px 4px 10px;	border-bottom:1px solid #e5e5e5;}
.BdView tbody tr td.subject {	padding:7px 0 7px 0;	text-align:left;	color:#ffffff;	font-size: 1.5em;	border-bottom:1px solid #7f7f7f; font-weight:bold;}
.BdView tbody tr td.left {text-align:left;}
.BdView tbody tr td.con-txt {	padding:20px 10px 20px 10px;	vertical-align: top;	min-height: 250px;	height:250px;	background:none;}
* html .BdView tbody tr td.con-txt {	height:250px;  /* : FILTER : IE 6 */}

tbody tr td .file li,
tbody tr td .file li {	background:url(/assets/img/ico_file.gif) no-repeat left 47%;	padding:0 0 0 13px;}

/*=================================================================================
* Board Write Type
=================================================================================*/
.BdWrite {	position:relative;	width:100%;	table-layout: fixed;	border-top:1px solid #7f7f7f;}
.BdWrite caption {	display:none;}
.BdWrite tbody tr th {	padding:6px 0 2px 0;	text-indent:16px;	color:#fff;		text-align:left;	vertical-align: middle;	text-indent:18px;	background:url(/assets/img/bullet01.gif) no-repeat 10px 50%;}
.BdWrite tbody tr td {	padding:4px 0 4px 8px;	}
.BdWrite tbody tr td.contents {	padding: 0px;}
.BdWrite tbody tr td.contents td {	padding: 0px;	border-bottom: none;}
.BdWrite tbody tr td img {	vertical-align: middle;}
.BdWrite tbody tr td.con-txt {	padding:10px 9px 10px 9px;	vertical-align: top; resize: none;}
.BdWrite tbody tr td textarea {	resize: none;}

/*=================================================================================
 * Board View next,prev list Type
 =================================================================================*/
#BdViewPage {	width:100%;	table-layout: fixed;	border-top:1px solid #7f7f7f;	margin-bottom:15px;}
#BdViewPage caption {	display:none;}
#BdViewPage tbody tr th {	color:#333333;	padding:7px 0 4px 0;	border-bottom:1px solid #dedede;	text-align:center;	}
#BdViewPage tbody tr td {	padding:7px 0 4px 0;	border-bottom:1px solid #dedede;}
#BdViewPage a:link, #BdViewPage a:visited {	font-size: 1em;	color: #666666;	text-decoration: none;}
#BdViewPage a:hover, #BdViewPage a:active {	font-size: 1em;	color: #0091c6;	text-decoration: underline;}

/*=================================================================================
 * Board Paging Style
 =================================================================================*/
#Paging {position: relative;	vertical-align: middle; padding:20px 0 0 0;}
#Page-Index {	text-align: center;}
#Page-Index img {	vertical-align:bottom;}
#Page-Index span a {	padding: 2px 7px 0 7px; height:20px; display:inline-block; border:1px solid #e3e3e3; font-family: "Verdana", "Arial", "Lucida Grande", "Tahoma", "sans-serif"; font-size:0.92em; color:#000000; background:#fff;}
#Page-Index span a.on {	border:1px solid #E37923; color:#E37923;}
#Page-Index span a:hover  {	border:1px solid #E37923; color:#E37923; text-decoration: none;}
#Page-Index .first {	margin-left:1px; background:none;}
#Page-Index .last {	margin-right:4px;}
.listBtn {	position: absolute;	right: 0px;	top:18px;}

/*=================================================================================
 * Board Search
 =================================================================================*/
#Bd-search {	position: relative;	text-align: center; margin-top:25px;}
#Bd-search .b_select{	width: 70px;}
#Bd-search .b_input{	width: 175px;}

/*=================================================================================
 * Board Btn
 =================================================================================*/
.BdBtnBox {	width:100%;}
.BdBtnBox:after {	content: "";	clear: both;	display: block;}
.BdBtnBox .social {	float:left; margin:5px 0 0 0;}
.BdBtnBox .btn {	float:right; margin-top:10px;}

/*=================================================================================
 * Gallery List
 =================================================================================*/
#PhotoList {	position: relative;	width:630px; float:left;	}
#PhotoList ul {	position: relative;	width:630px; float:left;	}
#PhotoList ul:after {	content: "";	clear: both;	display: block;}
#PhotoList ul li {	float:left;	width:126px;	padding:5px 0 10px 0;	margin-bottom:-1px;}
#PhotoList ul li dl {	position: relative;	width:104px;	margin:0 auto;	padding:115px 0 0 0;}
/* #PhotoList li dt {	width:104px;	height:50px;	overflow: hidden;	text-align:center;	 line-height:16px;}*/
#PhotoList ul li dt {	background: url(/assets/img/bg_opacity.png) repeat scroll left top transparent; width:104px;	height:50px;	margin-top:55px; overflow: hidden;	text-align:center;	 line-height:16px; z-index:100000;position: absolute;	left:0px;	top:0px;}
#PhotoList ul li dd {	width:104px;	margin-top:3px;	text-align:center;z-index:100000;}
#PhotoList ul li dd.photo {	width:104px;	height:104px;	background:#fff;	margin-top:0px;	position: absolute;	left:0px;	top:0px;z-index:100000;}
#PhotoList .noData { width:378px; height: 110px;	color: #ACACAC;	font-weight: bold; text-align:center; padding:88px 0 0 0;}


/*=================================================================================
 * Movie List
 =================================================================================*/
#MovieList {	position: relative;	width:100%;}
#MovieList h2 {	height:29px;	padding:2px 0 0 0;	border-bottom:1px solid #7f7f7f;}
#MovieList ul {	position: relative;	width:100%;	}
#MovieList ul:after {	content: "";	clear: both;	display: block;}
#MovieList ul li {	float:left;	width:210px;	padding:15px 0 15px 0;	margin-bottom:-1px;}
#MovieList ul.noData {	float: none;	padding: 50px 0px;	width: 100%;	color: #ACACAC;	font-weight: bold;	text-align: center;}
#MovieList ul li dl {	position: relative;	width:189px;	height:102px;	margin:0 auto;}
#MovieList ul li dt {	position: absolute;	bottom:1px;	left:1px;	width:177px;	height:20px;	background:url(/assets/img/png_bg.png) repeat left top;	font-size:0.92em;	padding:5px 5px 0 5px;	text-align:center;}
#MovieList ul li dt a {	color:#fff;	text-decoration: none; 	font-weight:bold;	display:inline-block;	overflow: hidden;	height:15px;}
#MovieList ul li dd.photo {	width:187px;	height:100px;	border:1px solid #cdcdcd; background:url(/assets/img/noimg_162x86.gif) no-repeat left top;}

/*=================================================================================
 * ÇÃ·¹ÀÌ ¹öÆ°
 =================================================================================*/
 /* size: 354x222 */
.icon_play_la {	position: absolute;	top:124px;	left:167px;}

 /* size: 162x86 */
.icon_play_me {position: absolute;	top:40px;	left:82px;}
.icon_play_me02 {position: absolute;	top:38px;	left:68px;}


#TopMenu ul li ul li a {
	font-size: 12px;
}
#TopMenuUl li {
	float: left;		
	list-style:none;
	position: relative;
}
#TopMenuUl a {
	display: block;
	text-decoration: none;
}
#TopMenuUl ul {	
	background : rgba(0, 0, 0, 0.9);
	border: 1px solid silver;
	display: none;	
	position: absolute;
	width:150px;	
	z-index:10000;
}
#TopMenuUl ul li { 
	float: none;	
}
#TopMenuUl ul ul { 
	left: 100%; 
	top: 0; 
}
#TopMenuUl ul ul li {
	float:left; 
	margin-right:10px;
}