@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: malgun;
	src: url(/Common/Font/malgun.eot); /* ie6~8 */
	src: local('Malgun Gothic'), url(/Common/Font/malgun.woff) format('woff'); /* ie9, Chrom, safari, opera, firefox */
}
@font-face {
	font-family: malgunbd;
	src: url(/Common/Font/malgunbd.eot); /* ie6~8 */
	src: local('Malgun Gothic Bold'), url(/Common/Font/malgunbd.woff) format('woff'); /* ie9, Chrom, safari, opera, firefox */
}
body {
	margin: 0;
	padding: 0;
	min-width: 320px;
	font-family: malgun;
	font-size: 12px;
	color: #666;
	line-height: 18px;
	height: 100%;
	-webkit-text-size-adjust: none;
	word-break: break-all;
}
* {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	line-height: 1.2;
}
ul {
	list-style: none;
}
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;
}
/* 개발자 추가*/
.rbl label {
	margin-right: 8px;
}
#accessibility {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
}
#accessibility ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#accessibility li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#accessibility a {
	display: block;
	position: absolute;
	top: -9999px;
	left: 0;
	width: 100%;
	height: 20px;
	line-height: 18px;
	text-align: center;
	background: #333;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
}
#accessibility a:focus, #accessibility a:active {
	top: 0;
	padding: 5px 0;
	font-weight: 600;
}
.LayerPopup {
	position: absolute;
	z-index: 1000;
}
.LayerPopup_foot {
	background: #222;
	color: #fff;
	font-size: 12px;
	width: 96%;
	padding: 5px 2%;
	position: relative;
	line-height: 0;
	height: 20px;
	line-height: 18px;
}
.LayerPopup_foot span.bt {
	position: absolute;
	right: 10px;
	top: 3px;
}
.LayerPopup_foot input {
	vertical-align: -2px;
}
#pop105.LayerPopup {top:1px !important;left: auto !important;right:1px !important;}

