/********************************************************************************************
	common style
********************************************************************************************/
* {
	margin: 0;
	padding: 0;
}

a:link {
	color: #525252;
	text-decoration: none;
	transition: all 0.25s;
}
a:active {
	color: #525252;
	text-decoration: none;
	transition: all 0.25s;
}
a:visited {
	color: #525252;
	text-decoration: none;
	transition: all 0.25s;
}
a:hover {
	color: #0E89C2;
	text-decoration: none;
	transition: all 0.25s;
}

hr {
	display: none;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

/********************************************************************************************
	layout style
********************************************************************************************/
body {
	font-family: '���� ���', 'Malgun Gothic', dotum, sans-serif;
	font-size: 13px;
	line-height: 1.58;
	color: #333;
	background-color: #e9eaed;
}

.innerWrap {
	position: relative;
	width: 1024px;
	margin: 0 auto;
}

#wrap {
	position: relative;
	width: 100%;
}

#header {
	width: 100%;
}
.utility {
	position: relative;
	width: 100%;
	height: 30px;
	background: #807e79 url(/assets/img/bg_gnb.png) left top;
	box-shadow: 0 3px 5px rgba(0,0,0,0.25);
	z-index: 200;
}
.utility .go-home {
	position: absolute;
	left: 0;
	top: 7px;
	font-size: 11px;
	color: #dfdfdf;
}
.utility .go-home:hover {
	color: #f8ab51;
}

.utility ul {
	position: absolute;
	right: 0;
	top: 0;
	list-style: none;
}
.utility ul li {
	float: left;
	height: 30px;
	line-height: 32px;
}
.utility ul li.divline {
	margin: 0 12px;
	font-size: 10px;
	color: #a7a6a3;
}
.utility ul li a {
	display: block;
	height: 30px;
	line-height: 30px;
	color: #dfdfdf;
}
.utility ul li a:hover {
	color: #f8ab51;
}

.header-area {
	height: 300px;
}
.header-area .bg-header {
	position: relative;
	width: 1024px;
	height: 300px;
	margin: 0 auto;
	/*background: url(/assets/img/bg_header_20210304.jpg) left top no-repeat;*/
	transition-duration: 1s;
}
/*.header-area .bg-header .kaah-logo {*/
/*position: absolute;*/
/*left: 150px;*/
/*top: 70px;*/
/*}*/
.header-area .bg-header .go-home {
	display: block;
	position: absolute;
	left: 0;
	top: 50px;
	width: 1025px;
	height: 250px;
	background: transparent;
}

/* gnb area */
.gnb-area-wrap {
	width: 100%;
	position: absolute;
	left: 0;
	top: 30px;
}
.gnb-area {
	position: relative;
	width: 100%;
	height: 50px;
	background-color: #4d2e27;
	background-color: rgb(77,46,39);
	background-color: rgba(77,46,39,0.9);
	z-index: 110;

	-ms-transition: position 0.8s;
	-moz-transition: position 0.8s;
	-webkit-transition: position 0.8s;
	-o-transition: position 0.8s;
	transition: position 0.8s;
}
.gnb-bg {
	position: absolute;
	left: 0;
	top: 50px;
	width: 100%;
	height: 0;
	border-bottom: 1px solid #4d2e27;
	background-color: #fff;
	background-color: rgb(255,255,255);
	background-color: rgba(255,255,255,0.95);
	box-shadow: 0 3px 8px rgba(0,0,0,0.15);

	z-index: 10;

	-ms-transition: height 0.25s;
	-moz-transition: height 0.25s;
	-webkit-transition: height 0.25s;
	-o-transition: height 0.25s;
	transition: height 0.25s;
}

/* gnb */
.gnb {
	position: relative;
	z-index: 20;
}
/* depth1 menu */
.gnb .depth1 {
	padding: 0;
	list-style: none;
}
.gnb .depth1 > li {
	position: relative;
	float: left;
	width: auto;
	margin: 0;
	padding: 0;
}
/* gnb sub */
.gnb .depth1 > li.gnbmain01 {
	width: 170px;
}
.gnb .depth1 > li.gnbmain02 {
	width: 170px;
}
.gnb .depth1 > li.gnbmain03 {
	width: 170px;
}
.gnb .depth1 > li.gnbmain04 {
	width: 170px;
}
.gnb .depth1 > li.gnbmain05 {
	width: 172px;
}
.gnb .depth1 > li.gnbmain06 {
	width: 172px;
}
.gnb .depth1 > li > a {
	position: relative;
	display: block;
	height: 50px;
	line-height: 52px;
	padding: 0;
	font-size: 15px;
	font-weight: bold;
	color: #dfdfdf;
	text-align: center;
	text-decoration: none;
	outline: none;
}
.gnb .depth1 > li a:hover,
.gnb .depth1 > li.active > a {
	color: #fff;
	background-color: #3a231e;
	background-color: rgb(58,35,30);
	background-color: rgba(58,35,30,0.45);
}
.gnb .depth1 > li.eaac > a {
	color: #bbb;
	font-weight: normal;
	background-color: #c64e40;
	background-color: rgb(163,39,31);
	background-color: rgba(163,39,31,0.45);
}
.gnb .depth1 > li.eaac > a:hover {
	color: #df9a93;
}
.gnb .depth1 > li .gnb-bar {
	position: absolute;
	top: 50px;
	left: 50%;
	display: block;
	width: 10px;
	margin: 0 0 0 -5px;
	padding: 0;
	z-index: 50;
}
.gnb .depth1 > li .gnb-bar .bar {
	display: block;
	width: 0;
	height: 0;
	border: 0;
	border-left: 0 solid transparent;
	border-right: 0 solid transparent;
	border-top: 0 solid #3a231e;
	background-color: #fff;

	-ms-transition: border-top 0.25s;
	-moz-transition: border-top 0.25s;
	-webkit-transition: border-top 0.25s;
	-o-transition: border-top 0.25s;
	transition: border-top 0.25s;
}

