﻿
/* 숨김메뉴 */
legend, #header h2, #visual_main h2, #visual_main h3, #contents h2, #footer h2 {
	position:absolute;
	overflow:hidden;
	width:1px;
	height:1px;
	font-size:0;
	line-height:0;
}


/* 전체 body 스타일*/
body {
	width:100%;
	height:100%;
	color:#151719;
	font-size:85%;
	line-height:1.5;
	font-family:"나눔고딕", 'NanumGothic', 'Malgun Gothic', "맑은 고딕", 'Helvetica', 'Aria', 'tahoma', 'Verdana', 'sans-serif';
	-webkit-text-size-adjust:none;       /* 텍스트 자동조절 방지 */
	background-color:#FFF;
}


/* 링크 */
a, a:link {
	color:#151719;
	text-decoration:none;
}
a:visited {
	color:#151719;
	text-decoration:none;
}
a:hover {
	color:#3fbd00;
	text-decoration:none;
}
a:focus {
	color:#3fbd00;
	text-decoration:none;
}
a:active {
	color:#3fbd00;
	text-decoration:none;
}


/* 이미지, 폼 관련 요소 */
img {
	border:none;
	vertical-align:top;
}
input, textarea {
	vertical-align:middle;
	font-family:"나눔고딕", 'NanumGothic', 'Malgun Gothic', "맑은 고딕", 'Helvetica', 'Aria', 'tahoma', 'Verdana', 'sans-serif';
	font-size:9pt;
	padding:0 5px;
	height:22px;
	border:1px solid #cccccc;
	color:#151719;
}

select {
	vertical-align:middle;
	font-family:"나눔고딕", 'NanumGothic', 'Malgun Gothic', "맑은 고딕", 'Helvetica', 'Aria', 'tahoma', 'Verdana', 'sans-serif';
	font-size:9pt;
	padding:1px 5px;
	height:24px;
	border:1px solid #cccccc;
	color:#151719;
}

label {
	vertical-align:middle;
	font-family:"나눔고딕", 'NanumGothic', 'Malgun Gothic', "맑은 고딕", 'Helvetica', 'Aria', 'tahoma', 'Verdana', 'sans-serif';
	color:#151719;
}

.logo1 {
	position:relative;
	margin:0 auto;
	text-align:center;
	max-width:160px;
	padding:20px 0 0;
	z-index:20;
}
.logo2 {
	position:relative;
	margin:0 auto;
	text-align:center;
	max-width:230px;
	padding:5px 0 20px;
	z-index:20;
}
.logo4 {
	position:relative;
	margin:0 auto;
	text-align:center;
	max-width:250px;
	padding:8px 0 20px;
	z-index:20;
}




/* -------------------------- 헤더영역 -------------------------- */

#gnb {
	position:relative;
	margin:0 auto;
	text-align:center;
	padding:6px 0 8px;
	/*border-top:1px dashed #efefef;*/
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	background-color:#f9f9f9;
}

#gnb li {
	display:inline-block;     /* IE 더블마진 버그 해결 위해 추가 */
	width:45%;
	margin:8px 0;
	line-height:18px;
}

.menu_bar {
	position:relative;
	margin:0 auto;
	text-align:center;
}

.menu_bar li {
	vertical-align:middle;
	/*outline:1px solid #cccccc;*/
}
li.bar_b {
	border-bottom:1px solid #cccccc;
}
li.bar_no {
	border-left:none;
}
li.bg_color1 {
	background-color:#fff;
}

#gnb li.menu_line {
	width:1px;
	height:10px;
	background-color:#ababab;
	margin:0 2%;
}

#gnb li.menu_w {
	width:40%;
	margin:0 2.5%;
}



.menu_txt1 {
	color:#FFF;
}

.menu_img1 {
	padding:1px 7px 0 0;
}




/* 네비메뉴가 텍스트일때 */
#gnb li a {
	display:block;
	color:#151719;
	font-weight:bold;
	font-size:1.125em;
	/*padding:9px 0;
	margin:-9px 0;*/
}

#gnb li a:hover, #gnb li a:active, #gnb li a:focus {
	display:block;
	color:#151719;
	font-weight:bold;
	font-size:1.125em;
	/*padding:9px 0;
	margin:-9px 0;*/
}



/* 바로가기 */
.button_L {
	position:absolute;
	top:20px;
	left:10px;
	z-index:10;
}

.button_L2 {
	position:absolute;
	top:20px;
	left:41px;
	z-index:10;
}

.button_R {
	position:relative;
	margin:0 auto;
	text-align:center;
	z-index:30;
}

.button_M {
	position:absolute;
	top:20px;
	right:41px;
	z-index:10;
}

.button_txt {
	font-size:0.875em;
	text-align:center;
	padding:3px 0 0 0;
}

.button_B {
	position:absolute;
	top:20px;
	left:41px;
}



/* 홈으로 아이콘 */
.icon2 {
	padding:3px 0 0 0;
}




/* 전체메뉴 */
#totalmenu {
	position:absolute;
	top:20px;
	right:10px;
	z-index:1000;
}
.TotalButton {
	position:absolute;
	top:20px;
	right:10px;
	cursor:pointer;
}

.CloseButton {
	position:absolute;
	top:10px;
	right:10px;
	text-align:right;
	cursor:pointer;
}

.CloseButton_txt1 {
	font-weight:bold;
}

.totalmenu {
	position:relative;
	margin:0 auto;
	text-align:left;
	width:85%;
	height:600px;
	padding:0 10px 30px;
	border:1px solid #cccccc;
	background-color:#FFF;
}

.totalmenu_1 {
	position:relative;
	text-align:left;
	font-size:0.938em;
	border-top:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-left:1px solid #cccccc;
	background-color:#FFF;
	vertical-align:top;
	z-index:5;
}

.totalmenu_1 li {
	display:inline;
	display:inline-block;
	width:50%;
	border-bottom:1px solid #cccccc;
	vertical-align:middle;
	margin-top:-1px;           /* left 라인에 공백이 생겨서 추가 */
	padding:5px 0 3px;
	cursor:pointer;
}

.totalmenu_txt1 {
	color:#3fbd00;
	text-align:center;
	font-size:1.125em;
	font-weight:bold;
	margin-top:40px;
	padding:6px 0 4px;
	border-top:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-left:1px solid #cccccc;
	background-color:#f9f9f9;
	cursor:pointer;
}

p.totalmenu_txt1 a, p.totalmenu_txt1 a:link, p.totalmenu_txt1 a:hover, p.totalmenu_txt1 a:active, p.totalmenu_txt1 a:focus, p.totalmenu_txt1 visited {
	color:#3fbd00;
}

.totalmenu_txt2 {
	color:#3fbd00;
	text-align:center;
	font-size:1.125em;
	font-weight:bold;
	margin-top:10px;
	padding:6px 0 4px;
	border-top:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-left:1px solid #cccccc;
	background-color:#f9f9f9;
	cursor:pointer;
}

p.totalmenu_txt2 a, p.totalmenu_txt2 a:link, p.totalmenu_txt2 a:hover, p.totalmenu_txt2 a:active, p.totalmenu_txt2 a:focus, p.totalmenu_txt2 visited {
	color:#3fbd00;
}

.totalmenu_txt5 {
	color:#3fbd00;
	text-align:center;
	font-size:1.125em;
	font-weight:bold;
	margin-top:10px;
	padding:6px 0 4px;;
	border-top:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-left:1px solid #cccccc;
	background-color:#f9f9f9;
	cursor:pointer;
}

p.totalmenu_txt5 a, p.totalmenu_txt5 a:link, p.totalmenu_txt5 a:hover, p.totalmenu_txt5 a:active, p.totalmenu_txt5 a:focus, p.totalmenu_txt5 visited {
	color:#3fbd00;
}

li.totalmenu_txt3 {
	letter-spacing:-0.09em;
}

li.totalmenu_txt4 {          /* 100%를 유지하기 위해서 추가 */
	margin-left:-1px;
	border-left:1px solid #cccccc;
}

.totalmenu_txt6 {
	display:inline-block;
	padding:0 0 0 10px;
}








/* --------------------------- 콘텐츠영역 --------------------------- */

.main_visual {
	position:relative;
	margin:0 auto;
	text-align:center;
	/*border-radius:15px;        라운드 만들때 */
	/*padding:0 10px;*/
	z-index:10;
}

.main_visual_txt {
	position:absolute;
	bottom:20px;
	left:20px;
	z-index:20;
}

.main_visual_txt1 {
	position:relative;
	margin:0 auto;
	text-align:left;
	color:#fff;
	font-size:1.313em;
	letter-spacing:-0.02em;
	line-height:26px;
	text-shadow:4px 0 10px #000;          /* 텍스트에 그림자 효과 */
	z-index:20;
}









.contents_list {     /* 내용 들어가는 부분 간격 맞춤 */
	margin:0 auto;        /* 상하좌우 간격 조절 */
	padding:0 2.5%;
	overflow:hidden;
}

.page_list {     /* 내용 들어가는 부분 간격 맞춤 */
	position:relative;
	margin:0 auto;        /* 상하좌우 간격 조절 */
	padding:50px 10px 50px;
	overflow:hidden;
}





/* 메인컨텐츠 레이아웃 */
.section {
	position:relative;
	margin:0 auto;
	height:100%;
	padding:30px 10px;
	z-index:2;
}




/* 게시글,갤러리 용 */
.board_info {
	position:relative;
	margin:0 auto;
	text-align:center;
	width:100%;
	margin-top:30px;
	padding:30px 0;
	background-color:#eeeeee;
}




/* 바로가기 기본틀 */
.quickLink_L {
	position:relative;
	margin:0 auto;
	text-align:center;
}
.quickLink_L li {
	display:inline-block;
	vertical-align:top;
	width:50%;
}
.quickLink_R {
	position:relative;
	margin:0 auto;
	text-align:center;
	margin-top:10px;
}
.quickLink_R li {
	display:inline-block;
	vertical-align:top;
	width:33%;
}




/* 바로가기_이음사업 */
.eum_business {
	position:relative;
	margin:0 auto;
	text-align:center;
	padding:20px 0 16px;
	background-color:#ff7f2a;
}

.eum_business_icon {
	
}

.eum_business_txt1 {
	margin-top:11px;
	color:#fff;
	font-size:1.188em;
	font-weight:bold;
}
.eum_business_txt2 {
	margin-top:4px;
	color:#f2ff99;
	font-size:0.750em;
	letter-spacing:-0.05em;
}



/* 바로가기_다문화가정 */
.eum_center {
	position:relative;
	margin:0 auto;
	text-align:center;
	font-weight:bold;
	padding:20px 0 13px;
	background-color:#fff200;
}

.eum_center_icon {
	
}

.eum_center_txt1 {
	margin-top:9px;
	font-size:1.188em;
	font-weight:bold;
}

.eum_center_txt2 {
	margin-top:4px;
	color:#76777c;
	font-size:0.750em;
	letter-spacing:-0.05em;
	font-weight:normal;
}

div.eum_center a:hover p {
	color:#f2ff99;
	text-decoration:underline;
}



/* 바로가기_페이스북 */
.sns_facebook {
	position:relative;
	margin:0 auto;
	text-align:center;
	padding:10px 0;
	background-color:#3b579d;
}

.sns_facebook_icon {
	padding-top:11px;
}

.sns_facebook_txt1 {
	margin-top:16px;
	color:#fff;
	font-size:1.063em;
	font-weight:bold;
}
.sns_facebook_txt2 {
	margin-top:3px;
	color:#dddddd;
	font-size:0.750em;
	letter-spacing:-0.05em;
}



/* 바로가기_이음쇼핑몰 */
.eum_shoppingmall {
	position:relative;
	margin:0 auto;
	text-align:center;
	padding:10px 0;
	background-color:#00a2e8;
}

li.eum_shoppingmall_w {
	width:34%;
}

.eum_shoppingmall_txt1 {
	text-align:center;
	color:#fff;
	font-size:2.200em;
	font-weight:bold;
	text-shadow:2px 0 8px #007bc6;          /* 텍스트에 그림자 효과 */
}
.eum_shoppingmall_txt2 {
	margin-top:3px;
	text-align:center;
	color:#fff;
	font-size:1.063em;
	font-weight:bold;
	letter-spacing:-0.05em;
}
.eum_shoppingmall_txt3 {
	margin-top:3px;
	color:#fff;
	font-size:0.750em;
	letter-spacing:-0.05em;
}



/* 바로가기_프로그램신청은 */
.program_request {
	position:relative;
	margin:0 auto;
	text-align:center;
	padding:10px 0 0;
	background-color:#9be0f2;
}

.program_request_icon {
	padding-top:11px;
}

