﻿@charset "utf-8";


/*탭*/
.tab_cont
{
	padding: 0;
}

.tab
{
	border-left: none;
	background: #fff;
	overflow: hidden;
	position: relative;
}

	.tab:after
	{
		content: '';
		display: block;
		width: 100%;
		height: 2px;
		background: #535353;
		position: absolute;
		left: 0;
		bottom: 0;
	}
/*.tab_find li{
	width:50% !important;
}*/
.tab_find
{
	width: 510px;
	margin: 50px auto 0 auto;
}

	.tab_find li
	{
		width: 50% !important;
	}

.tab_find_id
{
	width: 100%;
}

	.tab_find_id li
	{
		width: 50% !important;
	}

.tab li
{
	border-top: 1px solid #d7d7d7;
	float: left;
	width: 16.66%;
	border-left: 1px solid #d7d7d7;
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	line-height: 100%;
	cursor: pointer;
	background: #f4f4f4;
	transition: all .3s;
	padding: 17px 15px;
	z-index: 1;
	position: relative;
}

.event_tab li
{
	width: 50%;
}

.tab li:last-child
{
	border-right: 1px solid #d7d7d7;
}

.tab li a
{
	display: block;
	vertical-align: middle;
	text-align: center;
	font-size: 16px;
	line-height: 22px;
	word-break: keep-all;
	padding: 18px 15px;
	position: static;
}

.tab li.on
{
	background: #fff;
	color: #1f1f1f;
	font-size: 17px;
	transition: all .3s;
	background-color: #fff;
	border: 2px solid #000;
	border-bottom: none;
	box-sizing: border-box;
	border-top: 4px solid #375fcd;
	height: 52px;
}

.tab_find
{
	border-left: none;
	background: #fff;
	overflow: hidden;
	position: relative;
}

	.tab_find li
	{
		border-top: 1px solid #d7d7d7;
		float: left;
		width: 16.66%;
		border: 1px solid #d7d7d7;
		text-align: center;
		box-sizing: border-box;
		display: inline-block;
		line-height: 100%;
		cursor: pointer;
		background: #f8f8f8;
		transition: all .3s;
		padding: 0;
		z-index: 1;
		position: relative;
		height: 52px;
		line-height: 52px;
	}

		.tab_find li.on
		{
			background: #f8d619;
			color: #000;
			font-size: 17px;
			font-weight: 400;
			transition: all .3s;
			border: 0;
			box-sizing: border-box;
			height: 52px;
			line-height: 45px;
			padding: 0;
		}

.tab li.on + li
{
	background: url(/images/sub/bg_tab.png)no-repeat left;
	background-color: #f4f4f4;
}

.tab li.on:last-child:before
{
	content: '';
	width: 23px;
	height: 48px;
	position: absolute;
	background: url(/images/sub/bg_tab_left.png)no-repeat right;
	left: -25px;
	top: 0px;
	transition: all 0s;
}

.tab_con_detail
{
	clear: both;
	margin-top: 25px;
}

.tab_con_detail
{
	width: 100%;
	display: none;
	background: #fff;
	text-align: center;
}

.tab_con_detail_id
{
	width: 100%;
	background: #fff;
	text-align: center;
}

.tab_find li.on:last-child:before
{
	content: '';
	width: 23px;
	height: 48px;
	position: absolute;
	background: url(/images/sub/bg_tab_left.png)no-repeat right;
	left: 518px;
	top: 50px;
}


/*게시판*/
.board_title
{
	text-align: left;
	font-size: 25px;
	margin-bottom: 15px;
}

/*이벤트게시판*/
.event_list
{
	border-top: 1px solid #343434;
}

	.event_list > li
	{
		overflow: hidden;
		padding: 20px 0;
		text-align: left;
	}

.event_border > li
{
	border-bottom: 1px solid #ccc;
}