/* depth2 menu */
.gnb .depth1 > li .depth2 {
	position: absolute;
	left: 50%;
	top: 50px;
	height: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	list-style: none;
	border-right: 1px dashed #eee;
	z-index: 30;

	-ms-transition: height 0.25s;
	-moz-transition: height 0.25s;
	-webkit-transition: height 0.25s;
	-o-transition: height 0.25s;
	transition: height 0.25s;
}
/* sub menu */
.gnb .depth1 > li .depth2.sub01 {
	width: 170px;
	margin-left: -85px;
}
.gnb .depth1 > li .depth2.sub02 {
	width: 170px;
	margin-left: -85px;
}
.gnb .depth1 > li .depth2.sub03 {
	width: 170px;
	margin-left: -85px;
}
.gnb .depth1 > li .depth2.sub04 {
	width: 170px;
	margin-left: -85px;
}
.gnb .depth1 > li .depth2.sub05 {
	width: 172px;
	margin-left: -86px;
}
.gnb .depth1 > li .depth2.sub06 {
	width: 172px;
	margin-left: -86px;
}

.gnb .depth1 li > .depth2 > li {
	float: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
.gnb .depth1 > li .depth2 > li:first-child {
	margin-top: 10px;
}
.gnb .depth1 > li .depth2 > li a {
	display: block;
	width: 170px;
	margin: 0;
	padding: 3px 0;
	font-size: 13px;
	font-weight: normal;
	color: #3a231e;
	text-align: center;
	text-decoration: none;
	outline: none;
}
.gnb .depth1 > li .depth2 > li a:hover {
	color: #ba6907;
	background-color: #f2eae8;
}

#container {
	margin: 0 0 10px;
}
#container .innerWrap {
	width: 984px;
	padding: 20px;
	border-radius: 0 0 5px 5px;
	background-color: #fff;
}

/* .col1 */
.col1 {
	margin: 0 0 20px;
}
/* �α��� ���� */
.col1 .login-area {
	float: left;
	width: 224px;
	height: 132px;
	margin-right: 20px;
}

/* ���̽���, ������ȳ� */
.col1 .link-area {
	float: left;
	width: 238px;
	height: 132px;
}
.link-facebook {
	position: relative;
	float: left;
	overflow: hidden;
	width: 117px;
	margin-right:4px;
}
.link-facebook a {
	display: block;
	overflow: hidden;
	height: 40px;
	line-height: 42px;
	font-weight: bold;
	color: #dce3f1;
	text-align: center;
	border: 1px solid #3b5998;
	border-radius: 5px;
	background-color: #3b5998;
}
.link-facebook a i {
	position: absolute;
	left: 15px;
	top: 5px;
	color: #4d70b9;
	font-size: 62px;
}
.link-facebook a .title {
	position: absolute;
	right: 15px;
	top: 0;
	font-size: 13px;
	letter-spacing: -0.75px;
}

.link-naver {
	position: relative;
	float: left;
	overflow: hidden;
	width: 117px;
}
.link-naver a {
	display: block;
	height: 40px;
	line-height: 42px;
	font-weight: bold;
	color: #dce3f1;
	text-align: center;
	border: 1px solid #3eaf0e;
	border-radius: 5px;
	background: #3eaf0e url(/assets/img/icon_naver.png) 7px 3px no-repeat;
}
.link-naver a i {
	position: absolute;
	left: 15px;
	top: 5px;
	color: #4d70b9;
	font-size: 62px;
}
.link-naver a .title {
	position: absolute;
	right: 15px;
	top: 0;
	font-size: 13px;
	letter-spacing: -0.75px;
}