.skip, caption {
	position: absolute;
	font-size: 0;
	width: 0;
	height: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
	background: none;
	overflow: hidden;
}
.p_hidden {
	display: none !important;
}
.m_hidden {
	display: block;
}
table .m_hidden {
	display: table-cell;
 *display: block;
}
li.head span.m_hidden, li span.m_hidden {
	display: inline-block !important;
}
.p_w15 {
	width: 15%;
}
li {
	vertical-align: top;
}
img {
	border: none;
	vertical-align: top;
	max-width: 100%;
}
a {
	color: #666;
	text-decoration: none;
}
table a {
	color: #036ab1;
}
a:hover, a:focus {
	text-decoration: underline;
}
input, select {
	vertical-align: middle;
	overflow: visible; /* ie6,7 input 버튼 패딩버그용 */
}
p {
	margin: 0 0 10px 0;
}
form {
	margin: 0;
	padding: 0;
}
hr.line {
	border: none;
	margin: 25px 0;
	padding: 0;
	border-top: #aaa dotted 1px;
	border-bottom: #FFF dotted 1px;
 *clear: both;
	display: block;
}
.Left {
	text-align: left !important;
}
.Center {
	text-align: center !important;
}
.Right {
	text-align: right !important;
}
.Justify {
	text-align: justify !important;
}
.fltrt {
	float: right;
}
.fltlft {
	float: left;
}
.clearfloat {
	clear: both;
	height: 0;
	font-size: 0px;
	line-height: 0px;
	margin: 0;
	padding: 0;
	-webkit-position: absolute;
}
.nowrap {
	white-space: nowrap;
}
/*글자컬러*/
.c01 {
	color: #000 !important;
}
.c02 {
	color: #666 !important;
}
.c03 {
	color: #03305c !important;
}
.c04 {
	color: #036ab1 !important;
}
.c05 {
	color: #690 !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 10px 0;
	padding: 0;
	font-weight: bold;
	font-size: 23px;
	min-height: 30px;
	line-height: 30px;
	color: #03305c;
	position: relative;
	text-align: left;
 *clear: both;
}
.SmallTitle {
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: bold;
	font-size: 18px;
	min-height: 25px;
	line-height: 25px;
	color: #036ab1;
	position: relative;
	text-align: left;
 *clear: both;
}
.SmallTitle .year {
	font-size: 14px;
	line-height: 18px;
	display: block;
}
.sTitle {
	margin: 0 0 5px 0;
	padding: 0;
	font-weight: bold;
	font-size: 15px;
	min-height: 22px;
	line-height: 22px;
	color: #690;
	position: relative;
	text-align: left;
 *clear: both;
}
.TabMenu {
	margin: 0 0 30px 0;
	padding: 0;
	vertical-align: top;
	min-height: 44px;
	background: url(/Common/Images/tabline.gif) repeat 0 0;
}
.TabMenu ul {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.TabMenu ul li {
	width: auto;
	line-height: 44px;
	float: left;
	margin: 0 1px 0 0;
	padding: 0 0 0 0;
}
.TabMenu ul li a {
	display: block;
	width: auto;
	height: 41px;
	line-height: 41px;
	background: #f2f2f2;
	border: #e0e0e0 solid 1px;
	border-bottom: #036ab1 solid 2px;
	font-size: 14px;
	font-family: malgunbd;
	text-align: center;
	padding: 0 18px;
	text-decoration: none;
	color: #666;
	white-space: nowrap;
}
.TabMenu ul li a:hover, .TabMenu ul li a:focus {
	border: none;
	height: 44px;
	line-height: 44px;
	background: #036ab1;
	color: #fff;
}
.TabMenu ul li.on a {
	height: 40px;
	line-height: 40px;
	font-family: malgunbd;
	background: #fff;
	border: #036ab1 solid 2px;
	border-bottom: #fff solid 2px;
	color: #004c7e;
}
.TabMenu2 {
	margin: 0 0 30px 0;
	padding: 0;
	vertical-align: top;
}
.TabMenu2 ul {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-left: #e0e0e0 solid 1px;
	border-top: #e0e0e0 solid 1px;
	width: 100%;
}
.TabMenu2 ul li {
	width: auto;
	float: left;
	padding: 0 0 0 0;
	margin: 0;
	width: 151px;
	height: 40px;
	border-bottom: #e0e0e0 solid 1px;
	border-right: #e0e0e0 solid 1px;
}
.TabMenu2 ul li a {
	display: block;
	width: auto;
	height: 40px;
	line-height: 40px;
	background: #fff;
	font-size: 13px;
	font-family: malgun;
	text-align: center;
	text-decoration: none;
	color: #666;
	white-space: nowrap;
	letter-spacing: -1px;
}
.TabMenu2 ul li a:hover, .TabMenu2 ul li a:focus, .TabMenu2 ul li.on a {
	height: 40px;
	line-height: 40px;
	background: #036ab1;
	color: #fff;
	font-family: malgunbd;
}
.divStyle01 {
	margin: 0 0 20px 0;
	padding: 0;
	line-height: 18px;
	font-size: 12px;
	text-align: justify;
	width: auto;
}
.divStyle02L {
	margin: 0 1.6% 20px 0;
	padding: 0;
	line-height: 18px;
	font-size: 12px;
	letter-spacing: -.5px;
	text-align: justify;
	width: 49.2%;
	float: left;
}
.divStyle02R {
	margin: 0 0 20px 0;
	padding: 0;
	line-height: 18px;
	font-size: 12px;
	letter-spacing: -.5px;
	text-align: justify;
	width: 49.2%;
	float: left;
}
.divStyle03L {
	margin: 0 4% 20px 0;
	padding: 0;
	line-height: 18px;
	font-size: 12px;
	text-align: justify;
	width: 30%;
	float: left;
}
.divStyle03C {
	margin: 0 4% 20px 0;
	padding: 0;
	line-height: 18px;
	font-size: 12px;
	text-align: justify;
	width: 30%;
	float: left;
}
.divStyle03R {
	margin: 0 0 20px 0;
	padding: 0;
	line-height: 18px;
	font-size: 12px;
	text-align: justify;
	width: 30%;
	float: left;
}
.divStyle03LC {
	margin: 0 4% 20px 0;
	padding: 0;
	line-height: 18px;
	font-size: 12px;
	text-align: justify;
	width: 65%;
	float: left;
}
.divStyle03CR {
	margin: 0 0 20px 0;
	padding: 0;
	line-height: 18px;
	font-size: 12px;
	text-align: justify;
	width: 65%;
	float: left;
}
.divStyle01 p, .divStyle02L p, .divStyle02R p, .divStyle03L p, .divStyle03C p, .divStyle03R p {
	/* margin: 0 0 10px 0; */
}
/* TableStyle */

[class*='TableStyle'] {
	width: 100%;
}

.TableStyle01 {
	border-top: #036ab1 solid 2px;
	border-left: #97bbda solid 1px;
	/*	border-collapse:collapse; */
	border-collapse: separate;
	background: #FFF;
	margin: 0 0 10px 0;
	padding: 0;
}
.TableStyle01 th {
	border-right: #97bbda solid 1px;
	border-bottom: #97bbda solid 1px;
	background: #e8f3fc;
	color: #036ab1;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding: 5px 0;
	line-height: 18px;
	word-break: break-all;
}
.TableStyle01 td {
	border-right: #97bbda solid 1px;
	border-bottom: #97bbda solid 1px;
	color: #444;
	font-size: 12px;
	font-weight: normal;
	padding: 5px 0;
	line-height: 18px;
	word-break: break-all;
}
.TableStyle01 .gray th, .TableStyle01 .gray td {
	background: #f0f0f0;
	border-right: #aaa solid 1px;
	border-bottom: #aaa solid 1px;
}
.TableStyle01 th.th01 {
	background: #f2f2f2;
}
.TableStyle01 th.th02 {
	background: #f7faeb;
}
.TableStyle01 td .listStyle01 {
	margin: 0;
}
.TableStyle01 td .listStyle01 li {
	font-size: 12px;
}
.TableStyle01 tfoot th {
	background: #ebf9e1;
	color: #660;
	border-bottom: #b1bc9f solid 1px;
}
.TableStyle01 tfoot td {
	background: #fdfff2;
	color: #660;
	border-bottom: #b1bc9f solid 1px;
}
.TableStyle02 {
	border-top: #97bbda solid 1px;
	border-left: #97bbda solid 1px;
	/*	border-collapse:collapse; */
	border-collapse: separate;
	background: #FFF;
	margin: 0 0 10px 0;
	padding: 0;
}
.TableStyle02 th {
	border-right: #97bbda solid 1px;
	border-bottom: #97bbda solid 1px;
	background: #e8f3fc;
	color: #036ab1;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding: 5px 0;
	line-height: 18px;
	word-break: break-all;
}
.TableStyle02 td {
	border-right: #97bbda solid 1px;
	border-bottom: #97bbda solid 1px;
	color: #444;
	font-size: 12px;
	font-weight: normal;
	padding: 5px 0;
	line-height: 18px;
	word-break: break-all;
}
.TableStyle02 .gray th, .TableStyle02 .gray td {
	background: #f0f0f0;
	border-right: #aaa solid 1px;
	border-bottom: #aaa solid 1px;
}
.TableStyle02 tfoot th {
	background: #ebf9e1;
	color: #660;
	border-bottom: #b1bc9f solid 1px;
}
.TableStyle02 tfoot td {
	background: #fdfff2;
	color: #660;
	border-bottom: #b1bc9f solid 1px;
}
.TableStyle03 {
	border-top: #036ab1 solid 2px;
	border-collapse: collapse;
	background: #FFF;
	margin: 0 0 10px 0;
	padding: 0;
}
.TableStyle03 th {
	border-bottom: #97bbda solid 1px;
	color: #036ab1;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding: 5px 0;
	line-height: 18px;
	word-break: break-all;
}
.TableStyle03 thead th {
	background: #e8f3fc;
}
.TableStyle03 td {
	border-bottom: #97bbda solid 1px;
	color: #444;
	font-size: 12px;
	font-weight: normal;
	padding: 5px 0;
	line-height: 18px;
	text-align: center;
	word-break: break-all;
}
.TableStyle03 .gray th, .TableStyle03 .gray td {
	background: #f0f0f0;
	border-bottom: #aaa solid 1px;
}
.TableStyle03 tfoot th, .TableStyle03 tfoot td {
	background: #fdfff2;
	color: #660;
	border-bottom: #b1bc9f solid 1px;
}
.TableStyle03 th.rLine, .TableStyle03 td.rLine {
	border-right: #97bbda solid 1px;
}
.TableStyle03 tfoot th.rLine, .TableStyle03 tfoot td.rLine {
	border-right: #b1bc9f solid 1px;
}
.TableStyle01 > a, .TableStyle02 > a, .TableStyle03 > a {
	color: #036ab1;
}

.TableStyle04 {
	border-left: #ccc solid 1px;
    border-collapse: separate;
    background: #fff;
    margin: 0 0 10px 0;
    padding: 0
}

.TableStyle04 thead th {
	background: #395723;
    color: #fff;
}

.TableStyle04 th {
	border-right: #ccc solid 1px;
    border-bottom: #ccc solid 1px;
    background: #e2f0d9;
    color: #395723;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    padding: 5px 0;
    line-height: 18px;
	word-break: break-all;
}

.TableStyle04 td .listStyle01 {
    margin: 0;
}

.TableStyle04 td {
	border-right: #ccc solid 1px;
    border-bottom: #ccc solid 1px;
    color: #444;
    font-size: 12px;
    font-weight: normal;
    padding: 5px 0;
    line-height: 18px;
    word-break: break-all;
}


img.icon {
	vertical-align: middle;
	margin: 0 0 0 3px;
}
ol.listStyle00 {
	margin: 0;
	padding: 0;
	list-style-position: outside;
}
ol.listStyle00 li {
	margin: 0 0 10px 25px;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	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-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
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-size: 12px;
	font-weight: normal;
	line-height: 18px;
	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-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
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-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
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 {
	margin: 0 0 5px 20px;
	padding: 0;
	list-style-type: disc;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	vertical-align: middle;
}
.listStyle01 li ul {
	margin: 0 0 5px 10px;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
}
.listStyle01 li ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
.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-size: 12px;
	font-weight: normal;
	line-height: 25px;
	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-size: 12px;
	font-weight: normal;
	line-height: 18px;
	border-bottom-style: none;
}
.listStyle03 {
	margin: 0 0 20px 0;
	padding: 0;
	list-style-type: none;
	border-top-style: solid;
	border-top-width: 2px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.listStyle03 li {
	margin: 0;
	padding: 10px 0;
	list-style-type: none;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	border-color: #bcbcbc;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	text-align: left;
}
.listStyle03 li.head {
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.listStyle03 span {
	padding: 0;
	margin: 0;
	display: inline-block;
	text-align: center;
	width: auto;
}
.listStyle03 li.head span {
	display: inline-block;
	padding: 0;
}
.listStyle03 span.tit {
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	margin: 0;
	display: inline-block;
}
.listStyle04 {
	margin: 0 0 20px 0;
	padding: 0;
	list-style-type: none;
	border-top: #036ab1 solid 2px;
	background: #FFF;
}
.listStyle04 li {
	margin: 0;
	padding: 10px 0;
	list-style-type: none;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	border-bottom: #bcbcbc solid 1px;
	text-align: left;
	color: #666;
}
.listStyle04 li.head {
	border-bottom: #bcbcbc solid 1px;
	color: #464646;
	font-family: malgunbd;
	background: #f8f8f8;
}
.listStyle04 span {
	padding: 0;
	margin: 0;
	display: inline-block;
	text-align: center;
	width: auto;
	vertical-align: top;
}
.listStyle04 li.head span {
	display: inline-block;
	padding: 0;
}
.listStyle04 span.tit {
	font-size: 12px;
	font-family: malgunbd;
	line-height: 18px;
	margin: 0;
	display: inline-block;
}
.listStyle04 a {
	color: #036ab1;
}
.listStyle03 span.w5, .listStyle04 span.w5 {
	width: 5%;
}
.listStyle03 span.w10, .listStyle04 span.w10 {
	width: 10%;
}
.listStyle03 span.w15, .listStyle04 span.w15 {
	width: 15%;
}
.listStyle03 span.w20, .listStyle04 span.w20 {
	width: 20%;
}
.listStyle03 span.w25, .listStyle04 span.w25 {
	width: 25%;
}
.listStyle03 span.w30, .listStyle04 span.w30 {
	width: 30%;
}
.listStyle03 span.w35, .listStyle04 span.w35 {
	width: 35%;
 *width: 34.5%;
}
.listStyle03 span.w40, .listStyle04 span.w40 {
	width: 40%;
}
.listStyle03 span.w45, .listStyle04 span.w45 {
	width: 45%;
}
.listStyle03 span.w50, .listStyle04 span.w50 {
	width: 50%;
}
.listStyle03 span.w55, .listStyle04 span.w55 {
	width: 55%;
}
.listStyle03 span.w60, .listStyle04 span.w60 {
	width: 60%;
}
.listStyle03 span.w65, .listStyle04 span.w65 {
	width: 65%;
}
.listStyle03 span.w70, .listStyle04 span.w70 {
	width: 70%;
}
.listStyle03 span.w75, .listStyle04 span.w75 {
	width: 75%;
}
.listStyle03 span.w80, .listStyle04 span.w80 {
	width: 80%;
}
.listStyle03 span.w85, .listStyle04 span.w85 {
	width: 85%;
}
.listStyle03 span.w90, .listStyle04 span.w90 {
	width: 90%;
}
.listStyle03 span.w95, .listStyle04 span.w95 {
	width: 95%;
}
.listStyle03 span.w100, .listStyle04 span.w100 {
	width: 100%;
}
p.listStyle04, div.listStyle04 {
	padding: 10px 10px 20px;
	border-bottom: #ddd solid 1px;
}
.headCategory {
	text-align: right;
	margin: 0 0 10px 0;
	padding: 0;
	height: 30px;
	line-height: 30px;
}
.listType {
	margin: 0 0 20px 0;
	padding: 0;
	border-bottom: solid 2px;
}
.listType ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	border-top: solid 2px;
}
.listType ul li {
	margin: 0;
	list-style-type: none;
	position: relative;
	width: 100%;
	overflow: hidden;
	padding: 15px 0 10px 0;
	border-color: #bcbcbc;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.listType ul li.notice {
/*	background:#fcfff7; */
}
.listType ul li.reply {
	padding: 15px 0 10px 30px;
	width: auto;
	background-image: url(/Common/Images/icon_reply.gif);
	background-repeat: no-repeat;
	background-position: 30px 0px;
}
.listType ul li.reply.re2 {
	padding-left: 60px;
	background-position: 60px 0px;
}
.listType ul li.reply.re3 {
	padding-left: 90px;
	background-position: 90px 0px;
}
.listType ul li.reply.re4 {
	padding-left: 120px;
	background-position: 120px 0px;
}
.listType ul li.reply.re5 {
	padding-left: 150px;
	background-position: 150px 0px;
}
.listType ul li .listNum {
	position: absolute;
	right: 20px;
	top: 13px;
	color: #036ab1;
	font-size: 14px;
	font-family: malgunbd;
}
.listType ul li.notice .listNum {
	color: #f00 !important;
	text-transform: uppercase;
}
.listType ul li dl {
	margin: 0 20px;
}
.listType ul li dl dt {
	width: 100%;
	margin: 0;
	padding: 0;
}
.listType ul li dl dt:after {
	content: "";
	display: block;
	clear: both;
}
.listType ul li dl dt a {
	line-height: normal;
}
.listType ul li dl dt p {
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	font-size: 14px;
	font-family: malgunbd;
	position: relative;
}
.listType ul li dl dt span {
	font-size: 12px;
	margin: 0 0 0 15px;
}
.listType ul li dl dt p span.replynum {
	color: #f00;
}
.listType ul li dl dt .summery {
	display: block;
	float: left;
	padding: 10px 0 0 10px;
	position: static;
	left: auto;
	bottom: auto;
	font-size: 12px;
}
.listType ul li.reply dl dt .summery {
	left: auto;
}
.listType ul li.reply.re2 dl dt .summery {
	left: 60px;
}
.listType ul li.reply.re3 dl dt .summery {
	left: 90px;
}
.listType ul li.reply.re4 dl dt .summery {
	left: 120px;
}
.listType ul li.reply.re5 dl dt .summery {
	left: 150px;
}
.listType ul li dl dt .summery .category {
	color: #ce3526;
}
.listType ul li dl dd {
	margin: 0;
	padding: 0;
	clear: both;
	word-break: keep-all;/*display:none;*/
}
.listType ul li dl dd .img {
	float: left;
	margin: 0 4% 0 0;
	padding: 0;
	width: 16%;
	height: 86px;
	overflow: hidden;
}
.listType ul li dl dd .img img {
	width: 100%;
	height: 100%;
	vertical-align: top;
}
.listType ul li dl dd .txt {
	float: left;
	margin: 0;
	padding: 0;
	width: 80%;
}
.galleryType {
	margin: 0 0 20px 0;
	padding: 0;
	border-bottom: solid 2px;
}
.galleryType ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	border-top: solid 2px;
}
.galleryType ul li {
	margin: 0;
	padding: 25px 0 50px 0;
	list-style-type: none;
	position: relative;
	width: 25%;
 *width: 24.9%;
	overflow: hidden;
	padding: 15px 0 20px 0;
	border-color: #bcbcbc;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	float: left;
}
.galleryType ul li .listNum {
	padding: 0 10%;
	color: #036ab1;
	font-size: 11px;
	font-family: malgunbd;
}
.galleryType ul li dl {
	margin: 0;
	padding: 0 10%;
	width: 80%;
}
.galleryType ul li dl dt {
	width: 100%;
	margin: 0;
	padding: 0 0 10px 0;
}
.galleryType ul li dl dt:after {
	content: "";
	display: block;
	clear: both;
}
.galleryType ul li dl dt a {
	line-height: normal;
}
.galleryType ul li dl dt p {
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	font-size: 14px;
	font-family: malgunbd;
	width: 100%;
	position: relative;
}
.galleryType ul li dl dt p a {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
	width: 88%;
	display: block;
}
.galleryType ul li dl dt span {
	font-size: 12px;
	bottom: 25px;
}
.galleryType ul li dl dt p span.replynum {
	position: absolute;
	left: 88%;
	bottom: 0px;
	width: 12%;
	text-align: right;
	color: #f00;
	display: inline-block;
	margin: 0;
	padding: 0;
}
.galleryType ul li dl dt .summery {
	position: absolute;
	left: 10%;
	bottom: 20px;
	display: block;
	float: none;
	padding: 0;
	font-size: 11px;
}
.galleryType ul li dl dt .summery .category {
	color: #ce3526;
}
.galleryType ul li dl dd {
	margin: 0;
	padding: 0;
	clear: both;
	word-break: keep-all;
}
.galleryType ul li dl dd .img {
	float: none;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 120px;
	overflow: hidden;
}
.galleryType ul li dl dd .img img {
	width: 100%;
	height: 100%;
	vertical-align: top;
}
.galleryType ul li dl dd .img input {
	width: 100%;
	height: 100%;
	vertical-align: top;
}
.galleryType {
	margin: 0 0 20px 0;
	padding: 0;
	border-bottom: solid 2px;
}
.galleryType ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	border-top: solid 2px;
}
.galleryType ul li {
	margin: 0;
	list-style-type: none;
	position: relative;
	width: 25%;
   *width: 24.9%;
	overflow: hidden;
	padding: 15px 0 20px 0;
	border-color: #bcbcbc;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	float: left;
}
.galleryType ul li .listNum {
	padding: 0 10%;
	color: #036ab1;
	font-size: 11px;
	font-family: malgunbd;
}
.galleryType ul li dl {
	margin: 0;
	padding: 0 10%;
	width: 80%;
}
.galleryType ul li dl dt {
	width: 100%;
	margin: 0;
	padding: 0 0 10px 0;
}
.galleryType ul li dl dt:after {
	content: "";
	display: block;
	clear: both;
}
.galleryType ul li dl dt a {
	line-height: normal;
}
.galleryType ul li dl dt p {
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	font-size: 14px;
	font-family: malgunbd;
	width: 100%;
	position: relative;
}
.galleryType ul li dl dt p a {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
	width: 88%;
	display: block;
}
.galleryType ul li dl dt span {
	font-size: 12px;
	bottom: 25px;
}
.galleryType ul li dl dt p span.replynum {
	position: absolute;
	left: 88%;
	bottom: 0px;
	width: 12%;
	text-align: right;
	color: #f00;
	display: inline-block;
	margin: 0;
	padding: 0;
}
.galleryType ul li dl dt .summery {
	position: absolute;
	left: 10%;
	bottom: 20px;
	display: block;
	float: none;
	padding: 0;
	font-size: 11px;
}
.galleryType ul li dl dt .summery .category {
	color: #ce3526;
}
.galleryType ul li dl dd {
	margin: 0;
	padding: 0;
	clear: both;
	word-break: keep-all;
}
.galleryType ul li dl dd .img {
	float: none;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 120px;
	overflow: hidden;
}
.galleryType ul li dl dd .img img {
	width: 100%;
	height: 100%;
	vertical-align: top;
}
.webzineType {
	margin: 0 0 20px 0;
	padding: 0;
	border-bottom: solid 2px;
}
.webzineType ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	border-top: solid 2px;
}
.webzineType ul li {
	margin: 0;
	list-style-type: none;
	position: relative;
	overflow: hidden;
	padding: 20px;
	border-color: #bcbcbc;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.webzineType ul li .listNum {
	position: absolute;
	right: 20px;
	top: 20px;
	color: #036ab1;
	font-size: 14px;
	font-family: malgunbd;
}
.webzineType ul li .img {
	width: 22%;
	float: left;
	margin: 0;
	padding: 0;
	height: 115px;
	overflow: hidden;
}
.webzineType ul li .img img {
	width: 100%;
	height: 100%;
	vertical-align: top;
}
.webzineType ul li dl {
	padding: 5px 0 0;
	float: right;
	width: 75%;
}
.webzineType ul li dl dt {
	width: 100%;
	margin: 0;
	padding: 0 0 10px 0;
}
.webzineType ul li dl dt:after {
	content: "";
	display: block;
	clear: both;
}
.webzineType ul li dl dt a {
	line-height: normal;
}
.webzineType ul li dl dt p {
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	font-size: 14px;
	font-family: malgunbd;
	position: relative;
}
.webzineType ul li dl dt p a {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
	width: 100%;/*display: block;*/
}
.webzineType ul li dl dt span {
	font-size: 12px;
	margin: 0 0 0 15px;
}
.webzineType ul li dl dt p span.replynum {
	position: absolute;
	left: 88%;
	bottom: 0px;
	width: 12%;
	text-align: right;
	color: #f00;
	display: inline-block;
	margin: 0;
	padding: 0;
}
.webzineType ul li dl dt .summery {
	position: absolute;
	left: 10%;
	bottom: 20px;
	display: block;
	float: none;
	padding: 0;
	font-size: 11px;
}
.webzineType ul li dl dt .summery .category {
	color: #ce3526;
}
.webzineType ul li dl dd {
	margin: 0;
	padding: 0;
	clear: both;
	word-break: break-all;
	text-align: inherit;
}
.calendarType {
	margin: 0 0 20px 0;
	padding: 0;
	border-bottom: #333 solid 2px;
}
.calendarHead {
	text-align: center;
	font-size: 20px;
	font-family: malgunbd;
	line-height: 20px;
	height: 25px;
	margin: 0 0 15px 0;
}
.calendarHead .current strong {
	font-size: 24px;
}
.calendarHead .prev, .calendarHead .next {
	padding: 0 10px;
	height: 35px;
	margin: 0 10px;
	font-size: 28px;
	color: #2570b3;
	background-color: #fff;
	border: none;
}
.calendarHead .prev:hover, .calendarHead .prev:focus, .calendarHead .next:hover, .calendarHead .next:focus {
	text-decoration: none;
	color: #fff !important;
	background-color: #036ab1;
}
.calendarType table {
	border-top: #333 solid 2px;
	background: #fff;
}
.calendarType table thead th {
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	padding: 5px 0;
	border-bottom: #333 solid 1px;
	width: 14%;
	background: #F5F5F5;
	color: #333;
}
.calendarType table thead th:first-child {
	padding: 0 0 0 1%;
}
.calendarType table thead th:last-child {
	padding: 0 1% 0 0;
}
.calendarType table td {
	text-align: right;
	font-size: 12px;
	font-weight: normal;
	padding: 10px 1% 40px 1%;
	width: 12%;
	border-bottom: #bcbcbc solid 1px;
	min-height: 80px;
	height: auto;
	/* *height:80px; */
	_height: 130px;
	vertical-align: top;
	position: relative;
	color: #333;
}
.calendarType table td a {
	display: block;
	width: auto;
	padding: 0;
	margin: 0 0 10px 0;
	line-height: 15px;
	font-family: malgunbd;
}
.calendarType table td a.btn_add {
	clear: both;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 96%;
	height: 28px;
	margin: 0;
	padding: 2px 2%;
	text-align: right;
	vertical-align: middle;
	font-size: 24px;
	font-family: malgunbd;
	line-height: 28px;
	display: block;
	border: 0;
}
.calendarType table td a.btn_add:hover, .calendarType table td a.btn_add:focus {
	text-decoration: none;
	color: #fff !important;
	background-color: #690 !important;
}
.calendarType table .sun {
	color: #C00;
}
.calendarType table .sat {
	color: #06C;
}
.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: 0 0 40px 0;
	padding: 0;
}
.PageController span {
	width: 30px;
	height: 30px;
	text-align: center;
	display: inline-block;
	font-family: Arial;
}
.PageController span a {
	font-size: 12px;
	font-family: malgunbd;
	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-size: 12px;
	font-family: malgunbd;
}
.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: #036ab1;
}
.PageController span.btn_first, .PageController span.btn_prev, .PageController span.btn_next, .PageController span.btn_prev10, .PageController span.btn_next10, .PageController span.btn_last {
	position: absolute;
	top: 0;
	width: 30px;
	height: 30px;
	text-align: center;
	display: inline-block;
}
.PageController span.btn_prev, .PageController span.btn_next {
	display: none;
}
.PageController span.btn_prev10, .PageController span.btn_next10 {
	display: inline-block;
}
.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 {
	left: 0;
}
.PageController span.btn_prev, .PageController span.btn_prev10 {
	left: 35px;
}
.PageController span.btn_next, .PageController span.btn_next10 {
	right: 35px;
}
.PageController span.btn_last {
	right: 0;
}
.PageController span.btn_first a {
	background-position: -5px -3px;
}
.PageController span.btn_first a:hover, .PageController span.btn_first a:focus {
	background-color: #036ab1;
	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: #036ab1;
	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: #036ab1;
	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: #036ab1;
	background-position: -5px -203px;
}
.listSearch {
	margin: 0;
	padding: 10px;
	text-align: center;
	font-family: malgunbd;
	line-height: 30px;
	border: dotted 1px;
}
.listSearch label {
	padding: 0 10px;
	display: inline;
}
.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: malgunbd;
	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: malgunbd;
	border-bottom: dotted 1px;
	overflow: hidden;
}
.viewHead .day p {
	margin: 0 0 0 20px;
	padding: 0;
	font-family: malgunbd;
	float: left;
	line-height: 25px;
}
.viewHead .day p.file {
	display: block;
	float: none;
	clear: both;
}
.viewHead .day p span {
	font-size: 12px;
	font-weight: normal;
}
.viewHead .day p.file span {
	padding: 0 10px 0 0;
}
.viewContents {
	position: relative;
	margin: 20px 20px 30px;
	padding: 0;
	font-size: 12px;
	word-break: break-all;
	text-align: inherit;
}

