select {
	font-size: 1.0em;
	height: 25px;
}
.board_btn_c {
	text-align: center;
	padding: 10px 0;
}
.board_btn_r {
	text-align: right;
	padding: 10px 0;
}
.board_btn_l {
	text-align: left;
	padding: 10px 0;
}
.subject {
	font-size: 1.2em;
}
.search_form {
	padding: 35px 20px !important;
	margin-bottom: 44px;
	text-align: center;
	height: auto;
	/*background: #fafafa;*/
}
.search_form select, .search_form input {
	background: #fff;
	border: 1px solid #ccc;
	line-height: 50px;
	height: 50px;
}
.search_form input[type='submit'] {
	color: #fff;
	background: #1c9ad6;
	border: none;
}
/* 리스트 */
.all-num {
	float: left;
	color: #222;
}
.board_list {
	border-top: 2px solid #bababa;
}
.board_list th {
	padding: 10px 0;
	background: #f9f9f9;
	border-bottom: 1px solid #cfcfcf;
	font-size: 12px;
	color: #000;
	font-weight: bold;
}
.board_list td {
	padding: 10px 0;
	border-bottom: 1px solid #e7e7e7;
	border-left: none;
	border-right: none;
}
.board_list .stxt_coment {
	font-size: 11px;
	color: #ff6600;
	font-weight: bold;
}
/* 읽기 */
.board_read {
	clear: both;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border-top: 2px solid #bababa;
	border-bottom: 1px solid #cfcfcf;
}
.board_read th {
	background: #f9f9f9;
	color: #000;
	font-weight: normal;
	font-weight: bold;
}
.board_read th, .board_read td {
	padding: 10px 10px;
	border-bottom: 1px solid #cfcfcf;
	border-left: none;
	border-right: none;
}
/* 내용 답변*/
.boardView {
	margin-bottom: 20px;
}
.boardView th {
	padding: 5px 0;
	background: #f9f9f9;
	border-bottom: 1px solid #cfcfcf;
	font-size: 12px;
	color: #000;
	font-weight: bold;
	text-align: center
}
.boardView td {
	padding: 5px 0;
	border-bottom: 1px solid #cfcfcf;
	border-left: none;
	border-right: none;
}
.btn_group {
	padding-top: 10px;
	text-align: right;
}
.list_paging {
	width: 100%;
	padding: 40px 0 20px 0px;
	text-align: center;
	overflow: hidden;
}
.list_paging a {
	border: 1px solid #bbbbbb;
	color: #666;
	padding: 5px 10px;
	margin: 2px;
}
.list_paging strong {
	border: 1px solid #bbbbbb;
	color: #333333;
	padding: 5px 10px;
	margin: 2px;
	background: #eeeeee;
}
.list_paging span {
	margin: 0px 13px;
}
/* 개인정보보호방침*/
.board_privacy {
	border: 1px solid #dadada;
	width: 93%;
	padding: 3%;
}
/* 상단 검색*/
.vo-hidden {
	visibility: hidden;
	display: none;
}
/* board list head */
.boardHead {
	display: inline-block;
	width: 100%;
	padding-bottom: 0px;
}
.boardHead .page {
	float: left;
	padding: 5px 0 0 0;
	font: normal 11px Tahoma;
	color: #858585;
}
.boardHead .page span.tatal {
	color: #db5444;
	vertical-align: middle;
	line-height: 210%;
}
.boardHead .form {
	float: right;
	font-size: 0;
}
.boardHead .form label {
	display: none;
}
.boardHead .form input.txtbox {
	width: 130px;
	height: 19px;
	margin-right: 2px;
}
.boardHead .form input.btnbox {
	width: 55px;
	height: 19px;
	border: 0;
	vertical-align: -4px;
	cursor: hand;
}
.boardHead .form select {
	margin-right: 1px;
}
.boardHead .search_txt {
	text-align: right;
	height: 20px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	vertical-align: middle;
}
.boardHead .search_txt dt {
	display: none;
}
.boardHead .search_txt dd {
	float: left;
	text-align: right;
	margin: 0px;
	padding: 0px 3px 0px 0px;
	vertical-align: middle;
}
/* 댓글 */
.commentList {
	border-top: 1px solid #ddd;
	margin: 0px 0 15px 0;
}
.commentList caption {
	text-align: left;
	color: #777;
	padding-bottom: 5px;
}
.commentList td.td_comment {
	border-bottom: 1px solid #e1e1e1;
	padding: 8px 0 10px 0;
}
.commentList td.td_input {
	border-right: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	border-left: 1px solid #e1e1e1;
	background: #f5f5f5;
	padding: 11px;
	letter-spacing: -1px;
	color: #666;
	height: 140px;
}
.commentList td.td_input textarea {
}
.commentList td.noData {
	border-bottom: 1px solid #e1e1e1;
	text-align: center;
	padding: 12px 0 9px 0;
}
.commentList td strong {
	color: #666;
	line-height: 25px;
}
.commentList td span.date {
	color: #999;
}
.commentList td span.bar {
	color: #bbb;
	padding-right: 3px;
}
.commentList td div.con {
	padding-left: 12px;
	color: #777;
	line-height: 19px;
}
.commentList div.btn {
	float: right;
	margin: 6px 0 0 0;
	color: #999;
}
.commentList div.btn img {
	vertical-align: -2px;
}
/*** 폼박스 기본 설정 ***/
form textarea {
	border: 1px solid #cccccc;
}
form .noline input {
	border: 0px;
}
form select {
	border: 1px solid #cccccc;
}
.txtBox {
	border: 1px solid #cccccc;
	height: 24px;
	padding-left: 4px;
}
/* 목록 - 일반 */
.deptmenu {
	overflow: hidden;
	width: 101%;
	padding-bottom: 20px;
}
.deptmenu li {
	float: left;
	margin-right: 1%;
	width: 19%;
}
.deptmenu li a {
	display: block;
	width: 100%;
	line-height: 60px;
	letter-spacing: -1px;
	font-weight: 400;
	font-size: 18px;
	background: #ffce3a;
	color: #8f721c;
	text-align: center;
	border-radius: 10px;
}
.deptmenu li.on a {
	background: #fff none repeat scroll 0 0;
	border-color: #ffce3a #ffce3a -moz-use-text-color;
	border-style: solid solid none;
	color: #000;
	border-width: 8px 8px 0;
	line-height: 50px;
	width: 94.5%;
}
.prev_list {
	overflow: hidden;
	color: #777;
	position: absolute;
	top: 30px;
	right: 30px;
	font-weight: 300;
	font-size: 14px;
}
.prev_list img {
	padding-left: 10px;
	vertical-align: middle;
	padding-right: 5px;
}
#list_section_wrap {
	margin-top: 50px;
	border-top: 1px solid #ddd;
	width: 104%;
}
.board_wrap .list_section {
	overflow: hidden;
	float: left;
	width: 43%;
	position: relative;
	margin-right: 2%;
	padding: 20px 2%;
	margin-top: 20px;
	height: 260px;
	background: #f4f3f2;
	border-color: #ddd #ddd #aaa;
	border-style: solid;
	border-width: 1px 1px 3px;
}
.board_wrap .list_section p {
	float: left;
}
.board_wrap .list_section dl {
	overflow: hidden;
	width: 100%;
	cursor: pointer;
}
.board_wrap .list_section dl dt {
	font-size: 1.3em;
	font-weight: 500;
	color: #000;
	line-height: 2.8em;
	border-bottom: 1px dotted #888;
	margin-bottom: 20px;
}
.board_wrap .list_section dl dt a {
	color: #222;
	letter-spacing: -1px !important;
	padding-left: 10px;
	font-weight: 400;
}
.board_wrap .list_section dl dd.txt_area {
	text-align: justify;
	color: #333;
	line-height: 1.7em;
	letter-spacing: 0px !important;
	width: 96%;
	padding: 20px 2%;
	background: #fff;
	border: 1px solid #ddd;
	height: 110px;
}
.board_wrap .list_section dl dd a {
	text-align: justify;
	color: #969696;
	letter-spacing: 0px !important;
}
.board_wrap .list_section dd.data_sec {
	font-size: 0.9em;
	letter-spacing: -1px;
	color: #888;
	overflow: hidden;
	float: right;
	padding-right: 5px;
}
.board_wrap .list_section dd.data_sec span {
	padding-right: 10px;
	color: #adadad !important;
}
.board_wrap .no_txt {
	padding: 5.0em 0;
	text-align: center;
	border-bottom: 1px solid #ddd;
}
#list_section_wrap2 {
	margin-top: 50px;
	border-top: 1px solid #dedede;
	padding-top: 10px;
}
.board_wrap2 .list_section2 {
	border-bottom: 1px solid #dedede;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 100%;
	background: #fff;
}
.board_wrap2 .list_section2 p {
	float: left;
}
.board_wrap2 .list_section2 dl {
	overflow: hidden;
	width: 100%;
	cursor: pointer;
	padding: 0 10px;
}
.board_wrap2 .list_section2 dl dt {
	font-size: 120%;
	font-weight: bold;
	color: #000;
	line-height: 1.5em;
	text-align: left;
	border-bottom: 0px dotted #bbb;
	margin-bottom: 10px;
	width: 98%;
}
.board_wrap2 .list_section2 dl dt a {
	color: #000;
	letter-spacing: 0px !important;
}
.board_wrap2 .list_section2 dl dd {
	text-align: justify;
	color: #666;
	line-height: 1.5em;
	letter-spacing: 0px !important;
	width: 98% !important;
	font-size: 1.0em;
}
.board_wrap2 .list_section2 dl dd a {
	text-align: justify;
	color: #969696;
	letter-spacing: 0px !important;
}
.board_wrap2 .list_section2 dd.data_sec {
	font-size: 1em;
	letter-spacing: -1px;
	color: #969696;
	overflow: hidden;
	float: left;
	width: 150px;
}
.board_wrap2 .list_section2 dd.data_sec span {
	padding-right: 10px;
	color: #adadad !important;
}
.board_wrap2 .no_txt {
	padding: 5.0em 0;
	text-align: center;
	border-bottom: 1px solid #ddd;
}
/* **************************************** *
 *돌봄활동list
 * **************************************** */