/* ��� ��ư ��Ÿ�� */
.link-event {
	position: relative;
	float: left;
	width: 117px;
	overflow: hidden;
	margin: 0 4px 3px 0;
}
.link-event a {
	display: block;
	height: 41px;
	line-height: 43px;
	font-size: 14px;
	font-weight: bold;
	color: #dfdfdf;
	text-align: center;
	border: 1px solid #3f3f3f;
	border-radius: 5px;
	background-color: #3f3f3f;
}
.link-event a i {
	position: absolute;
	left: 10px;
	top: 5px;
	color: #515151;
	font-size: 42px;
}
.link-event a .title {
	position: absolute;
	right: 15px;
	top: 0;
	font-size: 14px;
	letter-spacing: -0.75px;
}

.link-report {
	position: relative;
	float: left;
	overflow: hidden;
	width: 117px;
	margin: 0 0 3px;
}
.link-report a {
	display: block;
	height: 40px;
	line-height: 42px;
	font-weight: bold;
	color: #dce3f1;
	text-align: center;
	border: 1px solid #5e423c;
	border-radius: 5px;
	background-color: #5e423c;
}
.link-report a i {
	position: absolute;
	left: 10px;
	top: 5px;
	color: #7a554e;
	font-size: 56px;
}
.link-report a .title {
	position: absolute;
	right: 15px;
	top: 0;
	font-size: 13px;
	letter-spacing: -0.75px;
}

.link-explore {
	position: relative;
	float: left;
	width: 117px;
	overflow: hidden;
	margin: 0 4px 3px 0;
}
.link-explore a {
	display: block;
	height: 41px;
	line-height: 43px;
	font-size: 14px;
	font-weight: bold;
	color: #dfdfdf;
	text-align: center;
	border: 1px solid #5e423c;
	border-radius: 5px;
	background-color: #5e423c;
}
.link-explore a i {
	position: absolute;
	left: 10px;
	top: 5px;
	color: #7a554e;
	font-size: 42px;
}
.link-explore a .title {
	position: absolute;
	right: 15px;
	top: 0;
	font-size: 14px;
	letter-spacing: -0.75px;
}

.link-eaac {
	position: relative;
	float: left;
	overflow: hidden;
	width: 117px;
	margin: 0 0 3px;
}
.link-eaac a {
	display: block;
	height: 40px;
	line-height: 42px;
	font-weight: bold;
	color: #dfdfdf;
	text-align: center;
	border: 1px solid #3f3f3f;
	border-radius: 5px;
	background-color: #3f3f3f;
}
.link-eaac a i {
	position: absolute;
	left: 10px;
	top: 5px;
	color: #515151;
	font-size: 36px;
}
.link-eaac a .title {
	position: absolute;
	right: 15px;
	top: 0;
	font-size: 14px;
	letter-spacing: -0.75px;
}

.link-jah {
	position: relative;
	float: left;
	overflow: hidden;
	width: 117px;
	margin: 0 0 3px;
}
.link-jah a {
	display: block;
	height: 40px;
	line-height: 42px;
	font-weight: bold;
	color: #dfdfdf;
	text-align: center;
	border: 1px solid #3f3f3f;
	border-radius: 5px;
	background-color: #3f3f3f;
}
.link-jah a i {
	position: absolute;
	left: 10px;
	top: 5px;
	color: #515151;
	font-size: 36px;
}
.link-jah a .title {
	position: absolute;
	right: 10px;
	top: 6px;
	text-align: right;
	font-size: 11px;
	line-height: 1.3;
	letter-spacing: -0.75px;
}

/* ��� ��ư ��Ÿ�� - old */
/*.link-submission {*/
/*position: relative;*/
/*float: left;*/
/*width: 117px;*/
/*overflow: hidden;*/
/*margin: 0 4px 3px 0;*/
/*}*/
/*.link-submission a {*/
/*display: block;*/
/*height: 41px;*/
/*line-height: 43px;*/
/*font-size: 14px;*/
/*font-weight: bold;*/
/*color: #dfdfdf;*/
/*text-align: center;*/
/*border: 1px solid #3f3f3f;*/
/*border-radius: 5px;*/
/*background-color: #3f3f3f;*/
/*}*/
/*.link-submission a i {*/
/*position: absolute;*/
/*left: 10px;*/
/*top: 5px;*/
/*color: #515151;*/
/*font-size: 52px;*/
/*}*/
/*.link-submission a .title {*/
/*position: absolute;*/
/*left: 25px;*/
/*top: 0;*/
/*font-size: 14px;*/
/*letter-spacing: -0.75px;*/
/*}*/