.viewContents p {
	margin: 0 !important;
}

.viewContents img {
	max-width: 100%;
}
.replyList {
	margin: 0;
	padding: 0;
}
.replyList h5 {
	font-family: malgunbd;
	font-size: 18px;
	margin: 0 0 10px 0;
	padding: 0;
	line-height: normal;
}
.replyList .commentlist {
	margin: 0;
	padding: 0;
	list-style: none;
}
.replyList .commentlist > li {
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
	display: block;
	position: relative;
	font-weight: normal;
}
.replyList .commentlist .comment-author {
	border-bottom: solid 1px;
	display: block;
	font-size: 16px;
	line-height: 1.8;
	font-weight: normal;
}
.replyList .commentlist .comment-author a {
	font-family: malgunbd;
}
.replyList .commentlist .comment-meta {
	position: absolute;
	top: 1em;
	right: 0;
	display: block;
	text-align: right;
}
.replyList .commentlist .comment-bt {
	border-top: 1px solid #ccc;
	padding: 5px 0 0;
	text-align: right;
}
.replyList .commentlist p {
	padding: 15px 0;
	margin: 0;
	line-height: 18px;
}
.replyWrite .commentform {
	border: solid 1px;
	margin: 0;
	padding: 4%;
}
.replyWrite .commentform p textarea {
	width: 100%;
}
.replyWrite .commentform .optional {
	margin: 0 0 10px 0;
	padding: 0;
	position: relative;
}
.replyWrite .commentform .optional p {
	width: 50%;
	margin: 0 0 5px 0;
	padding: 0;
	float: left;
}
.replyWrite .commentform .optional p label {
	display: inline-block;
	width: 20%;
	text-align: center;
}
.replyWrite .commentform .optional p input {
	width: 75%;
}
.pNav {
	display: block;
	overflow: hidden;
	margin: 15px 0;
	clear: both;
	font-size: 14px;
}
.pNav .prev {
	float: left;
	text-align: left;
}
.pNav .next {
	float: right;
	text-align: right;
	padding-right: 0.1em;
}
.pNav a {
	letter-spacing: -0.1em;
	font-weight: normal;
	text-decoration: none;
	line-height: 30px;
}
.pNav a:hover, .pNav a:focus {
	text-decoration: underline;
}
.agreeWrap {
	margin: 0 0 20px 0;
	overflow: hidden;
}
.agreeWrap .agreeTit {
	font-size: 16px;
	font-family: malgunbd;
	padding: 0;
	line-height: 25px;
	margin: 0 0 10px 0;
}
.agreeWrap .agreeBox {
	border: solid 1px;
	/*
	height:300px;
	overflow-y:auto;
	overflow-x:hidden;
	*/
	word-break: keep-all;
	margin: 0 0 5px 0;
	padding: 0;
	background: #FFF;
}
.agreeWrap .agreeBox .agreeContent {
	margin: 15px;
   *margin: 15px 30px 15px 15px;
	padding: 0;
}
.agreeWrap .agreeBox .agreeContent h6 {
	padding: 0 0 4px 0;
	margin: 0;
	font-size: 12px;
}
.agreeWrap .agreeBox .agreeContent table {
	margin: 0 0 5px 0;
}
.agreeWrap .agreeBox .agreeContent p {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 18px;
}
.agreeWrap .agreeBox .agreeContent ul {
	width: auto;
	margin: 4px 0 15px 10px;
	padding: 0;
	list-style: none;
}
.agreeWrap .agreeBox .agreeContent ul li {
	line-height: 18px;
	padding: 0;
	margin: 0;
}
.agreeCheck {
	vertical-align: middle;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	margin: 10px 0 30px 0;
	padding: 0;
}
.agreeCheck span {
	display: inline-block;
	max-width: 100%;
}
.agreeCheck input {
	vertical-align: middle;
}
.agreeCheck label {
	padding: 0 30px 0 0;
}
.WriteTitle {
	position: relative;
	min-height: 45px;
	overflow: hidden;
}
.WriteTitle .SmallTitle {
	margin: 0 0 10px 0;
}
.writeGuide {
	text-align: right;
	font-size: 12px;
	font-family: malgunbd;
	line-height: 18px;
	padding: 0;
	margin: 0; /* min-width:300px;*/
}
.WriteTitle .writeGuide {
	position: absolute;
	right: 0;
	bottom: 10px;
	margin: 0;
}
.writeType {
	border-top: solid 2px;
	border-bottom: solid 2px;
	padding: 0;
	margin: 0 0 20px 0;
}
.writeType table {
	width: 100%;
	border: none;
}
.writeType th {
	width: 20%;
	padding: 10px 0;
	text-align: left;
	border: none;
	border-bottom: #bcbcbc solid 1px;
}
.writeType td {
	width: 80%;
	padding: 10px 0;
	text-align: left;
	border: none;
	border-bottom: #bcbcbc solid 1px;
}
/* file_upload */
.UploadWrap {
	margin:0;
	padding:0;
	color:#666;
	font-size: 12px;
	font-family: malgun;
	font-weight:bold;
	line-height: 18px;
	}