.program_request_txt1 {
	margin-top:4px;
	color:#151719;
	font-size:1.125em;
	font-weight:bold;
}


.quickLink_L a:hover p, .quickLink_R a:hover p {
	text-decoration:underline;
}







/* 공지사항 */
.boardBox {
	position:relative;
	margin:0 auto;
	text-align:center;
	margin-top:20px;
	padding:0 19px 30px;
	height:100%;
	border:1px solid #cccccc;
	background-color:#FFFFFF;
}

.boardBox h4 {
	text-align:center;
	color:#151719;
	/*font-size:1.438em;
	font-weight:900;
	font-family:'NanumGothicExtraBold';*/
}

.boardBox_line {
	position:relative;
	margin:0 auto;
	text-align:center;
	margin-top:59px;
	width:auto;
	padding:0 19px;
	height:1px;
	border-top:1px solid #cccccc;
}

#boardBox {
	position:relative;
}

#tabtit1 {
	position:absolute;
	top:25px;
	left:20px;
	text-align:center;
	z-index:10;
}

#tabtit2 {
	position:absolute;
	top:25px;
	left:82px;
	text-align:center;
	z-index:10;
}

#tabtit3 {
	position:absolute;
	top:25px;
	left:142px;
	text-align:center;
	z-index:10;
}

#tabtit4 {
	position:absolute;
	top:25px;
	left:204px;
	text-align:center;
	z-index:10;
}

#tabcont1 {
	margin-top:8px;
	/*position:absolute;
	top:70px;
	left:19px;
	right:19px;*/
}

#tabcont2 {
	margin-top:8px;
	/*position:absolute;
	top:70px;
	left:19px;
	right:19px;*/
}

#tabcont3 {
	margin-top:8px;
	/*position:absolute;
	top:70px;
	left:19px;
	right:19px;*/
}

#tabcont4 {
	margin-top:8px;
	/*position:absolute;
	top:70px;
	left:19px;
	right:19px;*/
}

.boardBox_img {
	position:relative;
	margin:0 auto;
	text-align:center;
	margin-top:67px;
}

.boardList {
	position:relative;
	margin:0 auto;
	text-align:left;
}

.boardList li {
	color:#37383d;
	line-height:20px;
	border-bottom:1px solid #ccc;
	background:url(/images/notice_dot.jpg) no-repeat 0 15px;
	padding:7px 5px 2px 10px;
}


.notice_date {
	float:right;
	padding:0 0 0 0;
	color:#777;
	font-size:0.938em;
}

/* / */
.line_button1 {
	position:absolute;
	top:-22px;
	left:116px;
	color:#37383d;
	width:1px;
	height:14px;
	background-color:#cccccc;
}
.line_button2 {
	position:absolute;
	top:-22px;
	left:204px;
	color:#37383d;
	width:1px;
	height:14px;
	background-color:#cccccc;
}
.line_button3 {
	position:absolute;
	top:-22px;
	left:291px;
	color:#37383d;
	width:1px;
	height:14px;
	background-color:#cccccc;
}



/* 전체공지일때 */
.notice_date2 {
	color:#777;
	font-size:0.813em;
	font-weight:normal;
	padding:0 0 7px 0;
}
li.T_notice1 {
	color:#151719;
	font-size:1.063em;
	/*font-size:1.188em;*/
	/*font-weight:700;
	font-family:'NanumGothicBold';
	padding:0 0 4px 0;*/
}
.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:19px;
	right:19px;
}

/* 전체공지 색 */
.boardbox_txt1 {
	color:#008aff;
	/*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:bold;
}







/* 바로가기2 */
.quicklLink2 {
	position:relative;
	margin:0 auto;
	text-align:center;
	margin-top:20px;
}

.quicklLink2_info {
	position:relative;
	margin:0 auto;
	text-align:center;
}

.quicklLink2_info li {
	display:inline-block;
	vertical-align:top;
	width:50%;
}

li.video_bg {
	padding-bottom:15px;
	background-color:#12c045;
}

.video_icon {
	text-align:center;
	margin-top:20px;
}

.video_txt1 {
	padding:7px 0 0 0;
	color:#fff;
	font-size:1.125em;
	font-weight:bold;
}

li.map_bg {
	padding-bottom:15px;
	background-color:#a6db02;
}

.map_icon {
	text-align:center;
	margin-top:18px;
}

.map_txt1 {
	margin-top:-4px;
	color:#fff;
	font-size:1.125em;
	font-weight:bold;
}

.quicklLink2_info a:hover p {
	color:#f2ff99;
	text-decoration:underline;
}


.tel_inquiry_info {
	position:relative;
	margin:0 auto;
	text-align:center;
	margin-top:10px;
	padding:10px 0;
	background-color:#c1e7a6;
}

.tel_inquiry_info li {
	display:inline-block;
	vertical-align:top;
	text-align:left;
}

.tel_inquiry_icon {
	
}

.tel_inquiry_txt1 {
	padding:0 0 0 19px;
	color:#fff;
	font-size:1.800em;
	font-weight:bold;
	/*letter-spacing:-0.01em;*/
	line-height:28px;
	text-shadow:2px 0 6px #78d13c;          /* 텍스트에 그림자 효과 */
}







/* 행사일정 */
.schedule {
	position:relative;
	margin:0 auto;
	width:100%;
	margin-top:20px;
	overflow:hidden;
}

.schedule h4 {
	display:none;
}


.schedule_more_button {
	position:absolute;
	top:0;
	right:0;
}

.schedule_info {
	position:relative;
	margin:0 auto;
	text-align:center;
	vertical-align:top;
}

.schedule_memo {
	position:relative;
	margin:0 auto;
	text-align:left;
	height:100px;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:5px 10px 5px 0;
	overflow-y:scroll;
	overflow-x:hidden;
}

.schedule_memo li {
	text-align:left;
	color:#76777c;
	background:url(/images/dot11.jpg) no-repeat 10px 10px;
	padding-left:20px;
	line-height:22px;
}

.schedule_memo li a {
	color:#76777c;
}

.schedule_memo_txt1 {
	color:#3fbd00;
	font-weight:bold;
}


.mini_carlendar {
	position:relative;
	margin:0 auto;
	text-align:center;
}

table th.mini_carlendar_txt1 {
	height:19px;
	color:#ff3b3b;
	font-weight:bold;
	background-color:#fff8f8;
}

table th.mini_carlendar_txt2 {
	height:19px;
	color:#151719;
	font-weight:bold;
	background-color:#f9f9f9;
}

table th.mini_carlendar_txt3 {
	height:19px;
	color:#0048ff;
	font-weight:bold;
	background-color:#f6f9ff;
}

table td.mini_carlendar_txt4 {
	height:23px;
	font-size:10pt;
	background-color:#FFF;
}

table td.mini_carlendar_txt5 {
	color:#76777c;
}


table td.mini_carlendar_txt5 a {
	color:#76777c;
	font-weight:normal;
}

.mini_carlendar_txt6 {
	padding:4px 0 6px;
	color:#FFF;
	font-weight:bold;
	background-color:#3fbd00;
}

.mini_carlendar_txt7 {
	position:relative;
	margin:0 auto;
	text-align:center;
	border:1px solid #3fbd00;
	background-color:#FFF;
}

.mini_carlendar_txt8 {
	padding:12px 5px 13px;
	color:#37383d;
	font-weight:none;
}

.mini_carlendar_txt9 {
	font-size:10pt;
	font-weight:bold;
}

.mini_carlendar_txt10 {
	color:#3fbd00;
	font-weight:bold;
}

.mini_carlendar_dot {
	padding:10px 4px 0 0;
}









/* 관련기관 */
.banner {
	position:relative;
	margin:0 auto;
	text-align:center;
	margin-top:20px;
	height:50px;
	overflow:hidden;
	background-color:#fff;
}

.banner h4 {
	display:none;
}

.banner_txt1 {
	text-align:center;
	color:#76777c;
	font-size:0.938em;
	padding:2px 0 0 0;
	letter-spacing:-0.05em;
}


.b_site {
	position:absolute;
	height:50px;
}

.b_site li {
	/*float:left;*/
	display:inline-block;
}

.b_img {
	
}

/*.b_line {
	background-color:#FFF;
	padding:0 12px;
	margin-left:-12px;
}*/

.b_line {
	border:1px solid #cccccc;
	background-color:#FFF;
	/*border-radius:10px;        라운드 만들때 */
	/*padding:0 12px;
	margin-left:-12px;*/
	width:165px;
	/*height:45px;*/
}

.b_line2 {
	display:inline-block;
	width:4px;
}

.b_line3 {
	margin-left:-4px;
}




/* 팀장님 메인에 추가한 스타일 부분 옮겨옴 */
.slides2{position:relative;width:100%;}
.slides2 .sub_slide{overflow:hidden;position:relative;width:100%;height:50px;}
.slides2 .sub_slide li{display:block;width:100%;height:50px;}
.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;}












/* -------------------------- 서브메뉴 -------------------------- */

.subMenu {
	position:relative;
	margin:0 auto;
	text-align:center;
	padding:10px 12px 18px;
	background:#fff url(/images/gnb_subbg.png) repeat-x bottom;
}

.subMenu li a {
	color:#76777c;
}

.subMenu li {
	display:inline-block;
	line-height:24px;
	vertical-align:top;
	color:#76777c;
}

.subMenu_no {
	margin-top:20px;
}

li.subMenu_line {
	width:1px;
	height:10px;
	background-color:#ccc;
	margin:4px 2% 0;
	vertical-align:middle;
}

.subMenu_line2 {
	display:inline-block;
	margin:0 10px;
}

.subMenu_line3 {
	display:inline-block;
	margin:0 5px;
}

/*
.subMenu_txt1 {
	text-align:left;
}

.subMenu_txt2 {
	text-align:left;
	font-weight:bold;
}
*/

.Title_bg {
	position:relative;
	margin:0 auto;
	text-align:center;
	padding:20px 0 24px;
	/*border-bottom:1px solid #ccc;*/
	background:url(/images/sub_visual_bg.png) repeat-x;
}

.Title {
	position:relative;
	margin:0 auto;
	text-align:center;
	color:#151719;
	font-size:2.000em;
	font-weight:bold;
	padding:33px 0 0;
	/*border-bottom:1px solid #ccc;*/
}

.Title_line {
	width:70%;
	margin-top:5px;
	border-bottom:1px solid #ccc;
}

.Title_sub {
	position:relative;
	margin:0 auto;
	text-align:center;
	color:#76777c;
	font-size:0.875em;
	padding:2px 0 0;
	/*border-bottom:1px solid #ccc;*/
	z-index:1;
}

.Title_subbg {
	position:relative;
	margin:0 auto;
	width:82%;
	width:14px;
	height:12px;
	margin-top:-1px;
	background:url(/images/icon5.png) no-repeat center top;
	z-index:10;
}



/* 페이지별 이미지 */
.sub_title {
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-14px;
	margin-left:-36px;
	color:#FFF;
	font-size:1.500em;
	font-weight:bold;
	text-shadow:2px 0 8px #000;          /* 텍스트에 그림자 효과 */
}


/* 타이틀 제목 배경색상별 */
.depth {
	position:relative;
	margin:0 auto;
	width:90%;
	display:inline-block;
	color:#777;
	text-align:center;
	font-size:0.813em;
	vertical-align:middle;
}

.depth_on {
	color:#2f2f31;
	font-weight:bold;
}

.depth_img {
	padding:3px 2px;
}



/* 서브에 서브가 있을 때 */
.subMenu_sub {
	position:relative;
	margin:0 auto;
	text-align:center;
	margin-top:20px;
}
.subMenu_sub li {
	display:inline-block;
	border:1px solid #d9d9d9;
	background-color:#FFF;
	padding:2px 16px;
	margin:0 2px 5px;
	border-radius:20px;       /* 라운드 만들때 */
}







/* ----------------------- 푸터 영역  ------------------------- */	

.footerInner {
	position:relative;
	margin:0 auto;
	text-align:center;
	color:#151719;
	padding-bottom:5px;
	letter-spacing:-0.3px;
}

.footerInner h3 {
	/*font-size:0.938em;*/
	margin-top:10px;
	margin-bottom:10px;
}

.name {
	color:#3fbd00;
	font-weight:bold;
	font-size:1.250em;
	padding:20px 0 0 0;
}

.info {
	/*font-size:0.92em;*/
	padding:2px 0 0 0;
}

.tel {
	color:#3fbd00;
	font-size:1.125em;
	font-weight:bold;
}

.tel a, .tel a:link {
	color:#3fbd00;
}

.tel2, .tel2 a {
	color:#151719;
	padding:0 3px;
}

.tel_img {
	margin-top:-5px;
	margin-left:2px;
	vertical-align:middle;
}