/*.link-rule {*/
/*position: relative;*/
/*float: left;*/
/*overflow: hidden;*/
/*width: 117px;*/
/*margin: 0 0 3px;*/
/*}*/
/*.link-rule a {*/
/*display: block;*/
/*height: 40px;*/
/*line-height: 42px;*/
/*font-weight: bold;*/
/*color: #dce3f1;*/
/*text-align: center;*/
/*border: 1px solid #5e423c;*/
/*border-radius: 5px;*/
/*background-color: #5e423c;*/
/*}*/
/*.link-rule a i {*/
/*position: absolute;*/
/*left: 10px;*/
/*top: 5px;*/
/*color: #7a554e;*/
/*font-size: 56px;*/
/*}*/
/*.link-rule a .title {*/
/*position: absolute;*/
/*left: 25px;*/
/*top: 0;*/
/*font-size: 13px;*/
/*letter-spacing: -0.75px;*/
/*}*/

/*.link-board {*/
/*position: relative;*/
/*float: left;*/
/*width: 117px;*/
/*overflow: hidden;*/
/*margin: 0 4px 3px 0;*/
/*}*/
/*.link-board a {*/
/*display: block;*/
/*height: 41px;*/
/*line-height: 43px;*/
/*font-size: 14px;*/
/*font-weight: bold;*/
/*color: #dfdfdf;*/
/*text-align: center;*/
/*border: 1px solid #5d5d5d;*/
/*border-radius: 5px;*/
/*background-color: #5d5d5d;*/
/*}*/
/*.link-board a i {*/
/*position: absolute;*/
/*left: 10px;*/
/*top: 5px;*/
/*color: #767676;*/
/*font-size: 46px;*/
/*}*/
/*.link-board a .title {*/
/*position: absolute;*/
/*left: 55px;*/
/*top: 0;*/
/*font-size: 12px;*/
/*letter-spacing: -0.75px;*/
/*}*/

/*.link-qna {*/
/*position: relative;*/
/*float: left;*/
/*overflow: hidden;*/
/*width: 117px;*/
/*margin: 0 0 3px;*/
/*}*/
/*.link-qna a {*/
/*display: block;*/
/*height: 40px;*/
/*line-height: 42px;*/
/*font-weight: bold;*/
/*color: #dfdfdf;*/
/*text-align: center;*/
/*border: 1px solid #5d5d5d;*/
/*border-radius: 5px;*/
/*background-color: #5d5d5d;*/
/*}*/
/*.link-qna a i {*/
/*position: absolute;*/
/*left: 10px;*/
/*top: 5px;*/
/*color: #767676;*/
/*font-size: 36px;*/
/*}*/
/*.link-qna a .title {*/
/*position: absolute;*/
/*left: 60px;*/
/*top: 0;*/
/*font-size: 13px;*/
/*letter-spacing: -0.75px;*/
/*}*/

/* Ű���� �˻� */
.col1 .search-area {
	position: relative;
	float: right;
	width: 360px;
	height: 132px;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	background-color: #fff;
}
.col1 .search-area .search-inner h3 {
	position: relative;
	height: 34px;
	padding-left: 20px;
	line-height: 34px;
	border-bottom: 1px solid #e5e5e5;
	background-color: #f6f7f8;
}
.col1 .search-area .search-inner h3 .more {
	position: absolute;
	right: 15px;
	top: 0;
}
.col1 .search-area .search-inner h3 .more a {
	font-size: 11px;
	font-weight: normal;
	color: #999;
}
.col1 .search-area .search-inner h3 .more a:hover {
	color: #767676;
}

.form-area {
	margin: 0 0 8px;
	padding: 18px 20px 0 20px;
	overflow: hidden;
}
.form-area .keyword-input {
	float: left;
	display: block;
	width: 225px;
	height: 26px;
	margin: 0 5px 0 0;
	padding: 4px 10px;
	line-height: 26px;
	font-size: 13px;
	color: #767676;
	border: 3px solid #5e423c;
	border-radius: 2px;
	background-color: #fff;
}
.form-area .keyword-btn {
	float: right;
	display: block;
	width: 63px;
	height: 40px;
	line-height: 40px;
	padding: 0;
	font-size: 15px;
	font-weight: bold;
	color: #eee;
	text-align: center;
	border: 1px solid #5e423c;
	border-radius: 3px;
	background-color: #5e423c;
}

.more-info {
	margin: 0 0 0 20px;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: -0.75px;
}




/* .col2, .col3 */
.col2 {
	margin: 0 0 20px;
}

.col3 {

}
.main-notice {
	width: 480px;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
}
.main-notice h3 {
	position: relative;
	height: 34px;
	padding-left: 20px;
	line-height: 34px;
	border-radius: 2px;
	border-bottom: 1px solid #e5e5e5;
	background-color: #f6f7f8;
}
.main-notice h3 .more {
	position: absolute;
	right: 15px;
	top: 0;
}
.main-notice h3 .more a {
	font-size: 11px;
	font-weight: normal;
	color: #999;
}
.main-notice h3 .more a:hover {
	color: #767676;
}

