
/* --------- 숨김 콘텐츠  -------- */  



/* ------------ 메인이벤트 레이아웃 ------------ */

.main_visual {
	position:relative;
	margin:0 auto;
	text-align:center;
	/*width:100%;
	height:680px;
	max-height:800px;*/
	z-index:1;
}

/*.inner_fade li {
	width:100%;
}*/


/*.main_visual_txt1 {
	position:absolute;
	text-align:left;
	bottom:40px;
	left:50%;
	width:700px;
	margin-left:-650px;
	color:#fff;
	font-size:2.500em;
	font-weight:900;
	font-family:"NanumSquareRoundEB";
	line-height:75px;
	text-shadow:2px 2px 4px #151719;
	z-index:2;
}*/

.main_visual_txt1 {
	position:absolute;
	text-align:left;
	bottom:40px;
	left:50%;
	width:570px;
	margin-left:-650px;
	padding:30px;
	color:#fff;
	font-size:2.200em;
	font-weight:900;
	font-family:"NanumSquareRoundEB";
	line-height:68px;
	/*text-shadow:2px 2px 4px #151719;*/
	background:hsla(0, 0%, 0%, 0.6);
	z-index:2;
}



/* 버튼 */
.Screen {
	position:relative;
	margin:0 auto;
	text-align:center;
	overflow:hidden;
}
.Screen .images {
	position:absolute;
	margin:0 auto;
	display:none;
	text-align:center;
	width:100%;
	overflow:hidden;
}
.Button {
	position:absolute;
	top:45%;
	right:20px;
	z-index:30;
}
.Button li {
	/*float:left;
	display:inline;
	padding:0 3px;*/
	padding:3px 0;
	cursor:pointer;
}












/* ------------ 메인컨텐츠 레이아웃 ------------ */

.sectionT {
	clear:both;
	position:relative;
	margin:0 auto;
	text-align:center;
	margin-top:80px;
	width:1400px;
	height:170px;
	/*border-radius:20px;         라운드 만들때 */
	z-index:5;
}

.sectionM {
	clear:both;
	position:relative;
	margin:0 auto;
	text-align:center;
	width:1400px;
	height:240px;
	margin-top:70px;
	overflow:hidden;
	z-index:5;
}

.sectionC {
	clear:both;
	position:relative;
	margin:0 auto;
	text-align:center;
	width:1400px;
	height:270px;
	margin-top:80px;
	overflow:hidden;
	z-index:5;
}

.sectionG {
	clear:both;
	position:relative;
	margin:0 auto;
	text-align:center;
	width:100%;
	height:414px;
	margin-top:80px;
	overflow:hidden;
	z-index:5;
}

.sectionB {
	clear:both;
	position:relative;
	margin:0 auto;
	text-align:center;
	width:1400px;
	height:70px;
	margin-top:70px;
	margin-bottom:80px;
	overflow:hidden;
	z-index:5;
}










/* ------------ 바로가기컨텐츠 레이아웃 ------------ */
.quickLink {
	float:left;
	position:relative;
	margin:0 auto;
	text-align:center;
	width:975px;
	height:170px;
	overflow:hidden;
	z-index:10;
}

.quickLink h4 {
	display:none;
}

.quickLink_info {
	position:relative;
	margin:0 auto;
	text-align:left;
	margin-left:10px;
}

.quickLink_info li {
	display:inline-block;
	vertical-align:top;
	text-align:center;
	width:193px;
}

.quickLink_img {
	position:relative;
	margin:0 auto;
	text-align:center;
	margin-top:16px;
}

.quickLink_txt1 {
	position:relative;
	margin:0 auto;
	text-align:center;
	margin-top:-2px;
	color:#37383d;
	font-size:1.375em;
	font-weight:900;
	font-family:'NanumSquareRoundEB';
	overflow:hidden;
}

.quickLink_info li a p, a:link p {
	color:#37383d;
}

.quickLink_info li a:hover p, .quickLink_info li a:focus p {
	color:#1cc300;
	text-decoration:none;
}








/* ------------ 문의안내 컨텐츠 ------------ */
.tel_inquiry {
	float:left;
	position:relative;
	margin:0 auto;
	text-align:center;
	width:375px;
	height:170px;
	margin-left:50px;
	overflow:hidden;
	border-radius:20px;        /* 라운드 만들때 */
	background:url(/images/tel_inquiry_bg.png) no-repeat;
	z-index:2;
}

.tel_inquiry h4 {
	display:none;
}

.tel_inquiry_txt1 {
	position:relative;
	margin:0 auto;
	text-align:center;
	margin-top:26px;
	color:#37383d;
	line-height:30px;
	z-index:2;
}

.tel_inquiry_txt2 {
	position:relative;
	margin:0 auto;
	text-align:center;
	margin-top:-16px;
	color:#37383d;
	font-size:2.300em;
	font-weight:900;
	font-family:'NanumSquareRoundEB';
	z-index:2;
}









