body { 
	font-family: 'Noto Sans KR', sans-serif;
	background:url('/UserData/choongshin21/Layouts/choongshin21_Layout/images/gate/bg.jpg');
	background-size:100% 100%; 
	background-position: center center;
	background-repeat:no-repeat;
	min-width:100vh;
	min-height:100vh;
	margin:0px;
}

#get-content-wrapper {
	text-align:center;
}
#get-content-wrapper > hr {
	margin:0px; 
	border:3px solid #05419a;
}
#gate-content { 
	display:inline-block;
}

#gate-table { 
	margin-top:45px;
	table-layout:fixed;
	border-collapse: separate;
  border-spacing: 12px;
}

#gate-table td {
		vertical-align:top;
}
#gate-table td img { 
	max-width:100%; 
}

#gate-p0 { 
	color:#fff; 
	font-weight:300;
	font-size:40px; 
	margin-bottom:0px;
	display:inline;
}

#footer {
	text-align:center; 
	font-size:14px;
	line-height:140%;
	color:#555;
}

@media(max-width:768px)
{
	body {
		background-size:auto 100%; 
		min-width:inherit;
		min-height:inherit;
	}
		
	#gate-table { 
		margin-top:15px;
		table-layout:fixed;
		border-collapse: separate;
  	border-spacing: 6px;
	}
	
	#gate-p0 { 
		font-size:26px;
	}
	
	#gate-content {
		padding:0px 5px;
	}
}