.etc {
	padding:0 0 0 8px;
}

address { 
	/*font-size:0.92em;*/
	line-height:20px;
	margin-top:10px;
} 

address .copyright {
	font-size:0.625em;
	color:#b0b0b0;
	padding:1px 0 5px 0;
}

address .sitename {
	color:#48cbfd;
}

address .addr {
	letter-spacing:-0.01em;
	margin-top:5px;
}

address .etc2 {
	font-weight:bold;
}

address .etc3 {
	padding:10px 0 0 0;
}

address .etc4 {
	padding:0 0 0 30px;
}

address .etc5 {
	padding:2px 0 0 0;
}

address .etc6 {
	padding:0 0 0 4px;
}

.etc7 {
	padding:0 0 0 15px;
}


.guide {
	width:100%;
	text-align:center;
	font-size:0.813em;
	padding:20px 0;
}

.guide li {
	width:20px;
	height:20px;
	display:inline-block;
	text-align:center;
	padding:7px;
	margin:0 2px;
	border:1px solid #cccccc;
	background-color:#FFF;
	border-radius:30px;         /* 라운드 만들때 */
	cursor:pointer;
	vertical-align:middle;
}

.guide_img {
	text-align:center;
	padding:2px 0 0 0;
}

li.guide_no {
	border:none;
}

.pc {
	color:#dadada;
	font-size:0.813em;
	margin:0 10px;
}



/* ------- 하단 전화걸기 ------- */

.footerTel {
	position:relative;
	margin:0 auto;
	text-align:center;
	width:100%;
}

.Tel_info {
	position:relative;
	margin:0 auto;
	text-align:center;
	border-bottom:1px solid #cccccc;
	background-color:#f9f9f9;
	line-height:15px;
}

.Tel_info li {
	display:inline;
	display:inline-block;
	vertical-align:middle;
	padding:10px 0;
}

.Tel_t1 {
	color:#37383d;
	font-weight:bold;
	text-align:left;
	margin-left:6px;
	margin-top:1px;
	font-size:1.375em;
	letter-spacing:-0.01em;
}

.Tel_info li a, .Tel_info li a:hover, .Tel_info li a:focus {
	text-align:left;
	color:#37383d;
}

.Tel_t2 {
	color:#999aa0;;
	font-size:0.750em;
	text-align:left;
	font-weight:normal;
	margin-left:6px;
	margin-top:2px;
}





/* ------- 하단 SNS ------- */

.footer_sns {
	position:relative;
	margin:0 auto;
}

.footer_sns li {
	display:inline-block;
}





/* ------- 맨위로 가는 버튼 ------- */

.top_button {
	position:relative;
	margin:0 auto;
	width:30%;
	color:#FFF;
	margin-bottom:20px;
	text-align:center;
	font-size:0.875em;
	font-weight:bold;
	padding:4px 2px 3px;
	background-color:#6bdbdc;
}

.top_button a, .top_button a:link, .top_button a:hover, .top_button a:focus, .top_button a:visited, .top_button a:active {
		color:#FFF;
		font-weight:bold;
}





/* 하단 바로가기 */
.footer_link {
	position:relative;
	margin:0 auto;
	text-align:center;
	padding:20px 10px 20px;
	border-top:1px solid #ccc;
	z-index:10;
}

.footer_link_info {
	position:relative;
	margin:0 auto;
	text-align:center;
}

.footer_link_info li {
	width:46%;
	display:inline;
	display:inline-block;
	vertical-align:top;
}

.footer_link_info li a {
	color:#37383d;
}

.footer_link_txt1 {
	position:relative;
	margin:0 auto;
	text-align:center;
	color:#37383d;
	font-size:1.250em;
	font-weight:bold;
	padding:12px 0 0 0;
	line-height:19px;
	letter-spacing:-0.03em;
}

.footer_link_txt2 {
	position:relative;
	margin:0 auto;
	text-align:center;
	color:#76777c;
	font-size:0.875em;
	padding:1px 0 0 0;
	letter-spacing:-0.03em;
}

.footer_link_txt3 {
	letter-spacing:-0.07em;
}

li.footer_link_line {
	width:1px;
	height:62px;
	margin:11px 2px 0;
	background-color:#c9c9ca;
}







/* ----------------------- 서브페이지 컨텐츠내용 영역  ------------------------- */

/* 공통 */
.pagetab {
	position:relative;
	margin:0 auto;
	/*letter-spacing:-0.3px;*/
	color:#37383d;
	text-align:justify;
	line-height:26px;
	background-color:#ffffff;
}

/* 준비중인 페이지 */
.no_working {
	text-align:center;
}

/* 테이블용1 */
.tableline {
	/*width:100%;*/
	border-top:1px solid #151719;
}
.tableline2 {
	width:100%;
	border-top:1px solid #404040;
}
.tableline2-1 {
	/*width:100%;*/
	border-top:1px solid #404040;
}
.table1 {
	text-align:center;
	/*width:100%;*/
	border-bottom:1px solid #cccccc;
	border-right:1px solid #cccccc;
	background-color:#FFF;
}
.table1 th {
	color:#151719;
	font-weight:bold;
	padding:6px 0;
	border-left:1px solid #cccccc;
	background-color:#f5f5f5;
}
.table1 td {
	padding:4px;
	border-top:1px solid #cccccc;
	border-left:1px solid #cccccc;
}
.table1 .txt1 {
	/*text-align:justify;*/
	text-align:left;
	padding:4px 10px;
	vertical-align:top;
	background-color:#fbfff3;
}
.table1 .txt2 {
	vertical-align:text-top;
	font-weight:bold;
}
.table1 .txt3 {
	vertical-align:text-top;
}
.table1 .txt4 {
	border-top:1px solid #cccccc;
}
.table1 .txt5 {
	padding-top:20px;
	padding-bottom:20px;
}
.table1 .txt6 {
	padding-top:40px;
	padding-bottom:40px;
}
.table1 .txt7 {
	padding-top:10px;
	padding-bottom:10px;
}
.table1 .txt8 {
	font-weight:bold;
	background-color:#f7f7f7;
}
.table1 .txt9 {
	font-weight:bold;
}
.table1 .txt10 {
	padding:14px 3px;
}
.table1 .txt11 {
	padding:8px 0;
}
.table1 th.txt12 {
	background-color:#d5e5f3;
}
.table1 th.txt13 {
	background-color:#f1f1f1;
}
/*.table1 th.txt13 {
	background-color:#e0eed1;
}*/
.table1 th.txt14 {
	background-color:#fce9ca;
}
.table1 th.txt15 {
	background-color:#ccf8be;
}
.table1 th.txt18 {
	background-color:#e9dbff;
}
.table1 .txt29 {
	color:#FFF;
	font-weight:bold;
	background-color:#4cb847;
}
.table1 .txt16 {
	text-align:left;
	padding:4px 10px;
	vertical-align:top;
	border-left:1px solid #cccccc;
}
.table1 .txt17 {
	border-left:1px solid #cccccc;
}
.table1 .txt19 {
	height:40px;
}
.table1 .txt20 {
	background-color:#f3f3f3;
}
.table1 .txt_21 {
	text-align:center;
}
.table1 .txt22 {
	border-top:none;
}
.table1 .txt23 {
	background-color:#f1f1f1;
}
.table1 .txt24 {
	text-align:left;
	padding:0 10px;
}

.tableline3 {
	width:100%;
	border-top:1px solid #cccccc;
}
.table1-1 {
	text-align:center;
	width:100%;
	border-bottom:1px solid #cccccc;
	border-right:1px solid #cccccc;
	background-color:#FFF;
}
.table1-1 .txt_21 {
	text-align:center;
}
.table1-1 th {
	color:#151719;
	font-weight:bold;
	padding:6px 0;
	border-left:1px solid #cccccc;
	background-color:#f5f5f5;
}
.table1-1 td {
	padding:4px;
	border-top:1px solid #cccccc;
	border-left:1px solid #cccccc;
}





/* 서브메뉴에 서브가 있을때 메뉴 */
.menu_tab {
	width:40%;
	padding:7px 0 6px;
	color:#37383d;
	text-align:center;
	font-size:1.063em;
	cursor:pointer;
	vertical-align:top;
	background-color:#f3f3f3;
}
.menu_on {
	color:#FFF;
	font-weight:bold;
	padding:7px 0 6px;
	background-color:#3fbd00;
}
.list_area {
	width:100%;
}
.tableft {                       /* margin-left값을 주면 처음 버튼에도 공간이 생기기 때문에 없애주려고 추가함 */
	text-align:center;
}
.tableft li {
	display:inline-block;
	margin:0 1% 2%;
}
#menutab {               /* width값을 %로 줬을때 오른쪽 여백을 없애기 위해서 추가 */
	float:right;
	clear:both;
}
.menu_off {
	float:left;
	width:19.99%;
	height:42px;
	margin-top:1px;
	margin-left:-1px;
	border-left:1px solid #cccccc;
	background-color:#FFF;
}

.tabtxt1 {
	letter-spacing:-0.05em;
}



.menu_tab2 {
	display:inline;
	display:inline-block;
	width:49.5%;
	margin-bottom:5px;
	padding:5px 0 4px;
	color:#FFF;
	text-align:center;
	font-weight:bold;
	font-size:1.063em;
	text-align:center;
	cursor:pointer;
	vertical-align:top;
	background-color:#7a7d81;
}
.menu_on2 {
	color:#FFF;
	font-weight:bold;
	height:32px;
	padding:5px 0 4px;
	background:#3fbd00 url('/images/menubar.jpg') no-repeat center bottom;
}
.list_area2 {
	width:100%;
}
.tableft2 {                       /* margin-left값을 주면 처음 버튼에도 공간이 생기기 때문에 없애주려고 추가함 */
	height:33px;
}
#menutab2 {               /* width값을 %로 줬을때 오른쪽 여백을 없애기 위해서 추가 */
	float:right;
	clear:both;
}





/* 제목 공통 */
.title_txt1 {
	position:relative;
	margin:0 auto;
	text-align:justify;
	font-size:1.500em;
	font-weight:bold;
	vertical-align:top;
	margin-bottom:10px;
}

.title_txt2 {
	color:#3fbd00;
}
.title_txt3 {
	position:relative;
	margin:0 auto;
	text-align:center;
	font-size:0.750em;
	color:#151719;
	font-weight:bold;
}
.title_txt4 {
	color:#0078ff;
}
.title_txt5 {
	color:#ff9000;
}

.title_line1 {
	position:relative;
	width:50px;
	height:3px;
	margin-bottom:10px;
	background-color:#83e3ff;
}

.title_box1 {
	position:relative;
	text-align:center;
	width:30%;
	padding:1px 0 1px;
	color:#151719;
	font-size:1.063em;
	font-weight:bold;
	/*border:1px solid #9ce8fe;*/
	background-color:#83e3ff;
	border-radius:80px;     /* 라운드 만들때 */
}


/* 동그란 원 */
.title_box2 {
	position:relative;
	margin:0 auto;
	text-align:center;
	width:80px;
	height:80px;
	vertical-align:middle;
	border-radius:80px;     /* 라운드 만들때 */
	background-color:#85d100;
}

/* 라운드있는 동그란 원*/
li.title_box_b1 {
	position:relative;
	margin:0 auto;
	text-align:center;
	width:120px;
	height:120px;
	vertical-align:middle;
	border:10px solid #83e3ff;
	border-radius:120px;     /* 라운드 만들때 */
	background-color:#FFFFFF;
}



.title_dot1 {
	text-align:left;
	color:#151719;
	font-size:1.250em;
	font-weight:bold;
	background:url('/images/title_dot1.png') no-repeat 0 3px;
	padding:0 0 0 25px;
	margin-bottom:10px;
}
.title_dot2 {
	text-align:left;
	color:#151719;
	font-size:1.250em;
	font-weight:bold;
	/*background:url('/images/dot7.jpg') no-repeat 0 5px;
	padding:0 0 0 22px;*/
}


.page_txt1 {
	position:relative;
	margin:0 auto;
	text-align:justify;
}
.page_txt2 {
	position:relative;
	margin-top:15px;
	text-align:justify;
}
.page_txt2 li {
	background:url('/images/dot5.jpg') no-repeat 0 8px;
	padding:0 0 0 12px;
}
.page_txt2-1 {
	position:relative;
	/*margin-top:13px;*/
	text-align:justify;
}
.page_txt2-1 li {
	background:url('/images/dot5.jpg') no-repeat 0 10px;
	padding:0 0 0 12px;
}

