
/* --------- 숨김 콘텐츠  -------- */  



/* ------------ 메인이벤트 레이아웃 ------------ */

.main_visual {
	position:relative;
	margin:0 auto;
	text-align:center;
	z-index:1;
}

/*.inner_fade li {
	width:100%;
}*/

.main_visual_txt {
	position:absolute;
	bottom:113px;
	left:50%;
	width:1400px;
	margin-left:-700px;
	text-align:center;
	z-index:20;
}

.main_visual_txt1 {
	text-align:left;
	margin-left:52px;
	color:#fff;
	font-size:2.950em;
	font-weight:900;
	font-family:'NanumSquareEB';
	/*text-shadow:2px 2px 4px #000000;*/
	line-height:80px;
	z-index:2;
}

.main_visual_txt2 {
	text-align:left;
	margin-top:31px;
	margin-left:54px;
	color:#dadada;
	/*opacity:0.8;*/
	line-height:34px;
	letter-spacing:-0.04em;
	z-index:2;
}

.main_visual_txt3 {
	margin-top:60px;
	color:#dadada;
	font-size:1.063em;
	line-height:40px;
	z-index:2;
}

.main_visual_line {
	position:relative;
	margin:0 auto;
	text-align:center;
	width:1px;
	height:125px;
	background:hsla(0, 100%, 100%, 0.8);
}



/* 버튼 */
.Screen {
	position:relative;
	margin:0 auto;
	text-align:center;
	/*min-width:1450px;*/
	overflow:hidden;
}
.Screen .images {
	position:absolute;
	margin:0 auto;
	display:none;
	text-align:center;
	width:100%;
	overflow:hidden;
	/*min-width:1500px;*/
	/*max-width:2560px;*/
}

.Button {
	position:absolute;
	top:45%;
	/*right:50px;*/
	left:50%;
	margin-left:665px;
	cursor:pointer;
	z-index:30;
}
.Button_t {
	padding:3px 0;
}
.Button li {
	/*float:left;
	display:inline;
	padding:0 3px;*/
	/*display:inline-block;*/
	padding:3px 0;
	cursor:pointer;
	overflow:hidden;
}
.Button img {
	width:16px;
	height:16px;
}












/* ------------ 메인컨텐츠 레이아웃 ------------ */

.sectionT {
	clear:both;
	position:relative;
	margin:0 auto;
	text-align:center;
	width:1400px;
	height:70px;
	/*margin-bottom:70px;*/
	overflow:hidden;
	z-index:5;
}















/* ------------ 공지사항 컨텐츠 ------------ */
.boardBox {
	position:relative;
	margin:0 auto;
	text-align:center;
	width:1400px;
	height:70px;
	overflow:hidden;
	z-index:1;
}

.boardBox h4 {
	float:left;
	text-align:left;
	width:233px;
	margin-top:6px;
	color:#151719;
	font-size:1.250em;
	font-weight:700;
	font-family:'NanumGothicBold';
	overflow:hidden;
	z-index:2;
}

.boardList_line {
	margin-top:12px;
	margin-bottom:4px;
	border-top:1px solid #ccc;
}

.boardList {
	float:left;
	position:relative;
	margin:0 auto;
	text-align:left;
	margin-left:87px;
	margin-top:18px;
	width:1080px;
	color:#37383d;
	overflow:hidden;
}

.boardList li {
	line-height:32px;
	/*background:url(/images/dot13.png) no-repeat 0 23px;
	padding:0 0 0 10px;*/
	/*border-bottom:1px solid #ccc;*/
}

.boardList li.T_notice1 a, a:link {
	color:#151719;
}

.boardList li a, a:link {
	color:#37383d;
}

.boardList li a:hover, .boardList li a:focus {
	/*color:#151719;
	font-weight:900;
	font-family:'NanumGothicExtraBold';*/
	text-decoration:underline;
}


.notice_date {
	float:right;
	color:#989898;
	font-size:0.938em;
	font-weight:normal;
	font-family:'NanumGothic';
}


.notice_b {
	position:relative;
	margin:0 auto;
	text-align:center;
	margin-top:6px;
	margin-right:2px;
}


/* 전체공지일때 */
.notice_date2 {
	color:#989898;
	font-size:0.938em;
	font-weight:normal;
	padding:0 0 7px 0;
}
li.T_notice1 {
	color:#151719;
	/*font-size:1.188em;*/
	/*font-weight:700;
	font-family:'NanumGothicBold';
	padding:0 0 4px 0;*/
	font-weight:700;
	font-family:'NanumGothicBold';
}
.T_notice2 {
	color:#76777c;
	font-size:0.938em;
	font-weight:normal;
	padding:7px 2px 4px 0;
	line-height:20px;
	text-align:justify;
}

/* 더보기(more)버튼 */
.more_button {
	position:absolute;
	top:0;
	right:0;
}

/* 전체공지 색 */
.boardbox_txt1 {
	/*color:#0096ff;*/
	color:#151719;
	/*font-weight:900;
	font-family:'NanumGothicExtraBold';*/
	/*background:url(/images/boardbox_dot.jpg) no-repeat 0 8px;
	padding:0 0 0 7px;*/
}

.boardbox_txt2 {
	font-weight:900;
	font-family:'NanumGothicExtraBold';
}














