@charset "UTF-8";
﻿@import url(https://cdn.jsdelivr.net/gh/moonspam/NanumSquare@1.0/nanumsquare.css);
@import url(https://cdn.jsdelivr.net/font-nanum/1.0/nanumbarungothic/nanumbarungothic.css);

/*
* DWPMES Login, Main/left/Frame/dashboard 만 사용 함.
* frame.tag, empty.tag ( base.tag/modal.tag 사용 안함 - axboot.css 만사용)
*
* 절대 base.tag/modal.tag에 사용하면 안됨....
*/

html {
	overflow-x: hidden;
	overflow-y: auto;
	height: 100%;
}
html, body, ul {
	margin: 0;
	padding: 0;
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	word-break: keep-all;
	width: 100%;
	/*min-width: 1200px;*/
	height: 100%;
	overflow-x: hidden;
	overflow-y: hidden;    /* 2020-12-14 overflow-y:hidden 추가...*/
	font-size: 12px;
	font-family: "Malgun Gothic", dotum, sans-serif;
	color: #323437;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: auto;
}
a {
	text-decoration: none;
	color: #444
}
h1 {
	font-family: "Malgun Gothic";
	font-size: 3.7em;
}
h2 {
	font-family: "Malgun Gothic";
	font-size: 3em;
}
h3 {
	font-family: "Malgun Gothic";
	font-size: 2em;
}
h4 {
	font-family: 'Malgun Gothic';
	font-size: 1.2em;
	font-weight: 800
}
h5 {
	font-family: "Malgun Gothic";
	font-size: 1em;
	font-weight: 800
}
a:hover h4 {
	color: #4772ad
}
a:active {
	display: inline-block;
	position: relative;
	top: 1px;
}
.h4 {
	font-family: 'Malgun Gothic';
	font-size: 1.4em;
	font-weight: 800
}
.bo_tit {
	font-family: 'Malgun Gothic';
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 15px;
	padding-left: 10px;
}
.lo_tit {
	font-family: 'Malgun Gothic';
	font-size: 1.2em;
	font-weight: bold;
}
ul li {
	list-style: none
}
button {
	background: inherit;
	border: none;
	box-shadow: none;
	border-radius: 0;
	padding: 0;
	overflow: visible;
	cursor: pointer;
	outline-style: none;
}
button.small {
	padding: 5px 5px 5px 10px;
	text-align: center
}
button i {
	margin-right: 0px
}
button.round {
	border-radius: 30px;
}
/*select{outline-style:none;border:0px;padding:5px 20px;color:#444;margin-right:5px;border-radius:30px;}
input{outline-style:none;}
input[type="text"]{outline-style:none;border:0px;padding:10px 20px;color:#444;margin-right:5px;border-radius:30px;box-shadow: 0px 2px 2px 0px #b4bdca;}
input[type="textarea"]{outline-style:none;border:0px;padding:10px 20px;color:#444;margin-right:5px;border-radius:0px;width:90%;height:80px}*/
input.s {
	outline-style: none;
	border: 0px;
	padding: 10px 20px;
	color: #444;
	margin-right: 5px;
	border-radius: 0px;
	width: 90%;
	height: 30px
}
footer {
	background-color: #eeeeee;
	width: 100%;
	height: 30px;
	position: absolute;
	bottom: 0;
}
footer div {
	font-size: 12px;
}
.flex-basic {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.flex-top {
	display: flex; height:100%;
	/*height: calc(100vh - 85px)
	height:100%;
	justify-content: space-between;*/
}
.flex-top2 {
	display: flex;
	height:100%;
	padding-bottom: 53px

}
.flex {
	display: flex;
	align-items: center;
}
.wrap {
	width: 100%;
}
.wrap2 {
	width: 100%;
	min-height: calc(100vh - 204px)
} /*jm*/
.box2 {   /* box 다른곳에서.... Aui/Jq Grid, form layout 등에서 .box 사용함.*/
	width: 99%;
	margin: 0 auto
}
.pd20 {
	padding: 20px;
}
.tpd20 {
	padding-top: 20px;
}
.tbpd20 {
	padding: 20px 0px
}
.tb20 {
	padding-top: 3px;
	height: 40px;
	min-width: 1255px;
}
.bpd10 {
	padding-bottom: 10px
}
.tbpd5 {
	padding: 6px 0px
}
.bpd20 {
	padding-bottom: 20px
}
.txt-left {
	text-align: left !important
}
.txt-center {
	text-align: center !important
}
.txt-right {
	text-align: right !important
}
.roundbox {
	border-radius: 30px;
	padding: 10px 30px
}
.bg-blue {
	background-color: #4772ad
}
.line-blue {
	border: 1px solid #4772ad
}
.blue {
	color: #4772ad
}
.line-gray {
	border: 1px solid #c9c9c9
}
.line-gray-right {
	border-right: 1px solid #c9c9c9
}
.bt-blue {
	background-color: #4772ad;
	color: #fff
}
.input-bg-gray {
	background-color: #f1f1f1;
	border: 0px
}
.wthree {
	width: 33.3%
}
/*LOGIN */
.box2-login {
	width: 40%;
	height: 160px;
	margin-right: 20px
}
.box2-login div div.login-input {
	width: 70%
}
.box2-login div div.login-input input {
	width: 95%;
	padding: 25px 10px;
	outline-style: none
}
.box2-login div div.login-input input:first-child {
	margin-bottom: 5px;
}
.box2-login div div.login-bt {
	width: 30%
}
.box2-login div div.login-bt button.bt-blue {
	width: 100%;
	padding: 49px 30px;
	font-size: 2em
}
.box2-login div.login-check {
	padding: 10px 0px
}
.box2-login div.login-check a {
	margin-left: 20px;
	text-decoration: underline
}
.box2-login div.login-check a:hover {
	color: #4772ad
}
.box2-notice {
	width: 20%;
	height: 160px;
	margin-right: 20px
}
.box2-notice div ul li {
	padding: 5px 0px
}
.box2-banner {
	width: 40%;
	height: 200px
}
.box2-banner div.banner-in {
	width: 33.3%;
	height: 160px;
	padding: 20px
}
/*MAIN SLIDE*/
.mySlides {
	display: none
}
.mySlides img {
	width: 100%;
	height: 480px;
	hevertical-align: middle;
}
.slideshow-container {
	max-width: 100%;
	position: relative;
	margin: auto;
}
.prev, .next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	padding: 16px;
	margin-top: -22px;
	color: white;
	font-weight: bold;
	font-size: 18px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
}
.next {
	right: 0;
	border-radius: 3px 0 0 3px;
}
.prev:hover, .next:hover {
	background-color: rgba(0,0,0,0.8);
}
.active, .dot:hover {
	background-color: #717171;
}
.fade {
	-webkit-animation-name: fade;
	-webkit-animation-duration: 1.5s;
	animation-name: fade;
	animation-duration: 1.5s;
}
@-webkit-keyframes fade {
 from {
opacity: .4
}
 to {
opacity: 1
}
}
 @keyframes fade {
 from {
opacity: .4
}
 to {
opacity: 1
}
}
/*// LOGIN */


/*DASHBOARD*/
header {
	background-color: #eeeeee;
	border-bottom: 4px solid #3a75c6;
}
/* 2020-12-14 div.bars 추가... div.logo width 200->180px 변경 */
header div.bars{
    width: 10px;
    float: left;
	text-align: center;
	padding-top: 6px;
}
header div.logo {
	width: 180px;
	float: left;
	text-align: center;
	padding-top: 6px;
}
header div.logo a img {
	max-width: 150px
}
header div.member div {
	margin-left: 0;
}
header div.member div span {
	margin-right: 5px;
}
header div.member div button {
}
header div.member div span.redball {
	background-color: #d21d05;
	position: relative;
	left: -6px;
	top: -5px;
	color: white;
	padding: 0 3px 2px 3px;
	border-radius: 49%;
	font-size: 10px;
}
.color_B {
	color: #5b8fd6;
}
.color_B:hover {
	color: #3e7cd2;
}
.mmb_size {
	font-size: 15px;
	padding: 3px;
}
.mmb_size:hover {
	padding: 2px;
	border: 1px solid #ADADAD;
	border-radius: 3px;
}
.logout_size {
	font-size: 20px;
}
.wi80 {
	width: 80%;
	margin: 0 auto
}
/*TOP MENU*/
/* 2020-12-14 menu_top 추가.... easyui에서 .menu 존재해서... menu_top 추가해서 적용 함.*/
.menu_top {
	float: left;
	margin-top: 2px;
}
.menu {
	float: left;
	margin-top: 2px;
}
.navbar {
	overflow: hidden;
	z-index: 9999999;
}
.dropdown {
	float: left;
	overflow: hidden;
}
.dropdown .dropbtn {
	border: none;
	outline: none;
	color: #444;
	padding: 6px;
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	margin-right: 8px;
}
.navbar a:hover, .dropdown:hover .dropbtn {
	background-color: #5b8fd6;
	color: #fff;
	font-weight: bold;
}
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	border: 1px solid #5b8fd6;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 10;
}
.dropdown-content a {
	float: none;
	color: black;
	padding: 6px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
	border-bottom: 1px solid #dfdfdf;
}
.dropdown-content a:hover {
	background-color: #5b8fd6;
	color: #fff
}
.dropdown:hover .dropdown-content {
	display: block;
}
/*LEFT MENU*/
.left-menu {
	background-color: #fff;
}
.left-menu div.left-menu-box {
	float: left;      /* 2020-12-14 float:left 추가 easyui 와 충돌.....left와 main영역 벌어짐 방지.. */
	height: 100%;
	border-right: 1px solid #f1f1f1;
	width: 200px
}
.left-menu div.left-menu-title {
	background-color: #5b8fd6;
	color: #fff;
	padding: 10px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
.left-menu ul li {
	padding: 10px;
	border-bottom: 1px solid #f1f1f1
}
.left-menu ul li a {
	color: #585858
}
.left-menu ul li.on {
	background-color: #dee9f7
}
.left-menu ul li.on a {
	color: #585858
}
.left-menu ul li:hover {
	background-color: #dee9f7
}
.left-menu ul li:hover a {
	color: #585858
}
.left-menu-bar-close {
	width: 8px;
	height: 100%;
}
.left-menu-bar-close a {
	background-image: url(/ast/image/left-menu-bar.png);
	margin-top: 293px;
	line-height: 212px;
	font-size: 0.3em;
	display: block;
	width: 8px
}
.left-menu-bar-open {
	position: absolute;
	left: 3px;
	top: 50%;
	margin-top: -106px;
	width: 8px;
	height: 212px;
	background-image: url(/ast/image/left-menu-bar.png)
}
.left-menu-bar-open a {
	line-height: 212px;
	font-size: 0.3em;
	display: block
}
/*BOARD*/
.board {
	width: 100%;
	height: 100%;
	/*min-height: calc(100vh - 118px); */
	float: left;
	min-width: 1060px;
	max-width: 100%;

}
.board div.board-tab {
	background-color: #e3e3e3;
	border-bottom: 1px solid #bababa;
	height: 22px
}
.board div.board-tab div span {
	padding: 3px 10px;
	font-size: 12px;
}
.board div.board-tab div button {
	padding: 3px 10px;
	font-size: 12px;
}
.board div.board-tab div span button {
	margin-left: 10px
}
.board div.board-tab div span.tab-on {
	background-color: #fff;
	border-top: 1px solid #bababa;
	border-left: 1px solid #bababa;
	border-right: 1px solid #bababa;
	border-bottom: #FFFFFF;
	border-radius: 3px 3px 0 0;
	cursor: pointer;
	margin-right: -7px;
}
.board div.board-tab div.tab-bt button {
	border-left: 1px solid #a9b4bf;
	padding: 4px 2px 4px 6px;
	text-align: center;
	color: #aeaeae;
	background: none;
}
.board div.board-tab div.tab-bt button a {
	border-left: 1px solid #a9b4bf;
	padding: 4px 2px 4px 6px;
	text-align: center;
	color: #aeaeae;
}
.board div.board-tab div.tab-bt button:hover {
	border-left: 1px solid #a9b4bf;
	padding: 4px 2px 4px 6px;
	text-align: center;
	color: #575757;
}
/*탭버튼*/
.tab_bt {
	color: #808080;
	border-top: 1px solid #bababa;
	border-left: 1px solid #bababa;
	border-right: 1px solid #bababa;
	border-radius: 3px 3px 0 0;
	margin-top: 3px;
	background-color: #f0f0f0;
	margin-right: -6px;
}
.tab_bt:hover {
	color: #4a4c4f;
	background-color: #fff;
}
.tab_bt_on {
	color: #4a4c4f;
	border-top: 1px solid #bababa;
	border-left: 1px solid #bababa;
	border-right: 1px solid #bababa;
	border-radius: 3px 3px 0 0;
	margin-top: 1px;
	background-color: #fff;
	margin-right: -5px;
}
.bo_close_icon {
	color: #7d96ba;
	font-weight: 100;
	font-size: 10px;
	margin-left: 2px;
	background-image: url(../image/bo_tab_close_icon.png);
	background-repeat: no-repeat;
background-position:;
	width: 10px;
	height: 10px;
	float: right;
	margin: 4px -6px 0 5px;
}
/*.leftmenu_close{border:1px solid #4164C1; background-image:url(../image/left-menu-close.png) ; background-position:center center; background-repeat:no-repeat; width:23px; height:23px; margin-top:8px; margin-left:-1px;}*/
.leftmenu_close {
	color: #808080;
	margin-right: -6px;
	margin-left: -1px;
	padding: 5px;
}
.leftmenu_close:hover {
	background-color: #d0dff5;
	margin-right: -6px;
	margin-left: -1px;
	padding: 5px;
}
.board-con {
	padding: 0px 10px 10px 10px; height: 100%;
}
.board-sec {
	width: 50%;
	margin-right: 10px
}
.board-sec:last-child {
	margin: 0px
}
.board-list {
	padding: 10px;
	border: 1px solid #c4c4c4;
	border-radius: 10px;
	margin-top: 10px
}
.board-list table {
	width: 100%;
	border-top: 1px solid #5b6e92;
	border-bottom: 1px solid #5b6e92;
}
.board-list table tr td {
	border-top: 1px solid #d1d1d1;
	height: 26px;
}
.board-list table thead {
	background-color: #e5e8ed
}
.board-list table thead tr td {
	border-bottom: 1px solid #bec1c7;
	text-align: center
}
.board-list table tbody tr td {
	text-align: center
}
.count-box div {
	text-align: center
}
.cont-title {
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
	padding-bottom: 6px
}
.count {
	width: 100px;
	height: 99px;
	background-image: url(../image/data_bg.png);
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
}
.count:hover {
	cursor:pointer;
}
.count div {
	max-width: 95px;
	padding-top: 35px;
}
.count p {
	position: absolute;
	margin-top: 25px;
	width: 95px;
	text-align: center;
}
.graph table {
	border: 0px;
	margin-right: 20px;
	width: 22%
}
.graph table tr td {
	border: 0px;
	padding: 5px 3px;
	text-align: center
}
.graph table tr:first-child td {
	font-size: 12px
}
.graph table tr:last-child td {
	font-weight: 800;
	width: 130px
}
.graph table tr td.graph-full {
	vertical-align: bottom;
	/*padding-left: 20px;*/
}
.graph-green {
	width: 30px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b4e391+0,61c419+50,b4e391+100;Green+3D */
	background: rgb(180,227,145); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(180,227,145,1) 0%, rgba(97,196,25,1) 50%, rgba(180,227,145,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(180,227,145,1) 0%, rgba(97,196,25,1) 50%, rgba(180,227,145,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(180,227,145,1) 0%, rgba(97,196,25,1) 50%, rgba(180,227,145,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4e391', endColorstr='#b4e391', GradientType=1 ); /* IE6-9 */
}
.h60 {
	height: 60px
}
.h40 {
	height: 40px
}
/*//DASHBOARD*/


/*SEARCH*/
.btn-set {
	margin-bottom: 6px;
}
.btn-set button {
	text-align: center;
	color: #fff
}
.bg-navy {
	background-color: #012e58;
	width: 80px;
	padding: 5px;
}
.bg-blue {
	background-color: #02519c;
	width: 80px;
	padding: 5px;
}
.bg-light-blue {
	background-color: #4184c3;
	padding-left: 15px;
	padding-right: 15px;
	display: table-cell;
	vertical-align: top;
	border-radius: 2px;
	height: 20px;
}
.bg-skyblue {
	background-color: #4aa6e0;
	display: table-cell;
	vertical-align: top;
	border-radius: 2px;
	width: 20px;
	height: 20px;
}
.title_line {
	border-bottom: 1px solid #c4d4e2;
}
/*SEARCH Button*/
.s_btn_wrap {
	margin-bottom: 3px;
	float: right;
}
.grid_title{	height: 25px;
	width:500px;
	float: left;
	line-height: 25px;
	font-size: 14px;
	font-weight: bold;
	padding-left: 15px;
	background-image: url(../image/tbl_title_icon.png);
	background-repeat: no-repeat;
	background-position: 5px center;}
	.G_title_line{ width:100%; height:28px; border-bottom:1px solid #a1bee6;}
.s_btn_B {
	background-color: #5b8fd6;
	width: 80px;
	color: #fff;
	border-radius: 3px;
	line-height: 24px
}

.s_btn_B:hover {
	background-color: #3e7cd2;
	width: 80px;
	color: #fff;
	border-radius: 3px;
}
.s_btn_G {
	background-color: #5eace2;
	width: 80px;
	color: #fff;
	border-radius: 3px;
	line-height: 24px
}
.s_btn_G:hover {
	background-color: #3991ce;
	width: 80px;
	color: #fff;
	border-radius: 3px;
}
.s_btn_SB {
	background-color: #7eadee;
	color: #ffffff;
	border-radius: 3px;
	line-height: 22px;
	padding-left: 8px;
	padding-right: 8px;
}
.s_btn_SB:hover {
	background-color: #659ae3;
	color: #ffffff;
	border-radius: 3px;
}
.s_btn_SB_s {
	background-color: #f4f4f4;
	font-size: 11px;
	color: #659ae3;
	border: 1px solid #b5b5b5;
	border-radius: 3px;
	line-height: 20px;
	width: 22px;
}
.s_btn_SB_s:hover {
	background-color: #e4e4e4;
	color: #659ae3;
	border-radius: 3px;
}
.search-box {
	background-color: #eaf2f9;
	border: 1px solid #c4d4e2;
	padding: 6px 20px;
	margin: 0px auto;
	border-radius: 0 0 5px 5px;
}
.search-close {
	width: calc(97% + 20px);
	margin-top: -3px;
	text-align: right
}
.search-open {
	width: calc(97% + 20px);
	text-align: right;
	display: none
}
.search-in {
	width: 20%
}
.search-in > div {
	padding: 10px 0px
}
.search-in div.btn-cal {
	float: left;
	width: 70%
}
/*.search-in select{margin-left:10px;border-radius:0px;border:1px solid #eeeeee;padding:5px 5px 5px 5px;width:185px}*/
.search-in div.btn-cal span {
	margin-left: 10px;
	background-color: #fff;
	padding: 5px 5px 5px 5px;
	border: 1px solid #eeeeee;
}
.search-in div.btn-cal span input {
	border: 1px solid #bbbbbb;
}
.search-in div.btn-cal span button {
	color: #999
}
.search-cal div {
	padding: 5px 0px
}
/*.search-cal div div.btn-label{float:left;margin-right:10px; width:180px;}*/
.search-cal div div.btn-cal {
	float: left
}
.search-cal div div.btn-cal span:nth-child(1) {
	padding: 5px 5px 5px 5px;
	border: 1px solid #eeeeee;
}
.search-cal div div.btn-cal span:nth-child(2) {
	padding: 5px 5px 5px 5px;
	border: 1px solid #eeeeee;
}
.search-cal div div.btn-cal span input {
	border: 0px;
}
.search-cal div div.btn-cal span button {
	color: #999
}
.btn-label {
	float: left;
	width: 30%;
}
.date-cal {
}
.celar {
	clear: both
}
/*//SEARCH*/












/* 검색조건 */
.sub_search {
/*margin-bottom:20px;*/

}
.sub_search, .sub_search th, .sub_search td {
}
.sub_search a {
	color: #383838;
	text-decoration: none
}
.sub_search {
	width: 100%;
	table-layout: fixed
}
.sub_search caption {
	display: none
}
/*th {
	padding: 5px 0 6px;
	border-top: solid 1px #999;
	line-height: 26px;
	vertical-align: top;
	font-weight: 400;
	font-size: 14px;
}*/
.sub_search_bg {
}
.sub_search td {
	height: 22px;
	font-weight: bold;
}
.sub_search td button {
	float: left;
}
.sub_search .date {
	padding: 8px 9px;
	font-family: Tahoma;
	font-size: 14px;
	line-height: normal;
	text-align: left;
}
.sub_search .hit {
	padding: 0;
	font-family: Tahoma;
	font-size: 14px;
	line-height: normal;
}
.sub_search .title {
	text-align: left;
	padding-left: 15px;
	font-size: 13px;
}
.sub_search .title .pic, .sub_search .title .new {
	margin: 0 0 2px;
	vertical-align: middle
}
.sub_search .title a.comment {
	padding: 0;
	background: none;
	color: #f00;
	font-size: 12px;
	font-weight: bold
}
.sub_search tr.reply .title a {
	padding-left: 16px;
background:url(첨부파일/ic_reply.png) 0 1px no-repeat
}
.sub_search .date2 {
	padding: 0;
	font-family: Tahoma;
	font-size: 14px;
	line-height: normal;
	text-align: left;
}
 input:-moz-read-only { /* For Firefox */
 background-color: #f5f5f5;
color:#636363;
}
 input:read-only {
 background-color:#f5f5f5;
color:#636363;
}
.s_input100 {
	width: 100%;
}
.sx_input {
	width: 78%;
	max-width: 275px;
	min-width: 170px
}
.s_input {
	width: 85%;
	max-width: 295px;
	min-width: 190px;
}
.date_input {
	width: 32%;
	max-width: 90px;
	min-width: 78.5px;
}
.date_input_s {
	float: left;
	margin: 2px;
}
.txt_input {
	width: 90.5%;
	max-width: 315px;
	min-width: 210px;
}

.txt_input_btn {
	width: 130px;
}

input[type=text] {
	float: left;
	display: inline-block;
	box-sizing: border-box;
	border: 1px solid #bbb;
	-webkit-appearance: none;  /* 네이티브 외형 감추기 */
	-moz-appearance: none;
	appearance: none;
	padding: 1px 2px;
	height: 20px;
}
input:focus {
	outline: none;
	background-color: #eff4f8
}

input[readonly] {background-color: #e6e6e6;}
input[disabled] {background-color: #e6e6e6;}


/*filebox*/
.filebox input[type="file"] {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0;
}
.filebox label {
	display: inline-block;
	font-size: inherit;
	line-height: normal;
	vertical-align: middle;
	background-color: #e1e1e1;
	cursor: pointer;
	border: 1px solid #adadad;
	border-radius: 2px;
	padding: 2px 5px;
	font-weight: 100;
} /* named upload */
.filebox .upload-name {
	display: inline-block;
	font-size: inherit;
	font-family: inherit;
	line-height: normal;
	vertical-align: middle;
	background-color: #f5f5f5;
	border: 1px solid #bbb;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 2px 5px;
}
.date_icon {
	background-image: url(../images/date_icon.png);
	width: 20px;
	height: 22px;
	float: left;
	cursor: pointer;
	margin-left: 5px;
	margin-top: 2px;
}
.date_icon a {
	background-image: url(../images/date_icon.png);
}
.date_icon:hover {
 background-image:url(../images/date .date_icon2 {
 width:30px;
line-height:25px;
text-align:center;
float:left;
}
_icon_O.png);
}
/* 입력화면 */
.tbl_list_box {
	margin: 0px auto;
	border: 0;
	min-width: 1060px;
}
.tbl_bgB {
	background-color: #f3f8ff
}
.tbl_wrap {
}
.graph table {
	border: 0px;
	margin-right: 20px;
	width: 22%
}
.graph table tr td {
	border: 0px;
	padding: 5px 3px;
	text-align: center
}
.graph table tr:first-child td {
	font-size: 12px
}
.graph table tr:last-child td {
	font-weight: 800;
	width: 130px
}
.graph table tr td.graph-full {
	vertical-align: bottom;
	/*padding-left: 20px;*/
}
.tbl_box {
	border: 1px solid #86abdd;
	border-collapse: collapse;
	margin-bottom: 5px;
}
.tbl_tit_wrap {
	height: 25px;
	border-bottom: 1px solid #a1bee6;
}
.tbl_title {
	height: 25px;
	width: 90%;
	float: left;
	line-height: 25px;
	font-size: 14px;
	font-weight: bold;
	padding-left: 15px;
	background-image: url(../image/tbl_title_icon.png);
	background-repeat: no-repeat;
	background-position: 5px center;
}
.tbl_title_close {
	width: 40px;
	height: 16px;
	background-color: #f4f4f4;
	border-top: 1px solid #b5b5b5;
	border-left: 1px solid #b5b5b5;
	border-right: 1px solid #b5b5b5;
	border-radius: 3px 3px 0 0;
	float: right;
	position: relative;
	top: 9px;
	color: #659ae3;
	font-size: 15px;
}
.tbl_title_close:hover {
	background-color: #e4e4e4;
}
.tbl_box_tr {
	border-bottom: 1px solid #C7C7C7;
}
.tbl_box, .tbl_box th, .tbl_box td {
	padding-right: 10px;
	padding-left: 10px;
	height: 26px;
	border-top: 1px solid #a1bee6;
	border-left: 1px solid #C7C7C7;
	border-right: 1px solid #C7C7C7;
	border-bottom: 1px solid #C7C7C7;
}
.tbl_box th {
	border-top: 1px solid #5b8fd6
}
.tbl_box a {
	color: #383838;
	text-decoration: none
}
.tbl_box {
	width: 100%;
	table-layout: fixed
}
.tbl_box caption {
	display: none
}
/*th {
	padding: 5px 0 6px;
	border-top: solid 1px #999;
	line-height: 26px;
	vertical-align: top;
	font-weight: 400;
	font-size: 14px;
}*/
.tbl_box {
}
.tbl_box td {
	height: 22px;
	font-weight: bold;
}
.tbl_box td button {
	float: left;
}
.tbl_box .date {
	padding: 8px 9px;
	font-family: Tahoma;
	font-size: 14px;
	line-height: normal;
	text-align: left;
}
.sub_search .hit {
	padding: 0;
	font-family: Tahoma;
	font-size: 14px;
	line-height: normal;
}
.tbl_box .title {
	text-align: left;
	padding-left: 15px;
	font-size: 13px;
}
.tbl_box .title .pic, .tbl_box .title .new {
	margin: 0 0 2px;
	vertical-align: middle
}
.tbl_box .title a.comment {
	padding: 0;
	background: none;
	color: #f00;
	font-size: 12px;
	font-weight: bold
}
.tbl_box tr.reply .title a {
	padding-left: 16px;
background:url(첨부파일/ic_reply.png) 0 1px no-repeat
}
.tbl_box .date2 {
	padding: 0;
	font-family: Tahoma;
	font-size: 14px;
	line-height: normal;
	text-align: left;
}

.radio {
	display: block;
	position: relative;
	padding-left: 20px;
	cursor: pointer;
	font-size: 12px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
/* Hide the browser's default radio button */
.radio input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}
.radio_w {
	width: auto;
	margin-right: 5px;
	float: left;
}
/* Create a custom radio button */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 14px;
	width: 14px;
	background-color: #fff;
	border-radius: 50%;
	border: 1px solid #949494;
}
/* On mouse-over, add a grey background color */
.radio:hover input ~ .checkmark {
	border: 1px solid #5b8fd6;
	background-color: #E9E9E9;
}
/* When the radio button is checked, add a blue background */
.radio input:checked ~ .checkmark {
	border: 1px solid #949494;
}
/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
/* Show the indicator (dot/circle) when checked */
.radio input:checked ~ .checkmark:after {
	display: block;
}
/* Style the indicator (dot/circle) */
.radio .checkmark:after {
	top: 3px;
	left: 3px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #86abdd;
}
/*select*/
select {
	display: none;
	display: inline-block;
	border-radius: 0px;
	box-sizing: border-box;
	font-weight: 400;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 1px solid #eeeeee;
	background-image: url(../image/select_icon.png);
	background-repeat: no-repeat;
	background-position: 97% 55%;
	height: 20px;
	border: 1px solid #bbb;
	padding: 1px 2px;
}
select:hover {
	cursor: pointer;
	background-image: url(../image/select_icon_on.png);
	background-repeat: no-repeat;
	background-position: 97% 55%;
}
select:focus {
	outline: none;
}
select::-ms-expand {
 display: none;
}
.sh_select {
	width: 90.5%;
	max-width: 315px;
	min-width: 210px;
}
.input_icon {
	color: #9c9c9e;
	width: 20px;
	height: 20px;
	background-color: #E5E5E5;
	float: left;
	white-space: nowrap;
	border-top: 1px solid #bbb;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
}
.input_icon:hover {
	color: #4B81C9;
}
.input_icon_x {
	color: #9c9c9e;
	width: 20px;
	height: 20px;
	background-color: #E5E5E5;
	background-image: url(../image/select_icon_x.png);
	background-repeat: no-repeat;
	background-position: 50%;
	float: left;
	white-space: nowrap;
	border-top: 1px solid #bbb;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
}
.input_icon_x:hover {
	background-image: url(../image/select_icon_x_on.png);
	background-repeat: no-repeat;
	background-position: 50%;
}
.input_icon_x:active {
	background-position: 60%;
}
.input_icon2 {
	float: left;
}
.input_icon2:hover {
	color: #4B81C9;
}

/* checkbox */
.checks {
	position: relative;
}
.checks input[type="checkbox"] { /* 실제 체크박스는 화면에서 숨김 */
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0
}
.checks input[type="checkbox"] + label {
	display: inline-block;
	position: relative;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}
.checks input[type="checkbox"] + label:before { /* 가짜 체크박스 */
	content: ' ';
	display: inline-block;
	width: 16px; /* 체크박스의 너비를 지정 */
	height: 16px; /* 체크박스의 높이를 지정 */
	line-height: 16px; /* 세로정렬을 위해 높이값과 일치 */
	margin: -2px 5px 0 0;
	text-align: center;
	vertical-align: middle;
	background: #fafafa;
	border: 1px solid #cacece;
	border-radius : 3px;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
}
.checks input[type="checkbox"] + label:active:before, .checks input[type="checkbox"]:checked + label:active:before {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}
.checks input[type="checkbox"]:checked + label:before { /* 체크박스를 체크했을때 */
	content: '\2714'; /* 체크표시 유니코드 사용 */
	color: #5b8fd6;
	text-shadow: 1px 1px #fff;
	background: #e9ecee;
	border-color: #adb8c0;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
}
.txta{ border:1px solid #bbb; width:100%; margin-top: 4px; margin-bottom: 4px;}
.tbl_box td.required{ background-image:url(../image/tbl_required.png); background-repeat:no-repeat; background-position:10px 50%; padding-left:20px;}

.required02_txt{float:left; width:auto; line-height:20px; height:20px;}
.required02{float:left; width:10px; height:20px; background-image:url(../image/tbl_required.png); background-repeat:no-repeat; background-position:50% 20%;}
.member {
 float: right;
 padding-top: 5px;
}
.tbl_btn01{ float:left; width:auto; height:20px; border:1px solid #aeaeae;  background: linear-gradient( to bottom, #f7f7f7, #e7e7e7 ); border-radius:2px; color:#505050; padding-right:5px; padding-left:5px;
margin-left:3px;
}
.tbl_btn01:hover{background: linear-gradient( to bottom, #eeeeee, #cfcfcf ); color:#505050;}

.tbl_btn02{ float:left; width:auto; height:20px; border:1px solid #346fa9;  background:#5791cd; border-radius:2px; color:#fff; padding-right:5px; padding-left:5px; margin-left:3px;
}
.tbl_btn02:hover{background:#3471b0;}

.tbl_btn03{ float:left; width:auto; height:20px; border:1px solid #346fa9;  background:#7eadee; border-radius:2px; color:#fff; padding-right:5px; padding-left:5px; margin-left:3px;
}
.tbl_btn03:hover{background:#6b97d5;}

@media(max-width: 1600px) {
.d_input {
	width: 32%;
}
}

@media(max-width: 1572px) {
.d_input {
	width: 30%;
}
}
4 @media(max-width: 1442px) {
 .d_input {
width:27%;
}
}

@media(max-width: 1280px) {
.wi80 {
	width: 90%;
	margin: 0 auto
}
}

@media(max-width: 1300px) {
/*TOP MENU*/
.menu {
	float: left;
	margin-top: 2px;
}
.navbar {
	overflow: hidden;
	z-index: 9999999;
}
.dropdown {
	float: left;
	overflow: hidden;
}
.dropdown .dropbtn {
	border: none;
	outline: none;
	color: #444;
	padding: 6px;
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	margin-right: 4px;
}
.navbar a:hover, .dropdown:hover .dropbtn {
	background-color: #5b8fd6;
	color: #fff;
	font-weight: bold;
}
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	border: 1px solid #5b8fd6;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 10;
}
.dropdown-content a {
	float: none;
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
}
.dropdown-content a:hover {
	background-color: #5b8fd6;
	color: #fff
}
.dropdown:hover .dropdown-content {
	display: block;
}
}

/* IE10+ */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
input[type=text] {
	float: left;
	display: inline-block;
	border-radius: 0px;
	box-sizing: border-box;
	-webkit-appearance: none;  /* 네이티브 외형 감추기 */
	-moz-appearance: none;
	appearance: none;
	padding: 1px 4px;
	height: 20px;
}
.btn-set button {
	text-align: center;
	color: #fff;
}
.bg-light-blue {
	background-color: #4184c3;
	padding-top: 2px;
	padding-left: 15px;
	padding-right: 15px;
	display: table-cell;
	vertical-align: top;
	border-radius: 2px;
	height: 21px;
	margin-right: 3px;
}
.bg-skyblue {
	background-color: #4aa6e0;
	padding-top: 2px;
	display: table-cell;
	vertical-align: top;
	border-radius: 2px;
	width: 20px;
	height: 21px;
	margin-right: 3px;
}
.s_btn_SB {
	background-color: #7eadee;
	color: #ffffff;
	border-radius: 3px;
	line-height: 20px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 3px;
	position: relative;
	top: 1px;
}
.s_btn_SB:hover {
	background-color: #659ae3;
	color: #ffffff;
	border-radius: 3px;
}
button {
	background: inherit;
	border: none;
	box-shadow: none;
	border-radius: 0;
	padding: 0;
	overflow: visible;
	cursor: pointer;
	outline-style: none;
}
.leftmenu_close {
	color: #808080;
	margin-right: -6px;
	margin-left: -1px;
	padding: 5px;
	border-bottom: 1px solid #bababa;
}
}
/* ------------------------------------- login ---------------------------------------- */


.body_login {
	overflow-y: hidden;
	overflow-x: hidden;
	background-image: url(../image/login_bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
 width : 100 %;
	height: 100%;
	min-height: 930px;
}
.login_wrap {
	position: absolute;
	width: 340px;
	height: 340px;
	left: 50%;
	top: 50%;
	margin-left: -190px;
	margin-top: -265px;
}
.panel2 {
	-webkit-animation: SLIDE-DOWN 0.6s linear forwards;
	-o-animation: SLIDE-DOWN 0.6s linear forwards;
	animation: SLIDE-DOWN 0.6s linear forwards;
	border-color: #dcdcdc;
	width: 340px;
	border-radius: 3px;
	overflow: hidden;/*box-shadow: 0 0 10px #000;*/
}
.panel2-heading {
	color: #000;
	border-bottom: 0px solid #788694;
	font-size: 0.9em;
	background: rgba(255, 255, 255, 0);
	padding-top: 65px;
	text-align: center;
	margin-bottom: 10px;
}
.panel2-body {
	padding: 20px;
	color: #eee;
	text-align: left;
	background: rgba(0, 0, 0, 0.6);
	height: 300px;
}
.txt-good-words {
	-webkit-animation: SLIDE-DOWN 0.6s linear forwards;
	-o-animation: SLIDE-DOWN 0.6s linear forwards;
	animation: SLIDE-DOWN 0.6s linear forwards;
	width: 600px;
	margin: 10px -130px;
	/* font-family: "Noto Sans KR", Consolas, "Courier New", monospace; */
	color: #fff;
	font-size: 12px;
	line-height: 1.7em;
	text-align: center;
	padding-bottom: 10px;
}
.panel2 .panel2-body .form-control {
	border-radius: 2px;
	background: rgba(255, 255, 255, 0.2);
	color: #d5d7da;
	height: 30px;
	width: 300px;
	margin: 3px auto;
	padding: 0 0 0 10px;
	font-size: 14px;
}
.panel2 .list-group-item {
	border-color: #788694;
	background: rgba(255, 255, 255, 0.1);
	font-size: 0.9em
}
.panel2 .panel2-body .btn {
	cursor: pointer;
	border: 0;
	background: rgba(77, 135, 206, 0.7);
	border-color: #fff;
	padding: 10px 0;
	height: 35px;
	width: 300px;
	margin: 3px auto;
	border-radius: 2px;
	font-size: 14px;
	color: #fff;
	outline: none;
}
.panel2 .panel2-body .btn:hover, .panel2 .panel2-body .btn:focus {
	background: #5b97e1;
	border-color: #fff;
	padding: 10px 0;
	color: #fff;
	border: 0;
}
.panel2 .panel2-body .btn:active {
	display: inline-block;
	border: 0;
	position: relative;
	top: 1px;
}
.form-control {
	box-sizing: border-box;
	display: block;
	width: 100%;
	height: 26px;
	padding: 3px 6px;
	font-size: 13px;
	line-height: 1.42857;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 0;
	-webkit-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-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s
}
.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6)
}
.form-control::-moz-placeholder {
 color: #999;
 opacity: 1
}
.form-control:-ms-input-placeholder {
 color: #999
}
.form-control::-webkit-input-placeholder {
 color: #999
}
.form-control::-ms-expand {
 border: 0;
 background-color: transparent
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	background-color: #eee;
	opacity: 1
}
.form-control[disabled], fieldset[disabled] .form-control {
	cursor: not-allowed
}
.form-group {
/*margin-bottom: 15px*/
}
.form-select {
	border-radius: 2px;
	background: url(../image/login_select_icon.png) no-repeat 95% 50%;
	background-color: rgba(255, 255, 255, 0.2);
	color: #d5d7da;
	height: 30px;
	width: 300px;
	margin: 3px auto;
	padding: 0 10px;
	font-size: 14px;
}
.form-select:focus, .form-select:hover {
	border-radius: 2px;
	background: url(../image/login_select_icon.png) no-repeat 95% 50%;
	color: #d5d7da;
	height: 30px;
	width: 300px;
	margin: 3px auto;
	padding: 0 10px;
	font-size: 14px;
}
.form-select option {
	margin-top: 35px;
	background: rgba(255, 255, 255, 0.3);
	color: #000;
}
.agree {
	float: left;
	width: 150px;
	margin-top: 15px;
	color: #fff;
}
.agree:hover {
	color: #8cbdff;
}
.agree .all_agree input[type="checkbox"] {
	display: none;
}
.agree .all_agree input[type="checkbox"] + label {
	display: inline-block;
	width: 17px;
	height: 17px;
	background: rgba(77, 135, 206, 0.7);
	cursor: pointer;
	border-radius: 10px;
	float: left;
}
.agree .all_agree:after {
	display: block;
	clear: both;
	content: "";
}
.agree .all_agree input[type="checkbox"]:checked + label {
	background: url(../image/login_check.png) no-repeat center/10px 10px;
	background-color: rgba(77, 135, 206, 0.7);
	float: left
}
.agree {
	position: relative;
}
.agree .all_agree input[type="checkbox"] + label span {
	position: absolute;
	top: 2px;
	left: 22px;
	display: block;
}
.log_idps {
	float: right;
	width: 120px;
	text-align: right;
	padding-top: 2px;
	padding-right: 2px;
	margin-top: 15px;
	background: none;
	font-size: 12px;
	color: #fff;
}
.log_idps:hover {
	color: #8cbdff;
}
.btn_wrap {
	float: left;
	margin-top: 20px;
}
.log_btn01 {
	border: 1px solid #fff;
	background: none;
	color: #fff;
	padding: 10px 40px;
	float: left;
}
.log_btn01:hover {
	background: rgba(255, 255, 255, 0.2)
}
.log_btn02 {
	border: 1px solid #fff;
	background: none;
	color: #fff;
	padding: 10px 38px;
	float: left;
}
.log_btn02:hover {
	background: rgba(255, 255, 255, 0.2)
}
.txt-link {
	margin-left: -10px;
	margin-top: 20px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	width: 360px;
}
.txt-link a {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}
.txt-link a:hover {
	color: #8cbdff;
}
/* ------------------------------------- login //---------------------------------------- */


/* ------------------------------------- leftmenu ---------------------------------------- */

/*------- popup M -----------------*/
.popM_body{ min-width:500px; height:100%}

.popM_wrap{ }
.popM_content{ padding:0 5px;}
.pop_grid{padding-top:5px; padding-bottom:5px; margin:0 auto; }
.popM_top{height:40px; background-color:#eeeeee; border-bottom:4px solid #5b8fd6; margin:5px;}
.popM_tit{float:left; background-image: url(../image/popM_icon01.png); background-position:0 50%; background-repeat:no-repeat; width:auto; font-size:16px; position:relative; left:12px; top:9px; padding-left:20px;}
.popM_t_btn_wrap{width:auto; float:right; position:relative; top:9px; right:10px;}
.popM_t_btn {
	background-color: #7eadee;
	color: #ffffff;
	border-radius: 3px;
	height: 24px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 3px;
    float:right;
	margin-right:5px;
}
.popM_t_btn:hover {
	background-color: #659ae3;
	color: #ffffff;
	border-radius: 3px;
}
.popM_t_btn02 {
	background-color: #659ae3;
	color: #ffffff;
	border-radius: 3px;
	height: 24px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 3px;
    float:right;
	margin-right:5px;
}
.popM_t_btn02:hover {
	background-color: #5085ce;
	color: #ffffff;
	border-radius: 3px;
}
.popM_t_btn_close {
	background-color: #f4f4f4;
	color: #5c5c5c;
	border-radius: 3px;
	border:1px solid #b6b6b6;
	height: 24px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 3px;
    float:right;
	margin-right:5px;
}
.popM_t_btn_close:hover {
	background-color: #e5e5e5;
	color: #5c5c5c;
	border-radius: 3px;
}
.gray02{color:#a1a1a1;}
.sch_tit{width:auto; float:left; font-weight:bold; margin-right:5px; margin-left:20px;}
.p_date_cal { min-width:250px;
}
.p_search-box {
	background-color: #eaf2f9;
	border: 1px solid #c4d4e2;
	padding: 6px 20px;
	margin: 0px auto;
	border-radius: 0 0 5px 5px;
	height:auto;
}

.line01{ height:24px; padding:5px;}
.txt-topnv{text-align: right; margin-top:5px; font-size: 12px; }

.h1-line{border-bottom: 1px solid #a1bee6; }

.page-auto-height{
    margin-top:0;
    overflow: hidden;
    height: 100%;
	/* margin:0 10px 10px 10px;
	border: 1px solid #285f8a; */
	background:#fff;
}

.B2scroll{
	overflow-y:auto;
	height:90vh;
}


/* -----------------------login bg ------------------------------- */
.bg-slide{
			width: 100%;
			height: 100%;
			position: fixed;
			top: 0px;
			left:0px;
			background-size: cover;
			background-position: 50% 50%;
			background-repeat: none;
			background-image:url("../images/login_bg02.jpg");
		}
		.bg-slide li{
			width: 100%;
			height: 100%;
			position: absolute;
			top: 0;
			left: 0;
			opacity: 0;
			background-size: cover;
			background-position: 50% 50%;
			background-repeat: none;
			-webkit-animation: bg-slide-animation 40s linear infinite 0s;
			animation: bg-slide-animation 40s linear infinite 0s;
			
		}
		.bg-slide li:nth-child(1){
			background-image:url("../images/login_bg02.jpg");
		}
		.bg-slide li:nth-child(2){
			background-image: url("../images/login_bg.jpg");
			-webkit-animation-delay:7s;
			animation-delay:7s;
		}
		.bg-slide li:nth-child(3){
			background-image:url("../images/login_bg02.jpg");
			-webkit-animation-delay:14s;
			animation-delay:14s;
		}
		.bg-slide li:nth-child(4){
			background-image: url("../images/login_bg.jpg");
			-webkit-animation-delay:21s;
			animation-delay:21s;
		}
		
		@-webkit-keyframes bg-slide-animation{
			0%{
				-webkit-animation-timing-function: ease-in;
				opacity: 0;
			}
			10%{ 
				-webkit-transfome: scale(1.1);
				-webkit-animation-timing-function: ease-out;
				opacity: 1;
				
			}
			30%{ 
				-webkit-transfome: scale(1.3);
				opacity: 1;
				
			}
			50%{ 
				-webkit-transfome: scale(1.3);
				opacity: 0;
				
			}
			100%{ 
				opacity: 0;
				
			}
		}
			@keyframes bg-slide-animation{
				0%{
					animation-timing-function: ease-in;
					opacity: 0;
			}
			10%{ 
				transfome: scale(1.1);
				animation-timing-function: ease-out;
				opacity: 1;
				
			}
			30%{ 
				transfome: scale(1.3);
				opacity: 1;
				
			}
			50%{ 
				transfome: scale(1.3);
				opacity: 0;
				
			}
			100%{ 
				opacity: 0;
				
			}
			}
		

/*
* 더이상 추가 하지 말것!!! Login/Main/Frame 및 기타 스타일 적용만 추가 할것!!
* DWPMES Login, Main/left/Frame/dashboard 만 사용 함.
* frame.tag, empty.tag ( base.tag/modal.tag 사용 안함 - axboot.css 만사용)
*
* 절대 base.tag/modal.tag에 사용하면 안됨....
*/
