/* 추가 */

.cpointer {
	cursor:pointer;
}
.ng {
	font-family:'Nanum Gothic';
}
.np {
	font-family: 'Nanum Pen Script', cursive;
}
.nq {
	font-family: 'NanumSquare';
	transform:skew(-0.001deg);
}
.p30 {
	font-size: 25px;
}
.p25 {
	font-size: 25px;
}
.p20 {
	font-size: 20px;
}
.p18 {
	font-size: 18px;
}

.m_con1 {
	font-weight:800;
	font-family: 'NanumSquare';
	transform:skew(-0.001deg);
	font-size:17px;
	color:#525252;
}
.m_con2 {
	font-weight:500;
	font-size:17px;
	color:#286abb;
}
.modal-body {
	padding-left:20px;
	font-size:17px;
}

.m_view {
	display:none;
}

@media (min-width: 641px) {
	.m_noview {
		display:block;
	}
	.m_view {
		display:none;
	}
}
@media (max-width: 640px) {
	.m_noview {
		display:none;
	}
	.m_view {
		display:block;
	}
}



/*
.Carousel {
    width: 100%;
}

.items {
    width: 100%;
    height: 500px;
    background-color: #999;
}

.items .item_s{
    line-height: 500px;
    text-align: center;
    font-size: 40px;
    color: white;
}
*/

.item-slider {
	overflow: hidden;
	width:100%;
}

@media (min-width: 960px) {
	.owl-item .item {
		height: 500px;
	}
	.item-slider {
		height: 500px;
	}
}

@media (min-width: 769px) and (max-width:959px) {
	.owl-item .item {
		height: 330px;
	}
	.item-slider {
		height: 330px;
	}
}

@media (max-width: 768px) {
	.owl-item .item {
		height: 300px;
	}
	.item-slider {
		height: 300px;
	}
}

