@import url('http://fonts.googleapis.com/earlyaccess/nanumgothic.css');
/*
*{margin:0;padding:0;font-family:'Nanum Gothic';letter-spacing:-0.2px;}
*/
.after:after{clear:both;display:block;content:"";}
.cbtn{font-family:inherit;vertical-align:middle;white-space:nowrap}

.cbtn, .cbtn:visited {
	display: inline-block; 
	color: #fff; 
	text-decoration: none;
	/*
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	*/
	position: relative;
	cursor: pointer
}
 
.cbtn:hover{
	background-color: #111; color: #fff;
}

.cbtn:active{
	top: 1px;
}

.small.cbtn:link, .small.cbtn:visited{
	font-size: 12px;
	padding: 5px;
	color: #fff;
	text-align:center;
}

.super.cbtn:link, .super.cbtn:visited{
	font-size: 13px;
	padding: 5px 10px;
	color: #fff;
	text-align:center;
}

.big.cbtn:link, .big.cbtn:visited{
	font-size: 13px;
	padding: 10px 20px;
	color: #fff;
	text-align:center;
	font-weight:bold;
}

.sbig.cbtn:link, .sbig.cbtn:visited {
    font-size: 15px;
    padding: 13px 25px;
    color: #fff;
    text-align: center;
    font-weight: bold;
}

.free.cbtn:link, .free.cbtn:visited{
	font-size: 13px;
	color: #fff;
	text-align:center;
	font-weight:bold;
}