.UploadWrap .contwrap {
	border-bottom:#ccc solid 1px;
	}
.UploadWrap span {
	display:inline-block;
	padding:10px 0;
	}
.UploadWrap .tit {
	width:152px;
	}
.UploadWrap .fileload {
	width:388px;
	}
.UploadWrap .filesize {
	width:208px;
	text-align:right;
	font-weight:normal;
	}
.UploadWrap .uploadList {
	width:99.8%;
	height:120px;
	margin:0;
	padding:0;
	overflow-y:scroll;
	border:#ccc solid 1px;
	border-bottom:none;
	/* background:url(/Common/Images/uploadfile_bg.gif) no-repeat center 50px; */
	}
.UploadWrap .uploadInfo {
	margin:0;
	padding:10px;
	border:#ccc solid 1px;
	border-bottom:none;
	background-color:#f2f2f2;
	}
.UploadWrap .uploadInfo .info {
	padding:10px 10px 10px 50px;
	background:url(/Common/Images/uploadfile.png) no-repeat 10px center;
	font-size:12px;
	font-weight:normal;
	}
.UploadWrap .uploadList .filelist {
	width:100%;
	min-width:740px;
	margin:0;
	padding:0;
	}
.UploadWrap .uploadList .filelist th {
	width:auto;
	margin:0;
	padding:4px 10px;
	border-bottom:#ccc solid 1px;
	text-align:center;
	}
