@charset "utf-8";
html,body{margin: 0;padding: 0;}

/* Defualt
---------------------------------------------------------------------------- */
.floatLeft { 
	float:left;
}
.floatRight { 
	float:right;
}
.clearLeft { 
	clear:left;
}
.clearRight { 
	clear:right;
}
.clearfix { 
	*zoom: 1;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.xet_widget_wrp { 
	position:relative; 
	margin:0;
	padding:0; 
	clear:both; 
	font-size: 12px; letter-spacing: -0.05em;
	color: #707070;
}
.xet_widget_wrp * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.xet_widget_wrp a {
	color: #707070;
	text-decoration:none !important;
}


/* img */
.xet_widget_wrp img { 
	vertical-align: top;
}
.xet_widget_wrp .icon img {
	vertical-align: inherit;
}

/* XE Icon */
.xet_widget_wrp i[class*="xi-"] {
	margin-right: 1px;
}

/* color */
.xet_widget_wrp .notice a{ 
	color: #64b5f6	!important; 
}
.xet_widget_wrp .replyNum,
.xet_widget_wrp .replyNum a, 
.xet_widget_wrp .trackbackNum a { 
	font-size: 12px;
	color: #ff8d19 !important;
}


/* 위젯 상단 타이틀
---------------------------------------------------------------------------- */
.xet_widgetTitle { 
	margin: 0 0 20px;
	padding: 0;
}
.xet_widgetTitle h3 { 
	margin: 0;
	padding: 0;
	line-height: 36px;
	font-size: 24px;
	color: #1b1b1b; 
}
.xet_widgetTitle a.widget_title_more {
	display: inline-block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	overflow: hidden;
	text-align: center;
	border: 1px solid #cbcbcb;
}
.xet_widgetTitle a.widget_title_more i[class*="xi-"] {
	font-size: 16px;
	line-height: 1;
}

/* Thumbnail 
---------------------------------------------------------------------------- */
.xet_widget_wrp .thumbnail {
	display: block;
}
.xet_widget_wrp .thumbnail img {
	vertical-align: top;
	width: 100%;
}

/* Cate 
---------------------------------------------------------------------------- */
.xet_widget_wrp .cate_wrp {
	font-size: 12px;
	margin-bottom: 10px;
	line-height: 14px;

}
.xet_widget_wrp .cate_wrp>span {
	margin-right: 10px;padding: 5px; border: 1px solid #000;
}
.xet_widget_wrp .cate_wrp a { 
	color: #000 !important; 
	
}

/* 페이징 
---------------------------------------------------------------------------- */
.xet_widget_wrp .simple-pagination {
	display: table;
	overflow: hidden;
	padding: 0 5px 5px 0;
	margin: 15px auto;
}
.xet_widget_wrp .simple-pagination ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.xet_widget_wrp .simple-pagination li {
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
}
.xet_widget_wrp .simple-pagination li span {
	cursor:pointer;
}
.xet_widget_wrp .simple-pagination li a, 
.xet_widget_wrp .simple-pagination li span {
	float: left;
	color: #000;
	font-size:14px;
	line-height:24px;
	font-weight: normal;
	text-align: center;
	min-width: 14px;
	padding: 0 7px;
	margin: 0 5px 0 0;
	background: none;
}
.xet_widget_wrp .simple-pagination li.active .current {
	color: #000;
	border-bottom: 1px solid #000;
	cursor: default;
}


/* 탭
---------------------------------------------------------------------------- */	
/* 탭 메뉴 */
.xet_widgetTab { 
	margin:0; 
	padding:0;
	overflow: hidden;
}
.xet_widgetTab .tab_menu {
	display: flex;
	align-items: center;
	justify-content: start;
	margin: 0;
	padding: 0 0 20px;
	overflow-x: auto;
}
.xet_widgetTab .tab_menu li {
	display: inline-block; 
	margin: 0 8px; 
	padding: 0; 
}
.xet_widgetTab .tab_menu li button {
	display: inline-block;
	text-align: center;
	overflow:hidden;
	padding: 0;
	margin: 0 10px;
	height: 40px;
	line-height: 40px;
	white-space: nowrap;
	font-size: 14px;
	text-decoration: none;
	cursor: pointer;
	color: #111;
	background: none;
	border: 0;
	border-bottom: 1px solid transparent;
	outline: 0;
}
.xet_widgetTab .tab_menu li.open button { 
	color: #64b5f6;
	border-color: #64b5f6;
}

/* 탭 콘텐츠 */
.xet_widgetTab .tab_content {
	margin: 0;
	padding: 0;
}
.xet_widgetTab .tab_content>dd {
	margin: 0;
	padding: 0;
    display: none; 
}
.xet_widgetTab .tab_content>dd.open {
    display: block; 
	animation: fadeEffect 1s; /*페이드 에니메이션(1초)*/
}
@-webkit-keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}
@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}


/* 어두운 바탕용
---------------------------------------------------------------------------- */
.xet_widget_wrp.black .xet_widgetTitle h3 {
	color: #f1f1f1;
}
.xet_widget_wrp.black a.widget_title_more {
	color: #3b3b3b;
	border-color: #3b3b3b;
}



/* 768 이상
---------------------------------------------------------------------------- */
@media (min-width: 768px) {		
	.xet_widgetTab .tab_menu {
		justify-content: center;
	}
	
}	
