﻿
/***** 임의 정의한 클래스 Start*******/

.Bd {
	font-weight:bold;
}

.Un {
	text-decoration:underline;
}

.BlueBd {
	font-weight:bold;
	color:blue;
}

.RedBd {
	font-weight:bold;
	color:red;
}

.UnBd {
	font-weight:bold;
	text-decoration:underline;
}

.UnBlueBd {
	font-weight:bold;
	text-decoration:underline;
	color:blue;
}

.UnRedBd {
	font-weight:bold;
	text-decoration:underline;
	color:red;
}

table > tbody > tr.info > th.middle {
	vertical-align:middle;
}

.nomarintable {
	margin:0px;
}

.nopadtable > tbody > tr > td {
	padding: 0px 0px 0px 0px;
	border:0px;
}

.othertext{
	display:inline;
}

.notopbottomtable {
	padding:0;
	margin:0;
}

.notopbottomtable tr:first-child td:first-child {
border-top: none;
}

.notopbottomtable tr:last-child td:last-child {
border-bottom: none;
}

#mask {  
	position:absolute;  
	z-index:9000;  
	background-color:#000;  
	display:none;  
	left:0;
	top:0;
} 
.window{
	display: none;
	position:absolute;  
	left:100px;
	top:100px;
	z-index:10000;
}

.striped{
	background-color:#eee;
}

/***** 임의 정의한 클래스 End*******/

@media only screen
and (min-device-width : 320px){
	input[type="radio"] {
		-ms-transform: scale(1.5); /* IE 9 */
		-webkit-transform: scale(1.5); /* Chrome, Safari, Opera */
		transform: scale(1.5);
		cursor:pointer;
/*		margin-right:5px;*/
	}

	input[type="checkbox"] {
		-ms-transform: scale(1.5); /* IE 9 */
		-webkit-transform: scale(1.5); /* Chrome, Safari, Opera */
		transform: scale(1.5);
		cursor:pointer;
/*		margin-right:5px;*/
	}
}

/* Smartphones (landscape) */
@media only screen
and (min-width : 321px) {
	input[type="radio"] {
		-ms-transform: scale(1.5); /* IE 9 */
		-webkit-transform: scale(1.5); /* Chrome, Safari, Opera */
		transform: scale(1.5);
		cursor:pointer;
/*		margin-right:5px;*/
	}

	input[type="checkbox"] {
		-ms-transform: scale(1.5); /* IE 9 */
		-webkit-transform: scale(1.5); /* Chrome, Safari, Opera */
		transform: scale(1.5);
		cursor:pointer;
/*		margin-right:5px;*/
	}
}

/* Smartphones (portrait) */
@media only screen
and (max-width : 320px) {
	input[type="radio"] {
		-ms-transform: scale(1.5); /* IE 9 */
		-webkit-transform: scale(1.5); /* Chrome, Safari, Opera */
		transform: scale(1.5);
		cursor:pointer;
/*		margin-right:5px;*/
	}

	input[type="checkbox"] {
		-ms-transform: scale(1.5); /* IE 9 */
		-webkit-transform: scale(1.5); /* Chrome, Safari, Opera */
		transform: scale(1.5);
		cursor:pointer;
/*		margin-right:5px;*/
	}
}

/* iPads (landscape)  */
@media only screen
and (min-device-width : 768px)  
and (max-device-width : 1024px)  
and (orientation : landscape) {  
	input[type="radio"] {
		-ms-transform: scale(1.5); /* IE 9 */
		-webkit-transform: scale(1.5); /* Chrome, Safari, Opera */
		transform: scale(1.5);
		cursor:pointer;
/*		margin-right:5px;*/
	}

	input[type="checkbox"] {
		-ms-transform: scale(1.5); /* IE 9 */
		-webkit-transform: scale(1.5); /* Chrome, Safari, Opera */
		transform: scale(1.5);
		cursor:pointer;
/*		margin-right:5px;*/
	}
}

/* iPads (portrait)  */
@media only screen
and (min-device-width : 768px)  
and (max-device-width : 1024px)  
and (orientation : portrait) {  
	input[type="radio"] {
		-ms-transform: scale(1.5); /* IE 9 */
		-webkit-transform: scale(1.5); /* Chrome, Safari, Opera */
		transform: scale(1.5);
		cursor:pointer;
/*		margin-right:5px;*/
	}

	input[type="checkbox"] {
		-ms-transform: scale(1.5); /* IE 9 */
		-webkit-transform: scale(1.5); /* Chrome, Safari, Opera */
		transform: scale(1.5);
		cursor:pointer;
/*		margin-right:5px;*/
	}
}

/* Desktops and laptops */
@media only screen
and (min-width : 1025px) {  
 	input[type="radio"] {
		-ms-transform: scale(1.35); /* IE 9 */
		-webkit-transform: scale(1.35); /* Chrome, Safari, Opera */
		transform: scale(1.35);
		cursor:pointer;
/*		margin-right:5px;*/
	}

	input[type="checkbox"] {
		-ms-transform: scale(1.35); /* IE 9 */
		-webkit-transform: scale(1.35); /* Chrome, Safari, Opera */
		transform: scale(1.35);
		cursor:pointer;
/*		margin-right:5px;*/
	}
}

