@charset "utf-8";
/* CSS Document */

@font-face {
 font-family:'NanumGothic';
 font-weight:normal;
 font-style:normal;
 src: url('/Common/Font/NanumGothic.eot');
 src: local('?'), url('/Common/Font/NanumGothic.eot?#iefix') format('embedded-opentype'), url('/Common/Font/NanumGothic.woff2') format('woff2'), url('/Common/Font/NanumGothic.woff') format('woff'), url('/Common/Font/NanumGothic.ttf') format('truetype');
}
@font-face {
 font-family:'NanumGothicBold';
 font-weight:bold;
 font-style:normal;
 src: url('/Common/Font/NanumGothicBold.eot');
 src: local('?'), url('/Common/Font/NanumGothicBold.eot?#iefix') format('embedded-opentype'), url('/Common/Font/NanumGothicBold.woff') format('woff'), url('/Common/Font/NanumGothicBold.ttf') format('truetype');
}
body {
	min-width:980px;
	margin:0;
	padding:0;
	font-family: 'NanumGothic';
	font-size:14px;
	line-height:23px;
	color:#666;
	word-break:break-all;
	background:#f2f2f2;
}
* {
	margin:0;
	padding:0;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'NanumGothicBold';
	line-height:1.2;
}
ul, ul li {
	list-style:none;
}
input[type="button"], input[type="submit"], input[type="image"] {
	-webkit-border-radius:0;
	-webkit-appearance:none;
}
input[type="text"], input[type="tel"], input[type="password"] {
	-webkit-border-radius: 0;
	-webkit-appearance:text;
	-webkit-appearance:password;
}
input[type="checkbox"] {
	-webkit-border-radius: 0;
	-webkit-appearance:checkbox;
}
input[type="radio"] {
	-webkit-border-radius: 0;
	-webkit-appearance:radio;
}
#accessibility {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:999;
}
#accessibility ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
#accessibility ul li {
	margin:0;
	padding:0;
	list-style-type:none;
}
#accessibility ul li a {
	display:block;
	position:absolute;
	top:-9999px;
	left:0;
	width:100%;
	height:20px;
	background:#333;
	color:#fff;
	text-align:center;
}
#accessibility ul li a:focus, #accessibility ul li a:active {
	top:0;
	padding:5px 0;
	font-weight:600;
}
.skip, caption {
	position:absolute;
	width:0;
	height:0;
	margin:0;
	padding:0;
	background:none;
	font-size:0;
	line-height:0;
	overflow:hidden;
}
img {
	border:none;
	vertical-align:top;
}
a {
	color:#333;
	text-decoration:none;
}
a:hover, a:focus {
	color:#0057a6;
	text-decoration:underline;
}
input, select {
	vertical-align:middle;
	overflow:visible;/* ie6,7 input 버튼 패딩버그용 */
}
form {
	margin:0;
	padding:0;
}
hr.line {
 *clear:both;
	display:block;
	margin:25px 0;
	padding:0;
	border:none;
	border-top:#aaa dotted 1px;
	border-bottom:#fff dotted 1px;
}
.Left {
	text-align:left !important;
}
.Right {
	text-align:right !important;
}
.Center {
	text-align:center !important;
}
.Justify {
	text-align:justify !important;
}
.fltrt {
	float:right;
}
.fltlft {
	float:left;
}
.clearfloat {
	clear:both;
	height:0;
	margin:0;
	padding:0;
	font-size:0;
	line-height:0;
	-webkit-position:absolute;
}
.nowrap {
	white-space:nowrap;
}
/*글자컬러*/
.c01 {
	color:#000 !important;
}
.c02 {
	color:#666 !important;
}
.c03 {
	color:#02305c !important;
}
.c04 {
	color:#2d6fad !important;
}
.c05 {
	color:#309599 !important;
}
.c06 {
	color:#ed0a05 !important;
}
.c07 {
	color:#fff !important;
}
/*마진패딩*/
.m_auto {
	margin:0 auto !important;
}
.mt_5 {
	margin-top:5px !important;
}
.mt_10 {
	margin-top:10px !important;
}
.mt_15 {
	margin-top:15px !important;
}
.mt_20 {
	margin-top:20px !important;
}
.mt_25 {
	margin-top:25px !important;
}
.mt_30 {
	margin-top:30px !important;
}
.mt_35 {
	margin-top:35px !important;
}
.mt_40 {
	margin-top:40px !important;
}
.ml_5 {
	margin-left:5px !important;
}
.ml_10 {
	margin-left:10px !important;
}
.ml_15 {
	margin-left:15px !important;
}
.ml_20 {
	margin-left:20px !important;
}
.ml_25 {
	margin-left:25px !important;
}
.ml_30 {
	margin-left:30px !important;
}
.ml_35 {
	margin-left:35px !important;
}
.ml_40 {
	margin-left:40px !important;
}
.mb_5 {
	margin-bottom:5px !important;
}
.mb_10 {
	margin-bottom:10px !important;
}
.mb_15 {
	margin-bottom:15px !important;
}
.mb_20 {
	margin-bottom:20px !important;
}
.mb_25 {
	margin-bottom:25px !important;
}
.mb_30 {
	margin-bottom:30px !important;
}
.mb_35 {
	margin-bottom:35px !important;
}
.mb_40 {
	margin-bottom:40px !important;
}
.mr_5 {
	margin-right:5px !important;
}
.mr_10 {
	margin-right:10px !important;
}
.mr_15 {
	margin-right:15px !important;
}
.mr_20 {
	margin-right:20px !important;
}
.mr_25 {
	margin-right:25px !important;
}
.mr_30 {
	margin-right:30px !important;
}
.mr_35 {
	margin-right:35px !important;
}
.mr_40 {
	margin-right:40px !important;
}
.pt_5 {
	padding-top:5px !important;
}
.pt_10 {
	padding-top:10px !important;
}
.pt_15 {
	padding-top:15px !important;
}
.pt_20 {
	padding-top:20px !important;
}
.pt_25 {
	padding-top:25px !important;
}
.pt_30 {
	padding-top:30px !important;
}
.pt_35 {
	padding-top:35px !important;
}
.pt_40 {
	padding-top:40px !important;
}
.pl_5 {
	padding-left:5px !important;
}
.pl_10 {
	padding-left:10px !important;
}
.pl_15 {
	padding-left:15px !important;
}
.pl_20 {
	padding-left:20px !important;
}
.pl_25 {
	padding-left:25px !important;
}
.pl_30 {
	padding-left:30px !important;
}
.pl_35 {
	padding-left:35px !important;
}
.pl_40 {
	padding-left:40px !important;
}
.pb_5 {
	padding-bottom:5px !important;
}
.pb_10 {
	padding-bottom:10px !important;
}
.pb_15 {
	padding-bottom:15px !important;
}
.pb_20 {
	padding-bottom:20px !important;
}
.pb_25 {
	padding-bottom:25px !important;
}
.pb_30 {
	padding-bottom:30px !important;
}
.pb_35 {
	padding-bottom:35px !important;
}
.pb_40 {
	padding-bottom:40px !important;
}
.pr_5 {
	padding-right:5px !important;
}
.pr_10 {
	padding-right:10px !important;
}
.pr_15 {
	padding-right:15px !important;
}
.pr_20 {
	padding-right:20px !important;
}
.pr_25 {
	padding-right:25px !important;
}
.pr_30 {
	padding-right:30px !important;
}
.pr_35 {
	padding-right:35px !important;
}
.pr_40 {
	padding-right:40px !important;
}
.SubTitle {
	margin:0 0 15px 0;
	padding:0;
	font-weight:bold;
	font-size:24px;
	min-height:30px;
	line-height:30px;
	color:#02305c;
	position:relative;
	text-align:left;
 *clear:both;
}
.SmallTitle {
	margin:0 0 15px 0;
	font-family: 'NanumGothicBold';
	font-size:20px;
	min-height:25px;
	line-height:25px;
	color:#000;
	position:relative;
	text-align:left;
 *clear:both;
	background:url(/Images/icon_bullet.gif) no-repeat 0 7px;
}
.sTitle {
	margin:0 0 5px 0;
	padding:0;
	font-family: 'NanumGothicBold';
	font-size:16px;
	min-height:22px;
	color:#309599;
	position:relative;
	text-align:left;
 *clear:both;
}
.divStyle01 {
	margin:0 0 20px 0;
	padding:0;
	text-align:justify;
	width:auto;
}
.divStyle02L {
	margin:0 5% 20px 0;
	padding:0;
	text-align:justify;
	width:47.5%;
	float:left;
}
.divStyle02R {
	margin:0 0 20px 0;
	padding:0;
	text-align:justify;
	width:47.5%;
	float:left;
}
.divStyle03L {
	margin:0 4% 20px 0;
	padding:0;
	text-align:justify;
	width:30%;
	float:left;
}
.divStyle03C {
	margin:0 4% 20px 0;
	padding:0;
	text-align:justify;
	width:30%;
	float:left;
}
.divStyle03R {
	margin:0 0 20px 0;
	padding:0;
	text-align:justify;
	width:30%;
	float:left;
}
.divStyle03LC {
	margin:0 4% 20px 0;
	padding:0;
	text-align:justify;
	width:65%;
	float:left;
}
.divStyle03CR {
	margin:0 0 20px 0;
	padding:0;
	text-align:justify;
	width:65%;
	float:left;
}
.divStyle01 p, .divStyle02L p, .divStyle02R p, .divStyle03L p, .divStyle03C p, .divStyle03R p {
	margin:0 0 10px 0;
}
.inputWrap {
	padding:0 5px;
}
.TableStyle01 {
	border-top:#ccc solid 1px;
	border-left:#ccc solid 1px;
	/*	border-collapse:collapse; */
	border-collapse:separate;
	background:#FFF;
	margin:0 0 10px 0;
	padding:0;
	font-size:13px;
}
.TableStyle01 th {
	border-right:#ccc solid 1px;
	border-bottom:#ccc solid 1px;
	color:#000;
	font-family:'NanumGothicBold';
	text-align:center;
	padding:5px 0;
	word-break:break-all;
}
.TableStyle01 thead th {
	background:#576377;
	color:#fff;
}
.TableStyle01 td {
	border-right:#ccc solid 1px;
	border-bottom:#ccc solid 1px;
	color:#444;
	font-weight:normal;
	padding:5px 0;
	word-break:break-all;
}
.TableStyle01 .gray th, .TableStyle01 .gray td {
	background:#fafafa;
	border-right:#ccc solid 1px;
	border-bottom:#ccc solid 1px;
}
.TableStyle01 th.th00 {
	background:#fff;
}
.TableStyle01 th.th01 {
	background:#dadfe8;
}
.TableStyle01 th.th02 {
	background:#f7faeb;
}
.TableStyle01 td .listStyle01 {
	margin:0;
}
.TableStyle01 td .listStyle01 li {
}
.TableStyle01 tfoot th {
	background:#e8f3fc;
	color:#08569f;
	border-bottom:#ccc solid 1px;
}
.TableStyle01 tfoot td {
	background:#f0f5f8;
	color:#07436c;
	border-bottom:#ccc solid 1px;
}
.TableStyle02 {
	border-top:#ccc solid 1px;
	border-collapse:collapse;
	background:#FFF;
	margin:0 0 10px 0;
	padding:0;
	font-size:13px;
}
.TableStyle02 th {
	border-bottom:#ccc solid 1px;
	color:#000;
	font-family:'NanumGothicBold';
	text-align:center;
	padding:5px 0;
	word-break:break-all;
}
.TableStyle02 thead th {
	background:#576377;
	color:#fff;
}
.TableStyle02 td {
	border-bottom:#97bbda solid 1px;
	color:#444;
	font-weight:normal;
	padding:5px 0;
	text-align:center;
	word-break:break-all;
}
.TableStyle02 .gray th, .TableStyle02 .gray td {
	background:#fafafa;
	border-bottom:#ccc solid 1px;
}
.TableStyle02 tfoot th, .TableStyle02 tfoot td {
	background:#f0f5f8;
	color:#08569f;
	border-bottom:#ccc solid 1px;
}
.TableStyle02 tfoot td {
	color:#07436c;
}
.TableStyle02 th.rLine, .TableStyle02 td.rLine {
	border-right:#ccc solid 1px;
}
.TableStyle02 tfoot th.rLine, .TableStyle02 tfoot td.rLine {
	border-right:#ccc solid 1px;
}
.SearchCnt {
	position:relative;
	margin:0 0 10px 0;
	padding:0;
}
.SearchCnt span {
	display:inline-block;
	position:absolute;
	top:8px;
	left:0;
}
.SearchCnt strong {
	color:#ce3526;
}
.SearchCnt .fltrt {
	float:none;
	position:absolute;
	right:0;
	top:0;
}
.SearchCnt .listSearch {
	margin:0;
	padding:0;
	text-align:right;
	height:30px;
	line-height:30px;
	border:none;
}
.PageController {
	position:relative;
	text-align:center;
	height:40px;
	margin:20px 0 40px 0;
	padding:0;
}
.PageController span {
	width:30px;
	height:30px;
	text-align:center;
	display:inline-block;
	font-family:Arial;
	vertical-align:top;
}
.PageController span a {
	font-family: 'NanumGothicBold';
	color:#555 !important;
	display:block;
	height:30px;
	line-height:30px;
	border:#DDD solid 1px;
	text-decoration:none;
	text-align:center;
	background-color:#fafafa;
}
.PageController span.total {
	display:none;
	width:auto;
	height:38px;
	line-height:38px;
	font-family: 'NanumGothicBold';
}
.PageController span.total strong {
	font-size:18px;
}
.PageController span.on a, .PageController span a:hover, .PageController span a:focus {
	color:#fff !important;
	border:#035288 solid 1px;
	background-color:#08569f;
}
.PageController span.btn_first, .PageController span.btn_prev, .PageController span.btn_next, .PageController span.btn_prev10, .PageController span.btn_next10, .PageController span.btn_last {
	width:30px;
	height:30px;
	text-align:center;
	display:inline-block;
}
.PageController span.btn_prev, .PageController span.btn_next {
	display:none;
}
.PageController span.btn_prev10 {
	display:inline-block;
	margin-right:10px;
}
.PageController span.btn_next10 {
	display:inline-block;
	margin-left:10px;
}
.PageController span.btn_first a, .PageController span.btn_prev a, .PageController span.btn_next a, .PageController span.btn_prev10 a, .PageController span.btn_next10 a, .PageController span.btn_last a {
	background-color:#fafafa;
	background-image:url(/Common/Images/pageicon.png);
	background-repeat:no-repeat;
	display:block;
}
.PageController span.btn_first a {
	background-position:-5px -3px;
}
.PageController span.btn_first a:hover, .PageController span.btn_first a:focus {
	background-color:#08569f;
	background-position:-5px -43px;
}
.PageController span.btn_prev a, .PageController span.btn_prev10 a {
	background-position:-5px -83px;
}
.PageController span.btn_prev a:hover, .PageController span.btn_prev a:focus, .PageController span.btn_prev10 a:hover, .PageController span.btn_prev10 a:focus {
	background-color:#08569f;
	background-position:-5px -123px;
}
.PageController span.btn_next a, .PageController span.btn_next10 a {
	background-position:-5px -243px;
}
.PageController span.btn_next a:hover, .PageController span.btn_next a:focus, .PageController span.btn_next10 a:hover, .PageController span.btn_next10 a:focus {
	background-color:#08569f;
	background-position:-5px -283px;
}
.PageController span.btn_last a {
	background-position:-5px -163px;
}
.PageController span.btn_last a:hover, .PageController span.btn_last a:focus {
	background-color:#08569f;
	background-position:-5px -203px;
}
.PageController .bt{
	position:absolute;
	top:0;
	right:0;
}
ol.listStyle00 {
	margin:0;
	padding:0;
	list-style-position:outside;
}
ol.listStyle00 li {
	margin:0 0 10px 25px;
	padding:0;
	font-weight:normal;
	vertical-align:middle;
}
ol.listStyle00 li ul {
	margin:5px 0 0 0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
}
ol.listStyle00 li ul li {
	margin:0 0 5px;
	padding:0;
	list-style-type:none;
	font-weight:normal;
}
ol.listStyle00 li ul li ul {
	margin:0 0 0 20px;
}
ol.listStyle00 li ul li ul li {
	margin:0;
}
ul.listStyle00 {
	margin:0;
	padding:0;
	list-style-position:outside;
}
ul.listStyle00 li {
	margin:0 0 10px 0;
	padding:0;
	font-weight:normal;
	vertical-align:middle;
}
ul.listStyle00 li ul {
	margin:5px 0 0 20px;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
}
ul.listStyle00 li ul li {
	margin:0 0 5px;
	padding:0;
	list-style-type:none;
	font-weight:normal;
}
ul.listStyle00 li div, ul.listStyle00 li ul li div {
	margin:5px 0 0 20px;
	padding:0;
}
ul.listStyle00 li ul li ul {
	margin:5px 0 0 20px;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
}
ul.listStyle00 li ul li ul li {
	margin:0 0 5px;
	padding:0;
	list-style-type:none;
	font-weight:normal;
}
ul.listStyle00 li ul li ul li div {
	margin:5px 0 0 20px;
}
.listStyle01 {
	margin:0 0 20px 10px;
	padding:0;
	list-style-position:outside;
}
.listStyle01 li {
	padding:0 0 7px 15px;
	background:url(/Common/Images/bu1.png) no-repeat 0 9px;
	font-weight:normal;
	vertical-align:middle;
}
.listStyle01 li ul {
	margin:5px 0 0 5px;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
}
.listStyle01 li ul li {
	padding:0 0 0 10px;
	font-weight:normal;
	font-size:13px;
	background:url(/Common/Images/bu2.png) no-repeat 0 10px;
}
.listStyle02 {
	margin:0 0 20px 0;
	padding:0;
	list-style-position:outside;
}
.listStyle02 li {
	margin:0 0 0 20px;
	padding:0 0 5px 5px;
	list-style-type:disc;
	font-weight:normal;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	vertical-align:middle;
}
.listStyle02 li ul {
	margin:0 0 5px 20px;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
}
.listStyle02 li ul li {
	margin:0;
	padding:0;
	list-style-type:none;
	font-weight:normal;
	border-bottom-style:none;
}
.viewType {
	margin:0 0 20px 0;
	padding:0;
	width:100%;
	border-bottom:solid 2px;
	overflow:hidden;
}
.viewHead {
	position:relative;
	width:100%;
	overflow:hidden;
	margin:0;
	padding:0;
}
.viewHead .subject {
	margin:0;
	padding:12px 20px;
	font-size:16px;
	font-family: 'NanumGothicBold';
	border-top:solid 2px;
	border-bottom:solid 1px;
	text-align:center;
	word-break:keep-all;
}
.viewHead .day {
	margin:0;
	padding:0;
	position:relative;
	width:100%;
	font-family: 'NanumGothicBold';
	border-bottom:dotted 1px;
	overflow:hidden;
}
.viewHead .day p {
	margin:0 0 0 20px;
	padding:0;
	font-family: 'NanumGothicBold';
	float:left;
	line-height:25px;
}
.viewHead .day p.file {
	display:block;
	float:none;
	clear:both;
}
.viewHead .day p span {
	font-weight:normal;
}
.viewHead .day p.file span {
	padding:0 10px 0 0;
}
.viewContents {
	position:relative;
	margin:20px 20px 30px;
	padding:0;
	word-break:keep-all;
}
.viewContents img {
	max-width:100%;
}
.WriteTitle {
	position:relative;
	min-height:45px;
	overflow:hidden;
}
.WriteTitle .SmallTitle {
	margin:0 0 10px 0;
}
.writeGuide {
	text-align:right;
	font-family: 'NanumGothicBold';
	padding:0;
	margin:0;/* min-width:300px;*/
}
.WriteTitle .writeGuide {
	position:absolute;
	right:0;
	bottom:10px;
	margin:0;
}
.writeType {
	border-top:solid 4px #576377;
	padding:0;
	margin:0 0 20px 0;
}
.writeType table {
	width:100%;
	border:none;
}
.writeType th {
	width:20%;
	padding:8px 0;
	text-align:center;
	border:none;
	border-bottom:#ccc solid 1px;
	color:#000;
	font-family: 'NanumGothicBold';
	min-height:30px;
}
.writeType td {
	width:80%;
	padding:8px 0;
	text-align:left;
	border:none;
	border-bottom:#ccc solid 1px;
	min-height:30px;
	line-height:30px;
}
.inputWrap {
	padding:0 5px;
}
textarea, input[type="text"], input[type="tel"], input[type="password"] {
	display: inline-block;
	height: 14px;
	line-height:14px;
	margin:2px 0;
	padding: 4px 1%;
	font-size: 12px;
	color: #555555;
	vertical-align: middle;
	max-width:90%;/*
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	*/
}
td textarea {
	width:90%;
 *width:86%;
}
td input[type="text"], td input[type="password"] {
	width:98%;
 *width:94%;
	white-space:normal;
	word-break:break-all;
}
td input.btn {
 *width:auto;
 *display:inline;
}

