@charset "utf-8";
@import url('base.css');					/*	defaut CSS	 */
/* ------------------------------------------------------------------------------------ */
/*									Layout CSS											*/
/* ------------------------------------------------------------------------------------ */
/*
 * Nanum Gothic (Korean) http://www.google.com/fonts/earlyaccess v4
@import url(https://fonts.googleapis.com/earlyaccess/nanumgothic.css);
 */


@media (min-width: 1041px) {
#SearchColumn {
	float:left;
	border: 1px solid #CFE3EF;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	margin:-10px 0px 20px 0px;
	padding:15px 0px 15px 0px;
	text-align:center;
	width:100%;
	z-index:9999;
	/* min-height:100%;*/
	background-image:-webkit-gradient(linear, left 0, left 100%, from(#E2F0FA), to(#ffffff));
	background-image:-webkit-linear-gradient(top, #E2F0FA, 0%, #ffffff, 100%);
	background-image:-moz-linear-gradient(top, #E2F0FA 0, #ffffff 100%);
	background-image:linear-gradient(to bottom, #E2F0FA 0, #ffffff 100%);
	background-repeat:repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffE2F0FA', endColorstr='#ffffffff', GradientType=0)
}
}
@media (min-width: 768px) and (max-width: 1040px){
#SearchColumn {
	float:left;
	border: 1px solid #CFE3EF;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	margin:-10px 0px 10px 0px;
	padding:15px 0px 15px 0px;
	text-align:center;
	width:100%;
	z-index:9999;
	/* min-height:100%;*/
	background-image:-webkit-gradient(linear, left 0, left 100%, from(#E2F0FA), to(#ffffff));
	background-image:-webkit-linear-gradient(top, #E2F0FA, 0%, #ffffff, 100%);
	background-image:-moz-linear-gradient(top, #E2F0FA 0, #ffffff 100%);
	background-image:linear-gradient(to bottom, #E2F0FA 0, #ffffff 100%);
	background-repeat:repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffE2F0FA', endColorstr='#ffffffff', GradientType=0)
}
}
@media (max-width: 767px) {
#SearchColumn {
	float:left;
	border: 1px solid #CFE3EF;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	margin:-10px 0px 10px 0px;
	padding:15px 0px 15px 0px;
	text-align:center;
	width:100%;
	z-index:9999;
	/* min-height:100%;*/
	background-image:-webkit-gradient(linear, left 0, left 100%, from(#E2F0FA), to(#ffffff));
	background-image:-webkit-linear-gradient(top, #E2F0FA, 0%, #ffffff, 100%);
	background-image:-moz-linear-gradient(top, #E2F0FA 0, #ffffff 100%);
	background-image:linear-gradient(to bottom, #E2F0FA 0, #ffffff 100%);
	background-repeat:repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffE2F0FA', endColorstr='#ffffffff', GradientType=0)
}
}