/*.page_txt49 {
	position:relative;
	margin-top:13px;
	text-align:left;
}
.page_txt49 li {
	display:inline-block;
	width:30%;
	background:url('/images/dot4.jpg') no-repeat 0 12px;
	padding:0 0 0 13px;
}

.page_txt50 {
	position:relative;
	margin-top:13px;
	text-align:left;
}
.page_txt50 li {
	display:inline-block;
	width:48%;
	background:url('/images/dot4.jpg') no-repeat 0 12px;
	padding:0 0 0 13px;
}*/

.page_txt3 {
	margin-top:40px;
}
.page_txt4 {
	font-weight:bold;
}
.page_txt5 {
	color:#ff9000;
}
.page_txt_ls04 {
	letter-spacing:-0.04em;
}
.page_txt_ls06 {
	letter-spacing:-0.06em;
}
.page_txt_ls07 {
	letter-spacing:-0.07em;
}
.page_txt_ls09 {
	letter-spacing:-0.09em;
}

/* 위치로 가는 버튼 만들때 */
.page_txt6 {
	position:relative;
	margin:0 auto;
	text-align:center;
	margin-top:-5px;
}
.page_txt6 li {
	display:inline-block;
	vertical-align:top;
	padding:0 15px 3px;
	margin:5px 3px;
	font-weight:bold;
	border:1px solid #cccccc;
	background-color:#FFF;
	border-radius:15px;       /* 라운드 만들때 */
}
.page_txt6 li a, a:link {
	color:#37383d;
}
.page_txt6 li a:hover {
	color:#7d2428;
}


.page_txt7 {
	margin-top:50px;
}
.page_txt8 {
	color:#151719;
	font-weight:bold;
}
.page_txt9 {
	color:#3fbd00;
	font-weight:bold;
}
.page_txt10 {
	color:#ff002a;
	font-weight:bold;
}
.page_txt11 {
	color:#0078ff;
	font-weight:bold;
}
.page_txt11-1 {
	color:#0078ff;
}
.page_txt11-2 {
	color:#0078ff;
}
.page_txt12 {
	margin-top:30px;
}
.page_txt13 {
	margin-top:50px;
}
.page_txt14 {
	margin-top:60px;
}
.page_txt15 {
	margin-top:20px;
}
.page_txt16 {
	margin-top:0;
}
.page_txt17 {
	margin-top:10px;
}
li.page_txt18 {
	padding:0;
	background-image:none;
}


/* 필수사항 체크 표시 버튼*/
.page_txt19 {
	position:relative;
	margin:0 auto;
	text-align:center;
	display:inline-block;
	margin-left:10px;
	width:6px;
	height:6px;
	vertical-align:middle;
	border-radius:10px;       /* 라운드 만들때 */
	background-color:#3fbd00;
}

.page_txt20 {
	position:relative;
	margin:0 auto;
	text-align:right;
	padding:0 5px 5px 0;
	vertical-align:middle;
}
.page_txt21 {
	position:relative;
	text-align:left;
	width:80%;
	margin-top:10px;
	margin-bottom:10px;
	padding:10px;
	border:1px solid #cccccc;
}
.page_txt22 {
	text-decoration:underline;
}
.page_txt23 {
	font-size:0.750em;
	font-weight:normal;
}
.page_txt24 {
	color:#76777c;
}

.page_txt25 {
	position:relative;
	margin:0 auto;
	text-align:center;
	/*margin-top:20px;*/
}
.page_txt25 li {
	display:inline-block;
	vertical-align:top;
	margin:20px 15px 0;
}
.page_txt26 {
	padding:10px 0 0 0;
	color:#151719;
	font-size:1.063em;
	font-weight:bold;
}







/* 위로(TOP) 버튼 */
.page_txt28 {
	position:relative;
	text-align:center;
	float:right;
	width:40px;
	height:18px;
	padding:5px 0 0px;
	color:#76777c;
	font-size:0.813em;
	font-weight:bold;
	overflow:hidden;
}
.page_txt28 a:link {
	color:#37383d;
}
.page_txt29 {
	margin-top:30px;
}
.page_txt30 {
	text-align:center;
	padding:10px 0 0;
	font-size:1.250em;
	font-weight:bold;
}
.page_txt31 {
	text-align:center;
	font-size:1.063em;
	font-weight:bold;
}
.page_txt32 {
	text-align:center;
	font-size:1.063em;
}
.page_txt33 {
	text-align:center;
	font-size:1.500em;
	font-weight:bold;
}
.page_txt38 {
	text-align:center;
	font-size:1.125em;
}




/* 공통이미지 아이콘 */
.page_img1 {
	padding:7px 6px 0 0;
}




/* 신청바로가기 버튼 */
.page_txt47 {
	position:relative;
	margin:0 auto;
	text-align:center;
	margin-top:30px;
}
.page_txt47 li {
	display:inline-block;
	vertical-align:top;
	padding:10px 10px 0;
}
.page_txt48_box {
	width:210px;
	padding:6px 0 7px;
	font-size:1.125em;
	font-weight:bold;
	border:1px solid #3db700;
	background-color:#3fbd00;
	/*background:url('/images/icon10.png') no-repeat 128px 10px;*/
}
.page_txt47 li .page_txt48_box {
	color:#FFF;
}

/*.page_txt47 li a:hover p {
	color:#37383d;
	font-weight:bold;
	border:1px solid #cccccc;
	background-color:#eeeeee;
	text-decoration:none;
}*/

.page_txt48_box1 {
	text-align:center;
	width:230px;
	padding:5px 0 7px;
	font-size:1.063em;
	background-color:#99ca3b;
	border-radius:30px;     /* 라운드 만들때 */
	/*background:url('/images/icon10.png') no-repeat 128px 10px;*/
}
.page_txt48_box2 {
	width:80px;
	padding:2px 0 3px;
	font-weight:bold;
	border:1px solid #cccccc;
	background-color:#eeeeee;
	border-radius:5px;     /* 라운드 만들때 */
}
.page_txt48_box3 {
	width:80px;
	padding:2px 0 3px;
	color:#FFF;
	font-weight:bold;
	border:1px solid #3db700;
	background-color:#0b9fe8;
	border-radius:5px;     /* 라운드 만들때 */
}
.page_txt48_box4 {
	width:120px;
	padding:5px 0 5px;
	color:#FFF;
	font-size:1.188em;
	background-color:#3fbd00;
	/*background:url('/images/icon10.png') no-repeat 128px 10px;*/
}
.page_txt48_box5 {
	width:160px;
	padding:5px 0 5px;
	color:#FFF;
	font-size:1.188em;
	background-color:#3fbd00;
	/*background:url('/images/icon10.png') no-repeat 128px 10px;*/
}
.page_txt47 li .page_txt48_box, .page_txt47 li .page_txt48_box1 {
	color:#FFF;
}

.page_txt47 li a:hover p {
	color:#e7ff88;
	font-weight:bold;
}



/* 테이블이 커서 스크롤로 이동하도록 */
.page_txt100 {
	position:relative;
	margin:0 auto;
	overflow:scroll;
	width:100%;
	padding:0;
	-webkit-overflow-scrolling:touch;
}




.page_txt49 {
	color:#f6ff00;
}

.page_txt50 {
	padding:20px;
	background-color:#f2f2f2;
}
.page_txt51 {
	position:relative;
	margin:0 auto;
	text-align:center;
	margin-left:-2%;
	margin-top:-2%;
	overflow:hidden;
}
.page_txt51 li {
	display:inline-block;
	vertical-align:top;
	margin-left:2%;
	margin-top:2%;
}
li.page_txt52 {
	width:292px;
	height:190px;
	background-color:#f2f2f2;
}
li.page_txt52-1 {
	width:292px;
	height:198px;
	background-color:#f2f2f2;
}
.page_txt53 {
	clear:both;
	position:relative;
	margin:0 auto;
	text-align:center;
	margin-top:60px;
	overflow:hidden;
}
.page_txt54 {
	position:relative;
	text-align:left;
	margin-top:3px;
}
.page_txt54 li {
	font-size:1.063em;
	background:url('/images/dot12.jpg') no-repeat 0 12px;
	padding:0 0 0 13px;
}
.page_txt55 {
	text-align:left;
	font-size:1.188em;
	font-weight:bold;
}
.page_txt56 {
	text-align:left;
}

.page_txt57 {
	text-align:center;
	width:50px;
	padding:2px 0 3px 0;
	font-weight:bold;
	vertical-align:top;
	background-color:#c1e7a6;
}
.page_txt58 {
	text-align:center;
	width:50px;
	padding:2px 0 3px 0;
	font-weight:bold;
	vertical-align:top;
	background-color:#a6db02;
}
.page_txt59 {
	margin:11px 10px 0 0;
}







/* 라인 */
.pageline1 {
	position:relative;
	margin:0 auto;
	text-align:center;
	border-top:1px dashed #cccccc;
	margin:40px 0 0;
}
.pageline2 {
	position:relative;
	margin:0 auto;
	text-align:center;
	border-top:1px dashed #cccccc;
	margin:40px 0 0;
}









/* 인사말 */
.txt1001_1 {
	position:relative;
	margin:0 auto;
	text-align:justify;
}
.txt1001_2-1{
	position:relative;
	margin:0 auto;
	text-align:center;
	overflow:hidden;
}
.txt1001_2-2 {
	position:relative;
	margin:0 auto;
	text-align:center;
	margin-top:50px;
	overflow:hidden;
	letter-spacing:-0.02em;
}
.txt1001_3 {
	text-align:left;
	color:#3fbd00;
	font-size:1.500em;
	font-weight:bold;
	line-height:30px;
}
.txt1001_4 {
	position:relative;
	margin:0 auto;
	text-align:justify;
	margin-top:50px;
}
.txt1001_5 {
	margin-top:20px;
}
.txt1001_6 {
	margin-top:20px;
	color:#ff9c00;
	font-size:1.188em;
	line-height:30px;
}
.txt1001_7 {
	text-align:center;
	margin-top:70px;
	font-size:1.250em;
	font-weight:bold;
}
.txt1001_8 {
	display:inline-block;
	/*padding:0 0 0 10px;*/
	margin-top:10px;
	color:#151719;
	font-size:1.375em;
}




/* 소개 */
.txt1002_1 {
	position:relative;
	margin:0 auto;
	text-align:center;
}
.txt1002_2 {
	position:relative;
	margin:0 auto;
	text-align:center;
}
.txt1002_3 {
	text-align:center;
	margin-top:60px;
	color:#3fbd00;
	font-size:1.375em;
	font-weight:bold;
	line-height:30px;
}
.txt1002_4 {
	position:relative;
	margin:0 auto;
	text-align:justify;
	margin-top:40px;
}
.txt1002_5 {
	margin-top:10px;
}




/* 연혁 */
.txt1003_1 {
	position:relative;
	margin:0 auto;
	text-align:center;
}
.txt1003_2 {
	position:relative;
	margin:0 auto;
	text-align:center;
	/*border:1px solid #cccccc;
	box-sizing: border-box;           테두리까지 widt값에 포함 */
}
.txt1003_2 li {
	display:inline-block;
	vertical-align:top;
	padding-bottom:30px;
	border-bottom:1px solid #ccc;
}
.txt1003_3-1 {
	color:#9be0f2;
	width:70px;
	height:10px;
}
.txt1003_3-2 {
	color:#00a2e8;
	width:70px;
	height:10px;
}
.txt1003_3-3 {
	color:#3fbd00;
	width:70px;
	height:10px;
}
.txt1003_3-4 {
	color:#ff7f2a;
	width:70px;
	height:10px;
}
.txt1003_3-5 {
	color:#9be0f2;
	width:70px;
	height:10px;
}
.txt1003_3-6 {
	color:#00a2e8;
	width:70px;
	height:10px;
}
.txt1003_3-7 {
	color:#ff7f2a;
	width:70px;
	height:10px;
}
.txt1003_3-8 {
	color:#00a2e8;
	width:70px;
	height:10px;
}
.txt1003_3-9 {
	color:#3fbd00;
	width:70px;
	height:10px;
}
.txt1003_3-10 {
	color:#9be0f2;
	width:70px;
	height:10px;
}
.txt1003_3-11 {
	color:#ff7f2a;
	width:70px;
	height:10px;
}
.txt1003_3-12 {
	color:#3fbd00;
	width:70px;
	height:10px;
}
.txt1003_3-13 {
	color:#00a2e8;
	width:70px;
	height:10px;
}



.txt1003_4-1 {
	width:100%;
	/*width:770px;
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	box-sizing: border-box;
	background-color:#fff;*/
}
.txt1003_4-2 {
	width:820px;
}
.txt1003_5 {
	font-size:2.300em;
	font-weight:bold;
}
.txt1003_6 {
	text-align:justify;
	padding:0 20px;
	/*padding:15px 20px 17px;*/
}
.txt1003_7 {
	font-weight:bold;
	padding:0 5px 0 0;
}
li.txt1003_8 {
	margin-top:40px;
}
.txt1003_9 {
	padding-left:40px;
}
.txt1003_10 {
	padding-left:60px;
}