.sub03_visual {
	font-family: 'Nanum Myeongjo', serif;
	height: 40px;
	font-size: 20px;
	margin-bottom: 10px;
	text-align: center;
	color: #003366;
	font-weight: 700;
}
.activearea {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: 2px solid #015690;
}
.activearea ul {
	/*border-bottom: 1px solid #ccc;*/
	overflow: hidden;
	box-sizing: border-box;
    width: 30%;
    margin: 0 1%;
    float: left;
	height:330px
	
}
.activearea ul li {
	display: inline-block;
	padding: 15px;
	box-sizing: border-box;
	float: left;
	overflow: hidden;
}
.activearea ul li.main_img img {
	width: 100%;
}
.actit {
	font-size: 20px;
	font-weight: 500;
	line-height: 35px;
	display:none
}

.actit a {
	font-weight: bold;
}
/*  .activearea ul li img{width:100%;} */

@media(max-width:1023px) {
.activearea ul li:first-child {
	width: 30%;
}
.activearea ul li:last-child {
	width: 70%;
}
}



/*
 .activearea ul li.main_img img{width:100%;}

*/


@media(max-width:640px) {
.sub03_visual {
	font-size: 17px;
	height: 50px;
}
.activearea ul li:first-child {
	width: 100%;
}
.activearea ul li.main_img img {
	width: 100%;
}
.activearea ul li:last-child {
	width: 100%;
}
.activearea ul {
	height:auto
	
}
}
/*  .activearea ul li img{width:100%;}
 */




