﻿/* basic */
html {
	overflow-y:scroll;
}
.input_text {
	height:22px;
	padding:2px;
	font-size:13px;
	font-family: 'Nanum Gothic', 'RixGoM', '맑은 고딕', '돋움', 'Dotum';
	text-align:left;
	border:1px solid #dadada;
	-webkit-appearance:none;
	-webkit-border-radius:1px;
}
.t_top {
	border-bottom:1px solid #cfcfcf;
	border-top:1px solid #333333;
	text-align:left;
	height:43px
}
.t_top2 {
	border-bottom:1px solid #cfcfcf;
	text-align:left;
	height:43px
}

.t_top3 {
	border-bottom:1px solid #cfcfcf;
	border-top:1px solid #333333;
	text-align:center;
	height:35px
}
.t_top4 {
	border-bottom:1px solid #cfcfcf;
	border-right:1px solid #cfcfcf;
	text-align:center;
	height:43px
}
.t_top5 {
	border-bottom:1px solid #cfcfcf;
	text-align:center;
	height:43px
}


.t_top6 {
	border-top:1px solid #cfcfcf;
	border-bottom:3px double #cfcfcf;
	text-align:center;
	height:43px
}

.t_top7 {
	border-bottom:3px double #cfcfcf;
	border-right:1px solid #cfcfcf;
	text-align:center;
	height:43px
}
.t_top8 {
	border-bottom:3px double #cfcfcf;
	text-align:center;
	height:43px
}

.input_number {
	padding:2px;
	height:20px;
	font-size:13px;
	font-family: 'Nanum Gothic', 'RixGoM', '맑은 고딕', '돋움', 'Dotum';
	text-align:right;
	border:1px solid #dadada;
	-webkit-appearance:none;
	-webkit-border-radius:1px;
}
.input_number2 {
	height:20px;
	padding:2px;
	font-size:13px;
	font-family: 'Nanum Gothic', 'RixGoM', '맑은 고딕', '돋움', 'Dotum';
	text-align:right;
	border:1px solid #dadada;
	background-color:#e5e5e5;
	-webkit-appearance:none;
	-webkit-border-radius:1px;
}


body {
	font-family: 'Nanum Gothic', 'RixGoM', '맑은 고딕', '돋움', 'Dotum';
	font-size: 11px;
	color: #000000;
	margin-left : 0;
	margin-top : 0;
	margin-right : 0;
	margin-bottom: 0;
	scrollbar-face-color: #F8F8F8;
	scrollbar-shadow-color:#B3B3B3;
	scrollbar-highlight-color:#B3B3B3;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #DDDDDD;
	scrollbar-arrow-color: #8B9EA6;
}
a:link {
	text-decoration: none;
	color: #333333;
	font-family: 'Nanum Gothic', 'RixGoM', '맑은 고딕', '돋움', 'Dotum';
	font-size: 13px;
}
a:visited {
	text-decoration: none;
	color: #333333;
	font-family: 'Nanum Gothic', 'RixGoM', '맑은 고딕', '돋움', 'Dotum';
	font-size: 13px;
}
a:active {
	text-decoration: none;
	color: #333333;
	font-family: 'Nanum Gothic', 'RixGoM', '맑은 고딕', '돋움', 'Dotum';
	font-size: 13px;
}
a:hover {
	text-decoration: none;
	color: #E47827;
	font-family: 'Nanum Gothic', 'RixGoM', '맑은 고딕', '돋움', 'Dotum';
	font-size: 13px;
}
img {
	border:0;
}
table {
	border: 0;
	font-family:'Nanum Gothic', 'RixGoM', '맑은 고딕', '돋움', 'dotum';
	font-size: 13px;
	line-height:18px;
}
input {
	border: 1px solid #C9C9C9;
	font: 13px;
	font-family: 'Nanum Gothic', 'RixGoM', '맑은 고딕', '돋움', 'dotum';
	color:#000000;
}
select {
	border: 1px solid #C9C9C9;
	font: 13px;
	font-family: 'Nanum Gothic', 'RixGoM', '맑은 고딕', '돋움', 'dotum';
	color:#000000;
}
input {
border: expression( (this.type=='checkbox'||this.type=='radio')?'':'2px solid #ffffff');
}


.login_css
{
	padding-left:10px;
	 -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
	width:80%;
	height:40px;
	padding:10px;
	border:1px solid #bbbbbb;
	text-align:left;
	font-family: 'Nanum Gothic','RixGoM','맑은 고딕','돋움','Dotum'; 
	font-size:14px;
	color:#333333;
}