/* CSS for desktop 
/*****Basic Layout*****/
body{
	margin: 0px;
	padding: 0px;
}
a{
 cursor: pointer;
 font-weight: bold;
}
#container {
	width: 100%;
	margin: 0px; 
}
/*****intro 시작*****/
#top_area{
	display: block;
	width: 100%;
	/*background:url("../img/menu_bg.jpg")repeat-y;*/
}
#logo_img{
	height: 50px;
	display: none;
	visibility:hidden;
}
#top_con{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color:#efefef;
	text-align: center;
}

#menu_area{
	clear: both;
	width: 100%;
	display: none;
}
#menu_txt{
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	background-color:#cdcdcd;
	padding-top: 10px;
	padding-bottom:10px;
	text-align: center;
}
#con{
	clear: both;
	width: 100%;
}
#con_area{
	width: 100%;
	text-align: center;
}
#con_con1, #con_con2, #con_con3, #con_con4,#con_con5,#con_con6,#con_con7,#con_con8,#con_con9,#con_con10{
	clear: both;
	margin-left: auto;
	margin-right: auto;
	width: 95%;
	max-width: 800px;
	text-align: left;
	border-bottom: #cdcdcd 1px solid;
	line-height: 30px;
	margin-top: 10px;
	padding: 10px;
}
#other_info{
	margin-left: auto;
	margin-right: auto;
	width: 95%;
	max-width: 800px;
	text-align: left;
	background-color:#cdcdcd;
	margin-top: 10px;
	padding: 10px;
}
#logo_area{
	width: 100%;
	text-align: center;
	background-color:#efefef;
}
#logo_area_con{
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	text-align: center;
}
#map_info{
	width: 100%;
}

#right_top_shape{
	position:absolute ;
	right:0px;
	top: 0px; 
	display: none;
}
.logo_shape{
	filter:alpha(opacity=50);
	width: 32px;
}

/*****intro 끝*****/

#recommend{
    visibility: hidden;
}
/****sub page 끝 ***/
#bottom{
	clear: both;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}
#bt_txt{
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	text-align: center;
}
#team_mate_state, #member_title{
    display: none;
}