/* 조직도 */
.txt1004_1 {
	position:relative;
	margin:0 auto;
	text-align:center;
}




/* 오시는길 */
.txt1005_1 {
	position:relative;
	margin:0 auto;
	text-align:center;
}






/* 이음사업 공통 */
.txt1101_1 {
	position:relative;
	margin:0 auto;
	text-align:center;
}
.txt1101_2 {
	text-align:center;
	margin-top:40px;
	font-size:1.250em;
	font-weight:bold;
	line-height:32px;
}
.txt1101_3 {
	margin-top:40px;
	color:#3fbd00;
	font-size:1.313em;
	font-weight:bold;
}
.txt1101_4 {
	position:relative;
	margin:0 auto;
	text-align:center;
	margin-top:24px;
	margin-left:13px;
}
.txt1101_4 li {
	display:inline-block;
	vertical-align:top;
}
.txt1101_5-1 {
	margin-left:-13px;
	width:173px;
	height:173px;
	background:url(/images/1101_3.png) no-repeat;
}
.txt1101_5-2 {
	margin-left:-13px;
	width:173px;
	height:173px;
	background:url(/images/1101_4.png) no-repeat;
}
.txt1101_5-3 {
	margin-left:-13px;
	width:173px;
	height:173px;
	background:url(/images/1101_5.png) no-repeat;
}
.txt1101_5-4 {
	margin-left:-13px;
	width:173px;
	height:173px;
	background:url(/images/1101_6.png) no-repeat;
}
.txt1101_5-5 {
	margin-left:-13px;
	width:173px;
	height:173px;
	background:url(/images/1101_7.png) no-repeat;
}
.txt1101_5-6 {
	margin-left:-13px;
	width:173px;
	height:173px;
	background:url(/images/1101_8.png) no-repeat;
}
.txt1101_5-7 {
	margin-left:-13px;
	width:173px;
	height:173px;
	background:url(/images/1101_9.png) no-repeat;
}
.txt1101_5-8 {
	margin-left:-13px;
	width:173px;
	height:173px;
	background:url(/images/1101_5.png) no-repeat;
}
.txt1101_5-9 {
	margin-left:-13px;
	width:173px;
	height:173px;
	background:url(/images/1101_10.png) no-repeat;
}
.txt1101_5-10 {
	margin-left:-13px;
	width:173px;
	height:173px;
	background:url(/images/1101_11.png) no-repeat;
}
.txt1101_5-11 {
	margin-left:-13px;
	width:173px;
	height:173px;
	background:url(/images/1101_12.png) no-repeat;
}
.txt1101_5-12 {
	margin-left:-13px;
	width:173px;
	height:173px;
	background:url(/images/1101_7.png) no-repeat;
}
.txt1101_5-13 {
	margin-left:-13px;
	width:173px;
	height:173px;
	background:url(/images/1101_5.png) no-repeat;
}
.txt1101_5-14 {
	margin-left:-13px;
	width:173px;
	height:173px;
	background:url(/images/1101_13.png) no-repeat;
}
.txt1101_6 {
	margin-top:36px;
	color:#fff;
	font-weight:bold;
	line-height:24px;
}
.txt1101_6-1 {
	margin-top:21px;
	color:#fff;
	font-weight:bold;
	line-height:21px;
}
.txt1101_6-2 {
	margin-top:60px;
	color:#fff;
	font-weight:bold;
	line-height:24px;
}
.txt1101_6-3 {
	margin-top:48px;
	color:#fff;
	font-weight:bold;
	line-height:24px;
}
.txt1101_6-4 {
	margin-top:26px;
	color:#fff;
	font-weight:bold;
	line-height:22px;
}
.txt1101_7 {
	position:relative;
	margin:0 auto;
	text-align:center;
}
.txt1101_7 li {
	/*display:inline-block;*/
	vertical-align:top;
}
.txt1101_8 {
	margin-left:20px;
}
.txt1101_9 {
	margin-left:30px;
}

.txt1101_10 {
	position:relative;
	margin:0 auto;
	text-align:center;
	margin-top:-10px;
}

.txt1101_10 li {
	display:inline-block;
	vertical-align:top;
	margin-top:10px;
}

.txt1101_11-1 {
	position:relative;
	margin:0 auto;
	text-align:center;
	width:60px;
	height:60px;
	/*border:1px solid #9ce8fe;*/
	background-color:#9be0f2;
	border-radius:80px;     /* 라운드 만들때 */
}
.txt1101_11-2 {
	position:relative;
	margin:0 auto;
	text-align:center;
	width:60px;
	height:60px;
	/*border:1px solid #9ce8fe;*/
	background-color:#a6db02;
	border-radius:80px;     /* 라운드 만들때 */
}
.txt1101_12 {
	padding:11px 0 0;
	color:#fff;
	font-weight:bold;
	line-height:18px;
	/*border:1px solid #9ce8fe;*/
}
.txt1101_13 {
	width:90px;
	padding:14px 0 0;
	font-size:1.063em;
	font-weight:bold;
	line-height:20px;
}
.txt1101_14 {
	padding:22px 5px 0;
	width:10px;
}
.txt1101_15 {
	position:relative;
	margin:0 auto;
	text-align:center;
	overflow:hidden;
}
.txt1101_16 {
	position:relative;
	margin:0 auto;
	text-align:center;
	overflow:hidden;
}
.txt1101_17 {
	color:#151719;
	font-size:1.125em;
	font-weight:bold;
	margin-top:20px;
}
.txt1101_18 {
	color:#00a2e8;
	margin-top:5px;
	text-align:center;
}





/* 카페메뉴 */
.txt1101_2_1 {
	position:relative;
	margin:0 auto;
	text-align:center;
	margin-left:-2%;
	margin-top:-2%;
}
.txt1101_2_1 li {
	display:inline-block;
	vertical-align:top;
	margin-left:2%;
	margin-top:2%;
}
li.txt1101_2_2 {
	width:98%;
	max-width:440px;
	padding:60px 0;
	background-color:#f2f2f2;
}
.txt1101_2_3 {
	position:relative;
	margin:0 auto;
	text-align:center;
	color:#3fbd00;
	font-size:1.700em;
	font-weight:bold;
}
.txt1101_2_4 {
	position:relative;
	margin:0 auto;
	text-align:center;
	margin-top:30px;
	font-size:1.188em;
	font-weight:bold;
}
.txt1101_2_5 {
	margin-top:80px;
	color:#3fbd00;
	font-size:1.500em;
	font-weight:bold;
	line-height:40px;
}


/* 지점안내 */
.txt1101_3_1 {
	padding:70px 0 0;
}
.txt1101_3_2 {
	text-align:center;
	margin-top:30px;
}
.txt1101_3_3 {
	color:#151719;
	font-size:1.125em;
	font-weight:bold;
}
.txt1101_3_4 {
	padding:0 0 0 10px;
}
.txt1101_3_5 {
	text-align:center;
	margin-top:30px;
}
.txt1101_3_6 {
	margin-top:30px;
	border:1px solid #ccc;
}


.menutab1 {
	position:relative;
	text-align:center;
	margin:30px 0 0 0;
}
.menutab1 li {
	display:inline-block;
	padding:9px 16px 0;
	margin:0 2px;
	vertical-align:top;
	border:1px solid #cccccc;
	background-color:#FFF;
}
.menutab1 li a {
	color:#151719;
	font-weight:bold;
}
.menutab1 li a:hover, .menutab1 li a:focus {
	color:#151719;
	/*font-weight:bold;
	text-decoration:underline;*/
}
/*.menutab1 img {
	padding:4px 0 0 0;
}*/








/* 음성군다문화-인사말 */
.txt1201_1_1 {
	position:relative;
	margin:0 auto;
	text-align:center;
	overflow:hidden;
}
.txt1201_1_2 {
	position:relative;
	margin:0 auto;
	text-align:center;
	overflow:hidden;
}
.txt1201_1_3 {
	position:relative;
	margin:0 auto;
	text-align:center;
	margin-top:50px;
}
.txt1201_1_4 {
	text-align:left;
	color:#3fbd00;
	font-size:1.500em;
	font-weight:bold;
	line-height:30px;
}
.txt1201_1_5 {
	position:relative;
	margin:0 auto;
	text-align:justify;
	margin-top:50px;
}
.txt1201_1_6 {
	text-align:center;
	margin-top:70px;
	font-size:1.250em;
	font-weight:bold;
}
.txt1201_1_7 {
	display:inline-block;
	margin-top:10px;
	color:#151719;
	font-size:1.375em;
}







/* 음성군다문화-소개 */
.txt1201_2_1 {
	position:relative;
	margin:0 auto;
	text-align:center;
}



/* 음성군다문화-연혁 */
.txt1201_3_1 {
	position:relative;
	margin:0 auto;
	text-align:center;
}







/* 음성군다문화-오시는길 */
.txt1201_4_1 {
	position:relative;
	margin:0 auto;
	text-align:center;
}
.txt1201_4_2 {
	position:relative;
	margin:0 auto;
	text-align:center;
	border:1px solid #ccc;
}






/* 운영사업 공통 */
.txt1202_1-1 {
	clear:both;
	position:relative;
	margin:0 auto;
	text-align:center;
	overflow:hidden;
}
.txt1202_1-2 {
	clear:both;
	position:relative;
	margin:0 auto;
	text-align:center;
	margin-top:40px;
	overflow:hidden;
}
.txt1202_2 {
	position:relative;
	margin:0 auto;
	text-align:center;
	overflow:hidden;
}
.txt1202_3 {
	position:relative;
	margin:0 auto;
	text-align:center;
	margin-top:30px;
	overflow:hidden;
}
.txt1202_4-1 {
	position:relative;
	margin:0 auto;
	text-align:center;
	padding:18px 0;
	font-size:1.188em;
	font-weight:bold;
	background-color:#aeedff;
}
.txt1202_4-2 {
	position:relative;
	margin:0 auto;
	text-align:center;
	padding:18px 0;
	font-size:1.188em;
	font-weight:bold;
	background-color:#d6fdc8;
}
.txt1202_4-3 {
	position:relative;
	margin:0 auto;
	text-align:center;
	padding:18px 0;
	font-size:1.188em;
	font-weight:bold;
	background-color:#ffef97;
}
.txt1202_4-4 {
	position:relative;
	margin:0 auto;
	text-align:center;
	padding:18px 0;
	font-size:1.188em;
	font-weight:bold;
	background-color:#c6e839;
}
.txt1202_4-5 {
	border-top:1px solid #ccc;
}
.txt1202_5 {
	position:relative;
	margin:0 auto;
	text-align:center;
	padding:30px 20px;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background-color:#fff;
}
.txt1202_5-1 {
	position:relative;
	margin:0 auto;
	text-align:center;
	padding:30px 0;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background-color:#fff;
}
.txt1202_6 {
	position:relative;
	text-align:left;
	box-sizing: border-box;           /* 테두리까지 widt값에 포함 */
	background-color:#fff;
}
.txt1202_6 li {
	display:inline-block;
	width:97%;
	background:url('/images/dot12.jpg') no-repeat 0 12px;
	padding:0 0 0 13px;
	letter-spacing:-0.02em;
}
.txt1202_10 {
	
}

.txt1202_6-1 {
	position:relative;
	margin:0 auto;
	text-align:center;
	box-sizing: border-box;           /* 테두리까지 widt값에 포함 */
}
.txt1202_6-1 li {
	display:inline-block;
	vertical-align:top;
	margin-top:10px;
	/*background:url('/images/dot7.jpg') no-repeat 0 13px;
	padding:0 0 0 13px;*/
}
.txt1202_7 {
	display:inline-block;
	width:34px;
}
.txt1202_8 {
	width:240px;
	text-align:left;
	padding:2px 0 0 0;
	letter-spacing:-0.05em;
}
li.txt1202_9 {
	width:auto;
}
li.txt1202_11 {
	width:auto;
	text-align:left;
}





/* 이용안내 */
.txt1203_1 {
	position:relative;
	margin:0 auto;
	text-align:center;
}
.txt1203_2 {
	text-align:center;
	padding:30px 20px;
	background-color:#f2f2f2;
}
.txt1203_3 {
	text-align:center;
	margin-top:15px;
	font-size:1.188em;
	font-weight:bold;
	letter-spacing:-0.02em;
}
.txt1203_4 {
	text-align:right;
}
.txt1203_5 {
	display:inline-block;
	width:14px;
}
























