@charset "utf-8";

.xet-listWrp p {
	margin: 0;
}

/* Table 스타일 
-------------------------------------------------------------------------------------------------------- */
.xet-listTableWrp { 
	margin:0; 
	padding:0;
	overflow-x: auto;
}
.xet-listTable { 
	width:100%;
	border-collapse:collapse; 
	border-top:1px solid #cccdcf;  
	border-bottom: 1px solid #cccdcf;
}
.xet-listTable thead th { 
	padding:15px 10px; 
	white-space:nowrap;
	text-align:center; 
	font-size:14px;
	font-weight: 700; 
	color: #555; 
	background:url(../img/lineVr9.gif) no-repeat left center #f9f9f9;
	border-bottom: 1px solid #cccdcf;
}
.xet-listTable thead th:first-child {
	background-image:none;
}
.xet-listTable thead th a {
	color:#333; 
}
.xet-listTable thead th a .sort { 
	vertical-align:middle;
	margin:0 5px; 
} 
.xet-listTable td { 
	padding:15px 6px;
	white-space:nowrap; 
	text-align:center; 
	vertical-align:middle; 
	color: #777;
	border-top: 1px dotted #eee;
}
.xet-listTable td a {
	color: #777;
}
.xet-listTable td input[type="checkbox"] {
	margin: 0 !important;
}
.xet-listTable td.td-subject { 
	width:100%; 
	white-space:normal; 
	text-align:left;
	font-size: 12px;
} 
.xet-listTable td.td-subject a { 
	display: inline;
} 
.xet-listTable td.td-subject a.subject { 
	font-weight: 500; 
	text-decoration:none; 
	font-size:14px;
	color: #111; 
} 
.xet-listTable td.td-author { 
	text-align:left; 
}

.xet-listTable.noticeTable {
	border: 0;
	margin-bottom: 20px;
}
.xet-listTable.noticeTable tr:first-child td {
	border-top: 0;
}

@media (max-width: 767px) {
	.xet-listTableWrp { 
	}
}
@media (min-width: 992px) {
	.xet-listTable.noticeTable {
		margin-bottom: 30px;
	}
	.xet-listTable th a:hover,
	.xet-listTable td a:hover { 
		text-decoration: underline;
	} 
}

/* UL 스타일 
-------------------------------------------------------------------------------------------------------- */
.xet-ulWrp {
	position: relative;
}

.xet-ulWrp.notice {
	margin-bottom: 15px;
}

.xet-ulWrp a {
	transition:all 0.2s ease-in;
	-moz-transition:all 0.2s ease-in;
	-webkit-transition:all 0.2s ease-in;
}
.xet-ulWrp .item { 
	font-size: 12px;
	padding: 15px 0;
	border-bottom: 1px dotted #e1e1e1;
	transition-duration: .2s;
	-moz-transition-duration: .2s;
	-webkit-transition-duration: .2s;
	-o-transition-duration: .2s;
}
.xet-ulWrp .item:first-child {
	border-top: 0 solid #e1e1e1;
}
.xet-ulWrp .item.on { 
	border-bottom: 3px solid #111;
}
.xet-ulWrp .thumbnailWrp { 
	padding-right: 0;
	text-align: right;
}
.xet-ulWrp .cover-infoWrp { 
	padding-left: 0;
	color: #777;
}
.xet-ulWrp .cover-infoWrp > p {
	margin-bottom: 10px;
}
.xet-ulWrp .cover-infoWrp > p:last-child {
	margin-bottom: 0;
}
.xet-ulWrp .cover-infoSubject a { 
	font-size: 16px;
	font-weight: 500;
	text-decoration:none;
	color: #111; 
} 
.xet-ulWrp .cover-infoSummary { 
	font-size: 14px;
	text-overflow:ellipsis; 
	color: #777; 
}
.xet-ulWrp .cover-infoAuthor span,
.xet-ulWrp .cover-infoDate span,
.xet-ulWrp .cover-infoCount span { 
	float: left;
	display: inline-block;
	margin: 0 10px 0px 0; 
	color: #777;
}
.xet-ulWrp .cover-infoAuthor a,
.xet-ulWrp .cover-infoCount a {
	color: #777;
}


/* responsive 
-------------------------------------------------------------------------------------------------------- */

@media (max-width: 767px) {	
	.xet-ulWrp .cover-infoCount span { 
		margin: 0 10px 10px 0; 
	}
}
@media (min-width: 992px) {	
	.xet-ulWrp a:hover { 
		color:#2980b9 !important; 
	}
	.xet-ulWrp.notice {
		margin-bottom: 30px;
	}
}

/* Category Tab */
.cTab > li {
    float: left;
    margin-right: 0px;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    color: #202020;
    padding:10px 20px;
}
.cTab > li.on{
    background:#4285f4;
    border-radius:50px;
}
.cTab > li.on > a{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: #FFFFFF;
}
.cTab > li >a {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    color: #202020;
}
#xet-boardWrp > h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 33px;
    margin-bottom: 35px;
}

.swiper-slidex {
    height: 328px;
    margin: 0px 10px;
    border: 1px solid #dcdcdc;
    margin-bottom: 60px;
    border-radius: 10px;
    overflow: hidden;
    width: 282px;
}
.cover-infoWrp {
    padding: 15px;
}

p.cover-infoSubject {
    margin-top: 13px;
    height: 44px;
	overflow: hidden;
	line-height: 22px;
}

.cover-infoSubject > a {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;

/* text_20 */
    color: #202020;
}

.authorKhan2 {
    display: inline-block;
    margin-top: 4px;
}

.authorNick {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;

/* text_77 */
    color: #777777;
}

span.authorTime {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;

/* text_77 */
    color: #777777;
}

.authorKhan > div {
    display: inline-block;
}

/* scrap */
.xet-listTableWrp .xet_btn.scrap {
	background: #fff;
	color: #00DAC5;
	border: none;
	font-size: 16px;
}
.xet-listWrp ~ .bottom-btn-wrap {
	margin-top: 10px;
	margin-right: 0px !important;
}