.main-notice ul.notice-list {
	padding: 10px 20px;
	list-style: none;
}
.main-notice ul.notice-list li {
	height: 22px;
	line-height: 22px;
	margin: 0 0 2px;
}
.main-notice ul.notice-list li:last-child {
	margin: 0 0 5px;
}
.main-notice ul.notice-list li .title {
	float: left;
	width: 340px;
	text-overflow: ellipsis;
	-o-text-overflow :ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.main-notice ul.notice-list li .title a {
	color: #333;
}
.main-notice ul.notice-list li .title a .highlight {
	font-weight: bold;
	color: #cc0066;
}
.main-notice ul.notice-list li .title a:hover {
	color: #0E89C2;
}
.main-notice ul.notice-list li .date {
	float: right;
	color: #767676;
}

.notice1,
.notice3 {
	float: left;
}
.notice2,
.notice4 {
	float: right;
}

.notice4 .notice-list {
	/*min-height: 40px;*/
}


.col4 {

}
.mou-area {
	width: auto;
	margin: 20px 0 0;
}
.mou-list-area {
	position: relative;
	width: auto;
	padding: 12px 10px 11px;
}
.mou-list {
	width: auto;
	list-style: none;
	margin: 0 20px;
	overflow: hidden;
}
.mou-list li {
	float: left;
	width: 210px;
	margin: 0;
	padding: 0;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
.mou-list li a {
	display: inline-block;
	padding: 0 25px;
}
.mou-list-area .cycle-next {
	position: absolute;
	right: 15px;
	top: 20px;
	cursor: pointer;
}
.mou-list-area .cycle-prev {
	position: absolute;
	left: 15px;
	top: 20px;
	cursor: pointer;
}


/* slide banner */
.kaah-slider {

}
.kaah-slider .innerWrap {
	width: 984px;
	margin: 10px auto 0;
	padding: 20px;
	border-radius: 5px 5px 0 0;
	background-color: #fff;
}
.banner-area {
	width: 984px;
	height: 40px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}
.banner-area ul {
	width: 984px;
}

.banner-area ul li {
	width: 160px;
	height: 40px;
	margin: 0;
	margin-right: 6px;
}

.banner-area ul li a {
	width: 160px;
	height: 40px;
}
.banner-area ul li a img {
	max-width: 100%;
}

/* footer */
#footer {
	width: 100%;
	padding: 20px 0;
	background-color: #5a5855;
}
#footer address {
	margin: 0;
	font-style: normal;
}
#footer address > ul {
	margin-left: 20px;
	margin-bottom: 0;
	padding: 0;
	list-style: none;
}
#footer address > ul > li {
	margin: 0 0 1px;
	font-size: 12px;
	color: #dfdfdf;
}
#footer address > ul > li.copyright {
	margin-top: 10px;
	font-weight: bold;
	color: #eee;
}
#footer address > ul > li .divline {
	margin: 0 10px;
	line-height: 19px;
	font-weight: normal;
	font-size: 9px;
	color: #999;
}
#footer address > ul > li a.privacy {
	font-weight: bold;
	color: #f8ab51;
	text-decoration: underline;
}

#footer .kaah-logo-footer {
	position: absolute;
	right: 20px;
	top: 10px;
	width: 159px;
	height: 39px;
	background: url(/assets/img/footer_logo.jpg) left top no-repeat;
}

/********************************************************************************************
	sub style
********************************************************************************************/
#container.sub-container .innerWrap {

}

#snb {
	float: left;
	width: 224px;
	padding-left: 10px;
	background-color: #fff;
}
#snb .sub-login {
	margin: 0 0 20px;
}
#snb .snb {
	width: 194px;
	margin: 0 auto 20px;
}
#snb .keyword {

}

#contents {
	float: left;
	width: 680px;
	min-height: 500px;
	margin-left: 30px;
	padding: 0 20px 30px;
	background-color: #fff;
}
#contents .constitle {
	position: relative;
	border-bottom: 1px solid #a9b306;
}
#contents .constitle h4 {

}
#contents .constitle .breadcrumb {
	position: absolute;
	right: 0;
	top: 5px;
}

#contents .section {
	padding: 20px 0;
}
#contents .section.pos-relative {
	position: relative;
}
#contents .section .btn-download {
	position: absolute;
	top: 20px;
	right: 0;
	display: inline-block;
	padding: 5px 15px;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	border-radius: 2px;
	background-color: #125aac;
}
#contents .section .btn-download span {
	vertical-align: middle;
}
#contents .section .btn-download i {
	margin: 0 8px 0 0;
	font-size: 18px;
	vertical-align: middle;
}
#contents .section .history-btn-area {
	padding: 20px 0;
	text-align: right;
}
#contents .section .history-btn {
	display: inline-block;
	padding: 5px 15px;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	border-radius: 2px;
	background-color: #5c403a;
}

#contents .section img {
	max-width: 680px;
}

