@charset "utf-8";
@import 'https://fonts.googleapis.com/css?family=Merriweather+Sans|Roboto';
@import 'http://fonts.googleapis.com/earlyaccess/nanumgothic.css';

@font-face {
 font-family: 'NanumSquare';
 src: url(/css/NanumSquareR.eot);
 src: url(/css/NanumSquareR.eot?#iefix) format('embedded-opentype'),
      url(/css/NanumSquareR.woff) format('woff'),
      url(/css/NanumSquareR.ttf) format('truetype');
}
@font-face {
 font-family: 'NanumSquare Light';
 src: url(/css/NanumSquareL.eot);
 src: url(/css/NanumSquareL.eot?#iefix) format('embedded-opentype'),
      url(/css/NanumSquareL.woff) format('woff'),
      url(/css/NanumSquareL.ttf) format('truetype');
}
@font-face {
 font-family: 'NanumSquare ExtraBold';
 src: url(/css/NanumSquareEB.eot);
 src: url(/css/NanumSquareEB.eot?#iefix) format('embedded-opentype'),
      url(/css/NanumSquareEB.woff) format('woff'),
      url(/css/NanumSquareEB.ttf) format('truetype');
}
@font-face {
 font-family: 'NanumSquareBold';
 src: url(/css/NanumSquareB.eot);
 src: url(/css/NanumSquareB.eot?#iefix) format('embedded-opentype'),
      url(/css/NanumSquareB.woff) format('woff'),
      url(/css/NanumSquareB.ttf) format('truetype');
}



@font-face {
font-family: 'Nanum Gothic';
font-style: normal;
font-weight: 400;
src: url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Regular.eot);
src: url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Regular.eot?#iefix) format('embedded-opentype'),
url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Regular.woff2) format('x-woff2'),
url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Regular.woff) format('woff'),
url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Regular.ttf) format('truetype');
}

@font-face {
font-family: 'NanumGothicBold';
font-style: normal;
font-weight: 400;
src: url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Bold.eot);
src: url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Bold.eot?#iefix) format('embedded-opentype'),
url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Bold.woff2) format('x-woff2'),
url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Bold.woff) format('woff'),
url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Bold.ttf) format('truetype');
}



 
/*login*/