/* 프로그램신청 동의서 */
.site_table3 {
	/*height:220px;*/
	margin:0 auto;
	/*margin-top:20px;*/
	padding:15px;
	/*overflow-y:scroll;*/
	border:1px solid #cccccc;
	text-align:justify;
	margin-top:10px;
}

.site_table3-1 {
	height:80px;
	margin:0 auto;
	/*margin-top:20px;*/
	padding:15px;
	overflow-y:scroll;
	border:1px solid #cccccc;
	text-align:justify;
	margin-top:20px;
}

.site_table3-2 {
	margin:0 auto;
	padding:10px;
	/*overflow-y:scroll;*/
	text-align:justify;
	margin-top:20px;
	font-size:0.938em;
}

.site_table4 {
	/*width:796px;*/
	/*height:220px;*/
	margin:0 auto;
	/*margin-top:20px;*/
	padding:10px 10px 13px;
	/*overflow-y:scroll;*/
	border:1px solid #cccccc;
	text-align:justify;
	margin-top:20px;
}

.site_table5 {
	/*height:220px;*/
	margin:0 auto;
	/*margin-top:20px;*/
	padding:20px 15px;
	/*overflow-y:scroll;*/
	border:1px solid #cccccc;
	text-align:justify;
}

.txt_form_1 {
	position:relative;
	margin:0 auto;
	text-align:center;
	margin-bottom:10px;
}
.txt_form_1-1 {
	position:relative;
	margin:0 auto;
	text-align:center;
	margin:20px;
	padding:20px 10px;
	background-color:#f7f7f7;
}
.txt_form_2 {
	color:#151719;
	margin-bottom:15px;
	text-align:center;
	font-size:1.125em;
	font-weight:bold;
}
.txt_form_3 {
	color:#b78a64;
	margin-top:14px;
	margin-bottom:-10px;
	font-weight:bold;
}
.txt_form_4 {
	color:#151719;
	font-weight:bold;
}
.txt_form_5 {
	padding-bottom:5px;
}
.txt_form_6 {
	text-align:center;
	padding:5px 0 0;
}
.txt_form_7 {
	padding:0 0 0 10px;
}
.txt_form_8 {
	padding:5px 0 0;
}
.txt_form_9 {
	color:#FF0000;
	text-align:left;
	margin-bottom:40px;
	font-size:1.063em;
	font-weight:bold;
}
.radio_but {
	border:none;
}






/* 사이트가이드*/
.s_txt1 {
	color:#072e96;
	font-size:1.063em;
	font-weight:bold;
}
.s_txt2 {
	color:#EA0707;
	font-weight:bold;
}
.s_txt3 {
	font-size:1.063em;
	font-weight:bold;
	text-align:center;
	padding-top:30px;
}
.s_txt4 {
	padding-top:30px;
}
.s_txt5 {
	color:#363a91;
	font-weight:bold;
}


.site_table2 {         /* 개인정보보호, 이용약관 */
	position:relative;
	margin:0 auto;
	width:100%;
	text-align:justify;
}
.site_table2_pop {         /* 개인정보보호 팝업용 */
	position:relative;
	margin:0 auto;
	width:96%;
	text-align:justify;
}
.s_txt6 {
	padding:18px;
	background-color:#f9f9f9;
	margin-bottom:30px;
	font-weight:bold;
}
.s_txt7 {
	font-size:1.125em;
	font-weight:bold;
}
.s_txt8 {
	text-align:justify;
	padding:5px 0;
}
.s_txt9 {
	text-align:center;
	color:#3fbd00;
	font-size:1.250em;
	font-weight:bold;
	padding:0 0 10px 0;
}
.s_txt10 {
	font-weight:normal;
	font-family:'NanumGothic';
}
.s_txt11 {
	padding:5px 5px;
}
.s_txt12 {
	position:relative;
	margin:0 auto;
	text-align:center;
	width:40%;
	padding:10px 0;
	border:3px solid #cccccc;
}
.s_txt13 {
	text-align:center;
	font-weight:bold;
}
.s_txt14 {
	text-align:center;
	padding:20px 0 30px;
	font-size:1.125em;
	font-weight:bold;
}












/* 확인/취소 등등 버튼 */
.button1 {
	width:60px;
	color:#FFF;
	font-weight:bold;
	border:1px solid #111315;
	background-color:#151719;
	cursor:pointer;
	padding:2px 0 3px;
	font-size:10pt;
	vertical-align:middle;
	/*border-radius:2px;      라운드 만들때 */
}
.button2 {
	width:60px;
	color:#FFF;
	font-weight:bold;
	border:1px solid #6b6b6b;
	background-color:#707070;
	cursor:pointer;
	font-size:10pt;
	padding:2px 0 3px;
	vertical-align:middle;
	/*border-radius:2px;      라운드 만들때 */
}
/* 일반 HTML페이지일때 작업용 버튼*/
.button3 {
	width:120px;
	color:#FFF;
	font-weight:bold;
	border:1px solid #111315;
	background-color:#151719;
	cursor:pointer;
	padding:2px 0 3px;
	font-size:10pt;
	vertical-align:middle;
	/*border-radius:2px;      라운드 만들때 */
}









/* pc버전 버튼 */
.page_box1 {
	position:relative;
	margin:0 auto;
	text-align:center;
	width:40%;
	margin-top:30px;
	padding:5px;
	color:#151719;
	font-weight:bold;
	border:1px solid #ffdb19;
	background-color:#ffde2d;
}
p.page_box1 a, p.page_box1 a:link {
	color:#151719;
}









/* 게시판 */
.page_board {
	position:relative;
	margin:0 auto;
	text-align:center;
	/*color:#37383d;*/
	/*letter-spacing:-0.3px;*/
	overflow:hidden;
}





/*-------------------- 모바일용 - 교육일정에 적용될  css --------------------*/

.date {
	font-weight:bold;
	color:black;
}

.date_sun {
	font-weight:bold;
	color:red;
}

.date_sat {
	font-weight:bold;
	color:blue;
}






/* 게시판 제목 (모든 게시판 스타일 공통 적용)*/
.board_txt1 {      /* 리스트 일때만 사용(제목) */
	height:34px;
	font-weight:bold;
	text-align:center;
}

.board_txt2 {        /* 글쓰기,수정등 게시판 안 사용(제목)*/
	width:20%;
	height:34px;
	font-weight:bold;
	text-align:left;
	padding-left:10px;
}
.board_txt3 {
	text-align:left;
	padding:5px 5px;
	color:#37383d;
}
.board_txt3-1 {
	height:40px;
	text-align:left;
	padding-left:10px;
	font-size:1.250em;
	font-weight:bold;
	color:#37383d;
}
td.board_txt3 a{
	color:#37383d;
}
.board_txt4 {
	padding:7px 0 7px 0;
	text-align:left;
	padding-left:10px;
}
.board_txt5 {               /* 갤러리일때 첨부파일 */
	padding:7px 0 7px 0;
	text-align:left;
	padding-left:10px;
	color:#37383d;
}
.board_txt6 {              /* 이벤트기간 오른쪽정렬 나타날때 */
	height:34px;
	text-align:right;
	padding-right:10px;
}
.board_txt6-1 {          /* 모바일에서 이벤트기간 나타날때 */
	height:34px;
	text-align:left;
	padding-left:10px;
}

.search_txt1 {           /* 게시판리스트 아래 검색할때 사용 */
	height:24px;
	border:1px solid #abadb3;
}
.search_input1 {
	height:22px;
	border:1px solid #c0c0c0;
}

/*
.board_td_1 {
	padding:0 0 0 12px;
	height:28px;
}
.board_td_2 {
	padding:0 0 0 14px;
	text-align:left;
}
.board_td_3 {
	padding:0 0 0 12px;
	height:40px;
}
*/

.board_txt7 {           /* 게시판 글쓰기 버튼 부분 */
	margin-top:20px;
}
.board_txt8 {           /* 게시판 검색 부분 */
	margin-top:30px;
}
.board_txt9 {
	width:20px;
	color:#afafaf;
	text-align:center;
}

/* 공지사항 전체공지 아이콘 */
.board_txt10 {
	text-align:center;
	padding:6px 0 0 0;
}
.board_txt10-1 {
	text-align:center;
	vertical-align:top;
	margin-top:0;
}
.board_txt10-2 {
	text-align:center;
	vertical-align:middle;
}


/* input 테두리 지울때 */
.noninput {
	border:none;
}






/* 포트폴리오 왼,오른쪽 간격때문에 글쓰기 버튼 위치 조절해주기 위해 사용 */
.board_txt12 {
	padding-right:40px;
}

/* 게시판 상단의 카테고리가 있을 때 */
.board_txt13 {
	position:relative;
	margin:0 auto;
	text-align:center;
	display:inline-block;         /* div안에 들어가도록(span 때문에 따로 놀아서 추가) */
	vertical-align:top;
	margin-bottom:30px;
}

.cate_sub {
	display:inline-block;
	color:#37383d;
	font-size:1.063em;
	font-weight:bold;
	padding:0 3px;
}


/* 처리현황(게시판상단에 들어가는 내용 부분) 폰트색상 */
.board_txt14 {          /* 확인중 폰트 */
	color:#0033ff;
	font-weight:bold;
}
.board_txt15 {          /* 처리중 폰트 */
	color:#fe203f;
	font-weight:bold;
}
.board_txt16 {          /* 완료중 폰트 */
	color:#C7BFBE;
	font-weight:bold;
}
.board_txt17 {
	color:#151719;
	font-weight:bold;
}

/* 게시판에서 체크박스 가운데 정렬(제목) */
.board_txt18 {
	margin:0 auto;
	height:34px;
	text-align:center;
}

/* 댓글 달기 제목 */
.board_txt19 {
	color:#151719;
	font-weight:bold;
	font-size:1.063em;
	padding:13px 10px 5px;
	vertical-align:middle;
}
.board_img1 {
	padding:2px 5px 0 0;
}
.board_txt20 {
	margin-top:10px;
}


/* 이전글 이후글 */
.board_txt21 {
	/*width:15%;
	text-align:center;*/
	width:20%;
	height:34px;
	font-weight:bold;
	text-align:left;
	padding-left:10px;
}
.board_txt22 {
	color:#76777c;
	font-size:0.750em;
	vertical-align:middle;
	padding-left:5px;
}


.board_txt23 {
	font-weight:bold;
}

/* 게시판 리스트 상단의 총/현재페이지/총페이지 글 */
.board_txt24 {
	float:right;
	margin:0 0 7px 0;
}





/* 게시판 리스트 세로로 나오게 할 때 */
.board_txt25 {
	text-align:left;
	padding:10px 4px;
}
.board_txt26 {
	color:#a0a0a0;
	margin-top:4px;
}
.board_txt26-1 {
	color:#37383d;
}
.board_txt27 {
	color:#dfdfdf;
	padding:0 5px;
}
.board_txt28 {
	display:inline-block;
	text-align:center;
	width:18px;
	font-size:0.813em;
	border:1px solid #cccccc;
	background-color:#f9f9f9;
}
.board_txt28-1 {
	display:inline-block;
	vertical-align:middle;
	text-align:center;
	width:18px;
	font-size:0.813em;
	border:1px solid #cccccc;
	background-color:#f9f9f9;
}
.board_txt29 {
	padding:10px 0 0;
}

/* 처리현황(고객지원게시판) 버튼(가로) 
.board_button1 {
	display:inline-block;
	width:34px;
	color:#FFF;
	padding:1px 0 2px;
	vertical-align:middle;
	font-size:0.813em;
	font-weight:bold;
	background-color:#0033ff;
}
.board_button2 {
	display:inline-block;
	width:34px;
	color:#FFF;
	padding:1px 0 2px;
	vertical-align:middle;
	font-size:0.813em;
	font-weight:bold;
	background-color:#fe203f;
}
.board_button3 {
	display:inline-block;
	width:34px;
	color:#37383d;
	padding:1px 0 2px;
	vertical-align:middle;
	font-size:0.813em;
	font-weight:bold;
	background-color:#c4c4c4;
}
.board_button4 {
	display:inline-block;
	width:34px;
	color:#FFF;
	padding:1px 0 2px;
	vertical-align:middle;
	font-size:0.813em;
	font-weight:bold;
	background-color:#3fbd00;
}
.board_button5 {
	display:inline-block;
	width:34px;
	color:#FFF;
	padding:1px 0 2px;
	vertical-align:middle;
	font-size:0.813em;
	font-weight:bold;
	background-color:#b346ff;
}
*/