.UploadWrap .uploadList .filelist th.th1 {
	width:20px;
	}
.UploadWrap .uploadList .filelist th.th2 {
	width:550px;
	}
.UploadWrap .uploadList .filelist th.th3 {
	width:110px;
	}
	
.UploadWrap .uploadList .filelist td {
	width:auto;
	margin:0;
	padding:4px 10px;
	font-weight:normal;
	border-bottom:none;
	text-align:center;
	}

.UploadWrap .uploadList .filelist td.subject {
	text-align:left;
	}
.UploadWrap .uploadList .filelist td.subject .uploadimg {
	margin:2px 4px;
	padding:0;
	width:36px;
	height:36px;
	vertical-align:middle;
	}

.ProfList {
	position: relative;
	padding: 0 0 0 200px;
	margin: 0;
	min-height: 320px;
}
.ProfList .ProfView {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	z-index: 10;
	margin: 0;
	padding: 10px;
	width: 180px;
	height: 300px;
	background: #ebeff2;
	border: none;
	text-align: center;
	color: #03305c;
	font-size: 12px;
	line-height: 15px;
}
.ProfList .ProfBox {
	margin: 0 0 10px 10px;
	padding: 0;
	float: left;
	width: 80px;
	height: 100px;
	background: #ebeff2;
	color: #03305c;
	font-size: 12px;
	line-height: 15px;
}
.ProfList .ProfBox.select {
	margin: 0;
	padding: 10px;
	float: none;
	width: 180px;
	height: 300px;
	background: #ebeff2;
	border: none;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	text-align: center;
}
.ProfList .ProfBox .P_photo {
	margin: 0 0 10px 0;
	padding: 0;
	width: 80px;
	height: 100px;
	overflow: hidden;
}
.ProfList .ProfBox.select .P_photo {
	margin: 0 0 10px 0;
	width: 180px;
	height: 225px;
}
.ProfList .ProfView .P_photo {
	margin: 0 0 10px 0;
	padding: 0;
	background: #32425c;
	width: 180px;
	height: 225px;
	overflow: hidden;
}
.ProfList .ProfBox .P_photo a {
	border: #7d8ba1 solid 1px;
	display: block;
	width: 78px;
	height: 98px;
}
.ProfList .ProfBox .P_photo a:hover, .ProfList .ProfBox .P_photo a:focus {
	border: #FFF solid 1px;
}
.ProfList .ProfBox.select .P_photo a {
	width: 178px;
	height: 223px;
}
.ProfList .ProfBox .P_photo img {
	width: 100%;
	height: 100%;
}
.ProfList .ProfBox .P_info, .ProfList .ProfBox .P_name, .ProfList .ProfBox .b_email {
	display: none;
}
.ProfList .ProfBox.select .P_info, .ProfList .ProfBox.select .P_name, .ProfList .ProfBox.select .b_email {
	display: block;
	color: #03305c;
	font-size: 12px;
	line-height: 15px;
	margin: 0;
	padding: 0;
	text-align: left;
}
.ProfList .ProfBox.select .P_info {
	height: 35px;
}
.ProfList .ProfBox.select .P_info .category {
	color: #3f90d8;
}
.ProfList .ProfBox.select .P_name {
	font-family: malgunbd;
}
.ProfList .ProfBox.select .P_name strong {
	font-size: 24px;
	line-height: 30px;
}
.ProfList .ProfBox.select .b_email {
	position: absolute;
	right: 10px;
	bottom: 10px;
}
.galleryType2 .galleryView {
	border: #3f90d8 solid 1px;
	padding: 35px 30px;
	margin: 30px 0;
	position: relative;
	height: 270px;
}
.galleryType2 .galleryView .g_photo {
	margin: 0 35px 0 0;
	width: 460px;
	height: 270px;
	float: left;
	overflow: hidden;
}
.galleryType2 .galleryView .g_photo img {
	width: 100%;
	height: 100%;
}
.galleryType2 .galleryView .g_cont {
	width: 385px;
	height: 270px;
	float: left;
	overflow: hidden;
}
.galleryType2 .galleryView .g_cont .category {
	margin: 0;
	padding: 0;
	font-size: 18px;
	color: #3f90d8;
	line-height: 24px;
}
.galleryType2 .galleryView .g_cont .tit {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 30px;
	color: #03305c;
	line-height: 36px;
	text-align: left;
}
.galleryType2 .galleryView .g_cont .text {
	margin: 0 0 30px 0;
	padding: 0;
	color: #606060;
	line-height: 18px;
	overflow: hidden;
	max-height: 100px;
}
.galleryType2 .galleryView .g_cont .summery {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 12px;
	color: #ccc;
	line-height: 18px;
}
.galleryType2 .galleryView .g_cont .summery span {
	color: #03305c;
}
.galleryType2 .galleryView .g_cont .btn_go {
	text-align: right;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 30px;
	bottom: 35px;
}
.galleryType2 .galleryView .g_cont .btn_go a {
	font-size: 12px;
	font-family: malgunbd;
	color: #03305c;
}
.galleryType2 .galleryView .g_cont .btn_go a:hover, .galleryType2 .galleryView .g_cont .btn_go a:focus {
	color: #3f90d8;
}
.galleryType2 .glleryList {
	margin: 0;
	padding: 0 0 0 30px;
	position: relative;
	white-space: nowrap;
	height: 135px;
	overflow: hidden;
}
.galleryType2 .glleryList ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.galleryType2 .glleryList ul li {
	margin: 0 30px 30px 0;
	padding: 0;
	list-style: none;
	width: 160px;
	height: 135px;
	overflow: hidden;
	float: left;
}
.galleryType2 .glleryList ul li a {
	display: block;
	width: 100%;
	height: 100%;
}
.galleryType2 .glleryList ul li a .thumb {
	margin: 0 0 10px 0;
	padding: 0;
	vertical-align: top;
	width: 158px;
	height: 103px;
	border: #fff solid 1px;
}
.galleryType2 .glleryList ul li a:hover .thumb, .galleryType2 .glleryList ul li a:focus .thumb, .galleryType2 .glleryList ul li.select a .thumb {
	border: #000 solid 1px;
}
.galleryType2 .glleryList ul li .tit {
	display: block;
	font-size: 12px;
	line-height: 18px;
	color: #000;
	text-align: left;
	white-space: normal;
}
.galleryType2 .glleryList ul li a:hover .tit, .galleryType2 .glleryList ul li a:focus .tit, .galleryType2 .glleryList ul li.select a .tit {
	color: #3f90d8;
}
.galleryType2 .glleryList a.btn-next, .galleryType2 .glleryList a.btn-previous {
	background-image: url(/Common/Images/SildesControllBtn.png);
	background-repeat: no-repeat;
	display: block;
	width: 20px;
	height: 20px;
	overflow: hidden;
	text-indent: -9999px;
	position: absolute;
	top: 44px;
	z-index: 10;
}
.galleryType2 .glleryList a.btn-next {
	right: 0px;
	background-position: -75px -40px;
}
.galleryType2 .glleryList a:hover.btn-next, .galleryType2 .glleryList a:focus.btn-next {
	background-position: -75px -20px;
}
.galleryType2 .glleryList a.btn-previous {
	left: 0px;
	background-position: -50px -40px;
}
.galleryType2 .glleryList a:hover.btn-previous, .galleryType2 .glleryList a:focus.btn-previous {
	background-position: -50px -20px;
}
/* 스크롤박스 */