/* 게시판 이미지 사이즈 */
.board_content img {
	max-width: 100%;
}
.board_content embed {
	max-width: 900px;
	border: 1px solid blue;
	max-height: 500px;
	width: 640px;
	height: 480px;
	margin: 0 auto;
	text-align: center;
}
 @media only screen and (min-width : 1024px) {
.board_content img {
max-width:600px border:1px solid red;
!imporaant;
	text-align: center;
}
.board_content embed {
max-width:600px !imporaant;
	max-height: 640px;
	width: 640px;
	height: 480px;
	margin: 0 auto;
	text-align: center;
}
}
 @media only screen and (min-width : 641px) and (max-width : 1023px) {
.board_content img {
	max-width: 500px;
}
.board_content embed {
	max-width: 500px;
	max-height: 350px;
	width: 400px;
	height: 300px;
	margin: 0 auto;
	text-align: center;
}
}
 @media only screen and (max-width : 640px) {
.board_content img {
	max-width: 300px;
}
.board_content embed {
	max-width: 300px;
	max-height: 250px;
	width: 400px;
	height: 300px;
	margin: 0 auto;
	text-align: center;
}
}
/*
	.board_content img{  max-width:1100px ; text-align:center;}
	.board_content embed{ max-width:1100px ; max-height:640px; width:640px; height:480px; margin:0 auto; text-align:center; }
*/


.subdept02 dl {
	overflow: hidden;
	width: 80%;
	padding-bottom: 40px;
}
.subdept02 dt {
	font-size: 28px;
	font-weight: 300;
	line-height: 45px;
	letter-spacing: -1px;
	color: #2f83d1;
}
.subdept02 dd {
	padding-top: 10px;
	overflow: hidden;
	font-size: 14px;
}
.topbg14new {
	background: rgba(0, 0, 0, 0) url("/images/sub/listbg.png") repeat scroll left top;
	width: 91% !important;
	margin-bottom: 20px;
	border: 1px solid #acacac;
	box-shadow: 1px 1px 3px #777;
	padding: 40px 5% 40px 5% !important;
	overflow: hidden;
}
.topbg14new dt {
	overflow: hidden;
	text-align: center;
	float: left;
	width: 30%;
}
.topbg14new dt h2 {
	line-height: 50px;
	letter-spacing: -2px;
	font-size: 40px;
	font-weight: 600;
	color: #f7701e;
	text-align: left;
}
.topbg14new dt h3 {
	line-height: 25px;
	font-size: 15px;
	font-weight: 400;
	color: #5f6b77;
	text-align: left;
	padding-top: 20px;
}
.topbg14new dd {
	border-left: 1px solid #ccc;
	padding-left: 20px;
	float: right;
	overflow: hidden;
	width: 60%;
	margin: 0 auto;
	padding-top: 0px;
}
.topbg14new a {
	display: block;
	width: 300px;
	border-radius: 5px;
	font-weight: 500;
	font-size: 20px;
	letter-spacing: -1px;
	border: 1px solid #33ab22;
	margin-left: 105px;
	text-align: center;
	background: #4abe3a;
	color: #fff;
	line-height: 40px;
	margin-right: 10px;
	margin-top: 10px;
}
.topbg14new ul {
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
	padding-top: 15px;
}
.topbg14new ul li {
	padding: 5px 0px;
	width: 100%;
	overflow: hidden;
	line-height: 35px;
}
.topbg14new ul li input {
	width: 300px;
	height: 35px;
	line-height: 35px;
	border-radius: 5px;
	border: 1px solid #ccc;
	box-shadow: 1px 1px 0.2px #bbb;
}
.topbg14new ul li strong {
	display: block;
	float: left;
	width: 50px;
	line-height: 35px;
	text-align: left;
	font-size: 16px;
	font-weight: 400;
}
/*홍보동영상*/
.movieTBL {
	overflow: hidden;
	width: 100%;
	padding-top: 10px;
}
.movie-board-list {
	float: left;
	width: 33%;
	overflow: hidden;
	position: relative;
}
.movie-board-list .gallery_layer {
	position: absolute;
	width: 100%;
	margin: 0px 15%;
	width: 70%;
	top: 30%;
	text-align: center;
	padding: 7px 0px;
	filter: alpha(opacity=60);
	opacity: 0.6;
	background: #000;
	color: #fff;
}
.movie-board-list .img {
	width: 100% !important;
	text-align: center;
	border: none !important;
height:
}
/* 		.movie-board-list  .img img{padding:3px !important;  width:90% !important; height:160px;  border:1px solid #ddd; } height:auto !impotant;
		 */		.b_title {
	text-align: center;
}
.b_title a {
	font-weight: 400;
	font-size: 13px;
	color: #000;
	line-height: 40px;
	padding-bottom: 30px;
}
.movie-board-list dd {
	line-height: 20px !important;
	padding-bottom: 20px;
	display: none;
}
.movie-board-list dl {
	overflow: hidden;
	width: 100%;
	padding-bottom: 20px;
}
/*한줄응원*/
.coment_desc {
	width: 100%;
	border-bottom: 1px solid #ddd;
	padding: 20px 0px;
	overflow: hidden;
	line-height: 40px;
}
.coment_desc dt {
	width: 12%;
	float: left;
	font-weight: 500;
	font-size: 15px;
	background: url('/images/comm/bullet07.png') no-repeat 5px center;
	padding-left: 35px;
	color: #000;
	color: #2254bf;
}
.coment_desc dd.text {
	width: 70%;
	float: left;
	color: #666;
}
.coment_desc dd.delete {
	width: 10%;
	float: right;
	text-align: right;
}
.coment_desc dd.delete img {
	height: 20px;
}
.delform_list {
	padding: 10px 0px;
}
.c_name {
	padding: 0px !important;
}
.comment {
	width: 100%;
	margin-bottom: 20px;
	padding: 2%;
	width: 95.5%;
	background: #f6f6f6;
	border: 1px solid #ccc;
	overflow: hidden;
}
.c_name input {
	float: left;
	line-height: 35px;
	height: 35px;
	margin-right: 10px;
}
.c_txt textarea {
	float: left;
	line-height: 35px;
	height: 35px;
	margin-right: 10px;
	margin-top: 0px !important;
}
.wdsize01 {
	width: 10%;
}
.wdsize02 {
	width: 63%;
}
.c_name a.cheerbtn {
	float: left;
	line-height: 35px;
	height: 35px;
	background: #4abe3a;
	color: #fff;
	font-weight: 500;
	width: 10%;
	text-align: center;
}