/* 처리현황(고객지원게시판) 버튼(세로) */
.board_button1 {
	display:inline-block;
	text-align:center;
	width:40px;
	height:16px;
	color:#FFF;
	vertical-align:baseline;
	font-size:0.813em;
	font-weight:bold;
	background-color:#0033ff;
}
.board_button2 {
	display:inline-block;
	text-align:center;
	width:40px;
	height:16px;
	color:#FFF;
	vertical-align:baseline;
	font-size:0.813em;
	font-weight:bold;
	background-color:#fe203f;
}
.board_button3 {
	display:inline-block;
	text-align:center;
	width:40px;
	height:16px;
	color:#37383d;
	vertical-align:baseline;
	font-size:0.813em;
	font-weight:bold;
	background-color:#c4c4c4;
}
.board_button4 {
	display:inline-block;
	text-align:center;
	width:38px;
	height:16px;
	color:#FFF;
	vertical-align:baseline;
	font-size:0.813em;
	font-weight:bold;
	background-color:#3fbd00;
}
.board_button5 {
	display:inline-block;
	text-align:center;
	width:48px;
	height:16px;
	color:#FFF;
	vertical-align:baseline;
	font-size:0.813em;
	font-weight:bold;
	background-color:#b346ff;
}



/* 게시판 내용 보여질 때 */
.board_txt30 {
	padding:10px;
	line-height:23px;
	color:#37383d;        /* 사이트 마다 변경될 수 있음 */
}




/* 갤러리게시판(제품) 첨부파일 보이는 부분 */ 
.board_txt31 {
	padding:3px 0 0 0;
	color:#37383d;
}

p.board_txt31 a, a:link {
	color:#37383d;
}

.board_txt31 a:hover {
	color:#37383d;
}

.board_txt33 {
	color:#0078ff;
}

.board_txt34 {
	margin-top:2px;
}

/* 제품제작의뢰 첨부파일 용 */
.board_txt35 {
	margin-top:5px;
}


.board_txt36 {
	position:relative;
	margin:30px 0 5px;
}







/* 포트폴리오 게시판 */
.portfolio_txt1 {
	position:relative;
	margin:0 auto;
	text-align:center;
	vertical-align:top;
}
.portfolio_txt1-1 {
	position:relative;
	margin:0 auto;
	text-align:center;
	vertical-align:top;
}
.portfolio_txt2 {
	text-align:center;
	vertical-align:top;
	padding:12px 5px 0;
	color:#151719;
	font-size:1.125em;
	font-weight:bold;
	vertical-align:top;
}
td.portfolio_txt3 .portfolio_txt2 a, a:link {
	color:#151719;
}
.portfolio_txt3 {
	width:60%;
	text-align:left;
	line-height:20px;
	vertical-align:top;
	padding:0 10px 10px 20px;
}
td.portfolio_txt3 a, a:link {
	color:#555;
}
.portfolio_txt4 {
	color:#777;
	padding:10px 0 5px 0;
}
.portfolio_txt5 {
	text-align:center;
	vertical-align:top;
	padding:16px 5px 0;
	color:#151719;
	font-size:1.125em;
	font-weight:bold;
	vertical-align:top;
}
/*
.portfolio_txt6 {
	width:100%;
	text-align:left;
	line-height:20px;
	vertical-align:top;
	padding:0 10px 26px 0;
	
}
td.portfolio_txt6 a, a:link {
	color:#555;
}*/
.portfolio_txt7 {
	margin:0 auto;
	text-align:center;
	color:#76777c;
	padding:2px 0 15px;
	background-color:#fff;
}

.portfolio_txt7 a:link, .portfolio_txt7 a:active, .portfolio_txt7 a:visited  {
	color:#76777c;
}

.portfolio_txt8 {         /* 등록글 없을 때 가운데 정렬 해주려고 */
	margin:0 auto;
	text-align:center;
	width:1200px;
}

.portfolio_txt9 {
	margin-top:30px;
}

.portfolio_txt10 {       /* 포트폴리오 상단부분 약간 줄여주려고 사용 */
	margin-top:-30px;
}

/*
.portfolio_noimg1 {
	border:1px solid #cccccc;
}
.portfolio_noimg2 {
	border:1px solid #cccccc;
}*/

/* new 아이콘 */
.new_icon1 {
	position:absolute;
	margin-top:1px;
	margin-left:2.5%;
	vertical-align:middle;
}
.new_icon2 {
	width:20px;
	padding:2px 0;
	color:#FFF;
	font-size:0.875em;
	font-weight:bold;
	background-color:#ff4a77;
}
.new_icon3 {
	width:20px;
	padding:2px 0;
	color:#FFF;
	font-size:0.875em;
	font-weight:bold;
	background-color:#6bdbdc;
}

/* 게시판용 New */
.new_icon4 {
	margin:0 auto;
	display:inline-block;
	text-align:center;
	width:12px;
	height:12px;
	color:#FFF;
	font-size:7pt;
	font-weight:bold;
	vertical-align:top;
	background-color:#6bdbdc;
	border-radius:2px;     /* 라운드 만들때 */
	margin-top:3px;
}

/* 답변 아이콘 */
.re_icon1 {
	margin:0 auto;
	display:inline-block;
	text-align:center;
	width:14px;
	height:12px;
	color:#FFF;
	font-size:7pt;
	font-weight:bold;
	vertical-align:top;
	background-color:#ff4a77;
	border-radius:2px;     /* 라운드 만들때 */
	margin-top:3px;
}
.re_icon2 {
	display:inline-block;
	width:6px;
	height:7px;
	border-left:1px dotted #37383d;
	border-bottom:1px dotted #37383d;
	margin:3px 2px 0 0;
	vertical-align:top;
}






/* 기사형 게시판 */
.gisa_txt1 {
	width:40%;
	text-align:center;
}
.gisa_txt2 {
	text-align:left;
	vertical-align:top;
	padding:10px 10px 0 0;
	color:#151719;
	font-size:1.250em;
	font-weight:bold;
	vertical-align:top;
}
td.gisa_txt3 .gisa_txt2 a, a:link {
	color:#151719;
}
.gisa_txt3 {
	width:60%;
	text-align:left;
	line-height:20px;
	vertical-align:top;
	padding:0 10px 10px 20px;
	
}
td.gisa_txt3 a, a:link {
	color:#151719;
}
.gisa_txt4 {
	color:#777;
	padding:10px 0 5px 0;
}
.gisa_txt5 {
	width:100%;
	text-align:left;
	vertical-align:top;
	padding:0 10px 10px 0;
	font-size:1.250em;
	font-weight:bold;
}
.gisa_txt6 {
	width:100%;
	text-align:left;
	line-height:20px;
	vertical-align:top;
	padding:0 10px 26px 0;
}
td.gisa_txt6 a, a:link {
	color:#151719;
}





/* FAQ 게시판 */
.q1_bg {
	position:relative;
	margin:0 auto;
	text-align:center;
	width:30px;
	height:40px;
}
.q2_bg {
	position:relative;
	text-align:justify;
	padding:0 10px 0 0;
}
.q2_bg a:hover, .q2_bg a:active {
	position:relative;
	text-align:left;
	color:#151719;
}
.q_button {
	width:20px;
	height:18px;
	text-align:center;
	color:#FFF;
	font-weight:bold;
	/*padding:2px 0 0 0;*/
	background-color:#151719;
}
.a_button {
	width:20px;
	height:18px;
	text-align:center;
	color:#FFF;
	font-weight:bold;
	/*padding:2px 0 0 0;*/
	background-color:#e50051;
}
.a1_bg {
	position:relative;
	margin:0 auto;
	text-align:center;
	width:30px;
	padding:20px 0;
}
.a2_bg {
	position:relative;
	text-align:justify;
	color:#37383d;
	line-height:18px;
	padding:20px 10px 20px 0;
}





/* 앨범형게시판 */
.gallery1 {
	text-align:center;
	font-weight:bold;
	padding:15px 5px 0;
}
.gallery2 {
	color:#777;
	text-align:center;
	font-size:0.938em;
	padding:8px 0 0 0;
}
.gallery3 {
	width:100%;
	text-align:center;
}
.gallery4 {
	text-align:center;
}
.gallery4 li {
	display:inline-block;
}
.gallery5 {
	position:relative;
	margin:0 auto;
	margin-bottom:30px;
}
.gallery6 li {
	display:block;
}
.gallery7 {
	color:#ff0000;
	font-weight:bold;
	font-size:0.938em;
	vertical-align:middle;
}
.gallery8 {
	margin-left:0px;
}
.gallery9 {
	color:#76777c;
	text-align:center;
	font-size:0.875em;
	padding:8px 0 0 0;
}
li.gallery9 a {
	color:#76777c;
}
li.gallery9 a:hover {
	color:#151719;
}






/* 갤러리(판매용) gallery01 */
.gallery_txt1 {
	text-align:justify;
	font-size:1.250em;
	font-weight:bold;
	padding:2px 0 0 10px;
	/*border-bottom:1px dashed #c0c0c0;*/
}
.gallery_txt2 {    /* 없는 이미지 일때*/
	text-align:center;
	margin:0 auto;
	padding:50px 0;
	color:#94ABE0;
	font-size:1.500em;
	font-weight:bold;
	border:1px solid #cccccc;
	background-color:#FFF;
	margin-bottom:-20px;
}
.gallery_txt3 {
	width:45%;
	padding:0 0 0 10px;
}
.gallery_txt3-1 {
	padding:0 10px 0 0;
}
.gallery_txt4 {
	text-align:justify;
	padding:15px 0 0 10px;
}

.gallery_txt5 {
	border:1px solid #cccccc;
	margin:0  0 0 2px;
}

.gallery_img1 {
	position:relative;
	margin:0 auto;
	border:1px solid #cccccc;
}

.gallery_txt6 {
	width:100%;
	margin-left:-2px;
}

.gallery_txt6 li {
	display:inline;
	display:inline-block;
	zoom:1; *display:inline;
}

.gallery_txt7 {
	padding-top:5px;
}






/* 일정표(달력) */
.schedule_t1 {
	padding:6px 2px 0 0;
}
.schedule_t2 {
	padding:3px 0 0 18px;
}
.schedule_t3 {                 /* 아침 */
	color:#12a912;
	font-weight:bold;
}
.schedule_t4 {                 /* 점심 */
	color:#e44523;
	font-weight:bold;
}
.schedule_t5 {                 /* 저녁 */
	color:#12228d;
	font-weight:bold;
}
.schedule_t6 {
	padding:10px 0 0 0;
}
.schedule_t7 {
	padding:7px 2px 0 0;
}
.schedule_t8 {                 /* 봉사자 */
	color:#3fbd00;
	font-weight:bold;
}
.schedule_t9 {                 /* 아침 */
	color:#151719;
}









/* 게시판 각종 버튼 */
.listBt_1 {
	display:inline-block;
	width:54px;
	color:#FFF;
	text-align:center;
	font-weight:bold;
	padding:1px 0 2px;
	border:1px solid #111315;
	background-color:#151719;
}
.listBt_2 {
	display:inline-block;
	width:70px;
	color:#FFF;
	text-align:center;
	font-weight:bold;
	padding:1px 0 2px;
	border:1px solid #111315;
	background-color:#151719;
}
.listBt_3 {
	display:inline-block;
	width:56px;
	height:24px;
	color:#FFF;
	text-align:center;
	font-weight:bold;
	font-size:10pt;
	padding:1px 0 2px;
	border:1px solid #111315;
	background-color:#151719;
	font-family:"나눔고딕", 'NanumGothic', 'Malgun Gothic', "맑은 고딕", 'Helvetica', 'Aria', 'tahoma', 'Verdana', 'sans-serif';
	vertical-align:top;
	cursor:pointer;
}

.listBt_4 {                        /* 삭제 */
	display:inline-block;
	width:54px;
	color:#FFF;
	text-align:center;
	font-weight:bold;
	padding:1px 0 2px;
	border:1px solid #fd123e;
	background-color:#ff224c;
}

/* 관리자 작은 버튼(수정 삭제 보기) */
.listBt_5 {
	display:inline-block;
	width:30px;
	color:#FFF;
	text-align:center;
	font-weight:bold;
	border:1px solid #111315;
	background-color:#151719;
	vertical-align:middle;
}
.listBt_6 {
	display:inline-block;
	width:30px;
	color:#FFF;
	text-align:center;
	font-weight:bold;
	border:1px solid #fe1541;
	background-color:#ff224c;
	vertical-align:middle;
}
.listBt_7 {
	display:inline-block;
	width:30px;
	color:#FFF;
	text-align:center;
	font-weight:bold;
	border:1px solid #0093f7;
	background-color:#0097ff;
	vertical-align:middle;
}







/* NEW_로그인(모바일용) */
#loginForm {
	position:relative;
	margin:0 auto;
	padding:34px 0 46px;
	border:4px solid #f7f7f7;
	background-color:#FFF;
}

.login_message {
	position:relative;
	margin:0 auto;
	text-align:center;
}