.divScroll {
	position: relative;
	margin: 0 0 10px 0;
	padding: 15px;
	border: #e2e2e2 solid 1px;
	background-color: #fff;
}
.divScroll02 {
	position: relative;
	margin: 0 0 10px 0;
	padding: 0;
 *padding: 0 17px 0 0;
	border: #e2e2e2 solid 1px;
	background-color: #fff;
}
.divScroll.y, .divScroll02.y {
	height: 700px;
	overflow-y: scroll;
	overflow-x: hidden;
}
.divScroll.x, .divScroll02.x {
	overflow-x: scroll;
}
.divScroll table, .divScroll02 table {
	margin: 0;
}
.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: 98%; /*
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	*/
}
td textarea {
	width: 98%;
 *width: 94%;
}
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 {
	height: auto;
}
textarea, input[type="text"], input[type="tel"], input[type="password"] {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	-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);
	-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;
}
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 */
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
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: 22px;
	line-height: 30px;
}
select {
	min-width: 80px;
	max-width: 100%;
	background-color: #ffffff;
 *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;
	-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.warning:focus, select.warning:focus, textarea.warning:focus {
	border-color: #a47e3c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
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;
}
.mini {
	width: 60px !important;
}
.small {
	width: 90px !important;
}
.medium {
	width: 150px !important;
}
.large {
	width: 210px !important;
}
.xlarge {
	width: 270px !important;
}
.xxlarge {
	width: 530px !important;
}
.btnArea {
	text-align: right;
	margin: 0 0 20px 0;
}
.btn {
	padding: 2px 10px;
	font-size: 12px;
	line-height: normal;
	font-weight: normal; /*
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	*/
	text-decoration: none;
	display: inline-block;
 *display: inline;
 *zoom: 1;
	margin: 2px 0;
	font-family: malgunbd;
	color: #333333 !important;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	cursor: pointer;
	background-color: #f9f9f9;
	border: 1px solid #ccc;
	border-color: #ccc #ccc #999;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-bottom-color: #999;
	/*
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	*/
    /*
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	*/
	word-break: break-all;
	white-space: normal;
}
.btn:hover, .btn:focus, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
	color: #333333 !important;
	background-color: #e6e6e6;
}
.btn:active, .btn.active {
	background-color: #cccccc \9;
}
.btn:first-child {
 *margin-left: 0;
}
.btn:hover, .btn:focus {
	color: #333333 !important;
	text-decoration: none;
	background-position: 0 -15px;
	-webkit-transition: background-position 0.1s linear;
	-moz-transition: background-position 0.1s linear;
	-o-transition: background-position 0.1s linear;
	transition: background-position 0.1s linear;
}
.btn:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.btn.active, .btn:active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn.disabled, .btn[disabled] {
	cursor: default;
	background-image: none;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.btn-xlarge {
	padding: 11px 19px;
	font-size: 18px;
	line-height: normal;
	font-family: malgunbd; /*
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	*/
}
.btn-large {
	padding: 4px 12px;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px; /*
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	*/
}
.btn-small {
	padding: 1px 6px;
	font-size: 11px;
	line-height: normal;
	font-weight: normal; /*
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	*/
}
.btn-block {
	display: block;
	width: 100%;
	padding-right: 0;
	padding-left: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.btn-block + .btn-block {
	margin-top: 5px;
}
input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
	width: 100%;
}
.btn01.active, .btn03.active, .btn02.active {
	color: rgba(255, 255, 255, 0.75) !important;
}
.btn01 {
	color: #ffffff !important;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #006dcc;
	/*
	*background-color: #0044cc;
	background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
	background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
	background-image: -o-linear-gradient(top, #0088cc, #0044cc);
	background-image: linear-gradient(to bottom, #0088cc, #0044cc);
	background-repeat: repeat-x;
	*/
	border-color: #0044cc #0044cc #002a80;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); /*
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	*/
}
.btn01:hover, .btn01:focus, .btn01:active, .btn01.active, .btn01.disabled, .btn01[disabled] {
	color: #ffffff !important;
	background-color: #0044cc; /*
	*background-color: #003bb3;
	*/
}
.btn01:active, .btn01.active {
	background-color: #003399 \9;
}
.btn03 {
	color: #ffffff !important;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	/*
	*background-color: #bd362f;
	background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
	background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	*/
	border-color: #bd362f #bd362f #802420;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); /*
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	*/
}
.btn03:hover, .btn03:focus, .btn03:active, .btn03.active, .btn03.disabled, .btn03[disabled] {
	color: #ffffff !important;
	background-color: #bd362f; /*
	*background-color: #a9302a;
	*/
}
.btn03:active, .btn03.active {
	background-color: #942a25 \9;
}
.btn02 {
	color: #ffffff !important;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #690;
	/*
	*background-color: #51a351;
	background-image: -moz-linear-gradient(top, #62c462, #51a351);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
	background-image: -webkit-linear-gradient(top, #62c462, #51a351);
	background-image: -o-linear-gradient(top, #62c462, #51a351);
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	*/
	border-color: #588301 #588301 #4c7201;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); /*
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	*/
}
.btn02:hover, .btn02:focus, .btn02:active, .btn02.active, .btn02.disabled, .btn02[disabled] {
	color: #ffffff !important;
	background-color: #588301; /*
	*background-color: #499249;
	*/
}
.btn02:active, .btn02.active {
	background-color: #408140 \9;
}
.btn-gray {
	color: #ffffff !important;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #666;
	border-color: #555 #555 #000000;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.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 \9;
}
.point01 {
	color: #ce3526;
}
.point02 {
	/* color:#03C; */
	color: #265da5;
}
.btnTop {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: right;
}
.btnTop a {
	display: inline-block;
	width: 34px;
	height: 34px;
	margin: 0;
	padding: 0;
	background: url(/Common/Images/Sub_btntop_off.gif) no-repeat 0 0;
}
.btnTop a:hover {
	background: url(/Common/Images/Sub_btntop_on.gif) no-repeat 0 0;
}
.nolist {
	text-align: center;
	background: url(/Common/Images/ico_nolist.png) no-repeat center 10px;
	padding: 85px 0 0;
}
.GraphWrap .Grapinfo {
	margin:0;
	padding:0 0 4px 0;
	font-size:11px;
	font-weight:normal;
	}
.ProgressContainer {
	background-color:rgb(236,236,236);
	width:100%;
	height:10px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	-moz-box-shadow:0px 1px 0px rgba(255, 255, 255, 0.25), inset 0px 1px 3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow:0px 1px 0px rgba(255, 255, 255, 0.25), inset 0px 1px 3px rgba(0, 0, 0, 0.5);
	box-shadow:0px 1px 0px rgba(255, 255, 255, 0.25), inset 0px 1px 3px rgba(0, 0, 0, 0.5);
	position:relative;
	padding:0 !important;
}
/* .ProgressContainer .value {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000;
	line-height:18px;
	margin:0 5px;
	text-shadow:#000;
}

.ProgressContainer .right {
	position:absolute;
	right:0;
}
.ProgressContainer.v .bottom {
	position:absolute;
	bottom:0;
} */

.ProgressBar {
	padding:0 !important;
	background-image:-moz-linear-gradient(47% 94% 90deg, rgb(0,128,255) 0%, rgb(0,128,255) 1%, rgb(0,191,255) 99%, rgb(0,191,255) 100%);
	background-image:-webkit-gradient(linear, 47% 94%, 47% 7%, color-stop(0, rgb(0,128,255)), color-stop(0.01, rgb(0,128,255)), color-stop(0.99, rgb(0,191,255)), color-stop(1, rgb(0,191,255)));
	background-image:-webkit-linear-gradient(90deg, rgb(0,128,255) 0%, rgb(0,128,255) 1%, rgb(0,191,255) 99%, rgb(0,191,255) 100%);
	background-image:-o-linear-gradient(90deg, rgb(0,128,255) 0%, rgb(0,128,255) 1%, rgb(0,191,255) 99%, rgb(0,191,255) 100%);
	background-image:-ms-linear-gradient(90deg, rgb(0,128,255) 0%, rgb(0,128,255) 1%, rgb(0,191,255) 99%, rgb(0,191,255) 100%);
	background-image:linear-gradient(90deg, rgb(0,128,255) 0%, rgb(0,128,255) 1%, rgb(0,191,255) 99%, rgb(0,191,255) 100%);
	height:10px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	-moz-box-shadow:inset 0px 1px 3px rgb(32,73,112);
	-webkit-box-shadow:inset 0px 1px 3px rgb(32,73,112);
	box-shadow:inset 0px 1px 3px rgb(32,73,112);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff0080ff,endColorstr=#ff00bfff,GradientType=1)";
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff0080ff, endColorstr=#ff00bfff, GradientType=1);
	text-align:right;
}




@media all and (max-width:1000px) {
.pNav, .replyList .commentlist .comment-author {
	font-size: 18px;
}
.p_hidden {
	display: block;
}
.m_hidden {
	display: none;
}
table .m_hidden {
	display: none;
}
li.head span.m_hidden, li span.m_hidden {
	display: none !important;
}
.p_w15 {
	width: auto;
}
.divStyle01 {
	margin: 0 0 20px 0;
	padding: 0;
	line-height: 18px;
	font-size: 12px;
	text-align: justify;
}
.divStyle02L {
	float: none;
	width: auto;
	margin: 0 0 20px 0;
	padding: 0;
	line-height: 18px;
	font-size: 12px;
	text-align: justify;
}
.divStyle02R {
	float: none;
	width: auto;
	margin: 0 0 20px 0;
	padding: 0;
	line-height: 18px;
	font-size: 12px;
	text-align: justify;
}
.divStyle03L {
	float: none;
	width: auto;
	margin: 0 0 20px 0;
	padding: 0;
	line-height: 18px;
	font-size: 12px;
	text-align: justify;
}
.divStyle03C {
	float: none;
	width: auto;
	margin: 0 0 20px 0;
	padding: 0;
	line-height: 18px;
	font-size: 12px;
	text-align: justify;
}
.divStyle03R {
	float: none;
	width: auto;
	margin: 0 0 20px 0;
	padding: 0;
	line-height: 18px;
	font-size: 12px;
	text-align: justify;
}
.divStyle03LC {
	float: none;
	width: auto;
	margin: 0 0 20px 0;
	padding: 0;
	line-height: 18px;
	font-size: 12px;
	text-align: justify;
}
.divStyle03CR {
	float: none;
	width: auto;
	margin: 0 0 20px 0;
	padding: 0;
	line-height: 18px;
	font-size: 12px;
	text-align: justify;
}
.listStyle03 {
	margin: 0 0 20px 0;
	padding: 0;
	border-top-style: solid;
	border-top-width: 2px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.listStyle03 li {
	margin: 0;
	padding: 10px 0;
	list-style-type: none;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	text-align: left;
}
.listStyle03 li.head {
	font-family: malgunbd;
	font-weight: normal;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.listStyle03 span {
	padding: 0 2%;
	margin: 0;
	text-align: left;
	display: inline;
	width: auto;
}
.listStyle03 li.head span {
	display: inline;
	padding: 0 2%;
}
.listStyle03 span.tit {
	font-size: 18px;
	font-family: malgunbd;
	font-weight: normal;
	line-height: 25px;
	margin: 0 0 10px 0;
	display: block;
}
.listStyle04 {
	margin: 0 0 20px 0;
	padding: 0;
	border-top: #036ab1 solid 2px;
	background: #FFF;
}
.listStyle04 li {
	margin: 0;
	padding: 10px 0;
	list-style-type: none;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	border-bottom: #bcbcbc dashed 1px;
	text-align: left;
}
.listStyle04 li.head {
	border-bottom: #bcbcbc solid 1px;
	color: #464646;
	font-family: malgunbd;
	background: #f8f8f8;
}
.listStyle04 li.head span {
	display: inline;
	padding: 0 2%;
}
.listStyle04 span {
	padding: 0 2%;
	margin: 0;
	text-align: left;
	display: inline;
	width: auto;
}
.listStyle04 span.tit {
	font-size: 18px;
	font-family: malgunbd;
	line-height: 25px;
	margin: 0 0 10px 0;
	display: block;
}
.listStyle04 a {
	color: #036ab1;
}
.listType {
	margin: 0 0 20px 0;
	padding: 0;
}
.listType ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
}
.listType ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
	width: 100%;
	overflow: hidden;
	padding: 10px 0 30px 0;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}
.listType ul li.reply {
	padding: 25px 0 30px 30px;
	background-position: 10px 0px;
}
.listType ul li.reply.re2 {
	padding-left: 60px;
	background-position: 40px 0px;
}
.listType ul li.reply.re3 {
	padding-left: 90px;
	background-position: 70px 0px;
}
.listType ul li.reply.re4 {
	padding-left: 120px;
	background-position: 100px 0px;
}
.listType ul li.reply.re5 {
	padding-left: 150px;
	background-position: 130px 0px;
}
.listType ul li .listNum {
	position: static;
	right: auto;
	top: auto;
	color: #036ab1;
	font-size: 11px;
	font-family: malgunbd;
}
.listType ul li dl {
	margin: 0;
}
.listType ul li dl dt {
	width: 100%;
	margin: 0;
	padding: 0;
}
.listType ul li dl dt:after {
	content: "";
	display: block;
	clear: both;
}
.listType ul li dl dt a {
	line-height: normal;
}
.listType ul li dl dt p {
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	font-size: 16px;
	font-family: malgunbd;
}
.listType ul li dl dt .summery {
	position: absolute;
	left: 0;
	bottom: 10px;
	display: block;
	float: none;
	padding: 0;
	font-size: 11px;
}
.listType ul li.reply dl dt .summery {
	left: 30px;
}
.listType ul li dl dd {
	margin: 0;
	padding: 0;
	clear: both;
	word-break: keep-all;
	display: none;
}
.listType ul li dl dd .img {
	float: none;
	margin: 0 0 10px 0;
	padding: 0;
	width: 50%;
	height: 86px;
	overflow: hidden;
}
.listType ul li dl dd .img img {
	width: 100%;
	height: 100%;
	vertical-align: top;
}
.listType ul li dl dd .txt {
	float: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
.calendarList {
	margin: 0;
	padding: 10px 0 0 0;
}
.galleryType ul li {
	width: 50%;
	padding: 0;
}
.galleryType ul li dl dt p {
	font-size: 12px;
}
.galleryType ul li dl dt span {
/* font-size:12px;
	bottom:25px; */
}
.galleryType ul li dl dd .img {
	margin: 0 0 10px 0;
	height: 86px;
}
.PageController {
	position: relative;
	text-align: center;
	height: 40px;
	margin: 0 0 40px 0;
	padding: 0;
}
.PageController span {
	width: 40px;
	height: 40px;
	text-align: center;
	display: none;
	font-family: Arial;
}
.PageController span a {
	font-size: 12px;
	font-family: malgunbd;
	color: #555;
	display: block;
	height: 38px;
	line-height: 38px;
	border: #DDD solid 1px;
	text-decoration: none;
	text-align: center;
	background-color: #fff;
}
.PageController span.total {
	display: inline-block;
	width: auto;
	height: 38px;
	line-height: 38px;
	font-size: 12px;
	font-weight: normal;
}
.PageController span.total strong {
	font-size: 18px;
}
.PageController span.on a, .PageController span a:hover, .PageController span a:focus {
	color: #fff;
	border: #4b577c solid 1px;
	background-color: #ce3526;
}
.PageController span.btn_first, .PageController span.btn_prev, .PageController span.btn_next, .PageController span.btn_prev10, .PageController span.btn_next10, .PageController span.btn_last {
	position: absolute;
	top: 0;
	width: 40px;
	height: 40px;
	text-align: center;
	display: inline-block;
}
.PageController span.btn_prev, .PageController span.btn_next {
	display: inline-block;
}
.PageController span.btn_prev10, .PageController span.btn_next10 {
	display: none;
}
.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 {
	left: 0;
}
.PageController span.btn_prev, .PageController span.btn_prev10 {
	left: 45px;
}
.PageController span.btn_next, .PageController span.btn_next10 {
	right: 45px;
}
.PageController span.btn_last {
	right: 0;
}
.PageController span.btn_first a {
	background-position: 0 0px;
}
.PageController span.btn_first a:hover, .PageController span.btn_first a:focus {
	background-color: #ce3526;
	background-position: 0 -40px;
}
.PageController span.btn_prev a, .PageController span.btn_prev10 a {
	background-position: 0 -80px;
}
.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: #ce3526;
	background-position: 0 -120px;
}
.PageController span.btn_next a, .PageController span.btn_next10 a {
	background-position: 0 -240px;
}
.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: #ce3526;
	background-position: 0 -280px;
}
.PageController span.btn_last a {
	background-position: 0 -160px;
}
.PageController span.btn_last a:hover, .PageController span.btn_last a:focus {
	background-color: #ce3526;
	background-position: 0 -200px;
}
.listSearch {
	margin: 0;
	padding: 10px;
	text-align: center;
	font-family: malgunbd;
	line-height: 20px;
	border: dotted 1px;
}
.listSearch label {
	padding: 0 10px;
	display: block;
}
.replyWrite .commentform .optional p {
	width: 96%;
	margin: 0 0 5px 0;
	padding: 0 4% 0 0;
	float: none;
}
.viewHead .day p {
	margin: 0 20px 0 0;
}
.viewContents {
	margin: 20px 0 40px;
}
.WriteTitle .writeGuide {
	position: relative;
	margin: 0 0 10px 0;
}
.ProfList {
	position: relative;
	padding: 0;
	margin: 0;
	min-height: 320px;
}
.ProfList .ProfView {
	position: relative;
	margin: 0;
	padding: 10px;
	width: 180px;
	height: 300px;
	background: #ebeff2;
	border: none;
	text-align: center;
	color: #03305c;
	font-size: 12px;
	line-height: 15px;
}
.ProfList .ProfBox {
	margin: 10px 10px 0 0;
	padding: 0;
	float: left;
	width: 50px;
	height: 65px;
	background: #ebeff2;
	color: #03305c;
	font-size: 12px;
	line-height: 15px;
}
.ProfList .ProfBox.select {
	margin: 0;
	padding: 10px;
	float: none;
	width: 180px;
	height: 300px;
	background: #ebeff2;
	border: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}
.ProfList .ProfBox .P_photo {
	margin: 0 0 10px 0;
	padding: 0;
	width: 50px;
	height: 65px;
	overflow: hidden;
}
.ProfList .ProfBox.select .P_photo {
	margin: 0 0 10px 0;
	width: 180px;
	height: 225px;
}
.ProfList .ProfView .P_photo {
	margin: 0 auto 10px;
	padding: 0;
	background: #32425c;
	width: 180px;
	height: 225px;
	overflow: hidden;
}
.ProfList .ProfBox .P_photo a {
	border: #7d8ba1 solid 1px;
	display: block;
	width: 48px;
	height: 63px;
}
.ProfList .ProfBox .P_photo a:hover, .ProfList .ProfBox .P_photo a:focus {
	border: #FFF solid 1px;
}
.ProfList .ProfBox.select .P_photo a {
	width: 178px;
	height: 223px;
}
.ProfList .ProfBox .P_photo img {
	width: 100%;
	height: 100%;
}
.ProfList .ProfBox .P_info, .ProfList .ProfBox .P_name, .ProfList .ProfBox .b_email {
	display: none;
}
.ProfList .ProfBox.select .P_info, .ProfList .ProfBox.select .P_name, .ProfList .ProfBox.select .b_email {
	display: block;
	color: #03305c;
	font-size: 12px;
	line-height: 15px;
	margin: 0;
	padding: 0;
	text-align: left;
}
.ProfList .ProfBox.select .P_info {
	height: 35px;
}
.ProfList .ProfBox.select .P_info .category {
	color: #3f90d8;
}
.ProfList .ProfBox.select .P_name {
	font-family: malgunbd;
}
.ProfList .ProfBox.select .P_name strong {
	font-size: 24px;
	line-height: 30px;
}
.ProfList .ProfBox.select .b_email {
	position: absolute;
	right: 10px;
	bottom: 10px;
}
.galleryType2 .galleryView {
	border: #3f90d8 solid 1px;
	padding: 35px 30px;
	margin: 30px 0;
	position: relative;
	height: auto;
}
.galleryType2 .galleryView .g_photo {
	margin: 0 0 10px 0;
	width: auto;
	height: 200px;
	float: none;
	overflow: hidden;
}
.galleryType2 .galleryView .g_photo img {
	width: 100%;
	height: 100%;
}
.galleryType2 .galleryView .g_cont {
	width: auto;
	height: auto;
	float: none;
	overflow: auto;
}
.galleryType2 .galleryView .g_cont .category {
	margin: 0;
	padding: 0;
	font-size: 18px;
	color: #3f90d8;
	line-height: 24px;
}
.galleryType2 .galleryView .g_cont .tit {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 30px;
	color: #03305c;
	line-height: 36px;
}
.galleryType2 .galleryView .g_cont .text {
	margin: 0 0 30px 0;
	padding: 0;
	color: #606060;
	line-height: 18px;
	overflow: hidden;
	max-height: 100px;
}
.galleryType2 .galleryView .g_cont .summery {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 12px;
	color: #ccc;
	line-height: 18px;
}
.galleryType2 .galleryView .g_cont .summery span {
	color: #03305c;
}
.galleryType2 .galleryView .g_cont .btn_go {
	text-align: right;
	margin: 0;
	padding: 0;
	position: relative;
}
.galleryType2 .galleryView .g_cont .btn_go a {
	font-size: 12px;
	font-family: malgunbd;
	color: #03305c;
}
.galleryType2 .galleryView .g_cont .btn_go a:hover, .galleryType2 .galleryView .g_cont .btn_go a:focus {
	color: #3f90d8;
}
.galleryType2 .glleryList {
	margin: 0;
	padding: 0 0 0 30px;
	position: relative;
	white-space: nowrap;
	height: 90px;
	overflow: hidden;
}
.galleryType2 .glleryList ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.galleryType2 .glleryList ul li {
	margin: 0 8px 20px 0;
	padding: 0;
	list-style: none;
	width: 60px;
	height: 90px;
	overflow: hidden;
	float: left;
}
.galleryType2 .glleryList ul li a {
	display: block;
	width: 100%;
	height: 100%;
}
.galleryType2 .glleryList ul li a .thumb {
	margin: 0 0 5px 0;
	padding: 0;
	vertical-align: top;
	width: 58px;
	height: 49px;
	border: #fff solid 1px;
}
.galleryType2 .glleryList ul li a:hover .thumb, .galleryType2 .glleryList ul li a:focus .thumb, .galleryType2 .glleryList ul li.select a .thumb {
	border: #000 solid 1px;
}
.galleryType2 .glleryList ul li .tit {
	display: block;
	font-size: 11px;
	color: #000;
	text-align: left;
	white-space: normal;
}
.galleryType2 .glleryList ul li a:hover .tit, .galleryType2 .glleryList ul li a:focus .tit, .galleryType2 .glleryList ul li.select a .tit {
	color: #3f90d8;
}
.galleryType2 .glleryList a.btn-next, .galleryType2 .glleryList a.btn-previous {
	background-image: url(/Common/Images/SildesControllBtn.png);
	background-repeat: no-repeat;
	display: block;
	width: 20px;
	height: 20px;
	overflow: hidden;
	text-indent: -9999px;
	position: absolute;
	top: 18px;
	z-index: 10;
}
.galleryType2 .glleryList a.btn-next {
	right: 0px;
	background-position: -75px -40px;
}
.galleryType2 .glleryList a:hover.btn-next, .galleryType2 .glleryList a:focus.btn-next {
	background-position: -75px -20px;
}
.galleryType2 .glleryList a.btn-previous {
	left: 0px;
	background-position: -50px -40px;
}
.galleryType2 .glleryList a:hover.btn-previous, .galleryType2 .glleryList a:focus.btn-previous {
	background-position: -50px -20px;
}
.divScroll.y, .divScroll02.y {
	height: 385px;
}
.divScroll.y_1, .divScroll02.y_s {
	height: 200px;
}