.owl-carousel .owl-controls {
	margin: 0;
}
.owl-carousel .owl-controls .owl-buttons div {
	text-indent: 0;
	font-size: 0;
	background: #343331;
	width: 40px;
	height: 75px;
	line-height: 75px;
	color: #ffffff;
	text-align: center;
	-webkit-border-radius: 0 2px 2px 0;
	-moz-border-radius: 0 2px 2px 0;
	border-radius: 0 2px 2px 0;
	opacity: 0.3;
	filter: alpha(opacity=30);
	position: absolute;
	top: 50%;
	margin-top: -45px;
	right: 0;
	left: auto;
	-webkit-transition: all 220ms ease-out;
	-moz-transition: all 220ms ease-out;
	-o-transition: all 220ms ease-out;
	transition: all 220ms ease-out;
}
.owl-carousel .owl-controls .owl-buttons div:before {
	content: '\f105';
	font-family: 'FontAwesome';
	font-size: 32px;
}
.owl-carousel .owl-controls .owl-buttons div.owl-prev {
	-webkit-border-radius: 2px 0 0 2px;
	-moz-border-radius: 2px 0 0 2px;
	border-radius: 2px 0 0 2px;
	left: 0;
	right: auto;
}
.owl-carousel .owl-controls .owl-buttons div.owl-prev:before {
	content: '\f104';
}
.owl-carousel .owl-controls .owl-buttons div:hover {
	text-decoration: none;
	opacity: 1;
	filter: alpha(opacity=100);
}
.owl-carousel:hover .owl-controls .owl-buttons div {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.owl-carousel .owl-controls .owl-pagination {
	bottom: 10px;
	right: 5px;
	width: auto;
	position: absolute;
}
.owl-carousel .owl-controls .owl-pagination .owl-page span {
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	opacity: 1;
	filter: alpha(opacity=100);
	height: 16px;
	width: 16px;
	border: 2px solid #fff;
	background: transparent;
	margin: 2px 4px;
	-webkit-transition: all 220ms ease-out;
	-moz-transition: all 220ms ease-out;
	-o-transition: all 220ms ease-out;
	transition: all 220ms ease-out;
}
.owl-carousel .owl-controls .owl-pagination .owl-page.active span {
	background: #fff;
}
.item-slider .item-caption {
	padding: 2em;
}
@media (min-width: 992px) {
	.item-slider .item-caption {
		padding: 0;
	}
}
.item-carousel .item {
	float: left;
	width:20%;
	text-align: center;
}
.item-carousel .item img {
	border-radius:20px 0 20px 0;
}
.item-carousel .item img:hover {opacity:0.8;}
.item-carousel .item-details {
	padding: 1em 0 0;
	background: none;
	border-bottom: 0px solid #bfbfbf;
	text-align: center;
}
.item-carousel .item-details .item-title {
	font-weight: 600;
	font-family: 'Nanum Gothic'
	font-size: 16px;
	margin:0 0 0 0;
}
@media (max-width: 768px) {
	.item-carousel .item {
		width:31.3%;
		margin:0 1% 2%;
	}
	.item-carousel .item-details .item-title {
		font-size: 13px;
		margin:0 0 0 0;
	}
}
.item-carousel .item-details .item-title a {
	color: #333;
}
.item-carousel.owl-carousel .owl-controls .owl-buttons div {
	background-color: #0878D4;
}


.list_divlines3 {
	padding: 0px;
	margin: 0px;
}
.list_divlines3 li {
	color: #5d5d5d;
	padding: 13px 0px 7px 0px;
	margin: 0px;
	line-height: 19px;
	border-top: 1px dashed #ddd;
	list-style: none;
	/*
	white-space: nowrap;
	overflow: hidden;
	*/
}
.list_divlines3 li.last {
	border-bottom: 1px dashed #ddd;
}
.list_divlines3 li i {
	color: #4c4c4c;
	margin-right: 7px;
}
.list_divlines3 li a {
	color: #4c4c4c;
	width:62%;
	display: inline-block;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.list_divlines3 li a:hover {
	color: #ff8000;
}

.float-right {float: right !important;}
.text-center {text-align: center !important;}
.text-right {text-align: right !important;}

ul.list-dotted2 {
	padding: 0 0px 0px 0px;
	margin: 0;
	
}
ul.list-dotted2 li {
	padding: 0;
	list-style: none;
	color:#666;
	text-align:center;
	
}
ul.list-dotted2 li a {
	color:#666;
	width:100%;
	font-size: 12px;
	display: inline-block;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
ul.list-dotted2 .col-md-4 {
	float:left;
	width: 30.33333333%;
	margin:0 3% 0 0;
}


/* 게시판 */
.bbs-header { float: left; margin-top: 0; width: 100%; }
.bbs-search { float: right; padding-bottom: 5px; width: 50%; text-align: right; }
.bbs-search select { display: inline-block; *display: inline; zoom: 1; margin: 0; padding: 5px 2px; width: 80px; height: auto; font-size: 14px; color: #666666; border-radius: 3px; border: 1px solid #cccccc; vertical-align: middle; box-shadow: none; }
.bbs-search input { display: inline-block; *display: inline; zoom: 1; margin: 0; padding: 6px 2px; width: 170px; height: auto; font-size: 14px; color: #666666; border-radius: 3px; border: 1px solid #cccccc; line-height: 12px; vertical-align: middle; box-shadow: none; }
.bbs-list { font-family: 'Nanum Gothic'; float: left; width: 100%; background-color: white; font-size:18px; font-weight:600; border-top:1px solid #282828;}
.bbs-list table { display: table; table-layout: fixed; width: 100%; border: 0; font-size: 13px; border-collapse: collapse; }
.bbs-list table a { color: black; text-decoration: none; border: 0; box-shadow: none; }
.bbs-list table tr { border: 0; }
.bbs-list table td { padding: 10px 0; height: auto; text-align: center; vertical-align: middle; }
.bbs-list table td.bbs-list-uid { width: 72px; }
.bbs-list table td.bbs-list-title { width: auto; font-size:14px; }
.bbs-list table td.bbs-list-title img { display: inline; margin: 0; width: 16px; height: 16px; vertical-align: middle; }
.bbs-list table td.bbs-list-local { width: 110px; }
.bbs-list table td.bbs-list-user { width: 80px; }
.bbs-list table td.bbs-list-date { width: 85px; }
.bbs-list table td.bbs-list-view { width: 55px; }
.bbs-list thead tr td { font-weight: bold; color: #545861; border: 0; border-bottom: 2px solid #e3e3e3; }
.bbs-list tbody tr td { word-break: break-all; border: 0; border-bottom: 1px solid #e3e3e3; }
.bbs-list tbody tr:hover { background-color: #f7f7f7; }
.bbs-list tbody tr.bbs-list-notice { background-color: #f4f4f4; }
.bbs-list tbody tr.bbs-list-notice td.bbs-list-uid { font-weight: bold; color: #515151; }
.bbs-list tbody td.bbs-list-title { text-align: left; }
.bbs-list tbody td.bbs-list-title img { display: inline; vertical-align: text-bottom; }
.bbs-list .bbs-mobile-contents { display: none; font-size: 12px; color: #c2c2c2; }
.bbs-list .bbs-mobile-contents .contents-item { padding: 0 5px 0 0; }
.bbs-list .bbs-mobile-contents .contents-item img { width: 12px; height: 12px; vertical-align: middle; }
.bbs-pagination { font-family: 'Nanum Gothic'; float: left; padding: 15px 0; width: 100%; }
.bbs-pagination .bbs-pagination-pages { float: left; margin: 0; padding: 0; width: 100%; line-height: 40px; list-style: none; text-align: center; border: 0; }
.bbs-pagination .bbs-pagination-pages li { display: inline-block; *display: inline; zoom: 1; margin: 0; padding: 0 1px; background: none; border: 0; list-style: none; }
.bbs-pagination .bbs-pagination-pages li a { padding: 6px 11px; border: 1px solid #979491; text-decoration: none; font-size: 13px; color: #282726; background-color: white; box-shadow: none; }
.bbs-pagination .bbs-pagination-pages li.active a { border: 1px solid #d9534f; color: white; background-color: #d9534f; }
.bbs-pagination .bbs-pagination-pages li:before { display: none; }
.bbs-pagination .bbs-pagination-pages li:after { display: none; }

.bbs-new-notify { display: inline-block; *display: inline; zoom: 1; padding: 2px 2px; line-height: 10px; font-size: 10px; color: white; background-color: #5bc0de; }
.bbs-cut-strings { width: auto; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; word-wrap: normal; }

.bbs-button-small,
.bbs-button-small:link,
.bbs-button-small:visited { position: relative; display: inline-block; *display: inline; zoom: 1; margin: 0; padding: 0 10px; height: 28px; line-height: 28px; font-size: 13px; font-weight: normal; color: white; background-image: none; background-color: #4871a2; border: none; border-radius: 3px; text-decoration: none; cursor: pointer; vertical-align: middle; text-shadow: none; box-shadow: none; }
.bbs-button-small:hover,
.bbs-button-small:focus,
.bbs-button-small:active { position: relative; display: inline-block; *display: inline; zoom: 1; margin: 0; padding: 0 10px; height: 28px; line-height: 28px; font-size: 13px; font-weight: normal; color: white; background-image: none; background-color: #4871a2; border: none; border-radius: 3px; text-decoration: none; cursor: pointer; vertical-align: middle; text-shadow: none; box-shadow: none; }

.bbs-button-small2,
.bbs-button-small2:link,
.bbs-button-small2:visited { position: relative; display: inline-block; *display: inline; zoom: 1; margin: 0; padding: 0 10px; height: 28px; line-height: 28px; font-size: 13px; font-weight: normal; color: white; background-image: none; background-color: #453f3f; border: none; border-radius: 3px; text-decoration: none; cursor: pointer; vertical-align: middle; text-shadow: none; box-shadow: none; font-weight:bold; }
.bbs-button-small2:hover,
.bbs-button-small2:focus,
.bbs-button-small2:active { position: relative; display: inline-block; *display: inline; zoom: 1; margin: 0; padding: 0 10px; height: 28px; line-height: 28px; font-size: 13px; font-weight: normal; color: white; background-image: none; background-color: #f77b00; border: none; border-radius: 3px; text-decoration: none; cursor: pointer; vertical-align: middle; text-shadow: none; box-shadow: none; }

.bbs-default-document { display: inline-block; *display: inline; zoom: 1; margin: 0; width: 100%; }
.bbs-document-wrap { float: left; width: 100%; background-color: white; }
.bbs-title { float: left; width: 100%; }
.bbs-title p { margin: 0; padding: 12px 22px; color: #545861; font-weight: bold; font-size: 22px; line-height: 30px; }
.bbs-detail { font-family: 'Nanum Gothic'; clear: both; float: left; width: 100%; border-top: 1px solid #e3e3e3; border-bottom: 1px solid #e3e3e3; background-color: #f9f9f9; font-size: 14px; }
.bbs-detail .detail-attr { display: inline-block; *display: inline; zoom: 1; float: left; margin: 0; padding: 12px 35px 12px 22px; }
.bbs-detail .detail-attr .detail-name { float: left; font-weight: bold; color: #545861; text-align: right; }
.bbs-detail .detail-attr .detail-value { float: left; padding-left: 20px; color: #545861; }
.bbs-detail .detail-attr .detail-value img { vertical-align: middle; }
.bbs-content { clear: both; float: left; width: 100%; min-height: 200px; }
.bbs-content .content-view { font-family: 'Nanum Gothic'; margin: 0; padding: 22px; word-break: break-all; font-size:14.5px; line-height:30px; color:#21201f; }
.bbs-content .content-view a { color: #18458f;}
.bbs-content .content-view a:hover { font-weight:bold; }
.bbs-content .content-view img { margin-top: 0; margin-bottom: 0; max-width: 100%; }
.bbs-content .content-view .thumbnail-area { text-align: center; }
.bbs-document-action { padding: 0 22px 5px 22px; overflow: hidden; line-height: 1; }
.bbs-document-action .left { position: static; float: left; }
.bbs-document-action .right { position: static; float: right; text-align: right; }
.bbs-attach { margin: 0 22px; padding: 10px 0 5px 0; font-size: 12px; overflow: hidden; line-height: 1; border-top: 1px dashed #ededed; }
.bbs-button-action { margin: 0 0 5px 0; padding: 4px 5px; font-size: 12px; font-weight: normal; line-height: 12px; text-align: left; border: 1px solid #ededed; background: none; background-color: transparent; border-radius: 2px; letter-spacing: normal; cursor: pointer; vertical-align: middle; text-shadow: none; box-shadow: none; }
.bbs-button-like { color: #ff5959; }
.bbs-button-unlike { color: #3d62aa; }
.bbs-button-print { color: gray; }
.bbs-button-download { color: #18458f; font-size:15px; font-weight:bold; }
.bbs-comments-area { float: left; width: 100%; }
.bbs-document-navi { float: left; padding-top: 15px; width: 100%; }
.bbs-document-navi a { display: block; text-decoration: none; border: 0; font-size: 13px; line-height: 20px; box-shadow: none; color: #545861; }
.bbs-document-navi .navi-document-title { display: block; }
.bbs-document-navi .navi-arrow { position: absolute; display: block; }
.bbs-document-navi .bbs-prev-document { position: relative; float: left; width: 45%; }
.bbs-document-navi .bbs-prev-document .navi-document-title { padding-left: 15px; }
.bbs-document-navi .bbs-prev-document .navi-arrow { left: 0; top: 0; }
.bbs-document-navi .bbs-next-document { position: relative; float: right; width: 45%; text-align: right; }
.bbs-document-navi .bbs-next-document .navi-document-title { padding-right: 15px; }
.bbs-document-navi .bbs-next-document .navi-arrow { right: 0; top: 0; }
.bbs-control { display:block; float: left; padding: 15px 0;  width: 100%; }
.bbs-control .left { position: relative; float: left; }
.bbs-control .right { position: relative; float: right; text-align: right; }

.bbs-reply { width: 100%; padding: 0px;  }
.bbs-reply .content-view { font-family: 'Nanum Gothic'; color: #282726; margin: 0; padding: 10px; word-break: break-all; font-size:15px;}
.bbs-reply .content-view a { color: #18458f;}
.bbs-reply .content-view a:hover { font-weight:bold; }
.bbs-reply .content-view img { margin-top: 0; margin-bottom: 0; max-width: 100%; }
.bbs-reply .content-view .thumbnail-area { text-align: center; }

.bbs-view { font-family: 'Nanum Gothic'; float: left; width: 100%; background-color: white; font-size:18px; font-weight:600; border-top:2px solid #282828;}
.bbs-view table { display: table; table-layout: fixed; width: 100%; border: 0; font-size: 13px; border-collapse: collapse; }
.bbs-view table a { color: black; text-decoration: none; border: 0; box-shadow: none; }
.bbs-view table tr { border: 0; }
.bbs-view table td { padding: 10px 0; height: auto; text-align: center; vertical-align: middle; }
.bbs-view table td.bbs-list-blank { width: 30px; }
.bbs-view table td.bbs-list-a { width: 150px; background-color: #3373b9; color:#ffffff; }
.bbs-view table td.bbs-list-b { padding-left:20px; padding-right:20px; width: auto; font-size:14px; }
.bbs-view table td.bbs-list-b img { display: inline; margin: 0; width: 16px; height: 16px; vertical-align: middle; }
.bbs-view table td.bbs-list-view { width: 55px; }
.bbs-view tbody tr td { word-break: break-all; border: 0; border-bottom: 1px solid #5b5353; }
/* .bbs-view tbody tr:hover { background-color: #f7f7f7; } */
.bbs-view tbody tr.bbs-list-notice { background-color: #f4f4f4; }
.bbs-view tbody tr.bbs-list-notice td.bbs-list-uid { font-weight: bold; color: #515151; }
.bbs-view tbody td.bbs-list-b { text-align: left; }
.bbs-view tbody td.bbs-list-b img { display: inline; vertical-align: text-bottom; }

@media screen and (max-width: 600px) {
	.bbs-search { clear: both; float: left; width: 100%; text-align: center; }
	.bbs-search select { float: left; margin-right: 1%; width: 29%; }
	.bbs-search input { float: left; margin-right: 1%; width: 40%; }
	.bbs-search button { float: left; width: 20%; }
	.bbs-list table { border-top: 1px solid #e3e3e3; }
	.bbs-list table thead { display: none; }
	.bbs-list table td.bbs-list-title { padding: 5px; }
	.bbs-list table td.bbs-list-title .bbs-default-cut-strings { line-height: 40px; }
	.bbs-list table td.bbs-list-uid,
	.bbs-list table td.bbs-list-user,
	.bbs-list table td.bbs-list-local,
	.bbs-list table td.bbs-list-date,
	.bbs-list table td.bbs-list-view { display: none; }
	.bbs-list .bbs-mobile-contents { display: block; }
	.bbs-pagination .bbs-pagination-pages li { display: black; }
	.bbs-pagination .bbs-pagination-pages li.first-page,
	.bbs-pagination .bbs-pagination-pages li.last-page { display: inline-block; *display: inline; zoom: 1; }
	.bbs-pagination .bbs-pagination-pages li.prev-page,
	.bbs-pagination .bbs-pagination-pages li.next-page { display: inline-block; *display: inline; zoom: 1; }
	.bbs-pagination .bbs-pagination-pages li.prev-page a,
	.bbs-pagination .bbs-pagination-pages li.next-page a { padding: 6px 11px; }
	.bbs-pagination .bbs-pagination-pages li.active { display: inline-block; *display: inline; zoom: 1; }
}


.form-view { font-family: 'Nanum Gothic'; float: left; width: 100%; background-color: white; font-size:18px; font-weight:600; border-top:2px solid #282828;}
.form-view table { display: table; table-layout: fixed; width: 100%; border: 0; font-size: 13px; border-collapse: collapse; }
.form-view table a { color: black; text-decoration: none; border: 0; box-shadow: none; }
.form-view table tr { border: 0; }
.form-view table td { padding: 10px 0; height: auto; text-align: center; vertical-align: middle; }
.form-view table td.bbs-list-blank { width: 30px; }
.form-view table td.bbs-list-a { text-align: left; padding-left:60px; width: 150px; background-color: #eaeaff; color:#3a3a3a; font-size:15.5px; }
.form-view table td.bbs-list-b { padding-left:10px; padding-right:10px; width: auto; font-size:14px; }
.form-view table td.bbs-list-b img { display: inline; margin: 0; width: 16px; height: 16px; vertical-align: middle; }
.form-view table td.bbs-list-view { width: 55px; }
.form-view tbody tr td { word-break: break-all; border: 0; border-bottom: 1px solid #5b5353; }
/* .form-view tbody tr:hover { background-color: #f7f7f7; } */
.form-view tbody tr.bbs-list-notice { background-color: #f4f4f4; }
.form-view tbody tr.bbs-list-notice td.bbs-list-uid { font-weight: bold; color: #515151; }
.form-view tbody td.bbs-list-b { text-align: left; }
.form-view tbody td.bbs-list-blank { text-align: left; }
.form-view tbody td.bbs-list-b img { display: inline; vertical-align: text-bottom; }

/* table */
.intr1 {
	height:60px;
	border-top:1px solid #c1bbac;
}
.intd1 {
	background-color:#f0fafe;
	padding-left:10px;
	padding-top:10px;
	font-size:13px;
	border-top:1px solid #c1bbac;
}
.intd2 {
	background-color:#fff;
	padding-left:10px;
	padding-top:10px;
	font-size:13px;
	border-top:1px solid #c1bbac;
}
.ininput1 {
	display:inline;
	height:40px;
	border:2px solid #d9d7e3;
}
.intr_line {
	background-color:#5791d0;
	height:2px;
}
.orange {
	color:orange;
	font-size:23px;
}
.bigchkbox {
	width:22px;
	height:22px;
	vertical-align:-35%;
}

li { list-style: none }

.gall_list {border-top:3px solid #303030; margin-bottom:20px;}
.gall_list ul {overflow:hidden; padding-top:20px;}
.gall_list ul li{border:1px solid #e6e6e6; margin-bottom:20px; position:relative; box-sizing:border-box}
.gall_list ul li span{display:block;}
.gall_list ul li .gimg{width:100%; height:200px; overflow:hidden; position:relative;}
.gall_list ul li .gimg img{display:inline-block; vertical-align:middle; min-height:200px; width:100%;position:absolute; left:0; right:0; bottom:0; top:0; margin: auto; }
.gall_list ul li span.select_btn{position:absolute; padding:10px; left:0; top:0px; z-index:10}
.gall_list ul li span.title{display:block; padding:10px 10px 0px; font-weight:bold; font-size:1.5em; }
.gall_list ul li span.date{padding:10px; text-align:right}

@media all and (min-width:640px) {
.gall_list ul li{width:40%; float:left; margin: 0 1.5%; margin-bottom:20px;}
.gall_list ul li span.title{white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
}
@media all and (min-width:768px) {
.gall_list{margin-bottom:30px}
.gall_list ul {padding-top:30px;}
}

@media all and (min-width:1024px) {
.gall_list ul li{width:30.33%;}
}
@media all and (max-width:600px) {
.gall_list ul li{width:87%; float:left; margin: 0 1.5%; margin-bottom:20px;}
.gall_list ul li span.title{white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
}

.programbox{overflow:hidden; font-size:0; text-align:center;}
.programbox li{display:inline-block; font-size:16px; width:47%; margin: 1.5%; vertical-align:top; padding:20px 3%; background:#303030; height:150px; position:relative; text-align:center;}
.programbox li a{display:block; width:100%; height:100%}
.programbox li img{max-width:75px; padding:10px}
.programbox li:hover img{transform:scale(1.2); transition:0.3s}
.programbox li h4 span{display:none;}
.programbox li h4{font-size:1.05em; position:absolute; left:0; bottom:0; right:0; left:0; margin:auto; font-weight:700; margin-bottom:20px; color:#fff;}

.programbox li.pro01{background:#de5e00}
.programbox li.pro02{background:#f6c94f}
.programbox li.pro03{background:#656565}
.programbox li.pro04{background:#0c88e6}

@media all and (min-width:768px) {
.programbox li{text-align:left;}
.programbox li img{position:absolute; right:30px; top:30px}
.programbox li h4{font-size:1.35em; margin-left:30px; margin-bottom:30px;}
.programbox li h4 span{display:block;  font-family:'Raleway'; font-size:0.8em; font-weight:bold}
}

@media all and (min-width:1200px) {
.programbox li{width:24%; margin:0.5%}
.programbox li{height:280px}
}

.form-control {font-family:'Nanum Gothic',sans-serif;}
.form-control::-webkit-input-placeholder {font-size: 14px;color: #666;}


/*로그인*/
.login_container {background:#f6f6f6; padding:5%; border-top:3px solid #505050}
.login_container h1 {font-size:40px; margin-bottom:25px; text-align:center; text-transform:uppercase}
.login_container p.tips {text-align:center;margin-bottom:20px;}
.login_container .login_top,.login_container .login_bottom{max-width:500px; margin: 0 auto;}
.login_container .login_top ul {list-style:none;margin:0;padding:0;}
.login_container .login_top li {margin-bottom:10px;}
.login_container .login_top li input.input_txt {
	width:100%;
	display: inline-block;
	line-height: normal;
	vertical-align: middle;
	text-decoration: none;
	padding: 2%;
	font-size: 14px;
	border: 1px solid #bbb;
	background: #fcfcfc;
	font-family:'Nanum Gothic',sans-serif;
	border-radius: 10px 0 10px 0;
}
.login_container .btn-sumit {
	cursor: pointer;
	text-decoration: none;
	padding: 2% 0;
	font-size: 16px;
	background: #505050;
	color: #ffffff;
	width: 100%;
	border: 1px solid #505050 !important;
	border-radius: 10px 0 10px 0;
}
.login_container .login_bottom{overflow:hidden; border-top:1px solid #808080;}
.login_container .login_bottom ul {list-style:none;margin:0;padding:0;}
.login_container .login_bottom li {display:inline-block;}
.login_container .login_bottom li:first-child {margin-right:20px}
.login_container .login_bottom li a {line-height:50px; height:50px; display:block}
.login_container .login_bottom li a:before {font-family:'FontAwesome'; content:'\f061'; margin-right:10px; display:inline-block; font-size:0.85em}

/*아이디/비밀번호찾기*/
.find_container {background:#f6f6f6; padding:5%; border-top:3px solid #505050; overflow:hidden;}
.find_container h2 {font-weight:bold; color:#323232; font-size:1.1em; margin-bottom:20px; }
.find_container h1 {font-size:40px; margin-bottom:25px; text-align:center; text-transform:uppercase}
.find_container p.tips {text-align:center;margin-bottom:20px;}
.find_container ul {list-style:none;margin:0;padding:0;}
.find_container li {margin-bottom:10px}
.find_container .find_radio li{float:left; width:50%;}
.find_container li input.input_txt {
	width:100%;
	display: inline-block;
	line-height: normal;
	vertical-align: middle;
	text-decoration: none;
	padding: 2%;
	font-size: 14px;
	border: 1px solid #bbb;
	background: #fcfcfc;
	border-radius: 10px 0 10px 0;
}
.find_container .btn-sumit {
	cursor: pointer;
	text-decoration: none;
	padding: 2% 0;
	font-size: 16px;
	background: #505050;
	color: #ffffff;
	width: 100%;
	border: 1px solid #505050 !important;
	border-radius: 10px 0 10px 0;
}


/*회원가입*/
.register_container ul {list-style:none;margin:0;padding:0;}
.register_container h4{font-size:1.2em; font-weight:bold; margin-bottom:20px; color:#323232}
.register_container span {font-weight: bold;}
.register_container .agreebox {border:1px solid #ccc;background:#fff;padding:25px;height:200px;overflow-y:auto;margin-bottom:15px; background:#f6f6f6}
.register_container .register_radio li{display:inline-block;  margin-right:5%; font-weight:bold }

.register_container .register_step {margin:0 auto 30px; width:100%;padding: 0; text-align:center;}
.register_container .register_step ul {list-style:none;margin:0;padding:0;}
.register_container .register_step li {display:inline-block ; height:35px; line-height:35px; font-size:16px; font-weight:600;padding-left:40px; margin-left:30px; background:url("../img/register_arrow.png") no-repeat 0 50%; background-size:8px auto}
.register_container .register_step li:first-child {padding-left:0px; background:none; margin-left:0px}
.register_container .register_step li:last-child {margin-right:0px;}
.register_container .register_step li.on {color:#505050;font-size: 15px;}
.register_container .register_step li span {padding:5px; line-height:100%; float:left; display:block;border-radius:5px 0 5px 0; margin-right:10px; background:#c8c8c8; color:#ffffff; font-weight:600; margin-top:5px; }
.register_container .register_step li.on span.num {background:#505050;}

.register_container .agree_box h4{font-weight:bold; font-size:1.2e; color:#323232}
.register_container .agree_box h5{font-weight:bold; font-size:1.1em; color:#323232}
.register_container .agree_box h6{font-weight:bold; font-size:1.1em; color:#323232}

.register_container .register_btn {text-align:center; margin-top:40px; vertical-align:top;}
.register_container .register_btn li {display:inline-block;}
.register_container .register_btn li a {font-weight: normal;padding:10px 30px; background:#808080; color:#ffffff; border:1px solid #808080; line-height:49px; height:49px;
	border-radius: 10px 0 10px 0;t}
.register_container .register_btn li a.btn-sumit{ background:#505050;border:1px solid #505050;}

.register_container .register_btn li span {font-weight: normal;padding:10px 30px; background:#808080; color:#ffffff; border:1px solid #808080; line-height:49px; height:49px;
	border-radius: 10px 0 10px 0;}
.register_container .register_btn li span.btn-sumit{ background:#505050;border:1px solid #505050;}

.register_container .line {border-bottom:1px dashed #808080; padding-bottom:40px; margin-bottom:40px;}
.register_container .register_dot li {background: url(../img/register_dot.png) no-repeat 0px 10px;padding-left: 15px;margin-bottom: 3px;}

@media all and (max-width:768px) {
	.register_container .register_step li {font-size:13px; padding-left:10px; margin-left:0px; }
}


/*회원가입양식*/
.register_container_form {border-top:3px solid #505050;}
.register_container_form ul {list-style:none;margin:0;padding:0;}
.register_container_form li{overflow:hidden; border-bottom:1px solid #e6e6e6; }
.register_container_form li .fm_list{padding:0px 5px; display:block; width:25%; float:left; font-size:17px; padding:2%;line-height:40px;}
.register_container_form li .fm_txt{display:block; padding:0px 5px; width:75%; float:left; font-size:17px; padding:2%;line-height:40px;font-weight: normal;}
.register_container_form li input.input_txt {
	width:auto;
	min-width: 50%;
	display: inline-block;
	line-height: normal;
	vertical-align: middle;
	text-decoration: none;
	padding: 0 1.5%;
	font-size: 14px;
	height: 40px;
	line-height:40px;
	border: 1px solid #bbb;
	background: #fcfcfc;
	border-radius: 10px 0 10px 0;
}
.register_container_form li textarea.input_txt {
	width:auto;
	min-width: 50%;
	display: inline-block;
	line-height: normal;
	vertical-align: middle;
	text-decoration: none;
	padding: 0 1.5%;
	font-size: 14px;
	height: 90px;
	line-height:40px;
	border: 1px solid #bbb;
	background: #fcfcfc;
	border-radius: 10px 0 10px 0;
}
.register_container_form li input.input_txt2 {margin:0.5rem 0;}
.register_container_form li select.input_txt {
	width:auto;
	display: inline-block;
	line-height: normal;
	vertical-align: middle;
	text-decoration: none;
	padding: 0 1.5%;
	font-size: 14px;
	height: 40px;
	line-height:40px;
	border: 1px solid #bbb;
	background: #fcfcfc;
}
.register_container_form .btn-basic {font-weight: normal;padding:0 1.5%;height: 40px;line-height:40px; background:#505050; color:#ffffff; border:1px solid #505050; line-height:normal;border-radius: 10px 0 10px 0;}

@media all and (max-width:768px) {
	.register_container_form li .fm_list {width:30.5%;font-size:14px;line-height:30px;}
	.register_container_form li .fm_txt {width:69.5%;font-size:14px;line-height:30px;}
	.register_container_form li input.input_txt,.register_container_form li select.input_txt {height: 30px;line-height:30px;}
	.register_container_form .btn-basic {height: 30px;line-height:30px;}
}

/* 조직도 */
.cont_organization {position:relative; width:840px; margin:0 auto; background: url(/web/img/user-img/org/org_line2.png) 125px 80px no-repeat; text-align:center;}
.cont_organization ul span {width:150px; height:50px; line-height:50px; background-image: url(/web/img/user-img/org/org_bg_spr.jpg); background-repeat:no-repeat; display:inline-block; color:#fff; font-size:18px;}
.cont_organization ul.dep1 {}
.cont_organization ul.dep1 > li {}
.cont_organization ul.dep1 > li > span {background-position:0 0; }
.cont_organization ul.dep10 > li > span {background-position:0 0px; position:absolute; right:345px; top: 155px;}
.cont_organization ul.dep11 > li > span {background-position:0 -50px; margin-top:10px; margin-right:15px;}
.cont_organization ul.dep111 > li > span {background-position:0 -50px; position:absolute; right:130px; top: 260px;}

.cont_organization ul.dep2 {margin-top:10px;}
.cont_organization ul.dep2 > li {}
.cont_organization ul.dep2 > li:first-child > span {background-position:0 -100px; position:absolute; right:130px; top:53px;}
.cont_organization ul.dep2 > li:last-child > span {background-position:0 -100px;}

.cont_organization ul.dep3 {margin-top:110px;}
.cont_organization ul.dep3 > li {}
.cont_organization ul.dep3 > li:first-child > span {background-position:0 -50px; position:absolute; right:130px; top:110px;}
.cont_organization ul.dep3 > li > span {background-position:0 -50px; position:absolute; right:130px; top:160px;}
.cont_organization ul.dep33 > li > span {background-position:0 -100px; position:absolute; left:130px; top:110px;}
.cont_organization ul.dep3 > li:last-child > span {background-position:0 -100px;}

.cont_organization ul.dep4 {overflow:hidden; margin-top:100px;}
.cont_organization ul.dep4 > li {float:left; margin-right:12px; margin-left:10px;}
.cont_organization ul.dep4 > li:last-child {margin-left:10px;}
.cont_organization ul.dep4 > li > span {background-position:0 -150px;}
.cont_organization ul.dep4 > li dl {margin-top:30px; border-top:1px solid #333; border-left:1px solid #ccc; border-right:1px solid #ccc;}
.cont_organization ul.dep4 > li dl dt {height:50px; line-height:50px; background-color:#e0e3e7; color:#333; border-bottom:1px solid #ccc;}
.cont_organization ul.dep4 > li dl dd {}
.cont_organization ul.dep4 > li dl dd ul li {font-size:14px; line-height:20px; padding:13px 0; border-bottom:1px solid #ccc; border-top:1px solid #333; background-color:#fff;}


.sidebar_title_line2 {
	width: 100%;
	height:40px;
	border-bottom:1px solid #8a7d7b;
}

.margin_top1 {
	float: left;
	width: 100%;
	margin-top: 10px;
}
.margin_top2 {
	float: left;
	width: 100%;
	margin-top: 20px;
}
.margin_top3 {
	float: left;
	width: 100%;
	margin-top: 30px;
}
.margin_top4 {
	float: left;
	width: 100%;
	margin-top: 40px;
}
.margin_top5 {
	float: left;
	width: 100%;
	margin-top: 50px;
}
.hsmline6_120 {
	float: left;
	width: 120px;
	height: 2px;
	background: #50c9d4;
}
.hsmline6_130 {
	float: left;
	width: 130px;
	height: 2px;
	background: #50c9d4;
}
.hsmline6_150 {
	float: left;
	width: 150px;
	height: 2px;
	background: #50c9d4;
}
.hsmline6_170 {
	float: left;
	width: 170px;
	height: 2px;
	background: #50c9d4;
}
.hsmline6_180 {
	float: left;
	width: 180px;
	height: 2px;
	background: #50c9d4;
}
.hsmline6_190 {
	float: left;
	width: 190px;
	height: 2px;
	background: #50c9d4;
}
.hsmline6_200 {
	float: left;
	width: 200px;
	height: 2px;
	background: #50c9d4;
}
.hsmline6_250 {
	float: left;
	width: 250px;
	height: 2px;
	background: #50c9d4;
}
.hsmline6_300 {
	float: left;
	width: 300px;
	height: 2px;
	background: #50c9d4;
}
.hsmline6_350 {
	float: left;
	width: 350px;
	height: 2px;
	background: #50c9d4;
}
.hsmline6_400 {
	float: left;
	width: 400px;
	height: 2px;
	background: #50c9d4;
}
.hsmline6_500 {
	float: left;
	width: 500px;
	height: 2px;
	background: #50c9d4;
}
.hsmline6_600 {
	float: left;
	width: 600px;
	height: 2px;
	background: #50c9d4;
}

/*
.sidebar_title_line {
	width: 100%;
	height:40px;
	border-bottom:2px solid #467eac;
}

.sidebar_title_line2 {
	width: 100%;
	height:40px;
	border-bottom:1px solid #8a7d7b;
}
*/
.panel-title {
	color:white;
}
.panel-body {
	font-size:15px;
	line-height:30px;
}

/*최근달력*/
#schedule dl, #schedule ul {list-style: none;margin: 0;padding: 0;border: 0;}
#schedule .cal{position:relative;display:inline-block;width:100%;margin:0 0px}
#schedule .cal dl{border:1px solid #ccc;background:#f1f1f1;padding:10px 0px 20px 15px;}
#schedule .cal dl:after {content: '';display: block;clear: both;visibility: hidden;}
#schedule .cal dt{display:inline-block;float:left;width:20%;margin-right:3%;}
#schedule .cal dt li{font-size:22px;line-height:36px;color:#606060;text-align:center;}
#schedule .cal dt li:nth-child(2){font-size:36px;margin:0 0 10px;color:#333;}
#schedule .cal dt li a{display:inline-block;width:23px;height: 23px;padding:6px 0;background: #fff;border:1px solid #ccc;text-align:center;border-radius:100%}
#schedule .cal dt li a img{display:block;vertical-align:middle;height:9px;margin:0 auto;}
#schedule .cal dd{display:inline-block;float:right;width:77%;}
#schedule .cal dd:nth-child(2) ul {clear:both;}
#schedule .cal dd:nth-child(2) ul li{float:left;width:14%}
#schedule .cal dd:nth-child(2) ul:first-child li{font-size:11px;color:#999;text-align:center;height:30px;}
#schedule .cal dd:nth-child(2) ul li{font-size:14px;color:#333;text-align:center;height:35px;line-height:30px;}
#schedule .cal dd:nth-child(2) ul li.on > a{display:inline-block;background:#FD2469;color:#fff;width:25px;height:25px;line-height: 25px;border-radius:8px 0 8px 0;font-size:12px;}
@media (max-width: 768px) {
	#schedule .cal{margin:20px 0px}
}

.box-btn {
	padding: 0;
}
.box-btn a {
	display: inline-block;
	margin-right: 5px;
	border-radius: 20px;
	padding: 5px 20px;
	text-align: center;
	color: #ffffff !important;
	font-size: 16px;
}
.box-btn a.blue {
	font-family:'Malgun Gothic';
	background: #2e9a8f;
	//border: 2px solid #1a554f;
	padding-top:7px;
	padding-bottom:7px;
	font-weight:700;
}
.box-btn a.red {
	background: #821802;
	border: 2px solid #500f01;
}
.box-btn a.white {
	background: #fff;
	border: 2px solid #4b6103;
	color: #4b6103 !important;
}
.prebt_on {
	height:38px;
	width:90px;
	border:1px solid #393939;
	color:white;
	background:#0060bf;
	font-size:17px;
	cursor:default;
}
.prebt_off {
	font-family: 'Nanum Gothic', 'Malgun Gothic';
	height:38px;
	width:110px;
	border:1px solid #585858;
	color:white;
	background:#666666;
	font-size:17px;
	cursor:default;
}

.stat {
	padding: 30px;
	border: 2px solid #0878D4;
	font-size: 24px;
	text-align: center;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin-bottom: 10px;
	border-radius: 20px 0 20px 0;
}
.stat div.title {color:#0878D4;font-weight: bold;margin:0 0 10px;}
.stat small {
	font-size: 15px;
	display: block;
	line-height: 24px;
}
.staton {
	padding: 20px;
	border: 1px solid #c4c4c4;
	font-size: 15px;
	font-family: '맑은고딕';
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin-bottom: 10px;
	border-radius: 20px 0 20px 0;
}