.login_field {
	position:relative;
	margin:0 auto;
	text-align:center;
	margin:25px 0 0 0;
}

.field_idpw {
	margin-top:6px;
	color:#9b9b9b;
}

.field_input {
	width:178px;
	height:18px;
	padding:7px 10px;
	border:1px solid #ccc;
	-webkit-border-radius:1px;
	-webkit-appearance:none;
}

.login_line {
	position:relative;
	margin:0 auto;
	width:38px;
	height:3px;
	margin-bottom:6px;
	background-color:#3fbd00;
}

.login_message h1 {
	font-size:2.100em;
	font-weight:bold;
}

.login_message h4 {
	margin-top:8px;
	color:#aeadad;
	font-size:0.875em;
	letter-spacing:-0.02em;
	padding:0 10px;
}

.field_search {
	margin-top:26px;
	text-align:center;
	font-weight:bold;
}

.field_search li {
	display:inline;
	display:inline-block;
	zoom:1; *display:inline;
	padding:2px 0 0 20px;
	vertical-align:top;
	background:url(/images/icon5.jpg) no-repeat 10px 6px;
}

.field_search .first-item {
	background:none;
	margin-left:-18px;
}

.field_img {
	margin-right:9px;
}


/* 로그인버튼 */
.login_button {
	width:200px;
	height:34px;
	margin-top:18px;
	font-size:1.250em;
	color:#FFF;
	font-weight:bold;
	border:1px solid #3fbd00;
	background-color:#3fbd00;
	cursor:pointer;
	vertical-align:middle;
}


/* placeholder 폰트색상 변경 */
::-webkit-input-placeholder { color:#9b9b9b; }
:-moz-placeholder { color:#9b9b9b; }
::-moz-placeholder { color:#9b9b9b; }
:-ms-input-placeholder { color:#9b9b9b; }






/* 로그아웃 되었을 때 나오는 멘트 */
.Log_out_bg {
	position:relative;
	margin:0 auto;
	text-align:center;
	margin:50px 20px 0;
	padding:40px 20px;
	font-weight:bold;
	border:1px solid #cccccc;
	background-color:#f7f7f7;
}
.Log_out_txt1 {
	color:#0099ff;
	padding:7px 0 0 0;
}




/* NEW_회원가입/수정 */
#joinForm {
	position:relative;
	margin:0 auto;
	padding:34px 0 46px;
	border:4px solid #f7f7f7;
	background-color:#FFF;
}

.join_field {
	position:relative;
	margin:0 auto;
	text-align:center;
	margin:25px 20px 0;
}

.join_message {
	position:relative;
	margin:0 auto;
	text-align:center;
}

.join_message h2 {
	font-size:2.100em;
	font-weight:bold;
}

.join_message h4 {
	margin-top:8px;
	color:#aeadad;
	font-size:0.875em;
	letter-spacing:-0.02em;
	padding:0 10px;
}

.field_input2 {
	width:258px;
	height:22px;
	padding:7px 10px;
	border:1px solid #ccc;
}

.field_join {
	margin-top:30px;
}

.field_join2 {
	text-align:center;
	margin-top:30px;
}

.join_txt1 {
	margin-top:5px;
}

.join_txt2 {
	color:#ff213b;
}

.join_txt3 {
	text-align:left;
	padding-left:2px;
	color:#464646;
	font-size:0.938em;
}

.join_txt4 {
	text-align:left;
	padding-left:2px;
	color:#ff213b;
	font-size:0.938em;
}

.field_join3 {
	margin-top:20px;
}

.join_txt5 {
	padding:0 0 0 10px;
	font-size:1.125em;
}

.join_txt6 {
	display:inline-block;
	font-weight:bold;
	width:258px;
	height:22px;
	padding:7px 10px;
	border:1px solid #ccc;
	background-color:#FFF;
}
.join_txt7 {
	padding-left:10px;
	color:#0099ff;
	font-size:0.938em;
}





/* 댓글버튼 */
.co_button {
	width:63px;
	height:50px;
	text-align:center;
	color:#FFF;
	font-size:1.063em;
	font-weight:bold;
	border:1px solid #0093f7;
	background-color:#0097ff;
	cursor:pointer;
}






/* 하단 페이지 리스트 */
.pagelist_txt1 {
	position:relative;
	margin:0 auto;
	text-align:center;
	padding-top:20px;
}
.pagelist_txt1-1 {                /* 포트폴리오용 */
	position:relative;
	margin:0 auto;
	text-align:center;
	padding-top:48px;
}
.pagelist_txt2 {
	display:inline-block;
	text-align:center;
	height:20px;
	color:#37383d;
	padding:0 7px;
	border:1px solid #cccccc;
	background-color:#f9f9f9;
	margin:2px;
	vertical-align:middle;
}
.pagelist_txt3 {
	display:inline-block;
	text-align:center;
	height:20px;
	color:#0097ff;
	padding:0 7px;
	font-weight:bold;
	border:1px solid #cccccc;
	background-color:#f9f9f9;
	margin:2px;
	vertical-align:middle;
}











/* 관리자메뉴 상단 메시지 라인 (/isc_board/conf/func_msg.php 파일) */
.msg_table1 {
	border-left:1px solid #d7d7d7;
	border-right:1px solid #d7d7d7;
	border-bottom:1px solid #d7d7d7;
	background-color:#fbfbfb;
}
.msg_table1 td {
	text-align:justify;
	padding:15px;
	line-height:21px;
}
.msg_txt1 {
	font-size:9pt;
	color:#fff;
	background-color:#000;
}





/* 관련사이트 */
.m_banner_txt1 {
	position:relative;
	padding:20px 0 0; 
	margin:0 2%;
	text-align:center;
	vertical-align:top;
}

.m_banner_txt2 {
	position:relative;
	margin:0 auto;
	text-align:center;
	width:98%;
	margin-top:10px;
	font-weight:bold;
	font-size:1.125em;
	word-break:break-all;
	word-break:break-word;       /* 특수문자를 포함하고 강제 줄바꿈 */
}

.m_banner_txt3 {
	position:relative;
	margin:0 auto;
	text-align:center;
	width:95%;
	color:#76777c;
	font-size:0.938em;
	margin-top:4px;
	word-break:break-all;
	word-break:break-word;       /* 특수문자를 포함하고 강제 줄바꿈 */
}

.m_banner_txt4 {
	position:relative;
	margin:0 auto;
	text-align:center;
	width:98%;
	margin-top:5px;
	color:#37383d;
	word-break:break-all;
	word-break:break-word;       /* 특수문자를 포함하고 강제 줄바꿈 */
}

/*.m_banner_txt4 {
	margin:0 -2%;
}*/

.m_banner_txt5 {
	margin-top:-20px;
}

.m_banner_txt6 {
	margin-left:-1%;
}

.banner_line {
	border:1px solid #cccccc;
	background-color:#FFF;
	box-sizing: border-box;           /* 테두리까지 widt값에 포함 */
}







/* 신청서용 폼 */
.applicationForm {
	position:relative;
	margin:0 auto;
	text-align:center;
}
.applicationForm2 {
	position:relative;
	margin:0 auto;
	text-align:center;
	padding:0 20px;
}

.application_field {
	position:relative;
	margin:0 auto;
	text-align:center;
}

.field_input3 {
	width:98%;
	height:34px;
	padding:2px 1%;
	border:1px solid #ccc;
	-webkit-border-radius:1px;
	-webkit-appearance:none;
}

.field_input4 {
	width:100%;
	height:34px;
}

.field_input5 {
	width:98%;
	padding:3px 1% 2px;
	border:1px solid #ccc;
	-webkit-border-radius:1px;
	-webkit-appearance:none;
}

.field_input7 {
	width:30px;
	height:20px;
	padding:2px 5px 5px;
	border:1px solid #ccc;
	-webkit-border-radius:1px;
	-webkit-appearance:none;
}
.field_input8 {
	width:14px;
	height:20px;
	padding:2px 5px 5px;
	border:1px solid #ccc;
	-webkit-border-radius:1px;
	-webkit-appearance:none;
}

.field_input10 {
	width:98%;
	height:100px;
	padding:5px 1%;
	border:1px solid #ccc;
	-webkit-border-radius:1px;
	-webkit-appearance:none;
}

.field_input12 {
	width:100%;
	height:34px;
	padding:4px 1% 5px;
	border:1px solid #ccc;
	-webkit-border-radius:1px;
	-webkit-appearance:none;
}

.field_input13 {
	width:60%;
	height:34px;
	padding:2px 1%;
	border:1px solid #ccc;
	-webkit-border-radius:1px;
	-webkit-appearance:none;
}

.field_input15 {
	width:44%;
	height:34px;
	padding:2px 1%;
	border:1px solid #ccc;
	-webkit-border-radius:1px;
	-webkit-appearance:none;
}

.field_input16 {
	width:20%;
	height:34px;
	padding:2px 1%;
	border:1px solid #ccc;
	-webkit-border-radius:1px;
	-webkit-appearance:none;
}

.field_application2 {
	text-align:center;
	margin-top:40px;
}


/* 신청서용 */
.field_txt1 {
	margin-top:4px;
	color:#0078ff;
	text-align:left;
}

.field_txt2 {
	margin-top:8px;
}

.field_txt3 {
	text-align:left;
	font-weight:bold;
	font-size:1.063em;
}

.field_txt4 {
	text-align:left;
	padding:5px 0 0 0;
	margin:0 2px 0 0;
}

.field_txt4-1 {
	text-align:left;
	margin:5px 2px 0 0;
}

.field_txt5 {
	margin-top:20px;
}
.field_txt6 {
	padding:5px 0 6px 5px;
	margin-top:5px;
	border:1px solid #ccc;
	background-color:#FFF;
}
.field_txt7 {
	width:100%;
	padding:0 0 10px 0;
	border-bottom:1px solid #ccc;
}
.field_txt8 {
	display:inline-block;
	text-align:center;
	width:6%;
}
.field_txt9 {
	margin-top:25px;
}
.field_txt10 {
	margin-top:40px;
}

.field_txt11 {
	margin-top:5px;
	padding:10px;
	border:1px solid #cccccc;
	text-align:justify;
}
.field_txt12 {
	width:100%;
	margin-top:20px;
	margin-bottom:20px;
	border-bottom:1px solid #ccc;
}
.field_txt12_1 {
	width:100%;
	margin-top:20px;
	margin-bottom:20px;
	border-bottom:2px solid #bbbbbb;
}
.field_txt13 {
	margin-top:20px;
	padding:10px;
	border:1px solid #cccccc;
}






/* HTML 페이지에서 버튼 이상하게 보일 때 */
.but_no1 {
	line-height:16px;
	font-size:0.938em;
}

.but_no2 {
	line-height:20px;
	font-size:0.938em;
}










/* 사이트가이드*/
.site_table1 {          /*이메일무단수집거부*/
	position:relative;
	margin:0 auto;
	width:100%;
	text-align:justify;
	/*margin-top:30px;*/
	/*background:url('/images/9802.gif') no-repeat right bottom;*/
}
.s_txt1 {
	color:#072e96;
	font-size:1.125em;
	font-weight:bold;
}
.s_txt2 {
	color:#EA0707;
	font-weight:bold;
}
.s_txt3 {
	font-size:1.063em;
	font-weight:bold;
	text-align:center;
	padding-top:30px;
}
.s_txt4 {
	padding-top:30px;
}
.s_txt5 {
	color:#363a91;
	font-weight:bold;
}


.site_table2 {         /* 개인정보보호, 이용약관 */
	position:relative;
	margin:0 auto;
	width:100%;
	text-align:justify;
}
.site_table2_pop {         /* 개인정보보호 팝업용 */
	position:relative;
	margin:0 auto;
	width:96%;
	text-align:justify;
}
.s_txt6 {
	padding:18px;
	background-color:#f9f9f9;
	margin-bottom:30px;
	font-weight:bold;
}
.s_txt7 {
	font-size:1.125em;
	font-weight:bold;
}
.s_txt8 {
	text-align:justify;
	padding:5px 0;
}
.s_txt9 {
	text-align:center;
	color:#3fbd00;
	font-size:1.438em;
	font-weight:bold;
	padding:0 0 10px 0;
}
.s_txt10 {
	font-weight:normal;
}
.s_txt11 {
	padding:5px 5px;
}
.s_txt12 {
	position:relative;
	margin:0 auto;
	text-align:center;
	width:40%;
	padding:10px 0;
	border:3px solid #cccccc;
}
.s_txt13 {
	text-align:center;
	font-weight:bold;
}
.s_txt14 {
	text-align:center;
	padding:20px 0 30px;
	font-size:1.125em;
	font-weight:bold;
}