/* ÅÛÇÃ¸´ °¨Ãß±â */
[data-composer-template], [data-composer-template-multi] {
	display:none !important;
}

/* ÆäÀÌÁö */
.MiniPage {max-width:400px; margin:0 auto;}
.SmallPage {max-width:600px; margin:0 auto;}
.MediumPage {max-width:800px; margin:0 auto;}
.LargePage {max-width:1000px; margin:0 auto;}
.xLargePage {max-width:1200px; margin:0 auto;}
.MiniPage, .SmallPage, .MediumPage, .LargePage, .xLargePage {overflow: hidden;}

/* Á¤·Ä */
.center {
	text-align: center !important;
}
.right {
	text-align: right !important;
}

/* ÅØ½ºÆ® ¹Ú½º ¶ó¿îµå */
.textbox-corners .ui-bar {
	-webkit-border-top-left-radius: inherit;
	border-top-left-radius: inherit;
	-webkit-border-top-right-radius: inherit;
	border-top-right-radius: inherit;
}
.textbox-corners .ui-body {
	border-top-width: 0;
	-webkit-border-bottom-left-radius: inherit;
	border-bottom-left-radius: inherit;
	-webkit-border-bottom-right-radius: inherit;
	border-bottom-right-radius: inherit;
	margin-bottom: 10px;
	font-size:0.9em;
}

/* clear button */
.ui-input-clear-hidden {display:block !important;}

/* ¸µÅ© ¹ØÁÙ Á¦°Å */
a {text-decoration: none;}

/* ¾ÆÀÌÄÜ ¸µÅ© */
a [class^="icon-"], a [class*=" icon-"] {display:inline-block;}
.fa-all-square {position:relative; display:inline-block; text-align:center; width:30.5px; height:30.5px; line-height:30px; border-radius:10px;}
.fa-all-square::after {position:absolute; left:0; top:0; text-align:center; margin-top:2px; width:100%; height:100%; font-size:16px; font-family:Tahoma; font-weight:300; color:#FFF; border-radius:4px; background-color:#2489CE; content:'all';}

/* Æ÷ÀÎÅÍ */
.pointer {
	cursor: pointer !important;
}

/* ¸®½ºÆ®ºä */
.listView {
	margin: 0px !important;
}
/*
.ui-collapsible-content {
	font-size:0.9em;
}
*/

/* Å×ÀÌºí */
table {
	width: 100%;
	margin: 0 auto;
}
table, th, td {
	border-collapse: collapse;
	border-color: #9f9f9f;
	border-style: solid;
	border-width: 1px;
	line-height: 30px;
	font-size: 0.9em;
}

/* ÅØ½ºÆ® - °­Á¶ */
.highlight {
	font-weight:bold;
	color: #f04e00;
}
/* ÅØ½ºÆ® - °æ°í */
.warning {
	font-weight:bold;
	color: red;
}
/* ÅØ½ºÆ® - ºñÁÖ·ù */
.blur {
	color: gray;
}
/* ÅØ½ºÆ® - ±½°Ô */
.bold {
	font-weight:bold;
}
/* ÅØ½ºÆ® - °¡¿îµ¥ Á¤·Ä */
.center {
	text-align:center !important;
}

/* ¼û±è */
.hide {
	display: none !important;
}

/* ºñµð¿À */
video {
	min-width: 300px;
	min-height: 300px;
	max-width: 100%;
	max-height: 100%;
}

/* Jquery ±×¸®µå */
.ui-grid-a > div,
.ui-grid-b > div,
.ui-grid-c > div,
.ui-grid-d > div {
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	min-height: 1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.ui-grid-a > div {
	/* width: 49.95%; IE7 */
	/* margin-right: -.5px; BB5 */
	width: 50%;
}
.ui-grid-b > div {
	/* width: 33.25%; IE7 */
	/* margin-right: -.5px; BB5 */
	width: 33.333%;
}
.ui-grid-c > div {
	/* width: 24.925%; IE7 */
	/* margin-right: -.5px; BB5 */
	width: 25%;
}
.ui-grid-d > div {
	/* width: 19.925%; IE7 */
	width: 20%;
}
.ui-grid-solo > div {
	width: 100%;
	float: none; 
}

/* preset breakpoint to switch to stacked grid styles below 35em (560px) */
@media (max-width: 35em) {
	.ui-responsive > div {
		width: 100%; 
		float: none; 
	}
}

/* Â÷Æ® Å©·¹µ÷ °¨Ãß±â */
.highcharts-credits {
	display: none;
}

.common-button-print {padding-left:23px !important; padding-right:10px; width:25px; text-shadow:none !important; font-weight:normal !important; border:0 !important; background-color:#888 !important; background-image:url('') !important;}
.common-button-print:before {border:0;}
.common-button-print:after {top:8px; left:5px !important; margin:0; width:16px !important; height:16px !important; border-radius:16px !important; background-size:60%;}