@charset "utf-8";
/* CSS Document */

body{
	font-family: 'Malgun Gothic','Trebuchet MS', Arial, Helvetica, sans-serif;
	background-image: url(/res/base/img/common/bg.gif);
	color:#46535b;
	font-size:12px;
	line-height:20px;
	font-weight:normal;
	margin:0;
	padding:0;
}
body,td,th,table,select,input,div,form,textarea,center,option,pre,blickquote{
	font-family: 'Malgun Gothic','Trebuchet MS', Arial, Helvetica, sans-serif;}
img{
	border:none;
	vertical-align:middle;
}
input{
    vertical-align: middle;
	font-size:11px;
	padding:3px;
}
select{
    vertical-align: middle;
	padding:3px;
	font-size:12px;
}

table {
 border-spacing:0;
 padding:0;
 border-collapse;
}
td, th {
 padding:0;
}

li, ul, dl, dd, dt{list-style:none; padding:0px; margin:0;}

h1{
	font-size:13px;
	font-weight:bold;
	padding:0;
	margin:0;
}
hr{
	border:1px solid #a8b2b7;
}
a:link{
	text-decoration:none;
	color:#46535b;
}
a:hover{
	color:#000;
	text-decoration:none;
	/* font-weight:bold; */
}
a:visited{
	text-decoration:none;
	color:#46535b;
}
	


/*----- main ----- */
.main_wrap{
	width:480px;
	margin:0 auto;
	text-align:center;
}
.main_header{
	
	margin:10px;
	float:right;

}

.login{
	width:480px;
	margin:0 auto;
	background-image:url(/res/base/img/common/main_login_middle_bg.jpg);
}
.login_in{
	width:298px;
	margin:0 auto;
}
.login_bottom{
	clear:both;
	width:304px;
	height:88px;
	background-image:url(/res/base/img/common/main_login_bottom_bg.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	padding-left:90px;
	padding-right:86px;
	padding-top:10px;
}
.login_in dt{
	display:block;
	text-align:left;
	width:85px;
	height:26px;
	float:left;
}
.login_in dd{
	width:210px;
	float:left;
	height:32px;
}

.login_in input{
	border:1px solid #fff;
	background-color:#afbec5;
	font-size:12px;
	color:#fff;
	width:210px;
}

.login_in input:focus{
	background: #51accf;
	color:#fff;
	border:1px solid #fff;
}
.login_in input.error:focus{
	background: #f7f7f7; 
	border:2px solid #8CBA14; 
}
.login_in ul{
	clear:both;
	width:298px;
}
.login_in li{
	float:left;
	margin-top:10px;
	margin-bottom:10px;
}
.refresh{
	float:right;
	width:96px;
	margin-top:10px;
	margin-right:3px;
}
.refresh input{ 
	width:96px; 
	height:20px; 
	text-align:center; 
	border:1px solid #afbec5; 
	background-color:#fff; 
	font-family:Arial, Helvetica, sans-serif; 
	font-weight:bold; 
	font-size:15px; 
	line-height:15px; 
	color:#5e839e; 
} 
.refresh input:focus{
	background-color:#5e839e;
	color:#fff;
}
.login_btn{
	width:105px;
	float:right;
}
.login_check_id{
	float:left;
	margin-top:10px;
}
/* button 
---------------------------------------------- */
.button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,.2);
	box-shadow: 0 1px 1px rgba(0,0,0,.2);
	font-family: 'Malgun Gothic','Trebuchet MS', Arial, Helvetica, sans-serif;
	cursor:pointer;
	outline:none;
	margin-top:-2px;
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}
.medium {
	font-size: 11px;
	padding:3px;
}
.medium2 {
	font-size: 11px;
	padding-top:4px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	
}
.biger {
	font-size: 12px;
	width:227px;
}