/*패드*/
@media all and (min-width:641px) and (max-width:1023px) {
select {
	font-size: 1.0em;
	height: 25px;
}
.btn_ty1 {
	padding: 0 1.5em;
	height: 2em;
	line-height: 1.5em;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	background: #666;
	border: 1px solid #535353
}
.btn_ty2 {
	padding: 0 1.5em;
	height: 2em;
	line-height: 1.5em;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	background: #4672b8;
	border: 1px solid #4672b8
}
.board_btn_c {
	text-align: center;
	padding: 10px 0;
}
.board_btn_r {
	text-align: right;
	padding: 10px 0;
}
.board_btn_l {
	text-align: left;
	padding: 10px 0;
}
.subject {
	font-size: 1.2em;
}
/* 리스트 */
.all-num {
	float: left;
	color: #222;
}
.search_form {
	float: right;
}
.deptmenu {
	overflow: hidden;
	width: 101%;
	padding-bottom: 20px;
}
.deptmenu li {
	float: left;
	margin-right: 1%;
	width: 32%;
	height: 80px;
}
.deptmenu li a {
	display: block;
	width: 100%;
	line-height: 60px;
	letter-spacing: -1px;
	font-weight: 400;
	font-size: 18px;
	background: #ffce3a;
	color: #8f721c;
	text-align: center;
	border-radius: 10px;
}
.deptmenu li.on a {
	background: #fff none repeat scroll 0 0;
	border-color: #ffce3a #ffce3a -moz-use-text-color;
	border-style: solid solid none;
	color: #000;
	border-width: 8px 8px 0;
	line-height: 50px;
	width: 94.5%;
}
.board_list {
	border-top: 2px solid #bababa;
}
.board_list th {
	padding: 10px 0;
	background: #f9f9f9;
	border-bottom: 1px solid #cfcfcf;
	font-size: 12px;
	color: #000;
	font-weight: bold;
}
.board_list td {
	padding: 10px 0;
	border-bottom: 1px solid #e7e7e7;
	border-left: none;
	border-right: none;
}
.board_list .stxt_coment {
	font-size: 11px;
	color: #ff6600;
	font-weight: bold;
}
/* 읽기 */
.board_read {
	clear: both;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border-top: 2px solid #bababa;
	border-bottom: 1px solid #cfcfcf;
}
.board_read th {
	background: #f9f9f9;
	color: #000;
	font-weight: normal;
	font-weight: bold;
}
.board_read th, .board_read td {
	padding: 10px 10px;
	border-bottom: 1px solid #cfcfcf;
	border-left: none;
	border-right: none;
}
/* 내용 답변*/
.boardView {
	margin-bottom: 20px;
}
.boardView th {
	padding: 5px 0;
	background: #f9f9f9;
	border-bottom: 1px solid #cfcfcf;
	font-size: 12px;
	color: #000;
	font-weight: bold;
}
.boardView td {
	padding: 5px 0;
	border-bottom: 1px solid #cfcfcf;
	border-left: none;
	border-right: none;
}
.btn_group {
	padding-top: 10px;
	text-align: right;
}
.list_paging {
	width: 100%;
	padding: 40px 0 20px 0px;
	text-align: center;
	overflow: hidden;
}
.list_paging a {
	border: 1px solid #bbbbbb;
	color: #666;
	padding: 5px 10px;
	margin: 2px;
}
.list_paging strong {
	border: 1px solid #bbbbbb;
	color: #333333;
	padding: 5px 10px;
	margin: 2px;
	background: #eeeeee;
}
.list_paging span {
	margin: 0px 13px;
}
/* 개인정보보호방침*/
.board_privacy {
	border: 1px solid #dadada;
	width: 93%;
	padding: 3%;
}
/* 상단 검색*/
.vo-hidden {
	visibility: hidden;
	display: none;
}
/* board list head */
.boardHead {
	display: inline-block;
	width: 100%;
	padding-bottom: 0px;
}
.boardHead .page {
	float: left;
	padding: 5px 0 0 0;
	font: normal 11px Tahoma;
	color: #858585;
}
.boardHead .page span.tatal {
	color: #db5444;
	vertical-align: middle;
	line-height: 210%;
}
.boardHead .form {
	float: right;
	font-size: 0;
}
.boardHead .form label {
	display: none;
}
.boardHead .form input.txtbox {
	width: 130px;
	height: 19px;
	margin-right: 2px;
}
.boardHead .form input.btnbox {
	width: 55px;
	height: 19px;
	border: 0;
	vertical-align: -4px;
	cursor: hand;
}
.boardHead .form select {
	margin-right: 1px;
}
.boardHead .search_txt {
	text-align: right;
	height: 20px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	vertical-align: middle;
}
.boardHead .search_txt dt {
	display: none;
}
.boardHead .search_txt dd {
	float: left;
	text-align: right;
	margin: 0px;
	padding: 0px 3px 0px 0px;
	vertical-align: middle;
}
/* 댓글 */
.commentList {
	border-top: 1px solid #ddd;
	margin: 0px 0 15px 0;
}
.commentList caption {
	text-align: left;
	color: #777;
	padding-bottom: 5px;
}
.commentList td.td_comment {
	border-bottom: 1px solid #e1e1e1;
	padding: 8px 0 10px 0;
}
.commentList td.td_input {
	border-right: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	border-left: 1px solid #e1e1e1;
	background: #f5f5f5;
	padding: 11px;
	letter-spacing: -1px;
	color: #666;
	height: 140px;
}
.commentList td.td_input textarea {
}
.commentList td.noData {
	border-bottom: 1px solid #e1e1e1;
	text-align: center;
	padding: 12px 0 9px 0;
}
.commentList td strong {
	color: #666;
	line-height: 25px;
}
.commentList td span.date {
	color: #999;
}
.commentList td span.bar {
	color: #bbb;
	padding-right: 3px;
}
.commentList td div.con {
	padding-left: 12px;
	color: #777;
	line-height: 19px;
}
.commentList div.btn {
	float: right;
	margin: 6px 0 0 0;
	color: #999;
}
.commentList div.btn img {
	vertical-align: -2px;
}
/*** 폼박스 기본 설정 ***/
form textarea {
	border: 1px solid #cccccc;
}
form .noline input {
	border: 0px;
}
form select {
	border: 1px solid #cccccc;
}
.txtBox {
	border: 1px solid #cccccc;
	height: 24px;
	padding-left: 4px;
}
/* 목록 - 일반 */


#list_section_wrap {
	margin-top: 50px;
	border-top: 1px solid #ddd;
	width: 91%;
}
.board_wrap .list_section {
	overflow: hidden;
	width: 100%;
	padding: 20px 4%;
	margin-top: 20px;
	background: #f4f3f2;
	border-color: #ddd #ddd #aaa;
	border-style: solid;
	border-width: 1px 1px 3px;
}
.board_wrap .list_section p {
	float: left;
}
.board_wrap .list_section dl {
	overflow: hidden;
	width: 100%;
	cursor: pointer;
}
.board_wrap .list_section dl dt {
	font-size: 1.3em;
	font-weight: 500;
	color: #000;
	line-height: 2.8em;
	border-bottom: 1px dotted #888;
	margin-bottom: 20px;
}
.board_wrap .list_section dl dt a {
	color: #222;
	letter-spacing: -1px !important;
	padding-left: 10px;
	font-weight: 400;
}
.board_wrap .list_section dl dd.txt_area {
	text-align: justify;
	color: #333;
	line-height: 1.7em;
	letter-spacing: 0px !important;
	width: 96%;
	padding: 20px 2%;
	background: #fff;
	border: 1px solid #ddd;
	overflow: hidden;
}
.board_wrap .list_section dl dd a {
	text-align: justify;
	color: #969696;
	letter-spacing: 0px !important;
}
.board_wrap .list_section dd.data_sec {
	font-size: 0.9em;
	letter-spacing: -1px;
	color: #888;
	overflow: hidden;
	float: right;
	padding-right: 5px;
}
.board_wrap .list_section dd.data_sec span {
	padding-right: 10px;
	color: #adadad !important;
}
.board_wrap .no_txt {
	padding: 5.0em 0;
	text-align: center;
	border-bottom: 1px solid #ddd;
}
/* 목록 - 일반 */
#list_section_wrap2 {
	margin-top: 50px;
	border-top: 1px solid #dedede;
	padding-top: 10px;
}
.board_wrap2 .list_section2 {
	border-bottom: 1px solid #ddd;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 100%;
}
.board_wrap2 .list_section2 p {
	float: left;
}
.board_wrap2 .list_section2 dl {
	overflow: hidden;
	width: 100%;
	cursor: pointer;
	padding: 0 10px;
}
.board_wrap2 .list_section2 dl dt {
	font-size: 1.3em;
	font-weight: bold;
	color: #000;
	line-height: 2.2em;
}
.board_wrap2 .list_section2 dl dt a {
	color: #000;
	letter-spacing: 0px !important;
}
.board_wrap2 .list_section2 dl dd {
	text-align: justify;
	color: #666;
	line-height: 1.5em;
	letter-spacing: 0px !important;
	width: 98% !important;
}
.board_wrap2 .list_section2 dl dd a {
	text-align: justify;
	color: #666;
	letter-spacing: 0px !important;
}
.board_wrap2 .list_section2 dd.data_sec {
	font-size: 0.85em;
	letter-spacing: -1px;
	color: #969696;
	overflow: hidden;
	float: left;
	width: 150px;
}
.board_wrap2 .list_section2 dd.data_sec span {
	padding-right: 10px;
	color: #adadad !important;
}
.board_wrap2 .no_txt {
	padding: 5.0em 0;
	text-align: center;
	border-bottom: 1px solid #ddd;
}
.subdept02 dl {
	overflow: hidden;
	width: 80%;
	padding-bottom: 40px;
}
.subdept02 dt {
	font-size: 28px;
	font-weight: 300;
	line-height: 45px;
	letter-spacing: -1px;
	color: #2f83d1;
}
.subdept02 dd {
	padding-top: 10px;
	overflow: hidden;
	font-size: 14px;
}
.topbg14new {
	background: url('/images/kor/sub/top12.png') no-repeat top center;
	width: 94% !important;
	;
	margin-bottom: 20px;
	padding: 30px 3% 80px 3% !important;
	overflow: hidden;
}
.topbg14new dt {
	overflow: hidden;
	line-height: 35px;
	text-align: center;
}
.topbg14new dt strong {
	font-weight: 500;
	color: #f7701e;
}
.topbg14new dd {
	overflow: hidden;
	text-align: center;
	width: 50%;
	margin: 0 auto;
	padding-top: 0px;
}
.topbg14new a {
	display: block;
	width: 310px;
	margin-left: 75px;
	text-align: center;
	background: #4abe3a;
	border: 1px solid #2a991b;
	color: #fff;
	line-height: 40px;
	margin-right: 10px;
	margin-top: 10px;
}
.topbg14new ul {
	overflow: hidden;
	margin: 0 auto;
	width: 80%;
	padding-top: 15px;
}
.topbg14new ul li {
	padding: 5px 0px;
	width: 100%;
	overflow: hidden;
	line-height: 35px;
}
.topbg14new ul li input {
	width: 240px;
	float: left;
	height: 35px;
	line-height: 35px;
}
.topbg14new ul li strong {
	display: block;
	float: left;
	width: 100px;
	line-height: 35px;
}
/*홍보동영상*/
.movieTBL {
	overflow: hidden;
	width: 100%;
	padding-top: 10px;
}
.movie-board-list {
	float: left;
	width: 100%;
	overflow: hidden;
}
.movie-board-list .img {
	width: 100% !important;
	text-align: center;
	border: none !important
}
.movie-board-list .img img {
	padding: 3px !important;
	width: 90% !important;
	border: 1px solid #ddd;
height:auto !impotant;
}
.b_title {
	text-align: center;
}
.b_title a {
	font-weight: 400;
	font-size: 13px;
	color: #000;
	line-height: 40px;
	padding-bottom: 30px;
}
.movie-board-list dd {
	line-height: 20px !important;
	padding-bottom: 20px;
	display: none;
}
.movie-board-list dl {
	overflow: hidden;
	width: 100%;
	padding-bottom: 20px;
}
/*한줄응원*/
.coment_desc {
	width: 100%;
	border-bottom: 1px solid #ddd;
	padding: 20px 0px;
	overflow: hidden;
	line-height: 40px;
}
.coment_desc dt {
	width: 12%;
	float: left;
	font-weight: 500;
	font-size: 15px;
	background: url('/images/comm/bullet07.png') no-repeat 5px center;
	padding-left: 35px;
	color: #000;
	color: #2254bf;
}
.coment_desc dd.text {
	width: 70%;
	float: left;
	color: #666;
}
.coment_desc dd.delete {
	width: 10%;
	float: right;
	text-align: right;
}
.coment_desc dd.delete img {
	height: 20px;
}
.delform_list {
	padding: 10px 0px;
}
.comment {
	width: 100%;
	margin-bottom: 20px;
	padding: 2%;
	width: 95.5%;
	background: #f6f6f6;
	border: 1px solid #ccc;
	overflow: hidden;
}
.c_name input {
	float: left;
	line-height: 35px;
	height: 35px;
	margin-right: 10px;
}
.wdsize01 {
	width: 10%;
}
.wdsize02 {
	width: 63%;
}
.c_name a.cheerbtn {
	float: left;
	line-height: 35px;
	height: 35px;
	background: #4abe3a;
	color: #fff;
	font-weight: 500;
	width: 10%;
	text-align: center;
}
}
 @media all and (max-width:640px) {
select {
	font-size: 1.0em;
	height: 25px;
}
.btn_ty1 {
	padding: 0 1.5em;
	height: 2em;
	line-height: 1.5em;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	background: #666;
	border: 1px solid #535353
}
.btn_ty2 {
	padding: 0 1.5em;
	height: 2em;
	line-height: 1.5em;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	background: #4672b8;
	border: 1px solid #4672b8
}
.board_btn_c {
	text-align: center;
	padding: 10px 0;
}
.board_btn_r {
	text-align: right;
	padding: 10px 0;
}
.board_btn_l {
	text-align: left;
	padding: 10px 0;
}
.subject {
	font-size: 1.2em;
}
/* 리스트 */
.all-num {
	float: left;
	color: #222;
}
.search_form {
	float: right;
}
.board_list {
	border-top: 2px solid #bababa;
}
.board_list th {
	padding: 10px 0;
	background: #f9f9f9;
	border-bottom: 1px solid #cfcfcf;
	font-size: 12px;
	color: #000;
	font-weight: bold;
}
.board_list td {
	padding: 10px 0;
	border-bottom: 1px solid #e7e7e7;
	border-left: none;
	border-right: none;
}
.board_list .stxt_coment {
	font-size: 11px;
	color: #ff6600;
	font-weight: bold;
}
/* 읽기 */
.board_read {
	clear: both;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border-top: 2px solid #bababa;
	border-bottom: 1px solid #cfcfcf;
}
.board_read th {
	background: #f9f9f9;
	color: #000;
	font-weight: normal;
	font-weight: bold;
}
.board_read th, .board_read td {
	padding: 10px 10px;
	border-bottom: 1px solid #cfcfcf;
	border-left: none;
	border-right: none;
}
/* 내용 답변*/
.boardView {
	margin-bottom: 20px;
}
.boardView th {
	padding: 5px 0;
	background: #f9f9f9;
	border-bottom: 1px solid #cfcfcf;
	font-size: 12px;
	color: #000;
	font-weight: bold;
}
.boardView td {
	padding: 5px 0;
	border-bottom: 1px solid #cfcfcf;
	border-left: none;
	border-right: none;
}
.btn_group {
	padding-top: 10px;
	text-align: right;
}
.list_paging {
	width: 100%;
	padding: 40px 0 20px 0px;
	text-align: center;
	overflow: hidden;
}
.list_paging a {
	border: 1px solid #bbbbbb;
	color: #666;
	padding: 5px 10px;
	margin: 2px;
}
.list_paging strong {
	border: 1px solid #bbbbbb;
	color: #333333;
	padding: 5px 10px;
	margin: 2px;
	background: #eeeeee;
}
.list_paging span {
	margin: 0px 13px;
}
/* 개인정보보호방침*/
.board_privacy {
	border: 1px solid #dadada;
	width: 93%;
	padding: 3%;
}
/* 상단 검색*/
.vo-hidden {
	visibility: hidden;
	display: none;
}
/* board list head */
.boardHead {
	display: inline-block;
	width: 100%;
	padding-bottom: 0px;
}
.boardHead .page {
	float: left;
	padding: 5px 0 0 0;
	font: normal 11px Tahoma;
	color: #858585;
}
.boardHead .page span.tatal {
	color: #db5444;
	vertical-align: middle;
	line-height: 210%;
}
.boardHead .form {
	float: right;
	font-size: 0;
}
.boardHead .form label {
	display: none;
}
.boardHead .form input.txtbox {
	width: 130px;
	height: 19px;
	margin-right: 2px;
}
.boardHead .form input.btnbox {
	width: 55px;
	height: 19px;
	border: 0;
	vertical-align: -4px;
	cursor: hand;
}
.boardHead .form select {
	margin-right: 1px;
}
.boardHead .search_txt {
	text-align: right;
	height: 20px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	vertical-align: middle;
}
.boardHead .search_txt dt {
	display: none;
}
.boardHead .search_txt dd {
	float: left;
	text-align: right;
	margin: 0px;
	padding: 0px 3px 0px 0px;
	vertical-align: middle;
}
/* 댓글 */
.commentList {
	border-top: 1px solid #ddd;
	margin: 0px 0 15px 0;
}
.commentList caption {
	text-align: left;
	color: #777;
	padding-bottom: 5px;
}
.commentList td.td_comment {
	border-bottom: 1px solid #e1e1e1;
	padding: 8px 0 10px 0;
}
.commentList td.td_input {
	border-right: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	border-left: 1px solid #e1e1e1;
	background: #f5f5f5;
	padding: 11px;
	letter-spacing: -1px;
	color: #666;
	height: 140px;
}
.commentList td.td_input textarea {
}
.commentList td.noData {
	border-bottom: 1px solid #e1e1e1;
	text-align: center;
	padding: 12px 0 9px 0;
}
.commentList td strong {
	color: #666;
	line-height: 25px;
}
.commentList td span.date {
	color: #999;
}
.commentList td span.bar {
	color: #bbb;
	padding-right: 3px;
}
.commentList td div.con {
	padding-left: 12px;
	color: #777;
	line-height: 19px;
}
.commentList div.btn {
	float: right;
	margin: 6px 0 0 0;
	color: #999;
}
.commentList div.btn img {
	vertical-align: -2px;
}
/*** 폼박스 기본 설정 ***/
form textarea {
	border: 1px solid #cccccc;
}
form .noline input {
	border: 0px;
}
form select {
	border: 1px solid #cccccc;
}
.txtBox {
	border: 1px solid #cccccc;
	height: 24px;
	padding-left: 4px;
}
/* 목록 - 일반 */


#list_section_wrap {
	margin-top: 50px;
	border-top: 1px solid #ddd;
	width: 91%;
}
.board_wrap .list_section {
	overflow: hidden;
	width: 96% !important;
	padding: 20px 4%;
	margin-top: 20px;
	background: #f4f3f2;
	border-color: #ddd #ddd #aaa;
	border-style: solid;
	border-width: 1px 1px 3px;
}
.board_wrap .list_section p {
	float: left;
}
.board_wrap .list_section dl {
	overflow: hidden;
	width: 100%;
	cursor: pointer;
}
.board_wrap .list_section dl dt {
	font-size: 1.3em;
	font-weight: 500;
	color: #000;
	line-height: 2.8em;
	border-bottom: 1px dotted #888;
	margin-bottom: 20px;
	overflow: hidden;
}
.prev_list {
	overflow: hidden;
	position: relative;
	top: 0px;
	left: 0px;
	padding-bottom: 10px;
	clear: both;
	color: #777;
	font-weight: 300;
	font-size: 14px;
	width: 100%;
}
.board_wrap .list_section dl dt a {
	color: #222;
	letter-spacing: -1px !important;
	padding-left: 10px;
	font-weight: 400;
}
.board_wrap .list_section dl dd.txt_area {
	text-align: justify;
	color: #333;
	line-height: 1.7em;
	letter-spacing: 0px !important;
	width: 96%;
	padding: 20px 2%;
	background: #fff;
	border: 1px solid #ddd;
	overflow: hidden;
}
.board_wrap .list_section dl dd a {
	text-align: justify;
	color: #969696;
	letter-spacing: 0px !important;
}
.board_wrap .list_section dd.data_sec {
	font-size: 0.9em;
	letter-spacing: -1px;
	color: #888;
	overflow: hidden;
	float: right;
	padding-right: 5px;
}
.board_wrap .list_section dd.data_sec span {
	padding-right: 10px;
	color: #adadad !important;
}
.board_wrap .no_txt {
	padding: 5.0em 0;
	text-align: center;
	border-bottom: 1px solid #ddd;
}
/* 목록 - 일반 */
#list_section_wrap2 {
	margin-top: 70px;
	border-top: 1px solid #dedede;
}
.board_wrap2 .list_section2 {
	border-bottom: 1px solid #ddd;
	padding-top: 10px;
	padding-bottom: 10px;
}
.board_wrap2 .list_section2 p {
	float: left;
}
.board_wrap2 .list_section2 dl {
	overflow: hidden;
	width: 100%;
	cursor: pointer;
	padding: 0 10px;
}
.board_wrap2 .list_section2 dl dt {
	font-size: 105%;
	font-weight: bold;
	color: #000;
	line-height: 20px;
}
.board_wrap2 .list_section2 dl dt a {
	color: #000;
	letter-spacing: 0px !important;
}
.board_wrap2 .list_section2 dl dd {
	text-align: justify;
	color: #666;
	line-height: 1.5em;
	letter-spacing: 0px !important;
	width: 98% !important;
}
.board_wrap2 .list_section2 dl dd a {
	text-align: justify;
	color: #666;
	letter-spacing: 0px !important;
}
.board_wrap2 .list_section2 dd.data_sec {
	font-size: 0.85em;
	letter-spacing: -1px;
	color: #969696;
	overflow: hidden;
	float: left;
	width: 150px;
}
.board_wrap2 .list_section2 dd.data_sec span {
	padding-right: 10px;
	color: #adadad !important;
}
.board_wrap2 .no_txt {
	padding: 5.0em 0;
	text-align: center;
	border-bottom: 1px solid #ddd;
}
.subdept02 dl {
	overflow: hidden;
	width: 80%;
	padding-bottom: 40px;
}
.subdept02 dt {
	font-size: 28px;
	font-weight: 300;
	line-height: 45px;
	letter-spacing: -1px;
	color: #2f83d1;
}
.subdept02 dd {
	padding-top: 10px;
	overflow: hidden;
	font-size: 14px;
}
.topbg14new {
	background: url('/images/kor/sub/top12.png') no-repeat top center;
	width: 94% !important;
	;
	margin-bottom: 20px;
	padding: 30px 3% 80px 3% !important;
	overflow: hidden;
}
.topbg14new dt {
	overflow: hidden;
	line-height: 35px;
	text-align: center;
}
.topbg14new dt strong {
	font-weight: 500;
	color: #f7701e;
}
.topbg14new dd {
	overflow: hidden;
	text-align: center;
	width: 50%;
	margin: 0 auto;
	padding-top: 0px;
}
.topbg14new a {
	display: block;
	width: 310px;
	margin-left: 75px;
	text-align: center;
	background: #4abe3a;
	border: 1px solid #2a991b;
	color: #fff;
	line-height: 40px;
	margin-right: 10px;
	margin-top: 10px;
}
.topbg14new ul {
	overflow: hidden;
	margin: 0 auto;
	width: 80%;
	padding-top: 15px;
}
.topbg14new ul li {
	padding: 5px 0px;
	width: 100%;
	overflow: hidden;
	line-height: 35px;
}
.topbg14new ul li input {
	width: 240px;
	float: left;
	height: 35px;
	line-height: 35px;
}
.topbg14new ul li strong {
	display: block;
	float: left;
	width: 100px;
	line-height: 35px;
}
/*홍보동영상*/
.movieTBL {
	overflow: hidden;
	width: 100%;
	padding-top: 10px;
}
.movie-board-list {
	float: left;
	width: 100%;
	overflow: hidden;
}
.movie-board-list .img {
	width: 100% !important;
	text-align: center;
	border: none !important
}
.movie-board-list .img img {
	padding: 3px !important;
	width: 90% !important;
	border: 1px solid #ddd;
height:auto !impotant;
}
.b_title {
	text-align: center;
}
.b_title a {
	font-weight: 400;
	font-size: 13px;
	color: #000;
	line-height: 40px;
	padding-bottom: 30px;
}
.movie-board-list dd {
	line-height: 20px !important;
	padding-bottom: 20px;
	display: none;
}
.movie-board-list dl {
	overflow: hidden;
	width: 100%;
	padding-bottom: 20px;
}
/*한줄응원*/
.coment_desc {
	width: 100%;
	border-bottom: 1px solid #ddd;
	padding: 20px 0px;
	overflow: hidden;
	line-height: 40px;
}
.coment_desc dt {
	width: 12%;
	float: left;
	font-weight: 500;
	font-size: 15px;
	background: url('/images/comm/bullet07.png') no-repeat 5px center;
	padding-left: 35px;
	color: #000;
	color: #2254bf;
}
.coment_desc dd.text {
	width: 70%;
	float: left;
	color: #666;
}
.coment_desc dd.delete {
	width: 10%;
	float: right;
	text-align: right;
}
.coment_desc dd.delete img {
	height: 20px;
}
.delform_list {
	padding: 10px 0px;
}
.comment {
	width: 100%;
	margin-bottom: 20px;
	padding: 2%;
	width: 95.5%;
	background: #f6f6f6;
	border: 1px solid #ccc;
	overflow: hidden;
}
.c_name input {
	float: left;
	line-height: 35px;
	height: 35px;
	margin-right: 10px;
}
.wdsize01 {
	width: 10%;
}
.wdsize02 {
	width: 63%;
}
.c_name a.cheerbtn {
	float: left;
	line-height: 35px;
	height: 35px;
	background: #4abe3a;
	color: #fff;
	font-weight: 500;
	width: 10%;
	text-align: center;
}
.deptmenu {
	overflow: hidden;
	width: 100%;
	padding-bottom: 20px;
}
.deptmenu li {
	float: left;
	margin-right: 2%;
	width: 48%;
	height: 80px;
}
.deptmenu li a {
	display: block;
	width: 100%;
	line-height: 60px;
	letter-spacing: -1px;
	font-weight: 400;
	font-size: 18px;
	background: #ffce3a;
	color: #8f721c;
	text-align: center;
	border-radius: 10px;
}
.deptmenu li.on a {
	background: #fff none repeat scroll 0 0;
	border-color: #ffce3a #ffce3a -moz-use-text-color;
	border-style: solid solid none;
	color: #000;
	border-width: 8px 8px 0;
	line-height: 50px;
	width: 90.5%;
}
.c_name {
	width: 100%;
	overflow: hidden;
}
.c_name input {
	float: left;
	width: 42%;
}
.c_txt {
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.c_txt textarea {
	width: 92% !important;
	height: 100px;
	margin-top: 20px;
}
.c_txt a {
	width: 100%;
	overflow: hidden;
	display: block;
	margin-top: 10px !important;
	padding-top: 10px;
}
}
