/*************************************** 공통요소 정의 ***************************************/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, p, form, fieldset, input, th, td{margin:0;padding:0;}


.selec_text {
	font-size:1em;
	font-family:"Lucida Sans Unicode", "Lucida Grande", "Verdana", "Arial", "Helvetica", "돋음", "Dotum", "Baekmuk Dotum", "Undotum", "Apple Gothic", "Latin font", "sans-serif";
}

#mainBody #Page #Main #Content .similarItem .similar_profile .similar_profile_in p {
	clear: both;
}
#textfield{
	border:#b1b1b1 solid 1px;
	width:150px;
	height:17px;
	color:#acacac;
	font-size:90%;
}

/*기본 font 설정*/
body{
	font-size: 0.75em;
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Verdana", "Arial", "Helvetica", "돋음", "Dotum", "Baekmuk Dotum", "Undotum", "Apple Gothic", "Latin font", "sans-serif";
	;
	color: #333;
}
a {text-decoration: none} 
a:link, a:visited, a:active {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: none;
	color: #00CCCC;
} 
.mando2 a:link{
	color: #FFF;
}
.mando2 a:visited {
	color:#FFF;
} 
.mando2 a:hover {
	color: #00FFFF;
} 


#mainBody #Page #Main #Content #whispersDiv #whisperView .whisperItem .whisperContent h3 .icon_align .insert_er {
	margin-right: 2px;
	margin-left: 2px;
}

/*이미지 설정*/
img{border:0;}

/*리스트 설정*/
ul, ol{list-style:none;}

/*테이블 설정*/
table{
	width:100%;
	border-collapse:collapse;	
}

button{
	border:0;
	cursor:pointer;
	overflow:hidden;
	background-color:transparent;
}

button span{
	font-size: 90%;
	overflow: hidden;
}

.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}

.white_off {
	height: 20px;
	width: 85px;
	color: #999999;
	border: 1px solid #CCCCCC;
	background-color: #CCC;	
}


.white {
	height: 20px;
	width: 83px;
	color: #606060;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}

.white:hover {
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}
.white:active {
	color: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: -moz-linear-gradient(top,  #ededed,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}
.orange {
	height: 20px;
	width: 83px;
	color: #fef4e9 ;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.orange:hover {
	color: #fef4e9 ;
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.orange:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}

.orange2 {
	height: 20px;
	width: 140px;
	color: #fef4e9 ;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.orange2:hover {
	color: #fef4e9 ;
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.orange2:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}


/*공통 스타일 설정*/
.hiddenTitle{
	position:absolute;
	width:0;height:0;font-size:0;
	overflow:hidden;visibility:hidden;
}
.nomalTh{font-weight:normal;}
.alignRight{text-align:right;}
.alignCenter{text-align:center;}
.alignCenter2{
	text-align:center;
	clear: both;
}

/*********************************** 상단영역 ***********************************/

#Header{
	background: url(cssImg/top_bg.jpg) repeat-x;
	height: 65px;
	padding-top: 22px;
	width: 100%;
}
#HeaderContent{
	width: 1024px;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 65px;
}
.logo{
	width: 204px;
	padding-left: 40px;
	float: left;
	}
.menu{
	float: left;
	margin-top: 10px;
	height: 54px;
	}
.menu_s{
	padding-right: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	padding-left: 20px;
	float: left;
	}
.menu_s2{
	padding-right: 20px;
	padding-left: 20px;
	float: left;
	}
.sub_bar{
	background-image: url(cssImg/sub_bar.png);
	background-repeat: no-repeat;
	height: 25px;
	width: 217px;
	position: absolute;
	left: 270px;
	top: 31px;
	text-align: center;
	padding-top: 12px;
	padding-left: 10px;
	}
.sub_bar2{
	background-image: url(cssImg/sub_bar2.png);
	background-repeat: no-repeat;
	height: 25px;
	width: 240px;
	position: absolute;
	left: 470px;
	top: 31px;
	text-align: center;
	padding-top: 12px;
	padding-left: 20px;
	}
.mando2{
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	color: #FFF;
	display: inline;
	}


#Header form{
	position:absolute;
	left:196px;
	top:4px;	
}


