@charset "utf-8";

.list-category .div-tab.tabs { margin-bottom:5px; }

/* Width */
.list-head { background-color:#fafafa }
.list-head .wr-num { width:60px; text-align:center}
.list-head .wr-cate { width:80px; }
.list-head .wr-chk { width:40px; }
.list-body span {  display: table-cell }
.list-body .wr-num {  width:60px;text-align:center;font-weight:bold}
.list-body .wr-subject { padding-left:10px}

.faq-img img { display:block; max-width:100%; margin:0 auto 15px; border:0; height:auto; }
.faq-content { line-height:180%; padding-left:66px}
.faq-content img { width:auto; height:auto; max-width:100%; }
.faq-content p { padding:0; margin:0; line-height:180%; }
.faq-none { padding:50px 0px; text-align:center; color:#888; }
#fboardlist input[type=checkbox] {margin:15px 0 0}

.list-head { 
	display:table; 
	width:100%; 
	table-layout:fixed; 
	padding:15px 0; 
	border-top-width:2px; 
	border-top-style:solid; 
	border-bottom:1px solid #eee; 
}
.list-head > span { 
	display:table-cell; 
	text-align:center; 
	vertical-align:middle; 
	border-right:1px solid #ddd; 
	font-weight:bold; 
	line-height:1; 
}
.list-head > span:last-child { 
	border-right:0; 
}
.list-head.list-head > span { 
	border:0; 
}

.list-body.panel-group { 
	margin-bottom: 30px; 
}
.list-body.panel-group .panel-body {
	margin:0;
	border:0 !important;
	border-radius: 0;
	padding-left:25px;
}
.list-body.panel-group.no-bottom { 
	margin-bottom: 0px; 
}
.list-body.panel-group .panel { 
	border:0;
	box-shadow: none; 
	-webkit-box-shadow: none; 
	border-radius: 0; 
}
.list-body.panel-group .panel + .panel { 
	margin-top: 0px; 
	border:0;
}
.list-body.panel-group .panel-heading { 
	padding: 0;
	position: relative;
	background: none;
}
.list-body.panel-group .panel-heading::after { 
	content: ""; 
}
.list-body.panel-group .panel-heading {
	padding:0;
	border-radius: 0; 
}
.list-body.panel-group .panel-heading .rank-icon {
	margin-top:3px;
}
.list-body.panel-group .panel-heading a {
	outline:none;
	display:block;
	padding:10px 15px; padding-right:0px;
	padding-left:0;
	border-radius: 0; 
	border-top:1px solid rgb(235, 235, 235);
}
.list-body.panel-group .panel-heading a.active {
	color: rgb(233, 27, 35);
	border-bottom:1px solid #ebebeb;
}
.list-body.panel-group .panel-heading a .panel-icon::after {
	font-family:dotum;
	text-align:center;
	line-height:18px;
	font-size:14px;
	display:inline-block;
	width:18px;
	height:18px;
	margin-right:2px;
	background:#333;
	color:#fff;
	content: "+"; 
}
.list-body.panel-group .panel-heading a.active .panel-icon::after { 
	background: rgb(233, 27, 35);
	color:#fff;
	content: "-"; 
}

/* NOTICE */
.list-notice .wr-notice {
    display: inline-block;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: left top;
    width: 37px;
    height: 19px;
    background-image: url('../../img/icon_notice.gif');
}
.list-notice .wr-notice2 {
    background-image: url('../../img/icon_notice2.gif');
}