@charset "UTF-8";

/* CONTENTS */

.pb30 { padding-bottom: 30px !important; }
.pt30 { padding-top: 30px !important; }

/* 20150422 ADD */
.pl10 { padding-left: 10px !important; }



#contents {  }


/* PAGE TITLE AREA - H2 / CRUMB */
.location { clear: both; width: 100%;height: 59px; border-bottom: #7f7f7f 2px solid; position: relative; margin-bottom: 10px; }
.location h2 { color: #444444; font-size: 23px; font-family: 'MalgunGothic'; padding-top: 24px; font-weight: bold; }
.location .crumb { position: absolute; top: 30px; right: 0; color: #888888; }
.location .crumb strong { color: #666666; }


/* TABLE STYLE */

/* LIST TABLE */
.boardList { clear: both; width: 100%; }
.boardList th { background-color: #d4d4d4; padding: 11px 0 12px 0; text-align: center; border-top: #bdbdbd 1px solid; border-bottom: #bdbdbd 1px solid; color: #555555; }
.boardList td { padding: 11px 10px 12px 10px; border-bottom: #e4e4e4 1px solid; background-color: #fff; }
.boardList tbody tr:nth-child(even) td { background-color: #f4f4f4; }
.boardList td span { padding-left: 7px; }

.tc { text-align: center; } /* text-align: center; */

.boardList a { text-decoration: underline;}



/* PAGING */
.paging { padding: 30px 0 10px 0; text-align: center; }
.paging a { vertical-align: top; }
.paging ul { display: inline; padding: 0 10px; }
.paging li { display: inline; padding: 0 3px; font-weight: bold; }
.paging li a { display: inline-block; color: #666666; width: 26px; height: 26px; line-height: 26px; background-color: #f4f4f4; }
.paging li a:hover,
.paging li a:focus,
.paging li.on a { color: #fff; background-color: #feb028; }

.paging .prev { display: inline-block; width: 26px; height: 26px; background: url("../../img/prevBt.png") no-repeat 0 0; overflow: hidden; text-indent: -9999em; }

.paging .prev:focus,
.paging .prev:hover { background: url("../../img/prevBt_ovr.png") no-repeat 0 0; }

.paging .prev:active { background: url("../../img/prevBt_sel.png") no-repeat 0 0; }

.paging .prev.disable { background: url("../../img/prevBt_dis.png") no-repeat 0 0; }


.paging .next { display: inline-block; width: 26px; height: 26px; background: url("../../img/nextBt.png") no-repeat 0 0; overflow: hidden; text-indent: -9999em; }

.paging .next:focus,
.paging .next:hover { background: url("../../img/nextBt_ovr.png") no-repeat 0 0; }

.paging .next:active { background: url("../../img/nextBt_sel.png") no-repeat 0 0; }

.paging .next.disable { background: url("../../img/nextBt_dis.png") no-repeat 0 0; }



/* VIEW TABLE 1 */
.boardView { clear: both; width: 100%; border-top: #dedede 1px solid; border-bottom: #bdbdbd 1px solid; }
.boardView th { text-align: left; padding: 12px 0 10px 33px; background: #f4f4f4 url("../../img/bullet03.png") no-repeat 20px 17px; color: #555555; }
.boardView td { background-color: #f4f4f4; color: #777777; }
.boardView .file th, .boardView .file td { background-color: #ececec; border-top :#bdbdbd 1px solid; }

/* VIEW TABLE 2 */
.boardView2 { width: 100%; border-top: #bdbdbd 1px solid; border-bottom: #bdbdbd 1px solid; }
.boardView2 th { text-align: left; padding: 7px 0 7px 33px; background: #ececec url("../../img/bullet03.png") no-repeat 20px 17px; color: #555555; }
.boardView2 td { padding: 7px 0 7px 0; background-color: #ececec; color: #777777; border-right: #bdbdbd 1px solid;  }
.boardView2 td p { position: relative; height: 24px; line-height: 24px; }
.boardView2 td:last-child { border-right: none; }

.boardView2 td a { position: absolute; top: 0; right: 8px; font-weight: bold; color: #666666; background: url("../../img/bt00.png") no-repeat 0 0; height: 24px; line-height: 24px; text-align: center; width: 79px; }
.boardView2 td a:focus, .boardView2 td a:hover { background: url("../../img/bt00_on.png") no-repeat 0 0; color: #fff; }



/* PAGE SMALL TITLE - H3 / BUTTON */
.sTitle { clear: both; width: 100%; height: 33px; padding-bottom: 8px; position: relative; }
.sTitle h3 { color: #ec353c; background: url("../../img/bullet00.png") no-repeat 0 22px; padding: 17px 0 0 10px; }
.sTitle h3 p { display: inline; font-size: 12px; font-weight: normal; color: #666666; padding: 0 0 0 5px; }
.sTitle h3 p span { color: #ec353c; font-weight: bold; }




.sTitle .btnBox { position: absolute; top: 0; right: 0; height: 34px; }



.bt01 { background: url("../../img/bt01.png") no-repeat right top; cursor: pointer; display: inline-block; padding-right: 3px; color: #888888; font-weight: bold; height: 31px; }
.bt01 span { background: url("../../img/bt01.png") no-repeat left top; display: inline-block; height: 31px; line-height: 31px; padding: 0 20px 0 22px; text-align: center; }
.bt01:hover, .bt01:focus { background: url("../../img/bt01_on.png") no-repeat right top; color: #fff; }
.bt01:hover span, .bt01:focus span { background: url("../../img/bt01_on.png") no-repeat left top; }

.bt01.bt_re span {
	background: url("../../img/icon_re.png"), url("../../img/bt01.png");
	background-repeat: no-repeat, no-repeat;
	background-position: 12px 9px, left top;
	padding: 0 10px 0 35px;
	}
.bt01.bt_re:hover span, .bt01.bt_re:focus span {
	background: url("../../img/icon_re_on.png"), url("../../img/bt01_on.png");
	background-repeat: no-repeat, no-repeat;
	background-position: 12px 9px, left top;
	padding: 0 10px 0 35px;
	}

.bt01.bt_em span {
	background: url("../../img/icon_em.png"), url("../../img/bt01.png");
	background-repeat: no-repeat, no-repeat;
	background-position: 13px 8px, left top;
	padding: 0 10px 0 33px;
	}
.bt01.bt_em:hover span, .bt01.bt_em:focus span {
	background: url("../../img/icon_em_on.png"), url("../../img/bt01_on.png");
	background-repeat: no-repeat, no-repeat;
	background-position: 13px 8px, left top;
	padding: 0 10px 0 33px;
	}

.bt01.bt_del span {
	background: url("../../img/icon_del.png"), url("../../img/bt01.png");
	background-repeat: no-repeat, no-repeat;
	background-position: 13px 8px, left top;
	padding: 0 10px 0 33px;
	}
.bt01.bt_del:hover span, .bt01.bt_del:focus span {
	background: url("../../img/icon_del_on.png"), url("../../img/bt01_on.png");
	background-repeat: no-repeat, no-repeat;
	background-position: 13px 8px, left top;
	padding: 0 10px 0 33px;
	}

.bt01.bt_dw span {
	background: url("../../img/icon_dw.png"), url("../../img/bt01.png");
	background-repeat: no-repeat, no-repeat;
	background-position: 13px 8px, left top;
	padding: 0 10px 0 33px;
	}
.bt01.bt_dw:hover span, .bt01.bt_dw:focus span {
	background: url("../../img/icon_dw_on.png"), url("../../img/bt01_on.png");
	background-repeat: no-repeat, no-repeat;
	background-position: 13px 8px, left top;
	padding: 0 10px 0 33px;
	}

.bt01.bt_ins span {
	background: url("../../img/icon_ins.png"), url("../../img/bt01.png");
	background-repeat: no-repeat, no-repeat;
	background-position: 13px 9px, left top;
	padding: 0 10px 0 33px;
	}
.bt01.bt_ins:hover span, .bt01.bt_ins:focus span {
	background: url("../../img/icon_ins_on.png"), url("../../img/bt01_on.png");
	background-repeat: no-repeat, no-repeat;
	background-position: 13px 9px, left top;
	padding: 0 10px 0 33px;
	}

.bt01.bt_can span {
	background: url("../../img/icon_can.png"), url("../../img/bt01.png");
	background-repeat: no-repeat, no-repeat;
	background-position: 13px 10px, left top;
	padding: 0 10px 0 33px;
	}
.bt01.bt_can:hover span, .bt01.bt_can:focus span {
	background: url("../../img/icon_can_on.png"), url("../../img/bt01_on.png");
	background-repeat: no-repeat, no-repeat;
	background-position: 13px 10px, left top;
	padding: 0 10px 0 33px;
	}

.bt02 { background: url("../../img/bt02.png") no-repeat right top; cursor: pointer; display: inline-block; padding-right: 3px; color: #fff; font-weight: bold; height: 34px; font-size: 14px; }
.bt02 span { background: url("../../img/bt02.png") no-repeat left top; display: inline-block; height: 34px; line-height: 34px; padding: 0 26px 0 28px; text-align: center; }
.bt02:hover, .bt02:focus { background: url("../../img/bt02_on.png") no-repeat right top; color: #fff; }
.bt02:hover span, .bt02:focus span { background: url("../../img/bt02_on.png") no-repeat left top; }


.bt03 { background: url("../../img/bt03.png") no-repeat right top; cursor: pointer; display: inline-block; padding-right: 3px; color: #fff; font-weight: bold; height: 30px; font-size: 13px; }
.bt03 span { background: url("../../img/bt03.png") no-repeat left top; display: inline-block; height: 30px; line-height: 30px; padding: 0 26px 0 28px; text-align: center; }
.bt03:hover, .bt03:focus { background: url("../../img/bt03_on.png") no-repeat right top; color: #fff; }
.bt03:hover span, .bt03:focus span { background: url("../../img/bt03_on.png") no-repeat left top; }

.bt03.bt_mdf span {
	background: url("../../img/icon_mdf.png"), url("../../img/bt03.png");
	background-repeat: no-repeat, no-repeat;
	background-position: 27px 8px, left top;
	padding: 0 25px 0 50px;
	}

.bt03.bt_mdf:hover span, .bt03.bt_mdf:focus span {
	background: url("../../img/icon_mdf.png"), url("../../img/bt03_on.png");
	background-repeat: no-repeat, no-repeat;
	background-position: 27px 8px, left top;
	padding: 0 25px 0 50px;
	}

.bt03.bt_list span {
	background: url("../../img/icon_list.png"), url("../../img/bt03.png");
	background-repeat: no-repeat, no-repeat;
	background-position: 27px 9px, left top;
	padding: 0 25px 0 50px;
	}
.bt03.bt_list:hover span, .bt03.bt_list:focus span {
	background: url("../../img/icon_list.png"), url("../../img/bt03_on.png");
	background-repeat: no-repeat, no-repeat;
	background-position: 27px 9px, left top;
	padding: 0 25px 0 50px;
	}



/* SEARCH AREA */
.searchArea { clear: both; border-top: #dfdfdf 1px solid; border-bottom: #dfdfdf 1px solid; background-color: #ededed; padding: 20px; margin-bottom: 30px; z-index: 1000; position: relative; }
.searchArea select { z-index: 1000; }

.searchTable { width: 100%; border-bottom: #dadada 1px solid; margin-bottom: 20px; }
.searchTable th { font-family: 'MalgunGothic'; text-align: left; padding: 0; vertical-align: top; font-size: 14px; color: #777777; height: 24px; }
.searchTable td { padding: 0 0 19px 0; }

.searchArea .box table:last-child { border: none; width: 75%; margin: 0; }
.searchArea .box table:last-child td { padding: 0; }

.searchTable input[type="text"] { height: 28px; line-height: 28px; background-color: #fff; border: #dadada 1px solid; padding: 0 5px; border-radius: 2px; }
.searchTable select { height: 30px; background-color: #fff; border: #dadada 1px solid; width: 128px; }
.searchTable input[type="text"]:focus, .searchTable input[type="text"]:hover { border: #feb028 1px solid; }
.searchTable select:focus, .searchTable select:hover { border: #feb028 1px solid; }

.searchTable .date { display: inline; padding: 0 7px 0 0; vertical-align: middle; }
.searchTable .date a { display: inline-block; width: 41px; height: 28px; line-height: 28px; text-align: center; border: #d2d2d2 1px solid; background-color: #f3f3f3; border-radius: 2px; color: #666666; }
.searchTable .date a:focus, .searchTable .date a:hover, .searchTable .date a.on { border: #ed9420 1px solid; background-color: #feb028; border-radius: 2px; color: #fff; font-weight: bold; }


.searchBtn { 
	background: url("../../img/searchBtn.png");
	background-repeat: no-repeat;
	background-position: right top;
	position: absolute; bottom: 20px; right: 20px; cursor: pointer; display: inline-block; padding-right: 3px; color: #fff; font-weight: bold; font-size: 13px; }
.searchBtn span { 
	background: url("../../img/search.png"), url("../../img/searchBtn.png");
	background-repeat: no-repeat, no-repeat;
	background-position: 28px 9px, left top;
	display: inline-block; height: 30px; line-height: 30px; padding: 0 26px 0 48px; text-align: center; }

.searchBtn:hover, .searchBtn:focus { background: url("../../img/searchBtn_on.png") no-repeat right top; }
.searchBtn:hover span, .searchBtn:focus span { 
	background: url("../../img/search.png"), url("../../img/searchBtn_on.png");
	background-repeat: no-repeat, no-repeat;
	background-position: 28px 9px, left top;
	}



/* GRAPH AREA */
.graph { clear: both; width: 1000px; height: 310px; padding-bottom: 37px; }
.graph .bar_graph { width: 699px; height: 310px; background: url("../../img/graph_bg1.png") no-repeat 0 0; float: left; }
.graph .pie_chart { width: 301px; height: 310px; background: url("../../img/graph_bg2.png") no-repeat 0 0; float: left;}



/* 20150421 ADD */
/* DASHBOARD */
.btnBox .reset { display: inline-block; padding-right: 15px; }
.btnBox .reset select { height: 30px; background-color: #fff; border: #dadada 1px solid; width: 70px; }
.btnBox .reset select:focus, .reset select:hover { border: #feb028 1px solid; }

.bt01.bt_reset span {
	background: url("../../img/icon_reset.png"), url("../../img/bt01.png");
	background-repeat: no-repeat, no-repeat;
	background-position: 11px 8px, left top;
	padding: 0 10px 0 33px;
	}
.bt01.bt_reset:hover span, .bt01.bt_reset:focus span {
	background: url("../../img/icon_reset_on.png"), url("../../img/bt01_on.png");
	background-repeat: no-repeat, no-repeat;
	background-position: 11px 8px, left top;
	padding: 0 10px 0 33px;
	}



/* 20150422 ADD */
/* INTRODUCTORY REMARKS */
/* GRAPH AREA */
.graph2 { clear: both; width: 1000px; padding-bottom: 37px; }
.graph2 .bar_graph { width: 699px; height: 310px; background: url("../../img/graph_bg1.png") no-repeat 0 0; float: left; }
.graph2 .pie_chart { width: 301px; height: 310px; background: url("../../img/graph_bg2.png") no-repeat 0 0; float: left;}


.inRmak.pd150 { padding: 15px 150px 0 150px; }
.inRmak.pd250 { padding: 15px 250px 0 250px; }

.inRmak { clear: both; }
.inRmak table { width: 100%; text-align: center; }
.inRmak table td {  }
.inRmak table td span { display: inline-block;  text-indent: -9999em; width: 13px; height: 13px; margin-right: 7px; vertical-align: middle;  }
.inRmak table td span.color1 { background-color: red; }
.inRmak table td span.color2 { background-color: orange; }
.inRmak table td span.color3 { background-color: yellow; }
.inRmak table td span.color4 { background-color: green; }
.inRmak table td span.color5 { background-color: navy; }
.inRmak table td span.color6 { background-color: purple; }

.inRmak table td span.colorBlue { background-color: #5C9AD5; }
.inRmak table td span.colorOrange { background-color: #EB8030; }
.inRmak table td span.colorGray { background-color: #A6A6A6; }
.inRmak table td span.colorYellow { background-color: #FFC000; }
.inRmak table td span.colorNavy { background-color: #4574C6; }
.inRmak table td span.colorGreen { background-color: #70AD46; }


.dashTitle { clear: both; overflow: hidden; width: 100%; height: 17px; padding: 17px 0 8px 0; position: relative; }
.dashTitle h3 a { padding: 0 0 0 10px; background: url("../../img/bullet05.png") no-repeat 0 5px; text-decoration: underline; color: #666666; }
.dashTitle h3 p { display: inline-block; font-size: 12px; font-weight: normal; border: #efefef 1px solid; background-color:#fff; padding: 2px 7px 1px 5px; margin-left: 10px; }
.dashTitle h3 p span { color: #ec353c; font-weight: bold; }

.dashTitle .btnBox { position: absolute; top: 0; right: 0; height: 34px; }

.dashTitle h3 a:hover, .dashTitle h3 a:focus, .dashTitle h3 a:active { color: #ec353c; background: url("../../img/bullet00.png") no-repeat 0 5px; }