textarea, input[type="text"], input[type="tel"], input[type="password"] {
	background-color: #fafafa;
	border: 1px solid #cccccc;
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
	height:20px;
}
textarea {
	height: auto;
}
textarea:focus, input[type="text"]:focus, input[type="tel"]:focus, input[type="password"]:focus {
	border-color: rgba(82, 168, 236, 0.8);
	outline: 0;
	outline: thin dotted \9; /* IE6-9 */
}
input[type="radio"], input[type="checkbox"] {
	margin: 0;
	line-height: normal;
}
input[type="file"], input[type="image"], input[type="submit"], input[type="reset"], input[type="button"], input[type="radio"], input[type="checkbox"] {
	width: auto;
}
select, input[type="file"] {
	height:28px;
	line-height: 30px;
}
select {
	min-width: 80px;
	max-width:100%;
	background-color: #fafafa;
	border: 1px solid #cccccc;
}
select[multiple], select[size] {
	height: auto;
}
select:focus, input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] {
	cursor: not-allowed;
	background-color: #eeeeee;
}
input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="radio"][readonly], input[type="checkbox"][readonly] {
	background-color: transparent;
}
input.warning, textarea.warning {
	color: #c09853;
}
input.warning, textarea.warning {
	border-color: #c09853;
}
input.warning:focus, select.warning:focus, textarea.warning:focus {
	border-color: #a47e3c;
}
input.error, textarea.error {
	color: #b94a48;
}
input.error, textarea.error {
	border-color: #b94a48;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
input.error:focus, select.error:focus, textarea.error:focus {
	border-color: #953b39;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
input.success, textarea.success {
	color: #468847;
}
input.success, textarea.success {
	border-color: #468847;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
input.success:focus, select.success:focus, textarea.success:focus {
	border-color: #356635;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.btnArea {
	text-align:right;
	margin:0 0 20px 0;
}
.btn {
	padding: 6px 12px;
	font-size: 14px;
	line-height:normal;
	font-weight:normal;
	text-decoration:none;
	display: inline-block;
 *display: inline;
 *zoom: 1;
	margin:2px 0;
	font-family: 'NanumGothicBold';
	color: #08569f !important;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-color: #fff;
	border:1px solid #08569f;
	word-break:break-all;
	white-space:normal;
	border-radius:4px;
}
.btn:hover, .btn:focus, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
	color:#08569f !important;
	background-color: #f5f5f5;
	text-decoration:none;
}
.btn:first-child {
 *margin-left: 0;
}
.btn.disabled, .btn[disabled] {
	cursor: default;
	opacity: 0.65;
	filter: alpha(opacity=65);
}
.mini {
	width: 60px !important;
}
.small {
	width: 90px !important;
}
.medium {
	width: 150px !important;
}
.large {
	width: 210px !important;
}
.xlarge {
	width: 270px !important;
}
.xxlarge {
	width: 530px !important;
}
.btn-large {
	padding:10px 10px;
	font-size: 16px;
	font-weight:normal;
}
.btn-small {
	padding: 4px 10px;
	font-size: 12px;
	line-height:normal;
	font-weight:normal;
}
input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
	width: 100%;
}
.btn01 {
	color: #ffffff !important;
	background-color: #08569f;
	border:1px solid #08569f;
}
.btn01:hover, .btn01:focus, .btn01:active, .btn01.active, .btn01.disabled, .btn01[disabled] {
	color: #ffffff !important;
	background-color: #024686;
}
.btn01:active, .btn01.active {
	background-color: #024686;
}
.btn02 {
	color: #ffffff !important;
	background-color: #309599;
	border:1px solid #309599;
}
.btn02:hover, .btn02:focus, .btn02:active, .btn02.active, .btn02.disabled, .btn02[disabled] {
	color: #ffffff !important;
	background-color: #2c8488;
}
.btn02:active, .btn02.active {
	background-color: #408140;
}
.btn03 {
	color: #ffffff !important;
	background-color: #666;
	border:1px solid #666;
}
.btn03:hover, .btn03:focus, .btn03:active, .btn03.active, .btn03.disabled, .btn03[disabled] {
	color: #ffffff !important;
	background-color: #444;
}
.btn03:active, .btn03.active {
	background-color: #444;
}
.btn-gray {
	color: #ffffff !important;
	background-color: #666;
	border:1px solid #666;
}
.btn-gray:hover, .btn-gray:focus, .btn-gray:active, .btn-gray.active, .btn-gray.disabled, .btn-gray[disabled] {
	color: #ffffff !important;
	background-color: #555;
}
.btn-gray:active, .btn-gray.active {
	background-color: #080808;
}