/*********************************** 본문영역 ***********************************/
#Page{
	width:100%;
	margin:0 auto;	
	background-image: url(cssImg/con_bg.jpg);
	background-repeat: repeat-x;	
}
#Page2{
	width: 100%;
	margin: 0 auto;
	background-image: url(cssImg/sub_img_bg.jpg);
	background-repeat: repeat-x;
}
#Main{
	background:url(cssImg/bg_page.gif) repeat-y;	
	display:inline-block;	
}



#Content{
	width: 1024px;
	z-index: 1; /*레이어팝업이 IE에서 SideInfo밑으로 내려가는 것 해결*/
	overflow: hidden;
		margin:0 auto;	

}
.content_top{
	background-image: url(cssImg/contop.jpg);
	height: 381px;
	width: 1024px;
	position: relative;
}
.sub_top{
	/*background-image: url(cssImg/sub_top.jpg);*/
	height: 227px;
	width: 1024px;
	position: relative;
}
.slide_img{
	height: 191px;
	width: 241px;
	position: absolute;
	left: 48px;
	top: 152px;
	}
.con_bottom{
	height: 300px;
	width: 970px;
	padding-left: 54px;	
	}
.con_bottom2{
	width: 970px;
	padding-left: 54px;
	overflow: hidden;
	margin-bottom: 10px;
	}
.board_b{
	float: left;
	height: 300px;
	width: 243px;	
	}
.sub_category{
	float: left;
	height: 406px;
	width: 185px;	
	}
.sub_category2{
	height: 206px;
	width: 185px;	
	}
.board_main{
	height: 97px;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
}
.con_center{
	width: 425px;
	padding-right: 12px;
	padding-left: 12px;
	float: left;
	height: 300px;
}
.con_center2{
	width: 710px;
	padding-left: 40px;
	float: left;
	margin-bottom: 50px;
	display: inline;
}
.con_baner{
	margin-top: 28px;
}
.con_right{
	width: 215px;
	float: left;
	}
/*********************************** 하단영역 ***********************************/
#footer{
	background-color: #f1f7fa;
	background-image: url(cssImg/bottom_bg.jpg);
	background-repeat: repeat-x;
	height: 168px;
	padding-top: 15px;
}
#footerContent{
	width:980px;
	margin:0 auto;
	height:60px;
	text-align:center;
	font-size:90%;	
	position:relative;
}

.const_ca{
	text-align: center;
	overflow: hidden;
}
.const_ca_text{
	color: #666;
	float: left;
	margin-top: 20px;
	padding-right: 8px;
	padding-left: 8px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	display: inline;
	}
.const_ca_img{
	background-color: #CCC;
	height: 268px;
	width: 430px;
	margin-top: 10px;
	padding: 20px;
	float: left;
	display: inline;
	}
.const_ca_thum{
	background-color: #FFF;
	height: 308px;
	width: 200px;
	margin-top: 10px;
	float: left;
	padding-right: 20px;
	padding-left: 20px;
	}
.thum_img{
	float: left;
	height: 72px;
	width: 72px;
	padding-right: 13px;
	margin-bottom: 6px;
	}
.const_title{
	margin-top: 30px;
	clear: left;
	overflow: hidden;
}
.board_b{
	
	clear: left;
	overflow: hidden;
	width: 249px;
}

.partner_box{
	float: left;
	height: 23px;
	width: 143px;
	padding-top: 10px;
	background-image: url(cssImg/box_bg.jpg);
	text-align: center;
	margin-top: 25px;
	margin-left: 20px;
	display: inline;
}
.patner_number{
	margin-top: 10px;
	overflow: hidden;
	font-size: 90%;
	color: #999;
	text-align: right;
	padding-right: 65px;
	clear: left;
	}
.sound_con{
	float: left;
	width: 100px;
	padding-left: 20px;
	margin-top: 10px;
	background-image: url(cssImg/spot.jpg);
	background-repeat: no-repeat;
	background-position: 3px 3px;
	margin-left: 30px;
	font-size: 70% !important;
	color: #666 !important;
	z-index: 1;
	display: inline;
	}
.board_b2{
	margin-top: 30px;
	clear: left;
	overflow: hidden;
	width: 670px;
}