#login_wrap{width:100%;height:100%; background-image:url(../img/login_bg.gif);}
#login_box{width:320px; height:500px; border:1px solid #ccc; margin:0 auto; border-radius: 20px; background-color: #fff;margin-top:7%;padding:20px;}
.login_box02{border-bottom:1px dashed #ccc;}
.login_box02 img{margin-left:60px;margin-top:10px;margin-bottom:30px;}


.login_input{margin-top:20px;}
.login_input > 
input[type='text'] {
	border-radius: 5px;
	border: 1px solid rgb(220, 220, 220);
	height: 41px;
	line-height: 30px;
	padding-left: 10px;
	vertical-align: middle;
	-webkit-appearance: none;
	width: 100%;
	text-align: left;
	margin-bottom: 10px;
}

.login_input > 
input[type='password'] {
	border-radius: 5px;
	border: 1px solid rgb(220, 220, 220);
	height: 41px;
	line-height: 30px;
	padding-left: 10px;
	vertical-align: middle;
	-webkit-appearance: none;
	width: 100%;
	text-align: left;
	margin-bottom: 10px;
}

#login_box .login_button{width:100%;height:40px;border:1px solid #1a477c;border-radius:5px;background-color:#2460a9;line-height: 40px;text-align: center;color:#fff;font-family:Nanum Gothic, '나눔고딕' }
.login_text01{}
.login_text02{font-family:Nanum Gothic, '나눔고딕';color:#999;margin-left:5px;}
.login_text03{width:320px;margin:0 auto;}

/*-----login end -------*/




/*check box*/
.check_box{width:20px;height:20px;}


/*font*/
.font_size07{font-size:7pt;}
.font_family01{font-family: 'Roboto', sans-serif;}
.color01{black}


/*margin*/
.margin_left12{margin-left:12px;}
.margin_top10{margin-top:10px;}
.margin_top30{margin-top:30px;}
.margin_lr05{margin:0px 5px;}


/*padding*/
.padding_left05{padding-left:5px;}
.padding_lr05{padding:0px 5px;}

/*text-align*/
.align_center{text-align:center;}


/*color*/
.color_#999{color:#ccc;}


#whole_wrap{width:100%;position: relative;clear: both;}

/* header */
#header_wrap{width:100%;height:auto;background:#fff;min-width:600px;border-bottom:4px solid #0e97d4; }
#header_wrap02{width:1220px; margin:0 auto;height:86px;border:0px solid black;padding-top:20px;}
#header_wrap02 div{font-family:'Nanum Gothic', 나눔고딕;font-size:9pt;}

.header_text01{float:left;margin-left: 20px;}
.header_text01 p:nth-child(2){margin-top:10px;}
.header_text02{float:right;margin-left: 20px;margin-top:13px;}
.header_text03{padding-top:5px;color:#999;}

.header_logo{border-right:1px dotted #ccc;width:250px;float:left;height:42px}


/*nav*/
#nav_wrap{width:100%;height:auto;background:#fff;min-width:320px;border-bottom:1px solid #cecece;box-shadow:2px 2px 2px #dcdcdc; }
#nav_wrap02{width:1220px; margin:0 auto;height:55px;padding-top:20px;border:0px solid black;}
#nav_wrap02 li{float:left;border-right:1px solid #bebebe;margin-right:24px;padding-right:20px;font-size:14px;font-family: 'NanumGothicBold', 나눔고딕;font-weight:bold;}
#nav_wrap02 li:first-child{padding-left:10px;}
#nav_wrap02 li:last-child{border-right:0px;margin-right:0px;padding-right:0px;}
 

/*
@media (width:1px) and (width:414px) {
     		#header_wrap02{width:100%; margin:0 auto;height:86px;border:0px solid black;padding-top:20px;}
			#header_wrap03{float:left;border:1px solid black;display:none;}
			.header_logo{border-right:0px dotted #ccc;width:250px;float:left;height:42px}
			#nav_wrap02{width:100%; margin:0 auto;height:55px;padding-top:20px;border:0px solid black;}
			#nav_wrap02 li{float:left;border-right:1px solid #bebebe;margin-right:28px;padding-right:20px;font-size:16px;font-family:'Nanum Gothic', 나눔고딕;font-weight:bold;}
			#nav_wrap02 li:first-child{padding-left:20px;}
			#nav_wrap02 li:nth-child(3){border-right:0px;margin-right:0px;padding-right:0px;}
			#nav_wrap02 li:nth-child(4){display:none;}
			#nav_wrap02 li:nth-child(5){display:none;}
			#nav_wrap02 li:nth-child(6){display:none;}
			#nav_wrap02 li:nth-child(7){display:none;}
			#nav_wrap02 li:nth-child(8){display:none;}
			#nav_wrap02 li:nth-child(9){display:none;}
			#nav_wrap02 li:nth-child(10){display:none;}
			#nav_wrap02 li:nth-child(11){display:none;}
			#nav_wrap02 li:nth-child(12){display:none;}

}
*/
 
 







/*score_board*/
#score_board_wrap{width:100%;height:auto;background:#fff;min-width:320px;border-bottom:1px solid #cecece;box-shadow:2px 2px 2px #dcdcdc;background-image:url(../img/login_bg.gif);margin-top:2px;}
#score_board_wrap02{width:1220px; margin:0 auto;height:160px;padding-top:20px;padding-bottom:20px;border:0px solid black;}
#score_board_wrap02 p{font-family:'NanumSquare';}
.notice_wrap01{width:600px;height:120px;background: #fff;border:1px solid #cecece;padding:10px;float:left;}
.notice_wrap02{margin-top:10px;}
.notice_wrap02 li{width:50%;border-bottom:1px dashed #ccc;float:left;height:30px;line-height:30px;font-family:'Nanum Gothic', "나눔고딕";}
.notice_dot{width:3px;height:3px;background-color: #767676;float:left;margin-top:12px;margin-left:10px;}
.notice_wrap02 li p:nth-child(2){float:left;padding-left:10px;}
.notice_wrap02 li p:nth-child(3){float:right;}
.notice_wrap02 li a:link{color:#8a8a8a;}
.notice_wrap02 li a:visited{color:#8a8a8a;}
.notice_wrap02 li a:active{color:#8a8a8a;}
.notice_wrap02 li a:hover{color:#8a8a8a;}
.notice_wrap03{width:100%;height:20px;}
.notice_text01{float:left;font-size:10pt;font-weight:300;}

#score_board_wrap03{width:100%;height:auto;background:#fff;min-width:320px;margin-top:3px; border-bottom:1px solid #cecece;box-shadow:2px 2px 2px #dcdcdc;padding:30px;}
.score_board_wrap04{width:1220px; margin:0 auto; height:auto;padding-top:30px;padding-bottom:20px;margin-top:3px;font-family:'Nanum Gothic', "나눔고딕";}
.score_board_wrap04 p{font-family:'Nanum Gothic', "나눔고딕";}
#score_board_wrap05{width:1220px; margin:0 auto;height:65px;padding-top:20px;padding-bottom:20px;border:0px solid black;font-family:'Nanum Gothic', 나눔고딕;}
#score_board_wrap05 p{font-family:'Nanum Gothic', 나눔고딕;}
#score_board_wrap05 li{font-family:'Nanum Gothic', 나눔고딕;}

#sub_navi{}
#sub_navi li:first-child{float:left;font-size:18pt;line-height:20px;}
#sub_navi li:last-child{float:right;}
#sub_navi02{}
#sub_navi02 li{float:left;font-size:10pt;line-height:20px; margin-right:7px;}
#sub_navi02 p{color:#1d5394;font-weight:bold;}

.score_board_total{float:left;width:1170px; margin:0 auto; height:auto;padding-top:30px;padding-bottom:20px;margin-top:3px;font-family:'Nanum Gothic', "나눔고딕";}
.score_board_total p{font-family:'Nanum Gothic', "나눔고딕";}
 

/*sub*/
#sub_whole_wrap{width:100%;height:auto;float:left;padding-bottom:40px;font-size:13px;}

.list_buttons{float:right;}
.list_buttons li{float:left;margin-right:7px;}
 
.list_buttons02 li{float:left;margin-right:3px;}

/*etc*/
.total_title01{float:right;margin-left:10px;margin-top:20px;font-size:11pt;margin-bottom:10px;}
.total_title02{float:right;margin-left:10px;margin-bottom:10px;font-size:11pt;}
.total_title03{float:left;margin-left:10px;margin-bottom:10px;font-size:11pt;}
.total_title01 span{font-weight:bold;font-family:'Nanum Gothic', "나눔고딕";}
.total_title03 span{font-weight:bold;font-family:'Nanum Gothic', "나눔고딕";}
.total_title04{float:left;margin-left:10px;margin-bottom:10px;font-size:11pt;}
.car_select{font-size:10pt;}
.car_select input{margin-right:5px;}
.notice_title{font-size:10pt;}
.notice_title li{font-size:10pt;float:left;}
.notice_title li:nth-child(2){margin-left:20px;}
.notice_title li:nth-child(3){float:right;}
.notice_title li span{font-weight:bold}

/*table*/

.score_table{border:1px solid black;margin-top:20px;}
.score_table th{background:#f0f1f5;border:1px solid #b4c6d1;color:#37618a;height:35px;line-height:35px;width:10%;font-size:10pt;}
.score_table td{background:#fff;border:1px solid #b4c6d1;color:#37618a;height:35px;line-height:35px;width:10%;text-align:center;font-size:10pt;}

.score_table02{border:1px solid black;margin-top:20px;}
.score_table02 th{background:#f0f1f5;border:1px solid #b4c6d1;color:#37618a;height:35px;line-height:35px;width:8.33%;font-size:10pt;}
.score_table02 td{background:#fff;border:1px solid #b4c6d1;color:#37618a;height:35px;line-height:35px;width:8.33%;text-align:center;font-size:10pt;}

.score_table03{border:1px solid black;margin-top:20px;width:1160px;}
.score_table03 th{background:#f0f1f5;border:1px solid #b4c6d1;color:#37618a;height:35px;line-height:35px;font-size:10pt;width:82.8px;}
.score_table03 td{background:#fff;border:1px solid #b4c6d1;color:#37618a;height:35px;line-height:35px;text-align:center;font-size:10pt;width:82.8px;}



.member_table_list{border:0px solid black;margin-top:20px;}
.member_table_list th{background:#e3eaf2;border:1px solid #b4c6d1;color:#3e5b82;height:40px;line-height:40px;font-size:8pt;}
.member_table_list td{background:#fff;border-bottom:1px solid #b4c6d1;color:#3e5b82;height:40px;line-height:20px;text-align:center;font-size:12px;font-weight:00;padding:1px 1px;}
 
.member_table_list td:first-child{width:20px;}
.member_table_list td:nth-child(2){width:10px;}
.member_table_list td:nth-child(3){width:30px;}
.member_table_list td:nth-child(4){width:120px;}
.member_table_list td:nth-child(5){width:60px;}
.member_table_list td:nth-child(6){width:90px;}
.member_table_list td:nth-child(7){width:90px;}
/*.member_table_list td:nth-child(8){width:90px;}*/
.member_table_list td:nth-child(8){width:35px;}
.member_table_list td:nth-child(9){width:35px;}
.member_table_list td:nth-child(10){width:62px;}
.member_table_list td:nth-child(11){width:120px;}
.member_table_list td:nth-child(12){width:80px;}
.member_table_list td:nth-child(13){width:35px;}
.member_table_list td:nth-child(14){width:100px;}
.member_table_list td:nth-child(15){width:170px;}



.member_table_list02{border:0px solid black;margin-top:20px;}
.member_table_list02 th{background:#e3eaf2;border:1px solid #b4c6d1;color:#3e5b82;height:40px;line-height:40px;font-size:8pt;}
.member_table_list02 td{background:#fff;border-bottom:1px solid #b4c6d1;color:#717171;height:40px;line-height:40px;text-align:center;font-size:10px;}
 
.member_table_list02 td:first-child{width:20px;}
.member_table_list02 td:nth-child(2){width:40px;}
.member_table_list02 td:nth-child(3){width:50px;}
.member_table_list02 td:nth-child(4){width:80px;}
.member_table_list02 td:nth-child(5){width:80px;}
.member_table_list02 td:nth-child(6){width:50px;}
.member_table_list02 td:nth-child(7){width:90px;}
.member_table_list02 td:nth-child(8){width:90px;}
.member_table_list02 td:nth-child(9){width:90px;}
.member_table_list02 td:nth-child(10){width:35px;}
.member_table_list02 td:nth-child(11){width:35px;}
.member_table_list02 td:nth-child(12){width:50px;}
.member_table_list02 td:nth-child(13){width:100px;}
.member_table_list02 td:nth-child(14){width:60px;}
.member_table_list02 td:nth-child(15){width:185px;}
.member_table_list02 td:nth-child(16){width:110px;}

/*리스트 버튼*/
 


/*회원관리 정보입력*/
.mem_table01{border:1px solid silver;float:left;}
.mem_table01 td{height:38px;line-height:35px;padding-left:7px;font-family:'Nanum Gothic', "나눔고딕";border-bottom:1px solid #b4c6d1;color:#3e5b82;font-size:14px;}
.mem_table01 td:first-child{border-right:1px solid #b4c6d1;width:160px;background: #e3eaf2;}
.mem_table01 td input[type=text]{height:25px;border:1px solid #b4c6d1;width:160px;}
.mem_table01 td input[type=password]{height:25px;border:1px solid #b4c6d1;width:160px;line-height:10px;}
.mem_table01 td div span{font-family:'Nanum Gothic', "나눔고딕";}


.mem_table10{border:0px solid silver;float:left;}
.mem_table10 td{height:35px;line-height:35px;font-family:'Nanum Gothic', "나눔고딕";border-bottom:0px solid #b4c6d1;color:#3e5b82;padding-left:0px;padding-right:7px;}
.mem_table10 td:first-child{border-right:0px solid #b4c6d1;width:100px;background: #ffffff;}
.mem_table10 td:nth-child(2){border-right:0px solid #b4c6d1;width:160px;background: #ffffff;}
.mem_table10 td input[type=text]{height:25px;border:1px solid #b4c6d1;width:160px;}


.font100{font-family:'Nanum Gothic', "나눔고딕";}

#member_input01_vi .mem_table01 td:nth-child(2){border-right:1px solid #b4c6d1;width:446px;}
#member_input01_vi .mem_table01 td:nth-child(3){border-right:1px solid #b4c6d1;width:446px;width:160px;background: #e3eaf2;}
#member_input01_vi .mem_table01 td:nth-child(4){border-right:1px solid #b4c6d1;width:446px;}



#member_input02 .mem_table01 td:nth-child(3){border-left:1px solid #b4c6d1;width:450px;}


#member_input02_vi .mem_table01 td:nth-child(2){border-right:1px solid #b4c6d1;width:446px;}
#member_input02_vi .mem_table01 td:nth-child(3){border-right:1px solid #b4c6d1;width:446px;width:160px;background: #e3eaf2;}
#member_input02_vi .mem_table01 td:nth-child(4){border-right:1px solid #b4c6d1;width:446px;}


#member_input03 .mem_table01 td:nth-child(2){border-right:1px solid #b4c6d1;width:446px;}
#member_input03 .mem_table01 td:nth-child(3){border-right:1px solid #b4c6d1;width:446px;width:160px;background: #e3eaf2;}
#member_input03 .mem_table01 td:nth-child(4){border-right:1px solid #b4c6d1;width:446px;}


#member_input04_vi .mem_table01 td:nth-child(2){border-right:1px solid #b4c6d1;width:446px;}
#member_input04_vi .mem_table01 td:nth-child(3){border-right:1px solid #b4c6d1;width:446px;width:160px;background: #e3eaf2;}
#member_input04_vi .mem_table01 td:nth-child(4){border-right:1px solid #b4c6d1;width:446px;}

#member_input05_vi .mem_table01 td:nth-child(2){border-right:1px solid #b4c6d1;width:446px;}
#member_input05_vi .mem_table01 td:nth-child(3){border-right:1px solid #b4c6d1;width:446px;width:160px;background: #e3eaf2;}
#member_input05_vi .mem_table01 td:nth-child(4){border-right:1px solid #b4c6d1;width:446px;}

 

#member_input01{float:left;width:1220px;margin-top:10px;}
#member_input02{float:left;width:1220px;margin-top:30px;}
#member_input03{float:left;width:1220px;margin-top:30px;}
#member_input04{float:left;width:1220px;margin-top:30px;}
#member_input05{float:left;width:1220px;margin-top:30px;}
#member_input06{float:left;width:1220px;margin-top:30px;}
#member_input07{float:left;width:1220px;margin-top:30px;}
#member_input08{float:left;width:1220px;margin-top:20px;}
#member_input09{float:left;width:1220px;margin-top:10px;}
#member_input10{float:left;width:1220px;margin-top:30px;}
#member_input11{float:left;width:1220px;margin-top:30px;}
#member_input12{float:left;width:385px;margin-top:30px;}

#member_input01 p{font-family:'NanumGothicBold', 나눔고딕;}
#member_input01_vi p{font-family:'NanumGothicBold', 나눔고딕;}
#member_input02 p{font-family:'NanumGothicBold', 나눔고딕;}
#member_input03 p{font-family:'NanumGothicBold', 나눔고딕;}
#member_input04 p{font-family:'NanumGothicBold', 나눔고딕;}
#member_input04_vi p{font-family:'NanumGothicBold', 나눔고딕;}
#member_input05 p{font-family:'NanumGothicBold', 나눔고딕;}
#member_input05_vi p{font-family:'NanumGothicBold', 나눔고딕;}
#member_input06 p{font-family:'NanumGothicBold', 나눔고딕;}
#member_input07 p{font-family:'NanumGothicBold', 나눔고딕;}
#member_input08 p{font-family:'NanumGothicBold', 나눔고딕;}
#member_input09 p{font-family:'NanumGothicBold', 나눔고딕;}
#member_input10 p{font-family:'NanumGothicBold', 나눔고딕;}
#member_input11 p{font-family:'NanumGothicBold', 나눔고딕;}
#member_input12 p{font-family:'NanumGothicBold', 나눔고딕;}


.mem_table08{border:1px solid silver;float:left;width:350px;margin-top:40px;}
.mem_table08 td{height:35px;line-height:35px;padding-left:7px;font-family:'Nanum Gothic', "나눔고딕";border-bottom:1px solid #b4c6d1;color:#3e5b82}
.mem_table08 td:first-child{border-right:1px solid #b4c6d1;width:160px;background: #e3eaf2;}
.mem_table08 td input[type=text]{height:25px;border:1px solid #b4c6d1;width:160px;}



/*부서정보*/
.mem_table02{border:1px solid silver;float:left;}
.mem_table02 td{height:35px;line-height:35px;padding-left:7px;font-family:'Nanum Gothic', "나눔고딕";border-bottom:1px solid #b4c6d1;color:#3e5b82;font-size:14px;}
.mem_table02 td:first-child{border-right:1px solid #b4c6d1;width:160px;background: #e3eaf2;}
.mem_table02 td input[type=text]{height:25px;border:1px solid #b4c6d1;width:160px;}

/*가족관계*/

.mem_table03{border:0px solid #b4c6d1;float:left;}
.mem_table03 tr:first-child td{border-left:1px solid #b4c6d1;}
.mem_table03 td{height:35px;line-height:35px;font-family:'Nanum Gothic', "나눔고딕";border-bottom:1px solid #b4c6d1;color:#3e5b82;text-align:center;font-size:14px;}
.mem_table03 tr:first-child > td{border-right:1px solid #b4c6d1;background: #e3eaf2;border-top:1px solid #b4c6d1;}
.mem_table03 td:first-child{width:4%;font-weight:bold;}
.mem_table03 td:nth-child(2){width:6%;}
.mem_table03 td:nth-child(3){width:12%;}
.mem_table03 td:nth-child(4){width:7%;}
.mem_table03 td:nth-child(5){width:16%;}
.mem_table03 td:nth-child(6){width:6%;}
.mem_table03 td:nth-child(7){width:16%;}
.mem_table03 td:nth-child(8){width:14%;}
.mem_table03 td:nth-child(9){width:8%;}
.mem_table03 td:nth-child(10){}

.mem_table_box{float:right;margin-top:10px;font-family:'Nanum Gothic', "나눔고딕";}
.mem_table_box02{float:right;margin-top:10px;font-family:'Nanum Gothic', "나눔고딕";width:100%;} 

/*가족관계 끝*/

/*이동내역*/
.mem_table04{border:0px solid #b4c6d1;float:left;}
.mem_table04 tr:first-child td{border-left:1px solid #b4c6d1;}
.mem_table04 td{height:35px;line-height:35px;font-family:'Nanum Gothic', "나눔고딕";border-bottom:1px solid #b4c6d1;color:#3e5b82;text-align:center;font-size:14px;}
.mem_table04 tr:first-child > td{border-right:1px solid #b4c6d1;background: #e3eaf2;border-top:1px solid #b4c6d1;}
.mem_table04 td:first-child{width:4%;font-weight:bold;}
.mem_table04 td:nth-child(2){width:10%;}
.mem_table04 td:nth-child(3){width:12%;}
.mem_table04 td:nth-child(4){width:14%;}
.mem_table04 td:nth-child(5){width:14%;}
.mem_table04 td:nth-child(6){width:6%;}
.mem_table04 td:nth-child(7){width:6%;}
/*이동내역 끝*/


/*이전 이동내역*/
.mem_table04_pre{border:0px solid #b4c6d1;float:left;width:1060px;}
.mem_table04_pre tr:first-child td{border-left:1px solid #b4c6d1;}
.mem_table04_pre td{height:35px;line-height:27px;font-family:'Nanum Gothic', "나눔고딕";border-bottom:1px solid #b4c6d1;color:#3e5b82;text-align:center;font-size:14px;}
.mem_table04_pre tr:first-child > td{border-right:1px solid #b4c6d1;background: #e3eaf2;border-top:1px solid #b4c6d1;}
.mem_table04_pre td:first-child{width:6%;font-weight:bold;}
.mem_table04_pre td:nth-child(2){width:12%;}
.mem_table04_pre td:nth-child(3){width:9%;}
.mem_table04_pre td:nth-child(4){width:11%;}
.mem_table04_pre td:nth-child(5){width:11%;}
.mem_table04_pre td:nth-child(6){width:11%;}
.mem_table04_pre td:nth-child(7){width:13%;}
.mem_table04_pre td:nth-child(8){width:16%;}
.mem_table04_pre td:nth-child(9){width:11%;}
/*이동내역 끝*/




/*자격사항*/
.mem_table05{border:0px solid #b4c6d1;float:left;}
.mem_table05 tr:first-child td{border-left:1px solid #b4c6d1;}
.mem_table05 td{height:35px;line-height:35px;font-family:'Nanum Gothic', "나눔고딕";border-bottom:1px solid #b4c6d1;color:#3e5b82;text-align:center;font-size:14px;}
.mem_table05 tr:first-child > td{border-right:1px solid #b4c6d1;background: #e3eaf2;border-top:1px solid #b4c6d1;}
.mem_table05 td:first-child{width:4%;font-weight:bold;}
.mem_table05 td:nth-child(2){width:12%;}
.mem_table05 td:nth-child(3){width:8%;}
.mem_table05 td:nth-child(4){width:8%;}
.mem_table05 td:nth-child(5){width:8%;}
.mem_table05 td:nth-child(6){width:12%;}
.mem_table05 td:nth-child(7){width:10%;}
.mem_table05 td:nth-child(8){width:12%;}
.mem_table05 td:nth-child(9){width:6%;}
.mem_table05 td input[type=text]{border:1px solid #c8c8c8;height:25px;width:90%;text-align:center;}


.mem_house_botton02{margin-left:5px; width:90px;height:30px;line-height:30px; text-align:center; background:#444;color:white;font-size:9pt;} 
.mem_house_button08{margin-left:5px; width:90px;height:30px;line-height:30px; text-align:center; background:red;color:white;font-size:9pt;} 
.mem_house_button09{margin-left:5px; width:90px;height:30px;line-height:30px; text-align:center; background:#01659b;color:white;font-size:9pt;margin-top:20px} 
.mem_house_button10{margin-left:5px; width:90px;height:30px;line-height:30px; text-align:center; background:#01659b;color:white;font-size:9pt;} 
.mem_house_button11{margin-left:5px; width:80px;height:25px;line-height:30px; text-align:center; background:red;color:white;font-size:9pt;} 
.mem_house_button12{margin-left:5px; width:110px;height:30px;line-height:30px; text-align:center; background:#01659b;color:white;font-size:9pt;} 



/*자격사항 끝*/

/*경력사항*/
.mem_table06{border:0px solid #b4c6d1;float:left;}
.mem_table06 tr:first-child td{border-left:1px solid #b4c6d1;}
.mem_table06 td{height:35px;line-height:35px;font-family:'Nanum Gothic', "나눔고딕";border-bottom:1px solid #b4c6d1;color:#3e5b82;text-align:center;font-size:14px;}
.mem_table06 tr:first-child > td{border-right:1px solid #b4c6d1;background: #e3eaf2;border-top:1px solid #b4c6d1;}
.mem_table06 td:first-child{width:4%;font-weight:bold;}
.mem_table06 td:nth-child(2){width:8%;}
.mem_table06 td:nth-child(3){width:30%;}
.mem_table06 td:nth-child(4){width:12%;}
.mem_table06 td:nth-child(5){width:4%;}
.mem_table06 td input[type=text]{border:1px solid #c8c8c8;height:25px;width:90%;text-align:center;}



/*경력사항 끝*/

/*차량소유내역*/
.mem_table07{border:0px solid #b4c6d1;float:left;}
.mem_table07 tr:first-child td{border-left:1px solid #b4c6d1;}
.mem_table07 td{height:35px;line-height:35px;font-family:'Nanum Gothic', "나눔고딕";border-bottom:1px solid #b4c6d1;color:#3e5b82;text-align:center;font-size:14px;}
.mem_table07 tr:first-child > td{border-right:1px solid #b4c6d1;background: #e3eaf2;border-top:1px solid #b4c6d1;}
.mem_table07 td:first-child{width:4%;font-weight:bold;}
.mem_table07 td:nth-child(2){width:10%;}
.mem_table07 td:nth-child(3){width:10%;}
.mem_table07 td:nth-child(4){width:10%;}
.mem_table07 td:nth-child(5){width:10%;}
.mem_table07 td:nth-child(6){width:10%;}
.mem_table07 td:nth-child(7){width:8%;}
.mem_table07 td:nth-child(8){width:8%;}
.mem_table07 td:nth-child(9){width:18%;}
.mem_table07 td:nth-child(10){width:6%;}
/*차량소유내역 끝*/


/*사업체/부서 현황*/
.mem_table09{border:0px solid #b4c6d1;float:left;}
.mem_table09 tr:first-child td{border-left:1px solid #b4c6d1;}
.mem_table09 td{height:35px;line-height:35px;font-family:'Nanum Gothic', "나눔고딕";border-bottom:1px solid #b4c6d1;color:#3e5b82;text-align:center;font-size:14px;}
.mem_table09 tr:first-child > td{border-right:1px solid #b4c6d1;background: #e3eaf2;border-top:1px solid #b4c6d1;}
.mem_table09 td:first-child{width:4%;font-weight:bold;}
.mem_table09 td:nth-child(2){width:23%;}
.mem_table09 td:nth-child(3){width:12%;}
.mem_table09 td:nth-child(4){width:12%;}
.mem_table09 td:nth-child(5){width:9%;}
.mem_table09 td:nth-child(6){width:9%;}
.mem_table09 td:nth-child(7){width:10%;}
.mem_table09 td:nth-child(8){width:10%;}
.mem_table09 td:nth-child(9){width:10%;}
.mem_table09 td:nth-child(10){width:2%;}
/*사업체/부서 현황*/









.mem_jumin01 input[type=text]{width:20px;}
.mem_select01{width:100px;height:26px;text-align:center;}
.mem_select03{width:100px;height:26px;text-align:center}
.mem_select04{width:60px;height:26px;text-align:center;}

.mem_title01{font-size:16px;margin-top:15px; margin-bottom: 15px;float:left;font-family:'Nanum Gothic', 나눔고딕;font-weight:bold}
 
 
 
.mem_mod_button{width:80px;height:25px;line-height:25px; text-align:center; background:#01659b;color:white;margin-right:3px}
.mem_del_button{margin-left:5px; width:80px;height:25px;line-height:25px; text-align:center; background:#444;color:white;}
.mem_house_botton{margin-left:5px; width:80px;height:25px;line-height:25px; text-align:center; background:#444;color:white;font-size:9pt;}
.ok_button{width:165px;height:53px;line-height:50px; text-align:center; background:#fff;color:#074292;margin-right:3px;border:1px solid #074292;border-bottom:3px solid #074292;}
.cancel_button{margin-left:5px; width:165px;height:53px;line-height:50px; text-align:center; background:#fff;color:#727272;border:1px solid #727272;border-bottom:3px solid #727272;}
.pop_button{margin-left:10px; width:60px;height:37px;line-height:25px; text-align:center; background:#444;color:white;font-size:9pt;}
.pop_button02{margin-left:5px; width:90px;height:30px;line-height:30px; text-align:center; background:red;color:white;font-size:9pt;} 

.ok_button02{width:165px;height:53px;line-height:50px; text-align:center; background:#fff;color:#074292;margin-right:3px;border:1px solid #074292;border-bottom:3px solid #074292;}
.cancel_button02{margin-left:5px; width:165px;height:53px;line-height:50px; text-align:center; background:#fff;color:#727272;border:1px solid #727272;border-bottom:3px solid #727272;}



.mem_photo_wrap{width:80%;min-height:400px;border:0px solid silver; vertical-align:middle;padding-top:10px;float:left;margin-left:10px;margin-top:10px;}
.mem_photo_wrap02{width:76%;min-height:400px;border:0px solid silver; vertical-align:middle;padding-top:10px;float:left;margin-left:10px;margin-top:10px;}



#member_input04 .mem_add01{width:350px;}
#member_input04 .mem_hp01{width:50px;text-align:center}
#member_input04 .mem_select02{width:130px;height:26px;}
#member_input05 .mem_hp01{width:100px;}
#member_input01 .co_hp01 input[type=text]{width:100px;border:1px solid #b4c6d1;height:25px;}

/*건물관리*/
.house_table_list{border:0px solid black;margin-top:20px;}
.house_table_list th{background:#e3eaf2;border:1px solid #b4c6d1;color:#3e5b82;height:40px;line-height:40px;font-size:9pt;}
.house_table_list td{background:#fff;border-bottom:1px solid #b4c6d1;color:#717171;height:40px;line-height:20px;text-align:center;font-size:12px;}
 
.house_table_list td:first-child{width:20px;}
.house_table_list td:nth-child(2){width:40px;}
.house_table_list td:nth-child(3){width:70px;}
.house_table_list td:nth-child(4){width:100px;}
/*.house_table_list td:nth-child(5){width:80px;}*/
.house_table_list td:nth-child(5){width:70px;}
.house_table_list td:nth-child(6){width:80px;}
.house_table_list td:nth-child(7){width:35px;}
.house_table_list td:nth-child(8){width:75px;}
.house_table_list td:nth-child(9){width:130px;}
.house_table_list td:nth-child(10){width:60px;}
.house_table_list td:nth-child(11){width:120px;}
.house_table_list td:nth-child(12){width:60px;}

#member_input01 .house_add01{width:350px;}
 

.house_table02{border:1px solid silver;float:left;}
.house_table02 td{height:40px;line-height:25px;padding-left:10px;font-family: 'Nanum Gothic',나눔고딕;border-bottom:1px solid #b4c6d1;color:#3e5b82;font-size:10pt;}
.house_table02 td:first-child{border-right:1px solid #b4c6d1;width:160px;background: #e3eaf2;}
.house_table02 input[type=text]{height:25px;border:1px solid #b4c6d1;width:100px;}

 
.house_table02 td .input_wrap02{height:25px;border:1px solid #b4c6d1;width:100px;}
.house_table02 td .input_wrap03{height:25px;border:1px solid #b4c6d1;width:160px; padding:0 10px;}
.house_table02 td .input_wrap04{height:25px;border:1px solid #b4c6d1;margin-top:7px;text-align: right;padding-right:5px;width:80px;}

.house_table03{border:0px solid #b4c6d1;float:left;}
.house_table03 td{height:45px;line-height:45px;font-family:'Nanum Gothic', "나눔고딕";border-bottom:1px solid #b4c6d1;color:#3e5b82;text-align:center;font-size:10pt;}
.house_table03 tr:first-child > td{border-right:1px solid #b4c6d1;bold;border-left:1px solid #b4c6d1;background: #e3eaf2;border-top:1px solid #b4c6d1;}
.house_table03 td:first-child{width:10%;}
.house_table03 td:nth-child(2){width:20%;}
.house_table03 td:nth-child(3){width:25%;}
.house_table03 td:nth-child(4){width:25%;}
.house_table03 td:nth-child(5){width:10%;}

.house_table04{border:0px solid #b4c6d1;float:left;width:1100ㅔㅌ;;}
.house_table04 td{height:45px;line-height:45px;font-family:'Nanum Gothic', "나눔고딕";border-bottom:1px solid #b4c6d1;color:#3e5b82;text-align:center;font-size:10pt;}
.house_table04 tr:first-child > td{border-right:1px solid #b4c6d1;bold;border-left:1px solid #b4c6d1;background: #e3eaf2;border-top:1px solid #b4c6d1;}
.house_table04 td:first-child{width:5%;}
.house_table04 td:nth-child(2){width:10%;}
.house_table04 td:nth-child(3){width:15%;}
.house_table04 td:nth-child(4){width:70%;}
.house_table04 td:nth-child(5){width:5%;}
.house_table04 td:nth-child(6){width:5%;}


.house_table05{border:0px solid #b4c6d1;float:left;}
.house_table05 td{height:45px;line-height:45px;font-family:'Nanum Gothic', "나눔고딕";border-bottom:1px solid #b4c6d1;color:#3e5b82;text-align:center;font-size:10pt;}
.house_table05 tr:first-child > td{border-right:1px solid #b4c6d1;bold;border-left:1px solid #b4c6d1;background: #e3eaf2;border-top:1px solid #b4c6d1;}
.house_table05 td:first-child{width:4%;}
.house_table05 td:nth-child(2){width:20%;}
.house_table05 td:nth-child(3){width:15%;}
.house_table05 td:nth-child(4){width:15%;}
.house_table05 td:nth-child(5){width:20%;}
.house_table05 td:nth-child(6){width:10%;}
.house_table05 td:nth-child(7){width:10%;}

.house_table06{border:0px solid #b4c6d1;float:left;width:100%;}
.house_table06 td{height:40px;line-height:30px;font-family:'Nanum Gothic', "나눔고딕";border-bottom:1px solid #b4c6d1;color:#3e5b82;text-align:center;font-size:10pt;}
.house_table06 tr:first-child > td{border-right:1px solid #b4c6d1;bold;border-left:1px solid #b4c6d1;background: #e3eaf2;border-top:1px solid #b4c6d1;}
.house_table06 td:first-child{width:5%;}
.house_table06 td:nth-child(2){width:10%;}
.house_table06 td:nth-child(3){width:15%;}
.house_table06 td:nth-child(4){width:60%;}
.house_table06 td:nth-child(5){width:15%;}

.house_table07{border:0px solid #b4c6d1;float:left;width:100%;}
.house_table07 td{height:45px;line-height:45px;font-family:'Nanum Gothic', "나눔고딕";border-bottom:1px solid #b4c6d1;color:#3e5b82;text-align:center;font-size:10pt;}
.house_table07 tr:first-child > td{border-right:1px solid #b4c6d1;bold;border-left:1px solid #b4c6d1;background: #e3eaf2;border-top:1px solid #b4c6d1;}
.house_table07 td:first-child{width:5%;}
.house_table07 td:nth-child(2){width:8%;}
.house_table07 td:nth-child(3){width:10%;}
.house_table07 td:nth-child(4){width:10%;}
.house_table07 td:nth-child(5){width:37%;}
.house_table07 td:nth-child(6){width:15%;}
.house_table07 td:nth-child(7){width:15%;}

.house_table08{border:0px solid #b4c6d1;float:left;width:100%;}
.house_table08 td{height:45px;line-height:45px;font-family:'Nanum Gothic', "나눔고딕";border-bottom:1px solid #b4c6d1;color:#3e5b82;text-align:center;font-size:10pt;}
.house_table08 tr:first-child > td{border-right:1px solid #b4c6d1;bold;border-left:1px solid #b4c6d1;background: #e3eaf2;border-top:1px solid #b4c6d1;}
.house_table08 td:first-child{width:5%;}
.house_table08 td:nth-child(2){width:10%;}
.house_table08 td:nth-child(3){width:12%;}
.house_table08 td:nth-child(4){width:12%;}
.house_table08 td:nth-child(5){width:12%;}
.house_table08 td:nth-child(6){width:25%;}
.house_table08 td:nth-child(7){width:12%;}
.house_table08 td:nth-child(8){width:8%;}

.house_table09{border:0px solid #b4c6d1;float:left;width:100%;}
.house_table09 td{height:45px;line-height:45px;font-family:'Nanum Gothic', "나눔고딕";border-bottom:1px solid #b4c6d1;color:#3e5b82;text-align:center;font-size:10pt;}
.house_table09 tr:first-child > td{border-right:1px solid #b4c6d1;bold;border-left:1px solid #b4c6d1;background: #e3eaf2;border-top:1px solid #b4c6d1;}
.house_table09 td:first-child{width:5%;}
.house_table09 td:nth-child(2){width:10%;}
.house_table09 td:nth-child(3){width:12%;}
.house_table09 td:nth-child(4){width:12%;}
.house_table09 td:nth-child(5){width:25%;}
.house_table09 td:nth-child(6){width:12%;}
.house_table09 td:nth-child(7){width:12%;}
.house_table09 td:nth-child(8){width:8%;}
 





 
#house_wrap03{float:left;margin-top:20px;width:100%;}
#house_wrap05{float:left;margin-top:20px;width:100%;}


/*토지관리*/
.land_table_list{border:0px solid black;margin-top:20px;}
.land_table_list th{background:#e3eaf2;border:1px solid #b4c6d1;color:#3e5b82;height:40px;line-height:40px;font-size:9pt;}
.land_table_list td{background:#fff;border-bottom:1px solid #b4c6d1;color:#717171;height:40px;line-height:40px;text-align:center;font-size:12px;}
 
.land_table_list td:first-child{width:20px;}
.land_table_list td:nth-child(2){width:40px;}
.land_table_list td:nth-child(3){width:50px;}
.land_table_list td:nth-child(4){width:170px;}
.land_table_list td:nth-child(5){width:70px;}
.land_table_list td:nth-child(6){width:70px;}
.land_table_list td:nth-child(7){width:80px;}
.land_table_list td:nth-child(8){width:120px;}
.land_table_list td:nth-child(9){width:100px;}
.land_table_list td:nth-child(10){width:100px;}
.land_table_list td:nth-child(11){width:150px;}
/*.land_table_list td:nth-child(12){width:120px;}*/
.land_table_list td:nth-child(12){width:67px;}

/*자동차관리*/
.car_table_list{border:0px solid black;margin-top:20px;}
.car_table_list th{background:#e3eaf2;border:1px solid #b4c6d1;color:#3e5b82;height:40px;line-height:40px;font-size:9pt;}
.car_table_list td{background:#fff;border-bottom:1px solid #b4c6d1;color:#717171;height:40px;line-height:40px;text-align:center;font-size:12px;}
 
.car_table_list td:first-child{width:20px;}
.car_table_list td:nth-child(2){width:40px;}
.car_table_list td:nth-child(3){width:70px;}
.car_table_list td:nth-child(4){width:80px;}
.car_table_list td:nth-child(5){width:150px;}
.car_table_list td:nth-child(6){width:40px;}
.car_table_list td:nth-child(7){width:40px;}
.car_table_list td:nth-child(8){width:70px;}
.car_table_list td:nth-child(9){width:80px;}
/*.car_table_list td:nth-child(10){width:50px;}*/
.car_table_list td:nth-child(10){width:80px;}
.car_table_list td:nth-child(11){width:90px;}
/*.car_table_list td:nth-child(12){width:80px;}*/
.car_table_list td:nth-child(12){width:100px;}
/*.car_table_list td:nth-child(15){width:140px;}*/
.car_table_list td:nth-child(13){width:60px;}

.car_table01{border:0px solid #b4c6d1;float:left;}
.car_table01 td{height:45px;line-height:45px;font-family:'Nanum Gothic', "나눔고딕";border-bottom:1px solid #b4c6d1;color:#3e5b82;text-align:center;font-size:10pt;}
.car_table01 tr:first-child > td{border-right:1px solid #b4c6d1;bold;border-left:1px solid #b4c6d1;background: #e3eaf2;border-top:1px solid #b4c6d1;}
.car_table01 td:first-child{width:4%;}
.car_table01 td:nth-child(2){width:10%;}
.car_table01 td:nth-child(3){width:10%;}
.car_table01 td:nth-child(4){width:10%;}
.car_table01 td:nth-child(5){width:10%;}
.car_table01 td:nth-child(6){width:10%;}
.car_table01 td:nth-child(7){width:4%;}
.car_table01 td:nth-child(8){width:4%;}
.car_table01 td:nth-child(9){width:4%;}
.car_table01 td:nth-child(10){width:4%;}
.car_table01 td:nth-child(11){width:4%;}
.car_table01 td:nth-child(12){width:4%;}
.car_table01 td:nth-child(13){width:10%;}
.car_table01 td:nth-child(14){width:10%;}

.car_table02{border:0px solid #b4c6d1;float:left;}
.car_table02 td{height:45px;line-height:45px;font-family:'Nanum Gothic', "나눔고딕";border-bottom:1px solid #b4c6d1;color:#3e5b82;text-align:center;font-size:10pt;}
.car_table02 tr:first-child > td{border-right:1px solid #b4c6d1;bold;border-left:1px solid #b4c6d1;background: #e3eaf2;border-top:1px solid #b4c6d1;}
.car_table02 td:first-child{width:4%;}
.car_table02 td:nth-child(2){width:10%;}
.car_table02 td:nth-child(3){width:10%;}
.car_table02 td:nth-child(4){width:12%;}
.car_table02 td:nth-child(5){width:14%;}
.car_table02 td:nth-child(6){width:8%;}
.car_table02 td:nth-child(7){width:14%;}
.car_table02 td:nth-child(8){width:6%;}
 


/*비품관리*/
.ep_table_list{border:0px solid black;margin-top:20px;}
.ep_table_list th{background:#e3eaf2;border:1px solid #b4c6d1;color:#3e5b82;height:40px;line-height:40px;font-size:9pt;}
.ep_table_list td{background:#fff;border-bottom:1px solid #b4c6d1;color:#717171;height:40px;line-height:30px;text-align:center;font-size:12px;}
 
.ep_table_list td:first-child{width:20px;}
.ep_table_list td:nth-child(2){width:40px;}
.ep_table_list td:nth-child(3){width:60px;}
.ep_table_list td:nth-child(4){width:150px;}
.ep_table_list td:nth-child(5){width:100px;}
.ep_table_list td:nth-child(6){width:50px;}
.ep_table_list td:nth-child(7){width:80px;}
.ep_table_list td:nth-child(8){width:60px;}
.ep_table_list td:nth-child(9){width:30px;}
.ep_table_list td:nth-child(10){width:60px;}
.ep_table_list td:nth-child(11){width:90px;}
.ep_table_list td:nth-child(12){width:90px;}
.ep_table_list td:nth-child(13){width:80px;}
.ep_table_list td:nth-child(14){width:100px;}
/*.ep_table_list td:nth-child(15){width:140px;}*/
.ep_table_list td:nth-child(15){width:60px;}


.eq_table_list{border:0px solid black;margin-top:20px;}
.eq_table_list th{background:#e3eaf2;border:1px solid #b4c6d1;color:#3e5b82;height:40px;line-height:40px;font-size:9pt;}
.eq_table_list td{background:#fff;border-bottom:1px solid #b4c6d1;color:#717171;height:40px;line-height:30px;text-align:center;font-size:12px;}
.eq_table_list td:first-child{width:20px;}
.eq_table_list td:nth-child(2){width:40px;}
.eq_table_list td:nth-child(3){width:60px;}
.eq_table_list td:nth-child(4){width:150px;}
.eq_table_list td:nth-child(5){width:100px;}
.eq_table_list td:nth-child(6){width:40px;}
.eq_table_list td:nth-child(7){width:80px;}
.eq_table_list td:nth-child(8){width:120px;}
.eq_table_list td:nth-child(9){width:60px;}
.eq_table_list td:nth-child(10){width:50px;}
.eq_table_list td:nth-child(11){width:80px;}
.eq_table_list td:nth-child(12){width:60px;}
.eq_table_list td:nth-child(13){width:80px;}
.eq_table_list td:nth-child(14){width:100px;}
/*.ep_table_list td:nth-child(15){width:140px;}*/
.eq_table_list td:nth-child(15){width:60px;}







.eq_table01{border:0px solid #b4c6d1;float:left;}
.eq_table01 td{height:45px;line-height:45px;font-family:'Nanum Gothic', "나눔고딕";border-bottom:1px solid #b4c6d1;color:#3e5b82;text-align:center;font-size:10pt;}
.eq_table01 tr:first-child > td{border-right:1px solid #b4c6d1;bold;border-left:1px solid #b4c6d1;background: #e3eaf2;border-top:1px solid #b4c6d1;}
.eq_table01 td:first-child{width:4%;}
.eq_table01 td:nth-child(2){width:10%;}
.eq_table01 td:nth-child(3){width:10%;}
.eq_table01 td:nth-child(4){width:10%;}
.eq_table01 td:nth-child(5){width:10%;}
.eq_table01 td:nth-child(6){width:10%;}
.eq_table01 td:nth-child(7){width:15%;}
.eq_table01 td:nth-child(8){width:4%;}

.co_table01{border:0px solid #b4c6d1;float:left;}
.co_table01 td{height:45px;line-height:45px;font-family:'Nanum Gothic', "나눔고딕";border-bottom:1px solid #b4c6d1;color:#3e5b82;text-align:center;font-size:10pt;}
.co_table01 tr:first-child > td{border-right:1px solid #b4c6d1;bold;border-left:1px solid #b4c6d1;background: #e3eaf2;border-top:1px solid #b4c6d1;}
.co_table01 td:first-child{width:3%;}
.co_table01 td:nth-child(2){width:13%;}
.co_table01 td:nth-child(3){width:9%;}
.co_table01 td:nth-child(4){width:9%;}
.co_table01 td:nth-child(5){width:8%;}
.co_table01 td:nth-child(6){width:10%;}
.co_table01 td:nth-child(7){width:10%;}
.co_table01 td:nth-child(8){width:8%;}
.co_table01 td:nth-child(9){width:8%;}
.co_table01 td:nth-child(10){width:8%;}
.co_table01 td:nth-child(11){width:8%;}
 
.co_table02{border:0px solid #b4c6d1;float:left;}
.co_table02 td{height:45px;line-height:45px;font-family:'Nanum Gothic', "나눔고딕";border-bottom:1px solid #b4c6d1;color:#3e5b82;text-align:center;font-size:10pt;}
.co_table02 tr:first-child > td{border-right:1px solid #b4c6d1;bold;border-left:1px solid #b4c6d1;background: #e3eaf2;border-top:1px solid #b4c6d1;}
.co_table02 td:first-child{width:6%;}
.co_table02 td:nth-child(2){width:18%;}
.co_table02 td:nth-child(3){width:10%;}
.co_table02 td:nth-child(4){width:11%;}
.co_table02 td:nth-child(5){width:11%;}
.co_table02 td:nth-child(6){width:11%;}
.co_table02 td:nth-child(7){width:11%;}
.co_table02 td:nth-child(8){width:11%;}
.co_table02 td:nth-child(9){width:6%;}





.co_table03{border:0px solid #b4c6d1;float:left;}
.co_table03 td{height:45px;line-height:45px;font-family:'Nanum Gothic', "나눔고딕";border-bottom:1px solid #b4c6d1;color:#3e5b82;text-align:center;font-size:10pt;}
.co_table03 tr:first-child > td{border-right:1px solid #b4c6d1;bold;border-left:1px solid #b4c6d1;background: #e3eaf2;border-top:1px solid #b4c6d1;}
.co_table03 td:first-child{width:3%;}
.co_table03 td:nth-child(2){width:9%;}
.co_table03 td:nth-child(3){width:10%;}
.co_table03 td:nth-child(4){width:10%;}
.co_table03 td:nth-child(5){width:6%;}
.co_table03 td:nth-child(6){width:6%;}
.co_table03 td:nth-child(7){width:9%;}
.co_table03 td:nth-child(8){width:10%;}
.co_table03 td:nth-child(10){width:9%;}
.co_table03 td:nth-child(11){width:15%;}
.co_table03 td:nth-child(12){width:6%;}


.co_table04{border:0px solid #b4c6d1;float:left;}
.co_table04 td{height:45px;line-height:45px;font-family:'Nanum Gothic', "나눔고딕";border-bottom:1px solid #b4c6d1;color:#3e5b82;text-align:center;font-size:10pt;}
.co_table04 tr:first-child > td{border-right:1px solid #b4c6d1;bold;border-left:1px solid #b4c6d1;background: #e3eaf2;border-top:1px solid #b4c6d1;}
.co_table04 td:first-child{width:3%;}
.co_table04 td:nth-child(2){width:9%;}
.co_table04 td:nth-child(3){width:8%;}
.co_table04 td:nth-child(4){width:8%;}
.co_table04 td:nth-child(5){width:8%;}
.co_table04 td:nth-child(6){width:10%;}
.co_table04 td:nth-child(7){width:20%;}
.co_table04 input[type=text]{border:1px solid #b4c6d1;width:90%;text-align:center;height:30px;}

.co_table05{border:0px solid #b4c6d1;float:left;}
.co_table05 td{height:45px;line-height:45px;font-family:'Nanum Gothic', "나눔고딕";border-bottom:1px solid #b4c6d1;color:#3e5b82;text-align:center;font-size:10pt;}
.co_table05 tr:first-child > td{border-right:1px solid #b4c6d1;bold;border-left:1px solid #b4c6d1;background: #e3eaf2;border-top:1px solid #b4c6d1;}
.co_table05 td:first-child{width:3%;}
.co_table05 td:nth-child(2){width:7%;}
.co_table05 td:nth-child(3){width:7%;}
.co_table05 td:nth-child(4){width:10%;}
.co_table05 td:nth-child(5){width:10%;}
.co_table05 td:nth-child(6){width:15%;}
.co_table05 td:nth-child(7){width:7%;}
.co_table05 td:nth-child(8){width:6%;}
.co_table05 td:nth-child(9){width:6%;}
.co_table05 td:nth-child(10){width:15%;}
.co_table05 td:nth-child(11){width:7%;}
.co_table05 td:nth-child(12){width:6%;}



.st_table01{border:0px solid #b4c6d1;float:left;}
.st_table01 td{height:45px;line-height:45px;font-family:'Nanum Gothic', "나눔고딕";border-bottom:1px solid #b4c6d1;color:#3e5b82;text-align:center;font-size:10pt;}
.st_table01 tr:first-child > td{border-right:1px solid #b4c6d1;bold;border-left:1px solid #b4c6d1;background: #e3eaf2;border-top:1px solid #b4c6d1;}
.st_table01 td:first-child{width:3%;}
.st_table01 td:nth-child(2){width:5%;}
.st_table01 td:nth-child(3){width:9%;}
.st_table01 td:nth-child(4){width:9%;}
.st_table01 td:nth-child(5){width:20%;}
.st_table01 td:nth-child(6){width:10%;}
.st_table01 td:nth-child(7){width:8%;}


.DMS_table01{border:0px solid #b4c6d1;float:left;}
.DMS_table01 td{height:45px;line-height:45px;font-family:'Nanum Gothic', "나눔고딕";border-bottom:1px solid #b4c6d1;color:#3e5b82;text-align:center;font-size:10pt;}
.DMS_table01 tr:first-child > td{border-right:1px solid #b4c6d1;bold;border-left:1px solid #b4c6d1;background: #e3eaf2;border-top:1px solid #b4c6d1;}
.DMS_table01 td:first-child{width:3%;}
.DMS_table01 td:nth-child(2){width:5%;}
.DMS_table01 td:nth-child(3){width:8%;}
.DMS_table01 td:nth-child(4){width:8%;}
.DMS_table01 td:nth-child(5){width:10%;}
.DMS_table01 td:nth-child(6){width:10%;}
.DMS_table01 td:nth-child(7){width:10%;}
.DMS_table01 td:nth-child(8){width:10%;}
.DMS_table01 td:nth-child(9){width:10%;}

.DMS_table02{border:0px solid #b4c6d1;float:left;}
.DMS_table02 td{height:45px;line-height:45px;font-family:'Nanum Gothic', "나눔고딕";border-bottom:1px solid #b4c6d1;color:#3e5b82;text-align:center;font-size:10pt;}
.DMS_table02 tr:first-child > td{border-right:1px solid #b4c6d1;bold;border-left:1px solid #b4c6d1;background: #e3eaf2;border-top:1px solid #b4c6d1;}
.DMS_table02 td:first-child{width:101.6px;}
.DMS_table02 td:nth-child(2){width:101.6px;}
.DMS_table02 td:nth-child(3){width:101.6px;}
.DMS_table02 td:nth-child(4){width:101.6px;}
.DMS_table02 td:nth-child(5){width:101.6px;}
.DMS_table02 td:nth-child(6){width:101.6px;}
.DMS_table02 td:nth-child(7){width:101.6px;}
.DMS_table02 td:nth-child(8){width:101.6px;}
.DMS_table02 td:nth-child(9){width:101.6px;}
.DMS_table02 td:nth-child(10){width:101.6px;}
.DMS_table02 td:nth-child(11){width:101.6px;}
.DMS_table02 td:nth-child(12){width:101.6px;}

.DMS_table03{border:0px solid #b4c6d1;float:left;}
.DMS_table03 td{height:45px;line-height:45px;font-family:'Nanum Gothic', "나눔고딕";border-bottom:1px solid #b4c6d1;color:#3e5b82;text-align:center;font-size:10pt;}
.DMS_table03 tr:first-child > td{border-right:1px solid #b4c6d1;bold;border-left:1px solid #b4c6d1;background: #e3eaf2;border-top:1px solid #b4c6d1;}
.DMS_table03 td:first-child{width:3%;}
.DMS_table03 td:nth-child(2){width:5%;}
.DMS_table03 td:nth-child(3){width:8%;}
.DMS_table03 td:nth-child(4){width:8%;}
.DMS_table03 td:nth-child(5){width:40%;}
.DMS_table03 td:nth-child(6){width:13%;}

.DMS_table04{border:0px solid #b4c6d1;float:left;}
.DMS_table04 td{height:45px;line-height:45px;font-family:'Nanum Gothic', "나눔고딕";border-bottom:1px solid #b4c6d1;color:#3e5b82;text-align:center;font-size:10pt;}
.DMS_table04 tr:first-child > td{border-right:1px solid #b4c6d1;bold;border-left:1px solid #b4c6d1;background: #e3eaf2;border-top:1px solid #b4c6d1;}
.DMS_table04 td:first-child{width:3%;}
.DMS_table04 td:nth-child(2){width:5%;}
.DMS_table04 td:nth-child(3){width:50%;}
.DMS_table04 td:nth-child(4){width:10%;}
.DMS_table04 td:nth-child(5){width:10%;}
.DMS_table04 td:nth-child(6){width:5%;}

.DMS_table05{border:0px solid #b4c6d1;float:left;}
.DMS_table05 td{padding:0 20px;height:45px;line-height:45px;font-family:'Nanum Gothic', "나눔고딕";border-bottom:1px solid #b4c6d1;color:#3e5b82;text-align:left;font-size:10pt;}
.DMS_table05 tr:first-child > td{border-right:1px solid #b4c6d1;bold;border-left:1px solid #b4c6d1;background: #e3eaf2;border-top:1px solid #b4c6d1;}
.DMS_table05 tr:nth-child(2) > td{padding:25px;background:#ffffff}


/*세대관리*/
.household_table_list{border:0px solid black;margin-top:20px;}
.household_table_list th{background:#e3eaf2;border:1px solid #b4c6d1;color:#3e5b82;height:40px;line-height:40px;font-size:10pt;}
.household_table_list td{background:#fff;border-bottom:1px solid #b4c6d1;color:#717171;height:40px;line-height:25px;text-align:center;font-size:12px;}
 
.household_table_list td:first-child{width:20px;}
.household_table_list td:nth-child(2){width:40px;}
.household_table_list td:nth-child(3){width:30px;}
.household_table_list td:nth-child(4){width:130px;}
.household_table_list td:nth-child(5){width:70px;}
.household_table_list td:nth-child(6){width:80px;}
.household_table_list td:nth-child(7){width:90px;}
.household_table_list td:nth-child(8){width:50px;}
.household_table_list td:nth-child(9){width:120px;}
.household_table_list td:nth-child(10){width:50px;}
.household_table_list td:nth-child(11){width:50px;}

/*출연금*/
.cont_search_wrap{margin-top:30px;margin-bottom:70px;}
.cont_text01{margin-bottom:10px;}
.cont_select01{width:50px;height:25px;}
.cont_table01{border:1px solid silver;float:left;}
.cont_table01 td{height:35px;line-height:35px;padding-left:7px;font-family:'Nanum Gothic', "나눔고딕";border-bottom:1px solid #b4c6d1;color:#3e5b82;font-weight: bold;text-align: right;padding-right:10px;width:calc(100% / 6);}
.cont_table01 td:first-child{border-right:1px solid #b4c6d1;width:150px;background: #e3eaf2;text-align: center}
.cont_table01 td:nth-child(3){border-right:1px solid #b4c6d1;border-left:1px solid #b4c6d1;width:150px;background: #e3eaf2;text-align: center}
.cont_table01 td:nth-child(5){border-right:1px solid #b4c6d1;border-left:1px solid #b4c6d1;width:150px;background: #e3eaf2;text-align: center}
.cont_table01 td input[type=text]{height:25px;border:1px solid #b4c6d1;width:160px;}

.cont_table02{border:1px solid silver;float:left;}
.cont_table02 td{height:40px;line-height:35px;padding-left:10px;font-family:'Nanum Gothic', "나눔고딕";border-bottom:1px solid #b4c6d1;color:#3e5b82;font-size:10pt;}
.cont_table02 td:first-child{border-right:1px solid #b4c6d1;width:160px;background: #e3eaf2;}
.cont_table02 td input[type=text]{height:25px;border:1px solid #b4c6d1;width:160px;}


.cont_table_list{border:0px solid black;margin-top:20px;}
.cont_table_list th{background:#e3eaf2;border:1px solid #b4c6d1;color:#3e5b82;height:40px;line-height:40px;font-size:8pt;}
.cont_table_list td{background:#fff;border-bottom:1px solid #b4c6d1;color:#717171;height:40px;line-height:40px;text-align:center;font-size:12px;}
 
.cont_table_list td:first-child{width:20px;}
.cont_table_list td:nth-child(2){width:50px;}
.cont_table_list td:nth-child(3){width:170px;}
.cont_table_list td:nth-child(4){width:120px;}
.cont_table_list td:nth-child(5){width:90px;}
.cont_table_list td:nth-child(6){width:90px;}
.cont_table_list td:nth-child(7){width:55px;}
.cont_table_list td:nth-child(8){width:40px;}
.cont_table_list td:nth-child(9){width:110px;}
.cont_table_list td:nth-child(10){width:110px;}
.cont_table_list td:nth-child(11){width:110px;}
/*.cont_table_list td:nth-child(12){width:80px;}*/
.cont_table_list td:nth-child(12){width:100px;}
.cont_table_list td:nth-child(13){width:60px;}
.cont_table_list td:nth-child(14){width:80px;}
 

.cont_table_list02{border:0px solid black;margin-top:20px;}
.cont_table_list02 th{background:#e3eaf2;border:1px solid #b4c6d1;color:#3e5b82;height:40px;line-height:40px;font-size:8pt;}
.cont_table_list02 td{background:#fff;border-bottom:1px solid #b4c6d1;color:#717171;height:40px;line-height:40px;text-align:center;font-size:12px;}
 
.cont_table_list02 td:first-child{width:20px;}
.cont_table_list02 td:nth-child(2){width:50px;}
.cont_table_list02 td:nth-child(3){width:130px;}
.cont_table_list02 td:nth-child(4){width:100px;}
.cont_table_list02 td:nth-child(5){width:90px;}
.cont_table_list02 td:nth-child(6){width:70px;}
.cont_table_list02 td:nth-child(7){width:70px;}
.cont_table_list02 td:nth-child(8){width:140px;}
.cont_table_list02 td:nth-child(9){width:40px;}
.cont_table_list02 td:nth-child(10){width:50px;}
.cont_table_list02 td:nth-child(11){width:90px;}
.cont_table_list02 td:nth-child(12){width:60px;}
 
 
 
 
 
 
 
 
.cont_table03{border:0px solid #b4c6d1;float:left;}
.cont_table03 td{height:45px;line-height:45px;font-family:'Nanum Gothic', "나눔고딕";border-bottom:1px solid #b4c6d1;color:#3e5b82;text-align:center;font-size:10pt;}
.cont_table03 tr:first-child > td{border-right:1px solid #b4c6d1;bold;border-left:1px solid #b4c6d1;background: #e3eaf2;border-top:1px solid #b4c6d1;}
.cont_table03 td:first-child{width:4%;}
.cont_table03 td:nth-child(2){width:8%;}
.cont_table03 td:nth-child(3){width:14%;}
.cont_table03 td:nth-child(4){width:7%;}
.cont_table03 td:nth-child(5){width:14%;}
.cont_table03 td:nth-child(6){width:6%;}
.cont_table03 td:nth-child(7){width:11%;}
.cont_table03 td:nth-child(8){width:8%;}
.cont_table03 td:nth-child(9){width:22%;}
.cont_table03 td:nth-child(10){width:12%;}
.cont_table03 td input[type=text]{height:26px;border:1px solid #b4c6d1;width:150px;padding-left:10px;padding-right:10px;text-align: right;}
.cont_table03 td:nth-child(7) input[type=text]{width:245px;text-align: left;}

.cont_table04{border:0px solid #b4c6d1;float:left;width:100%;}
.cont_table04 td{height:45px;line-height:45px;font-family:'Nanum Gothic', "나눔고딕";border-bottom:1px solid #b4c6d1;color:#3e5b82;text-align:center;font-size:10pt;}
.cont_table04 tr:first-child > td{border-right:1px solid #b4c6d1;bold;border-left:1px solid #b4c6d1;background: #e3eaf2;border-top:1px solid #b4c6d1;}
.cont_table04 td:first-child{width:4%;}
.cont_table04 td:nth-child(2){width:8%;}
.cont_table04 td:nth-child(3){width:14%;}
.cont_table04 td:nth-child(4){width:7%;}
.cont_table04 td:nth-child(5){width:14%;}
.cont_table04 td:nth-child(6){width:8%;}
.cont_table04 td:nth-child(7){width:11%;}
.cont_table04 td:nth-child(8){width:26%;}
.cont_table04 td:nth-child(9){width:12%;}
 
.cont_table04 td input[type=text]{height:26px;border:1px solid #b4c6d1;width:150px;padding-left:10px;padding-right:10px;text-align: right;}
.cont_table04 td:nth-child(7) input[type=text]{width:245px;text-align: left;}


#cont_wrap02{float:left;margin-top:20px;width:100%;}
#cont_wrap03{float:left;}

/*출연금 끝*/

/*숙박관리*/
.ac_table_list{border:0px solid black;margin-top:20px;}
.ac_table_list th{background:#e3eaf2;border:1px solid #b4c6d1;color:#3e5b82;height:40px;line-height:40px;font-size:9pt;}
.ac_table_list td{background:#fff;border-bottom:1px solid #b4c6d1;color:#717171;height:40px;line-height:40px;text-align:center;font-size:12px;}
 
.ac_table_list td:first-child{width:20px;}
.ac_table_list td:nth-child(2){width:30px;}
.ac_table_list td:nth-child(3){width:50px;}
.ac_table_list td:nth-child(4){width:80px;}
.ac_table_list td:nth-child(5){width:70px;}
.ac_table_list td:nth-child(6){width:60px;}
.ac_table_list td:nth-child(7){width:60px;}
.ac_table_list td:nth-child(8){width:40px;}
.ac_table_list td:nth-child(9){width:60px;}
.ac_table_list td:nth-child(10){width:60px;}
 


/*숙박관리*/
.lo_table_list{border:0px solid black;margin-top:20px;}
.lo_table_list th{background:#e3eaf2;border:1px solid #b4c6d1;color:#3e5b82;height:40px;line-height:40px;font-size:9pt;}
.lo_table_list td{background:#fff;border-bottom:1px solid #b4c6d1;color:#717171;height:40px;line-height:40px;text-align:center;font-size:12px;}
 
.lo_table_list td:first-child{width:20px;}
.lo_table_list td:nth-child(2){width:30px;}
.lo_table_list td:nth-child(3){width:40px;}
.lo_table_list td:nth-child(4){width:140px;}
.lo_table_list td:nth-child(5){width:40px;}
.lo_table_list td:nth-child(6){width:40px;}
.lo_table_list td:nth-child(7){width:60px;}
.lo_table_list td:nth-child(8){width:40px;}
.lo_table_list td:nth-child(9){width:100px;}
.lo_table_list td:nth-child(10){width:30px;}
.lo_table_list td:nth-child(11){width:80px;}
.lo_table_list td:nth-child(12){width:60px;}
.lo_table_list td:nth-child(13){width:60px;}
.lo_table_list td:nth-child(14){width:40px;}
.lo_table_list td:nth-child(15){width:60px;}

/*인장관리*/
.st_table_list{border:0px solid black;margin-top:20px;}
.st_table_list th{background:#e3eaf2;border:1px solid #b4c6d1;color:#3e5b82;height:40px;line-height:40px;font-size:9pt;}
.st_table_list td{background:#fff;border-bottom:1px solid #b4c6d1;color:#717171;height:40px;line-height:40px;text-align:center;font-size:12px;}
 

 
.st_table_list td:first-child{width:20px;}
.st_table_list td:nth-child(2){width:30px;}
.st_table_list td:nth-child(3){width:40px;}
.st_table_list td:nth-child(4){width:100px;}
.st_table_list td:nth-child(5){width:40px;}
.st_table_list td:nth-child(6){width:60px;}
.st_table_list td:nth-child(7){width:80px;}
.st_table_list td:nth-child(8){width:100px;}
.st_table_list td:nth-child(9){width:70px;}
.st_table_list td:nth-child(10){width:90px;}
.st_table_list td:nth-child(11){width:170px;}
.st_table_list td:nth-child(12){width:90px;}





/*tap*/
.member_tap_wrap{border-top:2px solid #1690c8;}
#member_tap{width:100%;}
#member_tap li{float:left;width:110.9px;height:45px;border:1px solid #c9c9c9;line-height:45px;text-align:center;border-top:0px;border-left:0px;background: #f5f5f5;font-family:'Nanum Gothic', "나눔고딕";font-size:11pt;margin-bottom:10px;}
#member_tap li:first-child{border-left:1px solid #dcdcdc;}
#member_tap .tap_over {background: #ffffff;border-right:1px solid #dcdcdc;}
#member_tap .tap_over a:link{color:#1690c8;font-weight:bold;}
#member_tap .tap_over a:visited{color:#1690c8;font-weight:bold;}
#member_tap .tap_over a:hover{color:#1690c8;font-weight:bold;}
#member_tap .tap_over a:active{color:#1690c8;font-weight:bold;}

.house_tap_wrap{border-top:2px solid #1690c8;}
#house_tap{width:100%;}
#house_tap li{float:left;width:14.28%;height:45px;border:1px solid #c9c9c9;line-height:45px;text-align:center;border-top:0px;border-left:0px;background: #f5f5f5;font-family:'Nanum Gothic', "나눔고딕";font-size:11pt;margin-bottom:10px;}
#house_tap li:first-child{border-left:1px solid #dcdcdc;}
#house_tap .tap_over {background: #ffffff;}
#house_tap .tap_over a:link{color:#1690c8;font-weight:bold;}
#house_tap .tap_over a:visited{color:#1690c8;font-weight:bold;}
#house_tap .tap_over a:hover{color:#1690c8;font-weight:bold;}
#house_tap .tap_over a:active{color:#1690c8;font-weight:bold;}

.land_tap_wrap{border-top:2px solid #1690c8;}
#land_tap{width:100%;}
#land_tap li{float:left;width:20%;height:45px;border:1px solid #c9c9c9;line-height:45px;text-align:center;border-top:0px;border-left:0px;background: #f5f5f5;font-family:'Nanum Gothic', "나눔고딕";font-size:11pt;margin-bottom:10px;}
#land_tap li:first-child{border-left:1px solid #dcdcdc;}
#land_tap .tap_over {background: #ffffff;}
#land_tap .tap_over a:link{color:#1690c8;font-weight:bold;}
#land_tap .tap_over a:visited{color:#1690c8;font-weight:bold;}
#land_tap .tap_over a:hover{color:#1690c8;font-weight:bold;}
#land_tap .tap_over a:active{color:#1690c8;font-weight:bold;}

.car_tap_wrap{border-top:2px solid #1690c8;}
#car_tap{width:100%;}
#car_tap li{float:left;width:25%;height:45px;border:1px solid #c9c9c9;line-height:45px;text-align:center;border-top:0px;border-left:0px;background: #f5f5f5;font-family:'Nanum Gothic', "나눔고딕";font-size:11pt;margin-bottom:10px;}
#car_tap li:first-child{border-left:1px solid #dcdcdc;}
#car_tap .tap_over {background: #ffffff;}
#car_tap .tap_over a:link{color:#1690c8;font-weight:bold;}
#car_tap .tap_over a:visited{color:#1690c8;font-weight:bold;}
#car_tap .tap_over a:hover{color:#1690c8;font-weight:bold;}
#car_tap .tap_over a:active{color:#1690c8;font-weight:bold;}

.EQ_tap_wrap{border-top:2px solid #1690c8;}
#EQ_tap{width:100%;}
#EQ_tap li{float:left;width:50%;height:45px;border:1px solid #c9c9c9;line-height:45px;text-align:center;border-top:0px;border-left:0px;background: #f5f5f5;font-family:'Nanum Gothic', "나눔고딕";font-size:11pt;margin-bottom:10px;}
#EQ_tap li:first-child{border-left:1px solid #dcdcdc;}
#EQ_tap .tap_over {background: #ffffff;}
#EQ_tap .tap_over a:link{color:#1690c8;font-weight:bold;}
#EQ_tap .tap_over a:visited{color:#1690c8;font-weight:bold;}
#EQ_tap .tap_over a:hover{color:#1690c8;font-weight:bold;}
#EQ_tap .tap_over a:active{color:#1690c8;font-weight:bold;}








.co_tap_wrap{border-top:2px solid #1690c8;}
#co_tap{width:100%;}
#co_tap li{float:left;width:174.2px;height:45px;border:1px solid #c9c9c9;line-height:45px;text-align:center;border-top:0px;border-left:0px;background: #f5f5f5;font-family:'Nanum Gothic', "나눔고딕";font-size:11pt;margin-bottom:10px;}
#co_tap li:first-child{border-left:1px solid #dcdcdc;}
#co_tap .tap_over {background: #ffffff;}
#co_tap .tap_over a:link{color:#1690c8;font-weight:bold;}
#co_tap .tap_over a:visited{color:#1690c8;font-weight:bold;}
#co_tap .tap_over a:hover{color:#1690c8;font-weight:bold;}
#co_tap .tap_over a:active{color:#1690c8;font-weight:bold;}

.stamp_tap_wrap{border-top:2px solid #1690c8;}
#st_tap{width:100%;}
#st_tap li{float:left;width:50%;height:45px;border:1px solid #c9c9c9;line-height:45px;text-align:center;border-top:0px;border-left:0px;background: #f5f5f5;font-family:'Nanum Gothic', "나눔고딕";font-size:11pt;margin-bottom:10px;}
#st_tap li:first-child{border-left:1px solid #dcdcdc;}
#st_tap .tap_over {background: #ffffff;}
#st_tap .tap_over a:link{color:#1690c8;font-weight:bold;}
#st_tap .tap_over a:visited{color:#1690c8;font-weight:bold;}
#st_tap .tap_over a:hover{color:#1690c8;font-weight:bold;}
#st_tap .tap_over a:active{color:#1690c8;font-weight:bold;}


.dms_tap_wrap{border-top:2px solid #1690c8;}
#dms_tap{width:100%;}
#dms_tap li{margin-top:30px;float:left;width:203.3px;height:45px;border:1px solid #097db0;line-height:45px;text-align:center;background: #0e97d4;font-family:'Nanum Gothic', "나눔고딕";font-size:11pt;margin-bottom:40px;border-radius:20px 20px 0 0;color:#fff}
#dms_tap a:link{color:#1690c8;;font-weight:bold;}
#dms_tap a:visited{color:#1690c8;;font-weight:bold;}
#dms_tap a:hover{color:#1690c8;;font-weight:bold;}
#dms_tap a:active{color:#1690c8;;font-weight:bold;}
#dms_tap .dms_tap_over {background: #ffffff;}
#dms_tap .dms_tap_over a:link{color:#1690c8;font-weight:bold;}
#dms_tap .dms_tap_over a:visited{color:#1690c8;font-weight:bold;}
#dms_tap .dms_tap_over a:hover{color:#1690c8;font-weight:bold;}
#dms_tap .dms_tap_over a:active{color:#1690c8;font-weight:bold;}

.dms_tap_wrap02{border-top:2px solid #1690c8;}
#dms_tap02{width:100%;}
#dms_tap02 li{float:left;width:25%;height:45px;border:1px solid #c9c9c9;line-height:45px;text-align:center;border-top:0px;border-left:0px;background: #f5f5f5;font-family:'Nanum Gothic', "나눔고딕";font-size:11pt;margin-bottom:10px;}
#dms_tap02 li:first-child{border-left:1px solid #dcdcdc;}
#dms_tap02 .tap_over {background: #ffffff;}
#dms_tap02 .tap_over a:link{color:#1690c8;font-weight:bold;}
#dms_tap02 .tap_over a:visited{color:#1690c8;font-weight:bold;}
#dms_tap02 .tap_over a:hover{color:#1690c8;font-weight:bold;}
#dms_tap02 .tap_over a:active{color:#1690c8;font-weight:bold;}

.co_tap_wrap02{border-top:2px solid #1690c8;}
#co_tap02{width:100%;}
#co_tap02 li{float:left;width:33.3%;height:45px;border:1px solid #c9c9c9;line-height:45px;text-align:center;border-top:0px;border-left:0px;background: #f5f5f5;font-family:'Nanum Gothic', "나눔고딕";font-size:11pt;margin-bottom:10px;}
#co_tap02 li:first-child{border-left:1px solid #dcdcdc;}
#co_tap02 .tap_over {background: #ffffff;}
#co_tap02 .tap_over a:link{color:#1690c8;font-weight:bold;}
#co_tap02 .tap_over a:visited{color:#1690c8;font-weight:bold;}
#co_tap02 .tap_over a:hover{color:#1690c8;font-weight:bold;}
#co_tap02 .tap_over a:active{color:#1690c8;font-weight:bold;}


/*button*/
.header_button01{width:60px;height:20px;line-height:18px; text-align:center; background:#c3260a;border-radius: 10px;color:white;box-shadow:2px 2px 0px #dcdcdc;border:1px solid #aa1b01;}
.header_button02{width:60px;height:20px;line-height:18px; text-align:center; background:#6b6b6b;border-radius: 10px;color:white;box-shadow:2px 2px 0px #dcdcdc;border:1px solid #555555;}
.header_button03{width:60px;height:20px;line-height:18px; text-align:center; background:#2863aa;border-radius: 10px;color:white;box-shadow:2px 2px 0px #dcdcdc;border:1px solid #174881;}
.button_more01{float:right;width:15px;height:15px;background:#767676;color:white;font-weight:bold;font-size:13pt;text-align: center;}
.logout_button{margin-left:5px; width:60px;height:20px;line-height:20px; text-align:center; background:#444;border-radius: 3px;color:white;float:right;}
.search_button{margin-left:5px; width:65px;height:72px;line-height:72px; text-align:center; background:#444;color:white;float:right;margin-right:3px}
.reg_button{margin-left:5px; width:65px;height:72px;line-height:72px; text-align:center; background:#2660a6;color:white;float:right;}
.seg_botton{width:60px;height:22px; line-height:20px; border:1px solid #afafaf;text-align: center;background-color: #fff;color:#000;box-shadow:1px 2px 1px #dddddd;font-size:8pt;}
.seg_botton02{width:30px;height:22px; line-height:22px; border:1px solid #01659b;text-align: center;background-color: #fff;color:#01659b;font-size:7pt;border-radius: 3px;}
.seg_botton03{width:30px;height:22px; line-height:22px; border:1px solid #2660a6;text-align: center;background-color: #2660a6;color:#fff;font-size:7pt;border-radius: 3px;}
.seg_botton04{width:70px;height:28px; line-height:22px; border:1px solid #01659b;text-align: center;background-color: #fff;color:#01659b;font-size:9pt;border-radius: 3px;}
.seg_botton05{width:70px;height:28px; line-height:22px; text-align: center;background-color: #fff;font-size:12px;font-weight:100;}


.cata_button{margin-left:5px; width:65px;height:25px;line-height:25px; text-align:center; background:#444;color:white;float:left;margin-right:3px;margin-top:5px;}
.cata_button02{margin-left:5px; width:65px;height:25px;line-height:25px; text-align:center; background:#444;color:white;margin-right:3px;margin-top:0px;}
.cata_button03{margin-left:5px; width:65px;height:25px;line-height:25px; text-align:center; background:#444;color:white;float:left;margin-right:3px;margin-top:0px;}

.search_button02{margin-left:5px; width:65px;height:36px;line-height:36px; text-align:center; background:#444;color:white;float:right;margin-right:3px;font-family:'Nanum Gothic', 나눔고딕;}
.reg_button02{margin-left:5px; width:65px;height:36px;line-height:36px; text-align:center; background:#2660a6;color:white;float:right;font-family:'Nanum Gothic', 나눔고딕;}
.reg_button03{margin-left:7px; width:75px;height:36px;line-height:36px; text-align:center; background:red;color:white;float:right;font-family:'Nanum Gothic', 나눔고딕;font-weight:bold;}
.reg_button04{margin-left:5px; width:65px;height:72px;line-height:72px; text-align:center; background:red;color:white;float:right;}

.last_bt_wrap{float:left;width:100%;margin-top:50px;}
.last_bt_wrap02{width:350px;margin:0 auto;}
.last_bt_wrap03{float:left;width:100%;margin:0 auto;margin-top:30px;}
.last_bt_wrap04{width:360px;margin:0 auto;}
.last_bt_wrap05{width:400px;margin:0 auto;}
.last_bt_wrap06{width:140px;margin:0 auto;}
 
 

/*page*/
#list_page{height:40px;width:1220px;border:0px solid black; margin-top:30px;position: relative; float:left;;}
#list_page02{position: absolute;right:1px;} 
#list_page02 li{float:left;font-family: 'Roboto', sans-serif;}
.page_bt_current{margin-left:2px; width:25px;height:25px;line-height:25px; text-align:center; background:#218ac0;color:white;margin-right:0px;border-radius:20px;border:1px solid #15597d}
.page_bt{margin-left:5px; width:25px;height:25px;line-height:25px; text-align:center; background:#fff;color:#7e7e7e;margin-right:0px;border-radius:20px;border:1px solid #c8c8c8}
.page_arrow_bt01{margin-left:5px; width:25px;height:25px;line-height:25px; text-align:center; background:#eeeeee;color:#7e7e7e;margin-right:3px;border-radius:20px;border:1px solid #c8c8c8;}
.page_bt_current a:link{color:white;}
.page_bt_current a:visited{color:white;}
.page_bt_current a:active{color:white;}
.page_bt_current a:hover{color:white;}

#list_page_wrap01{height:40px;width:700px;border:0px solid black; margin-top:5px;float:left;;}
#list_page03{float:left}
#list_page03 li{float:left;font-family: 'Roboto', sans-serif;}
.page_bt_current{margin-left:2px; width:25px;height:25px;line-height:25px; text-align:center; background:#218ac0;color:white;margin-right:0px;border-radius:20px;border:1px solid #15597d}
.page_bt{margin-left:5px; width:25px;height:25px;line-height:25px; text-align:center; background:#fff;color:#7e7e7e;margin-right:0px;border-radius:20px;border:1px solid #c8c8c8}
.page_arrow_bt01{margin-left:5px; width:25px;height:25px;line-height:25px; text-align:center; background:#eeeeee;color:#7e7e7e;margin-right:3px;border-radius:20px;border:1px solid #c8c8c8;}
.page_bt_current a:link{color:white;}
.page_bt_current a:visited{color:white;}
.page_bt_current a:active{color:white;}
.page_bt_current a:hover{color:white;}

#list_page_wrap02{height:40px;width:calc(100% - 95px);border:0px solid black; margin-top:20px;float:left;}
#list_page04{float:left}
#list_page04 li{float:left;font-family: 'Roboto', sans-serif;}
.page_bt_current{margin-left:2px; width:25px;height:25px;line-height:25px; text-align:center; background:#218ac0;color:white;margin-right:0px;border-radius:20px;border:1px solid #15597d}
.page_bt{margin-left:5px; width:25px;height:25px;line-height:25px; text-align:center; background:#fff;color:#7e7e7e;margin-right:0px;border-radius:20px;border:1px solid #c8c8c8}
.page_arrow_bt01{margin-left:5px; width:25px;height:25px;line-height:25px; text-align:center; background:#eeeeee;color:#7e7e7e;margin-right:3px;border-radius:20px;border:1px solid #c8c8c8;}
.page_bt_current a:link{color:white;}
.page_bt_current a:visited{color:white;}
.page_bt_current a:active{color:white;}
.page_bt_current a:hover{color:white;}
/*font*/
.fontsize11{font-size:11pt;}






/*footer*/
#footer_whole_wrap{width:100%;height:80px;border:0px solid silver;clear: both;background-image:url(../img/login_bg.gif);}
.footer_wrap{width:1220px;height:80px;line-height:60px; margin:0 auto;text-align:center;padding-top:10px;}
.footer_wrap p{font-family:'Roboto', sans-serif;}



/*search*/

#search_wrap{width:1220px; margin:0 auto; height:210px;padding-top:20px;padding-bottom:20px;border-bottom:1px solid #dcdcdc;clear:both;}
#search_wrap div{font-family:'Nanum Gothic', 나눔고딕;}
#search_wrap02{width:1075px;height:auto;float:left;border:0px solid silver;}
#search_wrap03{width:1220px; margin:0 auto; height:85px;padding-top:20px;padding-bottom:20px;border-bottom:1px solid #dcdcdc;clear:both;}
#search_wrap04{width:1000px;height:auto;float:left;border:0px solid silver;padding:0px;}
#search_wrap05{width:1000px;height:auto;float:left;border:0px solid silver;}
#search_wrap06{width:980px;height:auto;float:left;border:0px solid silver;}

#search_wrap07{width:1220px; margin:0 auto; height:170px;padding-top:20px;padding-bottom:20px;border-bottom:1px solid #dcdcdc;clear:both;}
#search_wrap07 div{font-family:'Nanum Gothic', 나눔고딕;}
#search_wrap08{width:1220px; margin:0 auto; height:130px;padding-top:20px;padding-bottom:20px;border-bottom:1px solid #dcdcdc;clear:both;}
#search_wrap08 div{font-family:'Nanum Gothic', 나눔고딕;}
#search_wrap09{width:1100px;height:auto;float:left;border:0px solid silver;padding:0px;}


.search_form{float:left;margin-top:10px;padding:0px;}
.search_form li{float:left;}
.search_form li div{float:left; line-height: 30px;margin-right:10px;font-size:10pt;font-weight:bold}
.search_form input[type='text']{height:30px;border:1px solid #dcdcdc;text-align: center;border-radius: 3px;margin-left:2px;margin-right:2px;}
.search_form select{height:30px;}
#number_input input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


출처: http://web-atelier.tistory.com/16 [웹아틀리에 - Web atelier]


.jumin input[type='text']{width:72px;}
.hp input[type='text']{width:50px;}
.term input[type='text']{width:120px;}
.age input[type='text']{width:60px;}
.member_name input[type='text']{width:150px;}
.member_area{width:100px;font-size:9pt;}
.member_sex{width:60px;font-size:9pt;}


/*주택관리 리스트 검색폼*/

.housing_search_form{}
.housing_search_form li{float:left;}
.housing_search_form li div{float:left; line-height: 30px;margin-right:13px;font-size:10pt;font-weight:bold;font-family:'Nanum Gothic', "나눔고딕";}
.housing_search_form input[type='text']{height:30px;border:1px solid #dcdcdc;text-align: center;border-radius: 0px;margin-left:3px;margin-right:3px;}
.housing_search_form select{height:30px;}
.h_form01 input[type='text']{width:110px;}

.car_search_form{}
.car_search_form li{float:left;}
.car_search_form li div{float:left; line-height: 30px;margin-right:13px;font-size:10pt;font-weight:bold}
.car_search_form input[type='text']{height:30px;border:1px solid #dcdcdc;text-align: center;border-radius: 0px;margin-left:3px;margin-right:3px;}
.car_search_fh_orm select{height:30px;}
.c_form01 input[type=text]{width:100px;}

.d_form01 input[type=text]{width:300px;}
.d_form02 input[type=text]{width:150px;}


#sub_search_wrap{width:100%; background:#f4f4f4;height:66px;float:left;padding:12px 10px 15px 10px;border-top:1px solid #d8d8d8;border-bottom:1px solid #d8d8d8;}
#sub_view_wrap01{width:100%; background:#f4f4f4;min-height:110px;height:100%;float:left;padding:8px 10px 15px 10px;border-top:1px solid #d8d8d8;border-bottom:1px solid #d8d8d8;font-family: 'Roboto', sans-serif;}
#sub_view_wrap02{width:100%; background:#f4f4f4;height:100%;  float:left;padding:8px 10px 15px 15px;border-top:1px solid #d8d8d8;border-bottom:1px solid #d8d8d8;font-family: 'Roboto', sans-serif;}
#sub_view_wrap03{width:100%; background:#f4f4f4;min-height:90px;height:100%;  float:left;padding:17px 10px 15px 10px;border-top:1px solid #d8d8d8;border-bottom:1px solid #d8d8d8;font-family: 'Roboto', sans-serif;background: url('../img/bg_board01.png')}
#sub_view_wrap04{width:100%; background:#f4f4f4;min-height:90px;height:100%;  float:left;padding:3px 10px 15px 10px;border-top:1px solid #d8d8d8;font-family: 'Roboto', sans-serif;background: url('../img/bg_board01.png')}
.search_wrap01{border:1px solid #999999;width:100%; height:52px;padding:10px;border-radius: 15px;margin-bottom:40px;}

/*category*/
.dms_cate_wrap{width:265px;height:360px;overflow: auto;border:1px solid #a3a3a3;padding:10px;margin-bottom:8px;} 
.cate_list li{width:240px;height:33px;line-height:33px; border-bottom:1px dotted #a3a3a3;padding-left:10px;} 
.cate_list .cate_over{background: #fa780f; width:240px;}
.cate_list .cate_over a:link{color:#fff;font-weight:bold;}
.cate_list .cate_over a:visited{color:#fff;font-weight:bold;}
.cate_list .cate_over a:hover{color:#fff;font-weight:bold;}
.cate_list .cate_over a:active{color:#fff;font-weight:bold;}

//최영덕 추가
.cate_list .cate_normal{background: #fff; width:240px;}
.cate_list .cate_normal a:link{color:#000;font-weight:bold;}
.cate_list .cate_normal a:visited{color:#000;font-weight:bold;}
.cate_list .cate_normal a:hover{color:#000;font-weight:bold;}
.cate_list .cate_normal a:active{color:#000;font-weight:bold;}

.cate_list .cate_click{background: #fa780f; width:240px;}
.cate_list .cate_click a:link{color:#fff;font-weight:bold;}
.cate_list .cate_click a:visited{color:#fff;font-weight:bold;}
.cate_list .cate_click a:hover{color:#fff;font-weight:bold;}
.cate_list .cate_click a:active{color:#fff;font-weight:bold;}

 
.cate_list   a:link{color:#000;font-weight:bold;}
.cate_list   a:visited{color:#000;font-weight:bold;}
.cate_list   a:hover{color:#000;font-weight:bold;}
.cate_list   a:active{color:#000;font-weight:bold;}  
 
.cate_title01{font-size:13pt;font-weight: bold;margin-bottom:10px;}
.cate_title02{font-size:16pt;font-weight: bold;}

.cate_control{margin-top:40px;}
.cate_control > li:nth-child(1){width:265px;float:left;}
.cate_control > li:nth-child(2){width:50px;float:left;height:360px;line-height:440px;text-align: center}
.cate_control > li:nth-child(3){width:265px;float:left;}
.cate_control > li:nth-child(4){width:50px;float:left;height:360px;line-height:440px;text-align: center}
.cate_control > li:nth-child(5){width:265px;float:left;}
.cate_control > li:nth-child(6){width:50px;float:left;height:360px;line-height:440px;text-align: center}
.cate_control > li:nth-child(7){width:265px;float:left;}
 

 


/*button*/
.button01{width:50px;height:40px; line-height:35px; border:1px solid #0d78a5;text-align: center;background-color: #0f97d1;color:#fff;box-shadow:2px 2px 0px #dcdcdc;font-family: 'Roboto', sans-serif;}
.button02{width:100%;height:50px; line-height:45px; border:1px solid #a0a0a0;text-align: center;background-color: #fafafa;color:#393939;box-shadow:2px 2px 0px #dcdcdc;float: left;margin-top:25px;margin-bottom:15px;font-size:12pt; font-family: 'Roboto', sans-serif;}
.button03{width:100%;height:50px; line-height:45px; border:1px solid #a0a0a0;text-align: center;background-color: #d1d1d1;color:#393939;box-shadow:2px 2px 0px #dcdcdc;float: left;margin-top:10px;margin-bottom:15px;font-size:12pt; font-family: 'Roboto', sans-serif;}
.button04{width:30px;height:20px;margin-right:3px;border:1px solid #a1a1a1;}
.button05{width:30px;height:50px; line-height:45px; border:1px solid #a0a0a0;text-align: center;background-color: #fafafa;color:#393939;box-shadow:2px 2px 0px #dcdcdc;float: left;margin-top:25px;margin-bottom:15px;font-size:12pt; font-family: 'Roboto', sans-serif;}
.button06{width:calc(100% - 70px);height:50px; line-height:45px; border:1px solid #a0a0a0;text-align: center;background-color: #fafafa;color:#393939;box-shadow:2px 2px 0px #dcdcdc;float: left;margin-top:25px;margin-bottom:15px;font-size:12pt; font-family: 'Roboto', sans-serif;}
.button_wrap{width:90px; margin: auto;}
.button07{width:88px;height:28px;border:1px solid #a8a8a8;line-height:28px;text-align: center;font-size:10pt;color:#a8a8a8;float:left;margin-right:5px;background-color: #fff;}
.button08{width:calc(50% - 5px);height:50px; line-height:45px; border:1px solid #a0a0a0;text-align: center;background-color: #0f97d1;color:#fff;box-shadow:2px 2px 0px #dcdcdc;float: left;margin-top:25px;margin-bottom:15px;font-size:12pt; font-family: 'Roboto', sans-serif;}
.button09{width:calc(50% - 5px);height:50px; line-height:45px; border:1px solid #a0a0a0;text-align: center;background-color: #fafafa;color:#393939;box-shadow:2px 2px 0px #dcdcdc;float: left;margin-top:25px;margin-bottom:15px;font-size:12pt; font-family: 'Roboto', sans-serif;}

.cate_button01{width:25px;height:25px;border:1px solid #a3a3a3;border-radius:3px;background:#fff}
.cate_button02{width:45px;height:25px;border:1px solid #a3a3a3;border-radius:3px;background:#fff}


/*board_list*/
.board_list01{border-bottom: 1px solid #aeaeae;float:left;width:100%; min-width:340px; padding-top:10px;padding-bottom:10px;}
 
.board_list02{float:left;width:68px;margin-right:12px;font-family: 'Roboto', sans-serif;}
.board_list03{float:left;width:calc(100% - 85px);height:auto; line-height: 18px;font-family: 'Roboto', sans-serif;}
.board_list04{font-size:14pt;font-weight: bold;padding-top:5px;}
.board_list05{font-size:11pt;color:#747474;padding-top:5px;}

.board_list06{font-size:14pt;font-weight: bold;padding-top:5px;}
.board_list07{font-size:11pt;color:#747474;padding-top:5px;}



.board_list06{float:left;width:118px;margin-right:12px;font-family: 'Roboto', sans-serif;}
.board_list07{float:left;width:calc(100% - 130px);height:70px; border:0px solid black;line-height: 18px;font-family: 'Roboto', sans-serif;}
.board_list08{font-size:10pt;color:#747474;padding-top:5px;}

/*board_view*/
.board_view01{border-bottom:1px solid #dadada;padding-bottom:10px;margin-bottom:3px;}
.board_view02{font-family: 'Roboto', sans-serif;}
.board_view_text01{float:left;margin-top:10px;margin-bottom:10px;text-indent:10px;font-family: 'Roboto', sans-serif;font-size:12pt;border-bottom:1px solid #dadada;padding-right:10px;}
.board_view_text02{float:left;margin-top:10px;text-indent:10px;font-family: 'Roboto', sans-serif;font-size:12pt;padding:10px 10px 30px 10px;border-bottom:1px solid #dadada;color:#686868;}
.board_view_text03{float:left;margin-top:10px;margin-bottom:10px;text-indent:10px;font-family: 'Roboto', sans-serif;font-size:12pt;border-bottom:1px solid #dadada;padding-right:10px;padding-bottom:20px;}



/*margin*/

.margin_right05{margin-right:5px;}
.margin_right10{margin-right:10px;}
.margin_top04{margin-top:4px;}
.margin_top07{margin-top:7px;}
.margin_top15{margin-top:15px;}
.margin_top25{margin-top:25px;}
.margin_bottom07{margin-bottom:7px;}
.margin_bottom15{margin-bottom:15px;}
.margin_bottom10{margin-bottom:10px;}
 
 
 /*div layout*/
.exchage_rate01{padding-left:5px;padding-right:5px;}
.input_wrap01{border:0px solid black;width:100px;float:left;}

 

/*color*/
.bgcolor_dff7fb{background-color: #dff7fb}
.bgcolor_eefbdf{background-color: #eefbdf}
.bgcolor_fdebeb{background-color: #fdebeb}
.bgcolor_fff{background-color: #fff}
.color01{color:#026691;}
.color02{color:#393939;}
.color03{color:#e41e1e;}
.color04{color:#01659b;}

/*width*/
.width100{width:100%;}

/*float*/
.float_left{float:left;}
.float_right{float:right;}


/*img*/
.img_border01{border:1px solid #aeaeae;vertical-align: middle}

/*select*/
.house_select01{width:110px;height:26px;margin-right:10px;}
.house_select02{width:130px;height:26px;}

/*table*/
.sub_table01{margin-top:20px;margin-bottom:20px;float:left;width:200px;}
.sub_table01 td{border:1px solid #dadada;height:40px;font-family: 'Roboto', sans-serif;}
.sub_table01 td:nth-child(1){font-size:11pt;text-align: center;background-color: #f4f4f4;border-left:0px;border-right:0px; width:100px;}
.sub_table01 td:nth-child(2){font-size:11pt;text-align: left; border-left:0px; border-right:0px; padding-left:15px;}

/*popup*/
.pop_wrap01{width:850px; height:auto;padding:20px;border:0px solid #3865a2;font-family:Nanum Gothic, '나눔고딕';float:left;}
.pop_wrap02{width:1100px; height:auto;padding:20px;border:0px solid #3865a2;font-family:Nanum Gothic, '나눔고딕';float:left;}
.pop_wrap03{width:1200px; height:auto;padding:20px;border:5px solid #3865a2;font-family:Nanum Gothic, '나눔고딕';float:left;}


.pop_title01{font-size:18pt;font-weight:bold}
.pop_title02{font-family:Nanum Gothic, '나눔고딕';font-size:10pt;padding-right:5px;padding-left:10px;}
.pop_title03{margin-top:50px;float:left;font-family:Nanum Gothic, '나눔고딕';font-size:11pt;}
.pop_title04{margin-top:70px;float:left;font-family:Nanum Gothic, '나눔고딕';font-size:11pt;}
.pop_title15{font-family:Nanum Gothic, '나눔고딕';font-size:20px;padding-right:5px;padding-left:10px;font-weight:bold;}


.pop_search01{width:100%;height:70px;background:#f5f5f5;border-top:1px solid #c8c8c8;border-bottom:1px solid #c8c8c8;line-height:37px;padding:15px;margin-top:40px;}
.pop_search01 p{font-weight:bold;}
.pop_text0801{font-size:10pt;font-weight:bold;font-family:'Nanum Gothic', "나눔고딕";padding-right:10px;}
.pop_search02{width:100%;height:100px;background:#f5f5f5;border-top:1px solid #c8c8c8;border-bottom:1px solid #c8c8c8;line-height:37px;padding:15px;margin-top:40px;}


.pop_jumin{width:100px;height:37px;border:1px solid #c8c8c8;padding:3px;}
.pop_jumin02{width:80px;height:37px;border:1px solid #c8c8c8;padding:3px;}
.pop_member{width:120px;height:25px;border:1px solid #c8c8c8;padding:3px;}
.pop_name{width:140px;height:37px;border:1px solid #c8c8c8;padding:3px;}
.pop_name02{width:260px;height:37px;border:1px solid #c8c8c8;padding:3px;}
.pop_name03{width:160px;height:37px;border:1px solid #c8c8c8;padding:3px;}

.pop_select{width:80px;height:37px;border:1px solid #c8c8c8;margin-top:-5px;padding:3px;}
.pop_select02{width:80px;height:25px;border:1px solid #c8c8c8;padding:3px;}
.pop_select03{width:100px;height:37px;border:1px solid #c8c8c8;margin-top:-5px;padding:3px;}
.pop_select04{width:120px;height:37px;border:1px solid #c8c8c8;margin-top:-5px;padding:3px;}
.pop_select05{width:120px;height:30px;border:1px solid #c8c8c8;margin-top:-5px;padding:3px;}

.pop_arr{width:90%;height:30px;border:1px solid #c8c8c8;padding:3px;text-align:center;}
.pop_img01{width:40px;height:50px;border:1px dotted #333;margin-top:15px;}

.pop_hp01 input{width:50px;text-align:center}


.pop_table01{border:0px solid #b4c6d1;float:left;margin-top:40px;}
.pop_table01 td{height:45px;line-height:45px;font-family:'Nanum Gothic', "나눔고딕";border-bottom:1px solid #b4c6d1;color:#3e5b82;text-align:center;}
.pop_table01 tr:first-child > td{border-right:1px solid #b4c6d1;background: #e3eaf2;border-top:1px solid #b4c6d1;font-weight:bold;font-size:10pt;}
.pop_table01 td:first-child{width:4%;font-weight:bold;}
.pop_table01 td:nth-child(2){width:6%;}
.pop_table01 td:nth-child(3){width:8%;}
.pop_table01 td:nth-child(4){width:10%;}
.pop_table01 td:nth-child(5){width:8%;}
.pop_table01 td:nth-child(6){width:8%;}
.pop_table01 td:nth-child(7){width:12%;}
.pop_table01 td:nth-child(8){width:4%;}
 

.pop_table02{border:0px solid #b4c6d1;float:left;margin-top:10px;min-width:850px;}
.pop_table02 td{height:40px;line-height:35px;font-family:'Nanum Gothic', "나눔고딕";border-bottom:1px solid #b4c6d1;color:#3e5b82;text-align:center;}
.pop_table02 tr:first-child > td{border-right:1px solid #b4c6d1;background: #e3eaf2;border-top:1px solid #b4c6d1;font-weight:bold;font-size:10pt;}
.pop_table02 td:first-child{width:30px;font-weight:bold;}
.pop_table02 td:nth-child(2){width:50px;}
.pop_table02 td:nth-child(3){width:80px;}
.pop_table02 td:nth-child(4){width:100px;}
.pop_table02 td:nth-child(5){width:60px;}
.pop_table02 td:nth-child(6){width:130px;}
.pop_table02 td:nth-child(7){width:40px;}
.pop_table02 td:nth-child(8){width:60px;}
.pop_table02 td:nth-child(9){width:130px;}
.pop_table02 td:nth-child(10){width:60px;}
.pop_table02 td:nth-child(11){width:40px;}
.pop_table02 td:nth-child(9) input[type=text]{text-align:center;}



.pop_table03{border:0px solid #b4c6d1;float:left;margin-top:10px;margin-bottom:20px;min-width:850px;}
.pop_table03 td{height:45px;line-height:45px;font-family:'Nanum Gothic', "나눔고딕";border-bottom:1px solid #b4c6d1;color:#3e5b82;text-align:center;}
.pop_table03 tr:first-child > td{border-right:1px solid #b4c6d1;background: #e3eaf2;border-top:1px solid #b4c6d1;font-weight:bold;font-size:10pt;}
.pop_table03 td:first-child{width:30px;font-weight:bold;}
.pop_table03 td:nth-child(2){width:80px;}
.pop_table03 td:nth-child(3){width:100px;}
.pop_table03 td:nth-child(4){width:30px;}
.pop_table03 td:nth-child(5){width:30px;}
.pop_table03 td:nth-child(6){width:60px;}
.pop_table03 td:nth-child(7){width:60px;}
.pop_table03 td:nth-child(8){width:120px;}
.pop_table03 td:nth-child(9){width:60px;;}
.pop_table03 td:nth-child(10){width:80px;}

.pop_table04{border:0px solid #b4c6d1;float:left;margin-top:10px;margin-bottom:20px;min-width:1000px;}
.pop_table04 td{height:45px;line-height:45px;font-family:'Nanum Gothic', "나눔고딕";border-bottom:1px solid #b4c6d1;color:#3e5b82;text-align:center;}
.pop_table04 tr:first-child > td{border-right:1px solid #b4c6d1;background: #e3eaf2;border-top:1px solid #b4c6d1;font-weight:bold;font-size:10pt;}
.pop_table04 td:first-child{width:30px;font-weight:bold;}
.pop_table04 td:nth-child(2){width:60px;}
.pop_table04 td:nth-child(3){width:80px;}
.pop_table04 td:nth-child(4){width:100px;}
.pop_table04 td:nth-child(5){width:60px;}
.pop_table04 td:nth-child(6){width:60px;}
.pop_table04 td:nth-child(7){width:60px;}
.pop_table04 td:nth-child(8){width:120px;}
.pop_table04 td:nth-child(9){width:60px;;}
.pop_table04 td:nth-child(10){width:80px;}

.pop_table05{border:0px solid #b4c6d1;float:left;margin-top:10px;margin-bottom:20px;width:100%;}
.pop_table05 td{height:45px;line-height:45px;font-family:'Nanum Gothic', "나눔고딕";border-bottom:1px solid #b4c6d1;color:#3e5b82;text-align:center;}
.pop_table05 tr:first-child > td{border-right:1px solid #b4c6d1;background: #e3eaf2;border-top:1px solid #b4c6d1;font-weight:bold;font-size:10pt;}
.pop_table05 td:first-child{width:6%;font-weight:bold;}
.pop_table05 td:nth-child(2){width:9%;}
.pop_table05 td:nth-child(3){width:17%;}
.pop_table05 td:nth-child(4){width:50%;}
.pop_table05 td:nth-child(5){width:10%;}
.pop_table05 td:nth-child(6){width:6%;}
 
.pop_table06{border:0px solid #b4c6d1;float:left;margin-top:10px;margin-bottom:20px;min-width:1000px;}
.pop_table06 td{height:45px;line-height:45px;font-family:'Nanum Gothic', "나눔고딕";border-bottom:1px solid #b4c6d1;color:#3e5b82;text-align:center;}
.pop_table06 tr:first-child > td{border-right:1px solid #b4c6d1;background: #e3eaf2;border-top:1px solid #b4c6d1;font-weight:bold;font-size:10pt;}
.pop_table06 td:first-child{width:70px;font-weight:bold;}
.pop_table06 td:nth-child(2){width:60px;}
.pop_table06 td:nth-child(3){width:80px;}
.pop_table06 td:nth-child(4){width:100px;}
.pop_table06 td:nth-child(5){width:60px;}
.pop_table06 td:nth-child(6){width:60px;}
.pop_table06 td:nth-child(7){width:60px;}
.pop_table06 td:nth-child(8){width:120px;}
.pop_table06 td:nth-child(9){width:60px;;}
.pop_table06 td:nth-child(10){width:40px;}
 
 
.pop_table07{border:0px solid #b4c6d1;float:left;margin-top:10px;margin-bottom:20px;min-width:850px;}
.pop_table07 td{height:45px;line-height:45px;font-family:'Nanum Gothic', "나눔고딕";border-bottom:1px solid #b4c6d1;color:#3e5b82;text-align:center;}
.pop_table07 tr:first-child > td{border-right:1px solid #b4c6d1;background: #e3eaf2;border-top:1px solid #b4c6d1;font-weight:bold;font-size:10pt;border-left:1px solid #b4c6d1;}
.pop_table07 td:first-child{width:30px;font-weight:bold;}
.pop_table07 td:nth-child(2){width:40px;}
.pop_table07 td:nth-child(3){width:40px;}
.pop_table07 td:nth-child(4){width:100px;}
.pop_table07 td:nth-child(5){width:50px;}
.pop_table07 td:nth-child(6){width:190px;}
.pop_table07 td:nth-child(7){width:50px;}
/*
.pop_table07 td:nth-child(8){width:120px;}
.pop_table07 td:nth-child(9){width:60px;;}
.pop_table07 td:nth-child(10){width:80px;}
*/

.pop_table08{border:0px solid #b4c6d1;float:left;margin-top:40px;}
.pop_table08 td{height:45px;line-height:30px;font-family:'Nanum Gothic', "나눔고딕";border-bottom:1px solid #b4c6d1;color:#3e5b82;text-align:center;}
.pop_table08 tr:first-child > td{border-right:1px solid #b4c6d1;background: #e3eaf2;border-top:1px solid #b4c6d1;font-weight:bold;font-size:10pt;}
.pop_table08 td:first-child{width:4%;font-weight:bold;}
.pop_table08 td:nth-child(2){width:6%;}
.pop_table08 td:nth-child(3){width:14%;}
.pop_table08 td:nth-child(4){width:10%;}
.pop_table08 td:nth-child(5){width:8%;}
.pop_table08 td:nth-child(6){width:8%;}
.pop_table08 td:nth-child(7){width:12%;}
.pop_table08 td:nth-child(8){width:4%;}

.pop_table09{border:0px solid #b4c6d1;float:left;margin-top:40px;}
.pop_table09 td{padding-top:5px;padding-bottom:5px; line-height:25px;font-family:'Nanum Gothic', "나눔고딕";border-bottom:1px solid #b4c6d1;color:#3e5b82;text-align:center;}
.pop_table09 tr:first-child > td{border-right:1px solid #b4c6d1;background: #e3eaf2;border-top:1px solid #b4c6d1;font-weight:bold;font-size:10pt;}
.pop_table09 td:first-child{width:4%;font-weight:bold;}
.pop_table09 td:nth-child(2){width:6%;}
.pop_table09 td:nth-child(3){width:11%;}
.pop_table09 td:nth-child(4){width:8%;}
.pop_table09 td:nth-child(5){width:8%;}
.pop_table09 td:nth-child(6){width:6%;}
.pop_table09 td:nth-child(7){width:16%;}
.pop_table09 td:nth-child(8){width:4%;}

.pop_table10{border:0px solid #b4c6d1;float:left;margin-top:10px;min-width:850px;}
.pop_table10 td{height:35px;line-height:30px;font-family:'Nanum Gothic', "나눔고딕";border-bottom:1px solid #b4c6d1;color:#3e5b82;text-align:center;}
.pop_table10 tr:first-child > td{border-right:1px solid #b4c6d1;background: #e3eaf2;border-top:1px solid #b4c6d1;font-weight:bold;font-size:10pt;}
.pop_table10 td:first-child{width:30px;font-weight:bold;}
.pop_table10 td:nth-child(2){width:30px;}
.pop_table10 td:nth-child(3){width:80px;}
.pop_table10 td:nth-child(4){width:100px;}
.pop_table10 td:nth-child(5){width:60px;}
.pop_table10 td:nth-child(6){width:130px;}
.pop_table10 td:nth-child(7){width:40px;}
.pop_table10 td:nth-child(8){width:60px;}
.pop_table10 td:nth-child(9){width:130px;}
.pop_table10 td:nth-child(10){width:80px;}
 
 


/*ellipsis*/
.ell01{text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
.ellipsis {
width:100%;
text-overflow:ellipsis;
overflow:hidden;
white-space:nowrap;
 
}

.lang{float:left;width:303px;margin-left:10px;margin-bottom:10px;margin-top:10px; background-color:#0c1b4d;color:#d2d2d2;border:1px solid #c2d9ff;}



 



/*footer*/
#footer_wrap{width:calc(100% - 20px); height:122px; clear:both; background-color:#353841;padding:10px;}
.main_nav7 {
	 
	width: 100%;
	overflow: hidden;
	background-color: ##353841;
	 
	
}
.main_nav7 li{
    float: left;
    text-align: center;
    margin-bottom: 5px;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size:9pt;
    color:#fff;
}
.main_nav7 li a{color:#fff;}


.main_nav7 li:first-child {
	width: 50px;
	margin-right:5px; 
}
.main_nav7 li:nth-child(2) {
    width: 80px;
    margin-right:5px; 
}
.main_nav7 li:nth-child(4) {
    width: 80px;
    margin-right:5px; 
}
.main_nav7 li:nth-child(6) {
    width: 60px;
    margin-right:0px; 
}
.footer_bt{
    background-color:#3b3e47;
    border:1px solid #2f323b;
    height:35px;
    text-align:center;
    line-height: 35px;
    font-size:10pt;
    margin-left:7px;
    /*box-shadow:1px 1px 3px #dcdcdc;*/
    
}
.footer_bt2{
    background-color:#3b3e47;
    border:1px solid #2f323b;
    height:35px;
    text-align:center;
    line-height: 35px;
    font-size:10pt;
    margin-right:10px;
   /* box-shadow:1px 1px 3px #dcdcdc;*/
    
     
}
.copyright{font-family: 'Roboto', sans-serif;color:#fff;font-size:11pt;color:#7b7b7b;margin-top:30px; margin-right:20px; position: relative; }






.elli{
	min-width: 10px;
  max-width:100%;
  white-space:nowrap;
  text-overflow:ellipsis;  /* IE, Safari */
  -o-text-overflow:ellipsis;  /* Opera under 10.7 */
  overflow:hidden;   /* "overflow" value must be different from "visible" */ 
  -moz-binding: url('ellipsis.xml#ellipsis');
 }
 

 
#lightbox_menu{
				width:100%;
				height:100%;
				position:absolute; 
				left:0%; 
				z-index:40000000000;
				background: none rgba(0, 0, 0, 0.74);
				FILTER: progid:DXImageTrannasform.Microsoft.Gradient(startColorstr='#80000000', endColorstr='#80000000');
			}
#menu_all_wrap{width:323px; height:100%; background: #0c1b4d; }
#menu_all_top{width:323px; height:87px; background: #0c1b4d;background-image:url(../img/top_bg2.png);}
#menu_all_top ul{width:323px; padding:21px 0px 13px 0px;}
#menu_all_top li{float:left; padding: 0 13px 0 13px;border-right:1px dotted white;font-size:11pt; margin-bottom:20px;color:white;font-family: 'Roboto', sans-serif;}
#menu_all_top li a:link{color:white;}
#menu_all_top li a:visited{color:white;}
#menu_all_top li a:active{color:white;}
#menu_all_top li a:hover{color:white;}
#menu_wrap{width:323px; background: #0c1b4d; padding:10px;border-top:1px solid black;}
#menu_wrap img{margin-top:-3px;margin-right:5px;}

 
.btn_close{float:right; margin-top:10px; margin-right:0px;} 
.menu_box{background:#FFFFF;clear:both; }
.menu_box div:nth-child(1){font-size:13pt;color:#1ba0c7;font-family: 'Roboto', sans-serif;}
.menu_all{border-collapse:collapse;width:100%; margin:20px 0 20px 0;}
.menu_all td{color:#f1f1f1; padding:5px 10px; 0% 10px; background:1e3153;font-size:11pt; line-height:1.5em;font-family: 'Roboto', sans-serif;}
.menu_all td a:link{color:#d2d2d2;}
.menu_all td a:visited{color:#d2d2d2;}
.menu_all td a:active{color:#d2d2d2;}
.menu_all td a:hover{color:#d2d2d2;}
.menu_all tr:first-child td{border-top:0px dashed #dddddd;}
.menu_all tr:last-child td{padding-bottom:2%; border-bottom:0px dashed #dddddd;}

.image_table table {border:0px solid; padding:0px;}
.image_table td:first-child{border:0px solid;}
.image_table td{border:0px solid;}

.image_table1 table {border:1px solid #ccc;}