/* color styles 
---------------------------------------------- */
/* white */
.white{
	color: #000;
	border: solid 1px #bec1c4;
	background:#ffffff;
	background: -o-linear-gradient(top,  #ffffff 0%,#dce0e4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff, #dce0e4);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dce0e4));
	background: -moz-linear-gradient(top,  #ffffff,  #dce0e4);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dce0e4');
}
.white:hover{
	color: #000;
	border: solid 1px #bec1c4;
	background:#ffffff;
	background: -o-linear-gradient(top,  #dce0e4 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #dce0e4, #ffffff);
	background: -webkit-gradient(linear, left top, left bottom, from(#dce0e4), to(#ffffff));
	background: -moz-linear-gradient(top,  #dce0e4,  #ffffff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#dce0e4', endColorstr='#ffffff');
}
.white:active{
	color: #000;
	border: solid 1px #bec1c4;
	background:#ffffff;
	background: -o-linear-gradient(top,  #dce0e4 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #dce0e4, #ffffff);
	background: -webkit-gradient(linear, left top, left bottom, from(#dce0e4), to(#ffffff));
	background: -moz-linear-gradient(top,  #dce0e4,  #ffffff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#dce0e4', endColorstr='#ffffff');
}
.white:visited{
	color: #000;
	border: solid 1px #bec1c4;
	background:#ffffff;
	background: -o-linear-gradient(top,  #ffffff 0%,#dce0e4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff, #dce0e4);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dce0e4));
	background: -moz-linear-gradient(top,  #ffffff,  #dce0e4);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dce0e4');
}
/* red */
.red {
	color: #fff;
	border: solid 1px #326a9a;
	background:#4681b4;
	background: -o-linear-gradient(top,  #53b0d0 0%,#4681b4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #53b0d0, #4681b4);	
	background: -webkit-gradient(linear, left top, left bottom, from(#53b0d0), to(#4681b4));
	background: -moz-linear-gradient(top,  #53b0d0,  #4681b4);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#53b0d0', endColorstr='#4681b4');
}
.red:hover {
	color: #fff;
	border: solid 1px #326a9a;
	background:#4681b4;
	background: -o-linear-gradient(top,  #4681b4 0%,#53b0d0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #4681b4, #53b0d0);	
	background: -webkit-gradient(linear, left top, left bottom, from(#4681b4), to(#53b0d0));
	background: -moz-linear-gradient(top,  #4681b4,  #53b0d0);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4681b4', endColorstr='#53b0d0');
}

.red:active {
	color: #fff;
	border: solid 1px #326a9a;
	background:#4681b4;
	background: -o-linear-gradient(top,  #4681b4 0%,#53b0d0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #4681b4, #53b0d0);	
	background: -webkit-gradient(linear, left top, left bottom, from(#4681b4), to(#53b0d0));
	background: -moz-linear-gradient(top,  #4681b4,  #53b0d0);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4681b4', endColorstr='#53b0d0');
}

.red:visited {
	color: #fff;
	border: solid 1px #326a9a;
	background:#4681b4;
	background: -o-linear-gradient(top,  #53b0d0 0%,#4681b4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #53b0d0, #4681b4);	
	background: -webkit-gradient(linear, left top, left bottom, from(#53b0d0), to(#4681b4));
	background: -moz-linear-gradient(top,  #53b0d0,  #4681b4);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#53b0d0', endColorstr='#4681b4');
}
/* green */
.green {
	color: #fff;
	border: solid 1px #518700;
	background:#92c300;
	background: -o-linear-gradient(top,  #92c300 0%,#5d9e00 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #92c300, #5d9e00);	
	background: -webkit-gradient(linear, left top, left bottom, from(#92c300), to(#5d9e00));
	background: -moz-linear-gradient(top,  #92c300,  #5d9e00);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#92c300', endColorstr='#5d9e00');
}
.green:hover {
	color: #fff;
	border: solid 1px #518700;
	background:#92c300;
	background: -o-linear-gradient(top,  #5d9e00 0%,#92c300 100%); /* Opera 11.10+ */	
	background: -ms-linear-gradient(top, #5d9e00, #92c300);	
	background: -webkit-gradient(linear, left top, left bottom, from(#5d9e00), to(#92c300));
	background: -moz-linear-gradient(top,  #5d9e00,  #92c300);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#5d9e00', endColorstr='#92c300');
}

.green:active {
	color: #fff;
	border: solid 1px #518700;
	background:#92c300;
	background: -o-linear-gradient(top,  #5d9e00 0%,#92c300 100%); /* Opera 11.10+ */	
	background: -ms-linear-gradient(top, #5d9e00, #92c300);	
	background: -webkit-gradient(linear, left top, left bottom, from(#5d9e00), to(#92c300));
	background: -moz-linear-gradient(top,  #5d9e00,  #92c300);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#5d9e00', endColorstr='#92c300');
}
.green:visited {
	color: #fff;
	border: solid 1px #518700;
	background:#92c300;
	background: -o-linear-gradient(top,  #92c300 0%,#5d9e00 100%); /* Opera 11.10+ */	
	background: -ms-linear-gradient(top, #92c300, #5d9e00);	
	background: -webkit-gradient(linear, left top, left bottom, from(#92c300), to(#5d9e00));
	background: -moz-linear-gradient(top,  #92c300,  #5d9e00);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#92c300', endColorstr='#5d9e00');
}
/*----- SUB----- */
.sub_wrap{
	width:1000px;
	min-height:600px;
	background-image:url(/res/base/img/common/sub_wrap_bg.gif);
	display:table;
	border:1px solid #ffffff;
	margin:0 auto;
}
.sub_bottom{
	clear:both;
	width:1000px;
	height:5px;
	background:url(/res/base/img/common/sub_bottom.gif);
}
.sub_top{
	width:100%;
	height:53px;
	background-image:url(/res/base/img/common/subtop_bg.gif);
	margin-bottom:30px;
	min-width:1000px;
}
.sub_logo{
	width:128px;
	float:left;
	margin-top:10px;
	margin-left:10px;
}
.sub_info{
	float:right;
	color:#fff;
	background-image:url(/res/base/img/common/sub_info_bg.gif);
	width:399px;
	height:29px;
	margin-top:10px;
	margin-right:10px;
	padding-left:40px;
	padding-top:6px;
}
.info_btn{
	float:right;
	margin-right:2px;
}
.moorpc{
	float:right;
	margin-top:15px;
	margin-right:10px;
}
.moorpc select{
	background-color:#000;
	color:#fff;
	border:1px solid #626f76;
}
/*----- SUB_LEFT ----- */
.left{
	width:150px;
	float:left;
	min-height:600px;
}
.company_logo{
	height:48px;
}
.left dt{
	display:block;
	height:30px;
	margin-bottom:10px;
	background-color:#dce2e6;
	padding-left:10px;
	padding-top:8px;
	font-size:13px;
	font-weight:bold;
	background-image:url(/res/base/img/common/left_dt_bg.gif);
}
.left dd{
	display:block;
	padding-left:12px;
	padding-right:5px;
	color:#59666e;
	margin-bottom:5px;
}
	
.left dd a:link{
	text-decoration:none;
	color:#59666e;
}
.left dd a:hover{
	text-decoration:none;
	color:#000000;
	font-weight:bold;
}
.left dd a:active{
	text-decoration:none;
	color:#000000;
	font-weight:bold;
}
.left dd a:visited{
	text-decoration:none;
	color:#59666e;
}
/*----- contents ----- */
.contents_wrap{
	width:850px;
	float:left;
	min-height:600px;
}
.title{
	height:67px;
	font-size:13px;
	font-weight:bold;
	padding-left:20px;
	padding-top:16px;
	background-image:url(/res/base/img/common/contents_bg2.gif);
	background-repeat:no-repeat;
}
.contents{
	padding-left:20px;
	padding-right:15px;
}
.con_top{
	background-color:#e7ebee;
	border:1px solid #d0d5d9;
	padding:10px;
	margin-bottom:20px;
}
.sel_date{
	width:90px;
	border:1px solid #fff;
	font-size:12px;
	background: #d6dbde;
}
.sel_date:focus{
	border:1px solid #69af00;
	background:#ffffff;
}
.sel_word{
	width:80px; 
	border:1px solid #fff;
	background: #d6dbde;
}
.sel_word:focus{
	border:1px solid #69af00;
	background:#ffffff;
}
.sel_word2{
	border:1px solid #fff;
	background: #d6dbde;
	font-size:11px;
}
.uh-oh{
	border:2px solid #50aacd;
	background:#f7f7f7;
	margin-right:10px;
}
.text_area{
	width:280px;
}
.btn_top{
	text-align:right;
	padding-bottom:8px;
}
.btn_bottom{
	text-align:center;
	padding-bottom:20px;
}
/*----- Footer ----- */
.footer_main{
	width:100%;
	color:#46535b;
	text-align:center;
	font-size:11px;
	padding-top:20px;
}
.footer{
	clear:both;
	height:25px;
	text-align:center;
	color:#46535b;
	width:1000px;
	padding-top:5px;
	font-size:11px;
	margin:0 auto;
}


/*----- table-----*/
table{
	border-spacing:0px;
	padding:0;
	border-collapse:collapse; 
}

.table{
	border-top:2px solid #60727b;
	border-bottom:2px solid #60727b;
	border-left:1px solid #a8b2b7;
	width:100%;
	margin-top:20px;
	margin-bottom:10px;
}
.table th {
	border-bottom:2px solid #a8b2b7;
	border-right:1px solid #a8b2b7;
	background-color:#d8dee2;
	padding-left:5px;
	padding-top:5px;
	padding-bottom:5px;
	font-weight:bold;
	text-align:center;
	height:30px;
}
.table td{
	padding:7px;
	border-right:1px solid #a8b2b7;
	border-bottom:1px solid #a8b2b7;
	vertical-align:top;
}
.table_in,.table_in2{
	width:100%;
}
.table_in td{
	border:none;
	text-align:right;
	border-spacing:0px;
	padding:0;
	border-collapse:collapse;
	vertical-align:middle;
}
.table_in th{
	border:none;
	text-align:left;
	background-color:#fff;
	font-weight:normal;
	border-spacing:0px;
	padding:0;
	border-collapse:collapse;
	vertical-align:middle;	
}

.table_in2 td{
	border:none;
	text-align:right;
	border-spacing:0px;
	padding:0;
	border-collapse:collapse;
	vertical-align:middle;
	font-weight:bold;
	color:#50aacd;
}
.table_in2 th{
	vertical-align:middle;
	border:none;
	text-align:left;
	background-color:#fff;
	border-spacing:0px;
	padding:0;
	border-collapse:collapse;
}

/*----- table2:��¥����-----*/
.table2{
	border-top:2px solid #a8b2b7;
	border-bottom:1px solid #a8b2b7;
	border-left:1px solid #c6c6c6;
	border-right:1px solid #c6c6c6;
	width:100%;
}
.table2 th {
	border-bottom:2px solid #a8b2b7;
	background-color:#d8dee2;
	padding:2px;
	font-weight:bold;
	font-size:11px;
	text-align:center;
	height:30px;
	color:#111;
	border-right:1px solid #a8b2b7;
}
.table2 td{
	border-bottom:1px solid #c6c6c6;
	border-right:1px solid #c6c6c6;
	padding:2px;
	text-align:center;
	font-size:11px;
}
/*----- table3-----*/
.table3{
	border-top:2px solid #a8b2b7;
	border-bottom:1px solid #a8b2b7;
	border-left:1px solid #c6c6c6;
	border-right:1px solid #c6c6c6;
	width:100%;
}
.table3 th {
	border-bottom:2px solid #a8b2b7;
	background-color:#d8dee2;
	padding-left:5px;
	padding-top:3px;
	padding-bottom:3px;
	font-weight:bold;
	font-size:11px;
	text-align:center;
	height:30px;
	color:#111;
	border-right:1px solid #a8b2b7;
}
.table3 td{
	border-bottom:1px solid #c6c6c6;
	border-right:1px solid #c6c6c6;
	padding:3px;
	text-align:center;
	font-size:11px;
}
/*----- table4-----*/
.table4{
	border-top:2px solid #60727b;
	border-bottom:2px solid #60727b;
	border-left:1px solid #a8b2b7;
	width:100%;
	margin-bottom:40px;
}
.table4 th {
	border-bottom:2px solid #a8b2b7;
	border-right:1px solid #a8b2b7;
	background-color:#d8dee2;
	padding-left:5px;
	padding-top:5px;
	padding-bottom:5px;
	font-weight:bold;
	text-align:center;
	height:30px;
}
.table4 td{
	padding:7px;
	border-right:1px solid #a8b2b7;
	border-bottom:1px solid #a8b2b7;
	vertical-align:top;
}
.text_right{
	text-align:right;
}
/*----- table5-�Խ��ǿ�-----*/
.table5{
	border-top:2px solid #60727b;
	border-bottom:2px solid #60727b;
	width:100%;
	margin-bottom:15px;
	border-left:1px solid #c6c6c6;
	border-right:1px solid #c6c6c6;
}
.table5 th {
	border-bottom:2px solid #a8b2b7;
	border-right:1px solid #a8b2b7;
	background-color:#d8dee2;
	padding:5px;
	font-weight:bold;
	font-size:11px;
	text-align:center;
	height:30px;
}
.table5 td{
	border-bottom:1px solid #e1e1e1;
	padding:7px;
	text-align:left;
	font-size:11px;
	border-right:1px solid #c6c6c6;
}

.table5	a:link{
	text-decoration:none;
	color:#69ac00;
}
.table5 a:hover{
	color:#000;
	text-decoration:underline;
}
.table5 a:visited{
	text-decoration:none;
	color:#69ac00;
}

/*----- table6-����TH-----*/
.table6{
	border-top:2px solid #a8b2b7;
	border-bottom:2px solid #a8b2b7;
	width:100%;
	margin-bottom:15px;
	margin-top:15px;
}
.table6 th {
	border-bottom:1px solid #a8b2b7;
	border-right:2px solid #a8b2b7;
	background-color:#d8dee2;
	padding:7px;
	font-weight:bold;
	font-size:11px;
	text-align:left;
	width:20%;
}
.table6 td{
	border-bottom:1px solid #e1e1e1;
	padding:7px;
	text-align:left;
	font-size:11px;
}
/*----- table7-����TH2-----*/
.table7{
	border-top:2px solid #a8b2b7;
	border-bottom:2px solid #a8b2b7;
	border-left:1px solid #a8b2b7;
	border-right:1px solid #a8b2b7;
	width:100%;
	margin-bottom:15px;
	margin-top:15px;
}
.table7 th {
	border-bottom:1px solid #a8b2b7;
	border-right:2px solid #a8b2b7;
	background-color:#d8dee2;
	padding:7px;
	font-weight:bold;
	font-size:11px;
	text-align:left;
}
.table7 td{
	border-bottom:1px solid #e1e1e1;
	padding:7px;
	text-align:left;
	font-size:11px;
}
.table7 input,.table6 input,.table8 input,.table5 input{
	font-family: 'Malgun Gothic','Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size:11px;
}
	
/*----- table8-����TH2-----*/
.table8{
	border-top:2px solid #a8b2b7;
	border-bottom:2px solid #a8b2b7;
	width:100%;
	margin-bottom:15px;
	margin-top:15px;
}
.table8 th {
	border-bottom:1px solid #e1e1e1;
	border-right:1px solid #e1e1e1;
	background-color:#f7f7f7;
	padding:7px;
	font-weight:bold;
	font-size:11px;
	text-align:left;
}
.table8 td{
	border-bottom:1px solid #e1e1e1;
	padding:7px;
	text-align:left;
	font-size:11px;
	width:30%;
	text-align:center;
}
/*----- table8-����TH2------*/
.table8-{
	border-top:2px solid #a8b2b7;
	border-bottom:2px solid #a8b2b7;
	width:100%;
	margin-bottom:15px;
	margin-top:15px;
}
.table8- th {
	border-bottom:1px solid #e1e1e1;
	border-right:1px solid #e1e1e1;
	background-color:#f7f7f7;
	padding:7px;
	font-weight:bold;
	font-size:11px;
	text-align:left;
}
.table8- td{
	border-bottom:1px solid #e1e1e1;
	padding:7px;
	text-align:left;
	font-size:11px;
	text-align:center;
}
.reg_table{
	border-top:1px solid #aaaaaa;
	border-bottom:1px solid #aaaaaa;
	border-left:1px solid #aaaaaa;
	border-right:1px solid #aaaaaa;
	width:100%;
}
.reg_table th {
	border-bottom:1px solid #aaaaaa;
	background-color:#ebebeb;
	padding:2px;
	font-size:11px;
	text-align:center;
	height:30px;
	color:#111;
	border-right:1px solid #aaaaaa;
}
.reg_table td{
	border-bottom:1px solid #aaaaaa;
	border-right:1px solid #aaaaaa;
	padding:2px;
	text-align:left;
	padding-left: 5px;
	font-size:11px;
}
/*----- table_num-----*/
.table_num{
	margin:0 auto;
	margin-bottom:50px;
}

.table_num td{
	font-weight:bold;
	font-size:11px;
	border:0;
	padding:5px;
	text-align:center;
}
.table_num a:link{
	color:#000;
	text-decoration:none;
}
.table_num a:hover{
	color:#69ac00;
	text-decoration:underline;
}
.table_num a:visited{
	color:#000;
	text-decoration:none;
}
/*----- tab-----*/
.tab_top{
	height:40px;
	background-image:url(/res/base/img/common/blue_dot.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	padding:0;
	margin:0;
}
.tab_top_on{
	float:left;
	padding-top:15px;
	padding-left:10px;
	padding-right:10px;
	text-align:center;
	background-image:url(/res/base/img/common/tab_on.gif);
	display:block;
	height:25px;
	margin-right:5px;
	border-left:2px solid #66a400;
	border-right:2px solid #66a400;
	}
.tab_top_off{
	float:left;
	padding-top:15px;
	padding-left:10px;
	padding-right:10px;
	text-align:center;
	background-image:url(/res/base/img/common/tab_off.gif);
	display:block;
	height:25px;
	margin-right:5px;
	border:none;
	}
.tab_box{
	padding:10px;
	margin-bottom:50px;
	border-bottom:2px solid #66a400;
	border-left:2px solid #66a400;
	border-right:2px solid #66a400;
	background-color:#fff;
}
.tab_box2{
	padding:10px;
	margin-bottom:20px;
	border-bottom:2px solid #66a400;
	border-left:2px solid #66a400;
	border-right:2px solid #66a400;
	background-color:#fff;
}
.clear{
	clear:both;
}

.left_01{
	float:left;
	width:357px;
	padding:15px;
	border:1px solid #a8b2b7;
	background-color:#e7eef2;
	height:200px;
	overflow-y:auto;
	margin-right:10px;
	text-align:justify;
}

.right_01{
	width:357px;
	padding:15px;
	border:1px solid #a8b2b7;
	background-color:#e7eef2;
	height:200px;
	overflow-y:auto;
	text-align:justify;
}
.left_02{
	float:left;
	width:380px;
	margin-right:10px;
}

.right_02{
	width:380px;
	float:right;
}
/*-----SMS������----- */
.sms_top_bg{
	width:880px;
	height:357px;
	background-image:url(/res/base/img/ko/sms_frame.jpg);
	margin:0 auto;
}
.sms_top_in{ 
	width:220px; 
	padding-top:130px; 
	padding-left:530px;
	font-size:11px;
	font-weight:bold; 
} 
.sms_top_in input{
	border:1px solid #d5d9dc;
	background-color:#d5d9dc;
	font-family: 'Malgun Gothic','Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	width:155px;
}
.sms_btn{
	width:248px;
	margin-left:445px;
}
.sms_top_in input:focus{
	background: #afbec5;
	border:1px solid #afbec5;
	color:#fff;
}
.sms_top_in li{
	display:block;
	width:155px;
	margin-bottom:12px;
}

.sms_contents{
	width:880px;
	margin:0 auto;
	background-color:#FFF;
	height:100%;
	border:5px solid #d1d6dc;
}
.sms_shadows{
	background-image:url(/res/base/img/common/sms_shadow.png);
	width:880px;
	height:31px;
	font-size:15px;
	font-weight:bold;
	padding-top:10px;
	margin:0 auto;
}
.sms_shadows2{
	background-image:url(/res/base/img/common/sms_shadow2.png);
	width:880px;
	height:41px;
	margin:0 auto;
}
.sms_01{
	padding-top:30px;
	padding-bottom:30px;
	margin-left:48px;
	border-top:1px dotted #999999;
	border-right:1px dotted #999999;
	width:391px;
	float:left;
	display:block;
}
.sms_01_top{
	padding-top:20px;
	padding-bottom:30px;
	margin-left:48px;
	border-right:1px dotted #999999;
	width:391px;
	float:left;
	display:block;
}
.sms_01 dt,.sms_01_top dt{
	float:left;
	margin-right:12px;
}
.sms_01 dd{
	margin-left:33px;
	width:288px;
	text-align:justify;
	float:left;
}
.sms_02{
	padding-top:30px;
	padding-bottom:30px;
	margin-right:48px;
	border-top:1px dotted #999999;
	width:371px;
	float:right;
	display:block;
	padding-left:20px;
}
.sms_02_top{
	padding-top:20px;
	padding-bottom:30px;
	padding-left:20px;
	margin-right:48px;
	width:371px;
	float:right;
	display:block;
}
.sms_02 dt,.sms_02_top dt{
	float:left;
	margin-left:12px;
}
.sms_02 dd{
	margin-left:45px;
	width:288px;
	text-align:justify;
}
/*----- TEXT ----- */
.gergia{
	font-family:Arial, Helvetica, sans-serif;
}
.bg_eee{background-color:#eee;}
.color_red{color:#50aacd;}
.color_blue{color:#00acff;}


.center{
	text-align:center;
}
.center a{
	color:#F60;
}
.center a:visited{
	color:#F60;
}

/*----- 20190717 ----- */

.deviceBoardNoticeContent{
	white-space:pre-wrap; 
	overflow-y:scroll; 
	height: 300px;
}

/*-----20191024--------*/
.permissionIcon{
	margin-left: 1px;
	margin-right: 1px;
}