.tb-list {
	width: 100%;
	margin: 10px 0;
}
.tb-list th {
	padding: 5px 8px;
	border: 1px solid #dfdfdf;
	background-color: #f7f7f7;
}
.tb-list td {
	padding: 5px 8px;
	text-align: center;
	border: 1px solid #dfdfdf;
}
.tb-list td.ta-left {
	text-align: left;
}

/* tab */
.tb-tab {

}
.tb-tab td {
	padding: 0 13px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.tb-tab td a {
	color: #767676;
	font-size: 14px;
	transition: all 0.25s;
}
.tb-tab td a.on,
.tb-tab td a:hover {
	color: #855428;
	font-weight: bold;
}

#organs {
	margin: 10px 0 0;
}
#organs > li{
	display: none;
}
#organs > li.on{
	display: block;
}

#tab-contents > div{
	display: none;
}
#tab-contents > div.on{
	display: block;
}

/* sub01_4.jsp */
#contents .section .regulation-list {
	padding: 10px 0;
}
#contents .section .regulation-list >ul {
	border-top: 3px solid #5c403a;
}
#contents .section .regulation-list >ul li {
	position: relative;
	padding: 15px 10px;
	border-bottom: 1px solid #dfdfdf;
}
#contents .section .regulation-list >ul >li:nth-child(2n) {
	background-color: #f7f7f7;
}
#contents .section .regulation-list >ul >li .title {
	font-size: 15px;
	font-weight: bold;
}
#contents .section .regulation-list .btn-reg-download {
	position: absolute;
	top: 13px;
	right: 0;
	display: inline-block;
	width: 150px;
	padding: 5px 0 ;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	border-radius: 2px;
	background-color: #125aac;
}
.btn-pdf-down {
	position: absolute;
	top: 13px;
	right: 80px;
	display: inline-block;
	width: 70px;
	padding: 5px 0;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	color: #fff !important;
	border-radius: 2px;
	background-color: #de5347;
}
.btn-hwp-down {
	position: absolute;
	top: 13px;
	right: 0;
	display: inline-block;
	width: 70px;
	padding: 5px 0;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	color: #fff !important;
	border-radius: 2px;
	background-color: #125aac;
}
#contents .section .regulation-list .btn-reg-download.pdf {
	background-color: #de5347;
}
#contents .section .regulation-list .btn-reg-download.hwp {
	background-color: #125aac;
}
#contents .section .regulation-list .btn-reg-download,
#contents .section .regulation-list  .btn-reg-download span {
	vertical-align: middle;
}
#contents .section .btn-reg-download i {
	margin: 0 8px 0 0;
	font-size: 18px;
	vertical-align: middle;
}

/* sub01_6.jsp */
#contents .section .kaah-ai {
	padding: 10px 0;
}
#contents .section .kaah-ai ul {
	border-top: 3px solid #5c403a;
}
#contents .section .kaah-ai ul li {
	position: relative;
	padding: 15px 10px;
	border-bottom: 1px solid #dfdfdf;
}
#contents .section .kaah-ai ul li:nth-child(2n) {
	background-color: #f7f7f7;
}
#contents .section .kaah-ai ul li .title {
	font-size: 15px;
	font-weight: bold;
}
#contents .section .kaah-ai .btn-reg-download {
	position: absolute;
	top: 13px;
	right: 0;
	display: inline-block;
	width: 150px;
	padding: 5px 0 ;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	border-radius: 2px;
	background-color: #125aac;
}
#contents .section .kaah-ai .btn-reg-download.pdf {
	background-color: #de5347;
}
#contents .section .kaah-ai .btn-reg-download.zip {
	background-color: #125aac;
}
#contents .section .kaah-ai .btn-reg-download,
#contents .section .kaah-ai .btn-reg-download span {
	vertical-align: middle;
}
#contents .section.kaah-ai .btn-reg-download i {
	margin: 0 8px 0 0;
	font-size: 18px;
	vertical-align: middle;
}

