@charset "utf-8";
/* CSS Document */

div ul li p img {
	border:none;
	margin:0;
	padding:0;
}
li img, dd img, dt img {display:block;}
ul li
{
	list-style:none ;
}

body{
	background:#FFFFFF;
	margin:0;
}

#header{
	width:100%;
	height:80px;
}


#top{
	width:100%;
	height:42px;
	background-image:url("/mobilehome/images/top_bg_1px.gif");
	background-repeat: repeat-x;
}

#topmenu {
	margin:0 auto;
	width:320px;
}

#menu{
	width:100%;
	height:38px;
	background-image:url("/mobilehome/images/main_menu_bg_1px.gif");
	background-repeat: repeat-x;
}

#mainmenu{
	margin:0 auto;
	width:320px;
}

#mainmenu ul{
	list-style:none;
	padding:0;
	margin:0;
}

#mainmenu ul li{
	display:inline-block;
	list-style:none;
	padding:0;
	margin:0;
	widht:80px;
	float:left;
}

#container{
	width:100%;
	background:#FFFFFF;
}

#contents{
	margin:0 auto;
	width:320px;

}

#contents ul{
	list-style:none;
	padding:0;
	margin:0;
}

#contents ul li{
	display:inline-block;
	list-style:none;
	padding:0;
	margin:0;
}

#bottom{
	width:100%;
	height:67px;
	background-image:url("/mobilehome/images/foot_bg.gif");
	background-repeat: repeat-x;
}

#copyright{
	width:320px;
	margin:0 auto;
	text-align:center;	
}

.subtitle{
	width:320px;
	height:39px;
	background:url(../images/sub_title_line.gif) bottom left repeat-x;
}

img { border:0;}

#loginForm{
	width:320px;
	height:243px;
	background-image:url("/mobilehome/images/sub_login_bg.gif");
	background-repeat:no-repeat;
	background-position:center top;
}

#loginTable{
	position:relative;
	top:90px;
	left:50px;
}

#contentsSub{
	width:100%;
	height:35px;
	padding-top:15px;
	padding-bottom:50px;
}

#loginTel
{
	width:231px;
	margin:0 auto;
}


.faqList .dtTop{border-top:1px solid #e3e3e3;margin-top:10px;

}
.faqList dt{
	background:url(/mobilehome/images/icon_question.gif) 14px 8px no-repeat;
	padding:10px 0 10px 40px;
	border-bottom:1px solid #e3e3e3;
}

.faqList .faqAnswer{
	background:#f7f7f7 url(/mobilehome/images/icon_answer.gif) 12px 10px no-repeat;
	padding:10px 10px 10px 42px;
	margin:0;
	border-bottom:1px solid #e3e3e3;
	color:#000000;
	font-size:12px;
}
/*페이지 네비게이션 - FAQ*/
.faqList .pageNavigation{
	text-align:center;
	margin-top:10px;
	padding:0;
}
.faqList .pageNavigation .btn_prevEnd{
	background:url(../img/common/btn_prevEnd.gif) no-repeat;
	width:13px;
	height:11px;
	margin-right:2px;
}
.faqList .pageNavigation .btn_prev{
	background:url(../img/common/btn_prev.gif) no-repeat;
	width:13px;
	height:11px;
	margin-right:8px;
}
.faqList .pageNavigation .btn_next{
	background:url(../img/common/btn_next.gif) no-repeat;
	width:13px;
	height:11px;
	margin-left:12px;
}
.faqList .pageNavigation .btn_nextEnd{
	background:url(../img/common/btn_nextEnd.gif) no-repeat;
	width:13px;
	height:11px;
	margin-left:2px;
}
a            {color:#898989;  text-decoration:none; font-size:12px;}            
a:link       {color:#898989;  text-decoration:none; font-size:12px;}            
a:visited    {color:#898989;  text-decoration:none; font-size:12px;}            
a:hover      {color:#898989; font-size:12px;}
