@charset "utf-8";

.guideW{
	margin-bottom:30px;
	clear:both;
}
.faqGuideW{
	min-height:80px;
	clear:both;
}
/*myFaq*/
.myMessage{
	display:block;
	height:16px;
	margin:0;
	padding:16px 0;
	background:#eeece3;
	color:#813517;
	text-align: center;
}

/*faq Table*/
.faqTable {
	clear:both;
	width:100%; 
	border:1px solid #ddc5b8;
}
.faqTable thead th {
	padding:5px;
	border:0;
	background:url(/image/ko/common/tableTopBg.gif) repeat-x 0 0;
	color:#4b4747;
	text-align:center;
}
.faqTable tbody th {
	padding:6px 4px; 
	border:0;
	border-top:1px solid #e8dfd9;
	border-right:1px solid #e8dfd9;
	background:#fcf9f8;
	color:#332822; 
	text-align:center;
	font-weight: normal;
}
.faqTable tbody td {
	padding:4px; 
	border:0;
	border-top:	1px solid #e8dfd9;
	color:#726e6e; 
	text-align:center;
}
.faqTable tbody td.content{
	text-align:left;
}
.faqTable tbody td a{
	color:#0b9f9f;
	text-decoration:underline;
}

/*search*/
.tableSearch{
	
	width: auto;
	margin:0;
	text-align:right;
	color:#656565;
}
.tableSearch select{
	height:20px;
	padding:1px 0;
	vertical-align:middle;
}
.searchIcon{
	display:inline-block;
	padding:0 0 0 10px;
	background:url(/image/ko/common/ico/icon_ring.gif) no-repeat 0 50% ;
	vertical-align:middle;
}
.listSearch{
	width: auto;
	margin:4px 0;
	color:#656565;
}
.listSearch .searchBox input{
	padding:1px 0;
	font:normal 1em/normal AppleGothic,Verdana;
	color: #666;
	vertical-align:middle;
}
.listSearchBtn{
	background: url(/image/ko/common/btn/listSearchBtn.gif);
	border-style:none;
	width:40px;
	height:20px;
	vertical-align:top;
	color: #ffffff;
	cursor: pointer;
	font:normal 1em/170% "돋움",  Dotum, Gulim, "굴림";
}

/*
.totalCount{
	float: left;
}
*/
.fstTotalCount{
	float: left;
	position:absolute;
	margin-top:0;
}
.pagingNum{
	text-align: right
}

.arrowPaging{
	position:relative;
	display:block;
	height:1px;
	margin-top:5px;
	font:bold 1em/normal AppleGothic,Verdana;
	text-align:center;
	clear: both;
}

/*faqMenu*/
.faqMenu {
	display:block;
	width: 976px;
	height:80px;
	margin-bottom:30px;
}
.faqMenu li{
	float:left;
	margin-right:0.218em;
	
}
*:first-child+html .faqMenu li{
	float:left;
	margin-right:0.209em;
	margin-bottom: 0.5em;
}
.faqMenu li.end{
	float:left;
	margin-right:0;
}

/* sub page paging */
.paging {
	position:relative;
	display:block;
	height:24px;
	margin:0 0 4px 0;
	padding-bottom:6px;
	font:bold 1em/normal AppleGothic,Verdana;
	text-align:center;
	clear: both;
}
.paging a:hover {
	color:#df5701; 
}
.paging .numBox{
	display:inline-block;
	padding:6px 8px 8px 8px;
	color:#333;
}
.paging .sel{
	display:inline-block;
	padding:6px 8px 8px 8px;
	color:#df5701; 
    cursor: pointer;
}
.paging img{
	vertical-align:middle;
}
*:first-child+html .paging img{
	position:relative;
	top:-2px;
	vertical-align:baseline;
}
.paging .numfirst img, .paging .numprev img,
.paging .numnext img, .paging .numlast img{
	display:inline-block;
	border:1px solid #fff;
	padding:1px  4px 1px 4px;
}
.paging .numfirst img:hover, .paging .numprev img:hover,
.paging .numnext img:hover, .paging .numlast img:hover{
	display:inline-block;
	padding:1px 4px 1px 4px;
	border:1px solid #c2b7b1;
}

/*faqTitle*/
.faqTitle{
	margin:0;
	padding:0;
	height:27px;
	margin-bottom:6px;
	border-bottom:1px solid #1380a4;
}
.faqImage{
	display:block;
	float:left;
	width:120px;
	height:100px;
	margin-right:20px;
}

.dottedLine{
	display:block;
	margin:32px 0 12px 0;
	background:url(/image/ko/common/ico/dotted.gif) repeat-x 0 50% ;
}

/*faqList*/
.faqList{
	border-top:1px solid #ddc5b8;
}
.answer{
	padding: 0 12px 18px 12px;
}
.answer ul li {
	list-style:disc
}
.answer ol li {
	list-style:decimal
}
.faqList ul{
	height: 100%;
}
.faqQuestion{
	position:relative;
	padding:8px 16px;
	border:1px solid #ddc5b8;
	border-top:0;
	border-bottom:1px solid #ddc5b8;
	background:#fceee7;
	/*background:url(/image/ko/local/faqBg.gif) repeat-x 0 0;*/
}
.questionTitle{
	display:inline-block;
	padding-left:26px;
	background:url(/image/ko/common/ico/questionIcon01.gif) no-repeat 0 50%;
	color: black;
	font-size: 13px;
	font-weight: bold;
}
.questionDate{
	position:absolute;
	top:8px;
	right:16px;
	display:inline-block;
	width:100px;
	float: left;
	text-align:right;
	font-size: 13px;
}
.faqAnswer{
	position:relative;
	height:100%;
	width:auto;
	border:1px solid #ddc5b8;
	border-top:0;
}
