/* ÅÛÇÃ¸´ °¨Ãß±â */
[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;}

/* »ó´Ü */
#header {
	max-width: 1200px;
	margin: 0 auto;
}
/* ÇÏ´Ü - copyright */
#copyright {
	max-width: 1200px;
	margin: 0 auto;
	font-size:12px;
	display: none;
}
/* ÇÏ´Ü - ¸ð¹ÙÀÏ ¸Þ´º */
#footer_menu {
	max-width: 1200px;
	margin: 0 auto;
}
#footer_menu .ui-navbar li:last-child .ui-btn {
	margin-right:0px !important;
}
/* ÀÛÀº È­¸é */
@media screen and (max-width:360px) {
	#footer_menu .ui-navbar li .ui-btn {
		font-size: 11px;
	}
}

/* Á¤·Ä */
.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;}

/* Æ÷ÀÎÅÍ */
.pointer {
	cursor: pointer !important;
}

/* ¸®½ºÆ®ºä */
/*
.ui-collapsible-content {
	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;
}