/* ------------ 공지사항 컨텐츠 ------------ */
.boardBox {
	float:left;
	position:relative;
	margin:0 auto;
	text-align:center;
	width:650px;
	height:240px;
	overflow:hidden;
	border:1px solid #ccc;
	box-sizing:border-box;          /* 테두리까지 width값에 포함 */
	background-color:#fff;
	border-radius:20px;
	z-index:1;
}

.boardBox h4 {
	text-align:left;
	color:#37383d;
	vertical-align:top;
	margin-top:13px;
	margin-left:39px;
	font-size:1.313em;
	font-weight:900;
	font-family:'NanumSquareRoundEB';
}

.boardList {
	position:relative;
	margin:0 auto;
	text-align:left;
	margin-top:7px;
	width:570px;
	color:#37383d;
}

.boardList li {
	line-height:36px;
	background:url(/images/dot13.png) no-repeat 0 16px;
	padding:0 0 0 10px;
}

.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:'NanumSquareRoundEB';*/
	text-decoration:underline;
}


.notice_date {
	float:right;
	color:#989898;
	font-size:0.938em;
	font-weight:normal;
	font-family:'NanumSquareRoundR';
}



/* 전체공지일때 */
.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:'NanumSquareRoundB';
}
.T_notice2 {
	color:#37383d;
	font-size:0.938em;
	font-weight:normal;
	padding:7px 2px 4px 0;
	line-height:20px;
	text-align:justify;
}

/* 더보기(more)버튼 */
.more_button {
	position:absolute;
	top:29px;
	right:39px;
}

/* 전체공지 색 */
.boardbox_txt1 {
	/*color:#0096ff;*/
	color:#151719;
	/*font-weight:900;
	font-family:'NanumSquareRoundEB';*/
	/*background:url(/images/boardbox_dot.jpg) no-repeat 0 8px;
	padding:0 0 0 7px;*/
}

.boardbox_txt2 {
	font-weight:900;
	font-family:'NanumSquareRoundEB';
}










/* ------------ 포토앨범 게시판 컨텐츠 ------------ */
.gallery {
	float:left;
	position:relative;
	margin:0 auto;
	text-align:center;
	width:690px;
	height:240px;
	margin-left:60px;
	overflow:hidden;
}

.gallery h4 {
	display:none;
}

.gallery_info {
	position:relative;
	margin:0 auto;
	text-align:center;
	margin-left:-30px;
	vertical-align:top;
	color:#37383d;
}

.gallery_info li {
	float:left;
	position:relative;
	margin-left:30px;
}

.gallery_info img {
	border-top-left-radius:20px;      /*  라운드 만들때 */
	border-top-right-radius:20px;      /*  라운드 만들때 */
}

.gallery_tt1 {
	margin:0 auto;
	text-align:center;
	width:330px;
	color:#37383d;
	padding:3px 0 3px;
	background-color:#f0f0f0;
	border-bottom-left-radius:20px;      /*  라운드 만들때 */
	border-bottom-right-radius:20px;      /*  라운드 만들때 */
}


.gallery_info li a, a:link p {
	color:#37383d;
}

.gallery_info li a:hover p, .gallery_info li a:focus p {
	color:#37383d;
	/*font-weight:900;
	font-family:'NanumSquareRoundEB';*/
	text-decoration:underline;
}


/* 더보기(more)버튼 */
.more_button2 {
	position:absolute;
	top:30px;
	right:39px;
}








/* ------------ 관련기관 컨텐츠 ------------ */
.banner {
	position:relative;
	margin:0 auto;
	text-align:center;
	width:1400px;
	height:70px;
	overflow:hidden;
}

.banner h4 {
	display:none;
}

.banner_txt1 {
	text-align:center;
	color:#37383d;
	font-size:0.938em;
	padding:4px 0 0 0;
}


.b_site {
	position:absolute;
	height:70px;
}

.b_site li {
	float:left;
}

.b_img {
	text-align:left;
}

/*.b_line {
	background-color:#FFF;
	padding:0 12px;
	margin-left:-12px;
}*/

.b_line {
	border:1px solid #cccccc;
	background-color:#FFF;
	border-radius:20px;
}

.b_line2 {
	display:inline-block;
	width:14px;
}

.b_line3 {
	margin-left:-14px;
	/*margin-top:-12px; */
}




/* 팀장님 메인에 추가한 스타일 부분 옮겨옴 */
.slides2{position:relative;width:1400px;}
.slides2 .sub_slide{overflow:hidden;position:relative;width:1400px;height:70px;}
.slides2 .sub_slide li{display:block;width:1400px;height:70px;}
.slides2 .sub_slide li a{display:block;}
.slides2 a.prev{right:20px;background-position:0 0;}
.slides2 a.next{right:10px;width:7px;background-position:-20px 0;}