.event_list li .imgbox
{
	float: left;
	width: 240px;
	height: 129px;
	border: 1px solid #e5e5e5;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}

	.event_list li .imgbox img
	{
		vertical-align: top;
	}

.event_list li .txtbox
{
	float: left;
	margin-left: 20px;
}

.event_border li .txtbox .tit
{
	display: block;
	float: none !important;
}

.event_list li .txtbox .tit
{
	overflow: hidden;
	font-weight: 600;
	font-size: 17px;
	line-height: 25px;
	color: #444;
	text-overflow: ellipsis;
	white-space: nowrap;
	float: left;
}

.event_list li .txtbox .date
{
	display: block;
	margin: 7px 0 11px;
	font-size: 16px;
	line-height: 25px;
	color: #5a5a5a;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.event_list li .txtbox .cont
{
	display: block;
	margin: 7px 0 11px;
	font-size: 16px;
	line-height: 25px;
	color: #444;
	text-overflow: ellipsis;
	white-space: nowrap;
}



/* 공지사항 뷰 */
.notice_view
{
	width: 100%;
	position: relative;
	text-align: left;
}

	.notice_view h3
	{
		height: 50px;
		background: #f6f6f6;
		border-top: 1px solid #343434;
		border-bottom: 1px solid #dcdcdc;
		line-height: 50px;
		padding: 0px 15px;
		font-size: 16px;
		color: #000;
	}

		.notice_view h3 span
		{
			position: absolute;
			top: 2px;
			right: 17px;
			font-size: 13px;
			color: #8d8d8d;
		}

	.notice_view ul li
	{
		color: #999;
	}

	.notice_view .event_time li
	{
		padding-left: 15px;
		height: 50px;
		line-height: 50px;
		border-bottom: 1px solid #dcdcdc;
		color: #5c5c5c;
	}

	.notice_view .event_time span
	{
		position: relative;
		display: inline-block;
		margin-right: 10px;
		padding-right: 10px;
	}

	.notice_view .event_time .tit
	{
		width: 90px;
	}

		.notice_view .event_time .tit:after
		{
			content: '';
			display: block;
			position: absolute;
			right: 0;
			top: 20px;
			background: #dddddd;
			width: 2px;
			height: 14px;
		}

	.notice_view div.cont
	{
		padding: 24px 15px;
		border-bottom: 1px solid #dcdcdc;
		color: #5c5c5c;
		line-height: 24px;
	}

	.notice_view div.cont1
	{
		background: #F9F9F9;
		padding: 24px 15px;
		border-bottom: 1px solid #dcdcdc;
		color: #5c5c5c;
		line-height: 24px;
	}

	.notice_view p
	{
		clear: both;
		margin-top: 10px;
		width: 100%;
		border: 0px red solid;
	}

		.notice_view p button.list
		{
			min-width: 120px;
			height: 40px;
			padding: 0px 30px;
			text-align: center;
			background-color: #335394;
			border: 1px solid #254283;
			color: #ffffff;
			font-size: 15px;
			font-weight: 600;
			line-height: 28px;
		}

.b_areacc
{
	margin-top: 20px;
	text-align: center;
}



/* 페이징 */
.pager_wrap
{
	padding: 25px 0px 0px 0px;
	position: relative;
	clear: both;
}

	.pager_wrap ul
	{
		font-size: 0;
		text-align: center;
	}

		.pager_wrap ul li
		{
			margin: 0 2px;
			display: inline-block;
			zoom: 1;
			*display: inline;
			vertical-align: middle;
		}

			.pager_wrap ul li a
			{
				display: block;
				width: 30px;
				height: 30px;
				line-height: 30px;
				border: 1px solid #dedede;
				color: #000;
				text-align: center;
				font-size: 13px;
			}

				.pager_wrap ul li a:hover
				{
					background: #373737;
					border: 1px solid #373737;
					color: #fff;
				}

				.pager_wrap ul li a.on
				{
					background: #373737;
					border: 1px solid #373737;
					color: #fff;
				}

				.pager_wrap ul li a.btn
				{
					position: relative;
					top: 0px;
					width: 32px;
					height: 32px;
					border: 0;
				}

					.pager_wrap ul li a.btn img
					{
						margin-left: 0 !important
					}

				.pager_wrap ul li a img
				{
					vertical-align: middle;
				}




@media (max-width:1280px) {

	.tab_cont{
		width:100%;
		margin:0 auto;
	}
	
}