/********************************************************************************************
	old style
********************************************************************************************/
a.graylink:link {font-family:dotum;font-size:9pt;color:#333333;text-decoration:none;}
a.graylink:active {font-family:dotum;font-size:9pt;color:#333333;text-decoration:none;}
a.graylink:visited {font-family:dotum;font-size:9pt;color:#333333;text-decoration:none;}
a.graylink:hover {font-family:dotum;font-size:9pt;color:#333333;text-decoration:none;}

a.conts:link {font-family:dotum;font-size:9pt;color:#6699CC;text-decoration:none;}
a.conts:active {font-family:dotum;font-size:9pt;color:#6699CC;text-decoration:none;}
a.conts:visited {font-family:dotum;font-size:9pt;color:#6699CC;text-decoration:none;}
a.conts:hover {font-family:dotum;font-size:9pt;color:#6699CC;text-decoration:underline;}

a.graylinkS:link {font-family:dotum;font-size:8pt;color:#676767;text-decoration:none;}
a.graylinkS:active {font-family:dotum;font-size:8pt;color:#676767;text-decoration:none;}
a.graylinkS:visited {font-family:dotum;font-size:8pt;color:#676767;text-decoration:none;}
a.graylinkS:hover {font-family:dotum;font-size:8pt;color:#676767;text-decoration:underline;}

a.whitelink:link {font-family:dotum; color:#ffffff; font-size:9pt; text-decoration:none;}
a.whitelink:visited {font-family:dotum; color:#ffffff; font-size:9pt; text-decoration:none;}
a.whitelink:active {font-family:dotum; color:#ffffff; font-size:9pt; text-decoration:none;}
a.whitelink:hover {font-family:dotum; color:#ffffff; font-size:9pt; text-decoration:underline;}

a.navylink:link {font-family:dotum;font-size:9pt;color:1575A7;text-decoration:none;}
a.navylink:active {font-family:dotum;font-size:9pt;color:1575A7;text-decoration:none;}
a.navylink:visited {font-family:dotum;font-size:9pt;color:1575A7;text-decoration:none;}
a.navylink:hover {font-family:dotum;font-size:9pt;color:1575A7;text-decoration:underline;}

a.leftlink:link {font-family:dotum;font-size:9pt;color:6D6D6D;font-weight:bold;text-decoration:none;}
a.leftlink:active {font-family:dotum;font-size:9pt;color:6D6D6D;font-weight:bold;text-decoration:none;}
a.leftlink:visited {font-family:dotum;font-size:9pt;color:6D6D6D;font-weight:bold;text-decoration:none;}
a.leftlink:hover {font-family:dotum;font-size:9pt;color:0E89C2;font-weight:bold;text-decoration:underline;}


.blackfont {font-family:dotum;font-size:9pt;color:#000000;}
.bluefont {font-family:dotum;font-size:9pt;color:#003366;}
.bluefontS {font-family:dotum;font-size:8pt;color:#003366;}
.bluefontB {font-family:dotum;font-size:9pt;color:#044F9B;font-weight:bold;}
.bluefontBS {font-family:dotum;font-size:9pt;color:#003366;font-weight:bold;}
.grayfontS {font-family:dotum;font-size:8pt;color:#676767;}
.greenfont {font-family:dotum;font-size:9pt;color:#F4FFD9;}
.greenfont2 {font-family:dotum;font-size:9pt;color:#339900;}
.pinkfont {font-family:dotum;font-size:9pt;color:#FF0066;}
.pinkfont2 {font-family:dotum;font-size:9pt;color:#800040;}
.redfont {font-family:dotum;font-size:9pt;color:#810A19;}
.redfontS {font-family:dotum;font-size:8pt;color:#810A19;}
.redfontB {font-family:dotum;font-size:9pt;color:#810A19;font-weight:bold;}
.redfontBS {font-family:dotum;font-size:8pt;color:#810A19;font-weight:bold;}
.whitefont {font-family:dotum;font-size:9pt;color:#ffffff;}
.whitefontS {font-family:dotum;font-size:8pt;color:#ffffff;}
.whitefontB {font-family:dotum;font-size:9pt;color:#ffffff;font-weight:bold;}
.yellowfont {font-family:dotum;font-size:9pt;color:#996600;}

td.left_margin {padding-left:10px;}
td.right_margin {padding-right:10px;}

.box1 {font-size: 9pt; color:#555555; border:0; background-color:#ffffff}
.box2 {border-right: #DFDFDF 1px solid; border-top: #DFDFDF 1px solid; border-left: #DFDFDF 1px solid; border-bottom: #DFDFDF 1px solid; padding-left: 1px; font-size: 9pt; color: #000000;  font-family: dotum,verdana; background-color: #F3F3F3; text-decoration: none}
.box3 {border-right: #C2BCA8 1px solid; border-top: #C2BCA8 1px solid; border-left: #C2BCA8 1px solid; border-bottom: #C2BCA8 1px solid; padding-left: 1px; font-size: 9pt; color: #000000;  font-family: dotum,verdana; background-color: #FFFFFF; text-decoration: none}

.chost_table {
	color: #333 !important;
	BACKGROUND: #fff !important;
}
.chost_table td {
	border: 1px solid #ccc !important;
}

.chost_header {
	padding: 5px 10px !important;
	border: 1px solid #ccc !important;
	background-color: #efefef !important;
}

.chost_table_header {
	padding: 5px 10px !important;
	border: 1px solid #ccc !important;
	background-color: #efefef !important;
}

.chost_table_body {
	color: #666666 !important;
	border: 1px solid #ccc !important;
	background-color: #ffffff !important;
}


.chost_table_register {
	color: #666666 !important;
	background-color: #ffffff !important;
}

.chost_table_register_header {
	padding: 5px 10px !important;
	border: 1px solid #ccc !important;
	background-color: #efefef !important;
}

.chost_table_register_body {
	color: #666666 !important;
	border: 1px solid #ccc !important;
	background-color: #ffffff !important;
}

.chost_btn_sch {
	font-size: 12px !important;
	line-height: 16px !important;
	text-decoration: none !important;
	color: #FFFFFF !important;
	margin: 0px !important;
	padding: 1px 0px 0px !important;
	background-color: #6091c3 !important;
	clear: both !important;
}

.chost_btn {
	font-size: 12px !important;
	line-height: 16px;
	text-decoration: none !important;
	color: #FFFFFF !important;
	margin: 0px !important;
	padding: 1px 0px 0px !important;
	background-color: #7998b7 !important;
	clear: both !important;
}

/* paper */
.paper_tr_header {

}
.paper_td_header {
	padding: 5px 10px !important;
	border: 1px solid #ccc !important;
	background-color: #efefef !important;
}
.paper_tr_body {
	color: #666666 !important;
	border: 1px solid #ccc !important;
	background-color: #ffffff !important;
}

.paper_td_body {
	padding: 2px !important;
	color: #666666 !important;
	border: 1px solid #ccc !important;
	background-color: #ffffff !important;
}
.paper_btn_sch {
	font-size: 12px !important;
	line-height: 16px !important;
	text-decoration: none !important;
	color: #FFFFFF !important;
	margin: 0px !important;
	padding: 1px 0px 0px !important;
	background-color: #7998b7 !important;
	clear: both !important;
}
.paper_btn {
	font-size: 12px !important;
	line-height: 16px;
	text-decoration: none !important;
	color: #FFFFFF !important;
	margin: 0px !important;
	padding: 1px 0px 0px !important;
	background-color: #7998b7 !important;
	clear: both !important;
	cursor: pointer;
}
.smallmenu {
	font-size: 11px;
	color: #3271b1;
}

/*****************************************************************
	calendar
*****************************************************************/
/* date area */
.cal-date {
	margin: 10px 0 20px;
	text-align: center;
}
.date-area {
	display: inline-block;
	margin: 0 20px;
	vertical-align: middle;
	font-size: 18px;
	font-weight: bold;
}
.cal-date .btn-cal {
	display: inline-block;
	width: 40px;
	height: 24px;
	margin: 0 5px;
}
.cal-date .btn-cal a {
	display: inline-block;
	width: 40px;
	height: 24px;
	line-height: 22px;
	text-align: center;
	vertical-align: middle;
	font-size: 18px;
	color: #482c25;
	border: 1px solid #482c25;
	border-radius: 3px;
	background-color: #fff;
}
.cal-date .btn-cal a:hover {
	color: #fff;
	background-color: #482c25;
}
.cal-date .btn-cal a i {

}

/* calendar area */
.frmCalendar {

}
.frmCalendar .tb-calendar {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}
.frmCalendar .tb-calendar th {
	padding: 5px 10px;
	color: #fff;
	border: 1px solid #855245;
	background-color: #482c25;
}
.frmCalendar .tb-calendar td {
	padding: 0;
	vertical-align: top;
	border: 1px solid #dfdfdf;
}
.frmCalendar .tb-calendar td .cal_default {
	margin: 0 0 5px;
	padding: 3px 5px;
	background-color: #f7f7f7;
}
.frmCalendar .tb-calendar td .cal_conts_frame {
	margin: 0;
	padding: 0;
}
.frmCalendar .tb-calendar td .cal_conts_frame .cal_conts_ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.frmCalendar .tb-calendar td .cal_conts_frame .cal_conts_ul .cal_conts_title {
	margin: 0 5px 1px;
	padding: 0;
	list-style: none;
}
.frmCalendar .tb-calendar td .cal_conts_frame .cal_conts_ul .cal_conts_title a {
	display: block;
	width: auto;
	padding: 1px 5px 2px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 11px;
	color: #fff;
	border: 1px solid #479ab6;
	border-radius: 2px;
	background-color: #479ab6;
}
.frmCalendar .tb-calendar td .cal_conts_frame .cal_conts_ul .cal_conts_title a:hover {
	color: #479ab6;
	background-color: #fff;
}

/* �Խ��� ��Ÿ�� */
#boardViewArea {

}
#boardViewArea table {
	max-width: 586px;
	margin: 0 auto;
}
#boardViewArea table th {
	padding: 7px 10px;
	border: 1px solid #000;
}
#boardViewArea table td {
	padding: 7px 10px;
	border: 1px solid #000;
}

/* custom table */
#boardViewArea table.kaah-table {
	max-width: 586px;
	margin: 0 auto;
	border-collapse: collapse;
}
#boardViewArea table.kaah-table th {
	padding: 7px 10px;
	font-weight: bold;
	border: 1px solid #ccc;
	background-color: #f7f7f7;
}
#boardViewArea table.kaah-table td {
	padding: 7px 10px;
	border: 1px solid #ccc;
}