.cbtn.red, .cbtn.red:visited{background-color: #ff9000;}
.cbtn.red:hover{background-color: #e88402;}

.cbtn.blue, .cbtn.blue:visited{	background-color: #52809a;}
.cbtn.blue:hover{background-color: #34566a;}

.cbtn.black, .cbtn.black:visited{background-color: #777777;}
.cbtn.black:hover{background-color: #000000;}

.cbtn.green, .cbtn.green:visited{background-color: #4f9922;}
.cbtn.green:hover{background-color: #2f690c;}

.cbtn.blood, .cbtn.blood:visited{background-color: #ac0303;}
.cbtn.blood:hover{background-color: #740202;}

.cbtn.orange, .cbtn.orange:visited{background-color: #de712e;}
.cbtn.orange:hover{background-color: #b36535;}


.pTable {border-collapse:collapse;border-spacing:0px;width:100%;}
.pTable th {
	border:1px solid #ccc;
	height:40px;
	color:#777;
	font-weight:600;
	font-size:12px;
	background:#f9f9f9;
	text-align:center;
}

.pTable td {
	border:1px solid #ccc;
	height:40px;
	color:#777;
	font-size:12px;
	padding:5px 10px;
}

.pTable input[type=text], input[type=password], input[type=file]{
	border:1px solid #999;
	height:28px;
}

.pTable select{
	height:28px;
}







.gTable {border-collapse:collapse;border-spacing:0px;width:100%;}
.gTable th {
	border:1px solid #ccc;
	height:40px;
	color:#777;
	font-weight:600;
	font-size:12px;
	background:#f9f9f9;
	text-align:left;
	padding:0px 0px 0px 15px;
}

.gTable td {
	border:1px solid #ccc;
	height:40px;
	color:#777;
	font-size:12px;
	padding:5px 10px;
}


.gTable td table td{
	border:0px;
	padding:0px;
	height:10px;
}

.gTable input[type=text], input[type=password], input[type=file]{
	border:1px solid #ccc;
	height:28px;
}

.gTable select{
	padding-left:5px;
	border:1px solid #ccc;
	height:28px;
}







.sTable {border-collapse:collapse;border-spacing:0px;width:100%;}
.sTable th {
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	height:35px;
	color:#fff;
	font-weight:600;
	font-size:12px;
	background:#676767;
	text-align:center;
}

.sTable td {
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	height:35px;
	color:#777;
	font-size:12px;
	padding:5px 10px;
}


.sTable td table td{
	border:0px;
	padding:0px;
	height:10px;
}

.sTable input[type=text], input[type=file]{
	border:1px solid #999;
	height:28px;
}

.sTable select{
	height:28px;
}









.listTable {border-collapse:collapse;border-spacing:0px;width:100%;}
.listTable th {
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-top:2px solid #ccc;
	border-bottom:1px solid #ccc;
	height:40px;
	color:#777;
	font-weight:600;
	font-size:12px;
	background:#f9f9f9;
	text-align:center;
}

.listTable th:first-child{
	border-left:0px;
}

.listTable th:last-child{
	border-right:0px;
}

.listTable td {
	border:1px solid #ccc;
	height:40px;
	color:#777;
	font-size:12px;
	padding:5px 10px;
}

.listTable td:first-child{
	border-left:0px;
}

.listTable td:last-child{
	border-right:0px;
}

.listTable td.h{
	height:20px;
}

.listTable th table td{
	border:0px;
	padding:0px;
	height:10px;
}




.listTable1 {border-collapse:collapse;border-spacing:0px;width:100%;}
.listTable1 th {
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-top:2px solid #ccc;
	border-bottom:1px solid #ccc;
	height:40px;
	color:#777;
	font-weight:600;
	font-size:12px;
	background:#f9f9f9;
	text-align:center;
}

.listTable1 th:first-child{
	border-left:0px;
}

.listTable1 th:last-child{
	border-right:0px;
}

.listTable1 td {
	border:1px solid #ccc;
	height:40px;
	color:#777;
	font-size:12px;
	padding:5px 10px;
	text-align:center;
}

.listTable1 td:first-child{
	border-left:0px;
}

.listTable1 td:last-child{
	border-right:0px;
}

.listTable1 td.h{
	height:20px;
}

.listTable1 th table td{
	border:0px;
	padding:0px;
	height:10px;
}

.listTable1 input[type=text]{
	width:100%;
}

.listTable1 select{height:30px;}


.listTable2 {border-collapse:collapse;border-spacing:0px;width:100%;}
.listTable2 th {
	border:0px;
	border-top:2px solid #ccc;
	border-bottom:1px solid #ccc;
	height:40px;
	color:#777;
	font-weight:600;
	font-size:12px;
	background:#f9f9f9;
	text-align:center;
}

.listTable2 td {
	border:0px;
	border-bottom:1px solid #ccc;
	height:40px;
	color:#777;
	font-size:12px;
	padding:5px 10px;
}


.listTable2 td.h{
	height:20px;
}

.listTable2 th table td{
	border:0px;
	padding:0px;
	height:10px;
}




.listTable3 {border-collapse:collapse;border-spacing:0px;width:100%;}
.listTable3 th {
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-top:2px solid #4267ba;
	border-bottom:1px solid #ccc;
	height:40px;
	color:#777;
	font-weight:600;
	font-size:12px;
	background:#f9f9f9;
	text-align:center;
}

.listTable3 th:first-child{
	border-left:0px;
}

.listTable3 th:last-child{
	border-right:0px;
}

.listTable3 td {
	border:1px solid #ccc;
	height:40px;
	color:#777;
	font-size:12px;
	padding:5px 10px;
}

.listTable3 td:first-child{
	border-left:0px;
}

.listTable3 td:last-child{
	border-right:0px;
}

.listTable3 td.h{
	height:20px;
}

.listTable3 th table td{
	border:0px;
	padding:0px;
	height:10px;
}




.gTable2 {border-collapse:collapse;border-spacing:0px;width:100%;}
.gTable2 th {
	border:1px solid #ccc;
	height:40px;
	color:#777;
	font-weight:600;
	font-size:12px;
	background:#f9f9f9;
	text-align:left;
	padding:0px 0px 0px 15px;
}

.gTable2 th:first-child{
	border-left:0px;
}

.gTable2 th:last-child{
	border-right:0px;
}

.gTable2 td {
	border:1px solid #ccc;
	height:40px;
	color:#777;
	font-size:12px;
	padding:5px 10px;
}

.gTable2 td:first-child{
	border-left:0px;
}

.gTable2 td:last-child{
	border-right:0px;
}

.gTable2 td.h{
	height:20px;
}

.gTable2 td table td{
	border:0px;
	padding:0px;
	height:10px;
}

.gTable2 td input[type="text"], input[type="password"]{
	padding:0px 0px 0px 5px;
	height:30px;
	border:1px solid #bbb;
}

.gTable2 select{height:30px;}





/* ÅØ½ºÆ®¹Ú½º ¶ó¿îµå */
.textBox01{
	height:30px !important;
	color:#777 !important;
	border:1px solid #ccc !important;
	padding:0 0 0 3px;
	resize:none;
	font-family:inherit;
}

.textBox01.dis{
	border:1px solid #ff0000;
}

.textBox01::-webkit-input-placeholder {color:#b5b5b5;}
.textBox01::-moz-placeholder {color:#b5b5b5;}
.textBox01:-ms-input-placeholder {color:#b5b5b5;}



.eqc{
	margin-top:-5px;
	margin-left:-10px;
	position:absolute;
	color:#ff0000;
}



/*ÆÄÀÏÃ·ºÎ ½ºÅ¸ÀÏ¸µ*/
.file_input{float:left;}
.file_input label {
    position:relative;
    cursor:pointer;
    display:inline-block;
    vertical-align:middle;
    overflow:hidden;
    width:100px;
    height:30px;
    background:#777;
    color:#fff;
    text-align:center;
    line-height:30px;
}
.file_input label input {
    position:absolute;
    width:0;
    height:0;
    overflow:hidden;
	z-index:-1;
}
.file_input input[type=text] {
    vertical-align:middle;
    display:inline-block;
    width:200px;
    height:28px;
    line-height:28px;
    font-size:11px;
    padding:0;
    border:0;
    border:1px solid #777;
}
.file_input label:hover{
background:#9b9b9b;
}




/* Ã¼Å©¹Ú½º ½ºÅ¸ÀÏ¸µ */
.squaredThree {
	width: 20px;	
	position: relative;
	float:left;
}
.squaredThree input[type="checkbox"]{
display:none;
}

.squaredThree label {
	cursor: pointer;
	position: absolute;
	width: 20px;
	height: 20px;
	top: 0;
	border:1px solid #ccc;
/*
	-webkit-box-shadow: inset 0px 1px 1px rgba(255,255,255,0.5), 0px 1px 0px rgba(255,255,255,.4);
	-moz-box-shadow: inset 0px 1px 1px rgba(255,255,255,0.5), 0px 1px 0px rgba(255,255,255,.4);
	box-shadow: inset 0px 1px 1px rgba(255,255,255,0.5), 0px 1px 0px rgba(255,255,255,.4);
*/
	background: -webkit-linear-gradient(top, #fff 0%, #fff 100%);
	background: -moz-linear-gradient(top, #fff 0%, #fff 100%);
	background: -o-linear-gradient(top, #fff 0%, #fff 100%);
	background: -ms-linear-gradient(top, #fff 0%, #fff 100%);
	background: linear-gradient(top, #fff 0%, #fff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#fff',GradientType=0 );
}

.squaredThree label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';
	position: absolute;
	width: 9px;
	height: 5px;
	background: transparent;
	top: 4px;
	left: 4px;
	border: 3px solid #f00;
	border-top: none;
	border-right: none;

	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}


.squaredThree input[type=checkbox]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}




.squaredBox {
	width: 20px;	
	position: relative;
	margin:0 auto;
}
.squaredBox input[type="checkbox"]{
	display:none;
}

.squaredBox label {
	cursor: pointer;
	position: absolute;
	width: 20px;
	height: 20px;
	top: -10px;
	left:0;
	border:1px solid #888;

/*
	-webkit-box-shadow: inset 0px 1px 1px rgba(255,255,255,0.5), 0px 1px 0px rgba(255,255,255,.4);
	-moz-box-shadow: inset 0px 1px 1px rgba(255,255,255,0.5), 0px 1px 0px rgba(255,255,255,.4);
	box-shadow: inset 0px 1px 1px rgba(255,255,255,0.5), 0px 1px 0px rgba(255,255,255,.4);
*/
	background: -webkit-linear-gradient(top, #fff 0%, #fff 100%);
	background: -moz-linear-gradient(top, #fff 0%, #fff 100%);
	background: -o-linear-gradient(top, #fff 0%, #fff 100%);
	background: -ms-linear-gradient(top, #fff 0%, #fff 100%);
	background: linear-gradient(top, #fff 0%, #fff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#fff',GradientType=0 );
}

.squaredBox label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';
	position: absolute;
	width: 9px;
	height: 5px;
	background: transparent;
	top: 4px;
	left: 4px;
	border: 3px solid #f00;
	border-top: none;
	border-right: none;

	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}


.squaredBox input[type=checkbox]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}


input::-webkit-input-placeholder {color:#b5b5b5;}
input::-moz-placeholder {color:#b5b5b5;}
input:-ms-input-placeholder {color:#b5b5b5;}




.ra input[type="radio"]{
	width: 18px;
	height: 18px;
	background-color: #fff;
	vertical-align: -5px;
	cursor:pointer;
}



.ico01{height:24px; padding:2px; border-radius:3px; background:#acc000; color:#fff;}
.ico02{height:24px; padding:2px; border-radius:3px; background:#6fbc00; color:#fff;}
.ico03{height:24px; padding:2px; border-radius:3px; background:#00b361; color:#fff;}

.ico04{height:24px; padding:2px; border-radius:3px; background:#00b2c7; color:#fff;}
.ico05{height:24px; padding:2px; border-radius:3px; background:#00a0eb; color:#fff;}
.ico06{height:24px; padding:2px; border-radius:3px; background:#0071d0; color:#fff;}

.ico07{height:24px; padding:2px; border-radius:3px; background:#ffa800; color:#fff;}
.ico08{height:24px; padding:2px; border-radius:3px; background:#ff6c00; color:#fff;}
.ico09{height:24px; padding:2px; border-radius:3px; background:#ff5432; color:#fff;}

.ico10{height:24px; padding:2px; border-radius:3px; background:#a1a1a1; color:#fff;}
.ico11{height:24px; padding:2px; border-radius:3px; background:#de712e; color:#fff;}



.limitTxt{
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}

.grayLine{background:#fff;cursor:pointer;}
.grayLine:hover{background:#f8f8f8;}


input:focus {outline:none;}