body{
	margin:0;
	padding:0;
}
.wrapper{
	position:relative;
	width:100%;
	height:100vh;
	background-image:url(/system/images/background.jpg);
	background-repeat:no-repeat;
	background-position: center center;
	background-size: cover;
	padding:0;
	margin:0;
}

.wrapper .top{
	position:absolute;
	width:100%;
	height:50%;
	left:0;
	top:0;
	background-color:rgba(27,39,78,0.8);
	z-index:1;
}

.wrapper .bottom{
	position:absolute;
	width:100%;
	height:50%;
	left:0;
	bottom:0;
	background-color:rgba(241,140,67,0.8);
	z-index:1;
}

.wrapper .content{
	position:fixed;
	display:flex;
	flex-flow: column;
	justify-content: center;
	width:100%;
	height:100vh;
	z-index:10;
}

.wrapper .content .announce{
	text-align:center;
	height:240px;
}

.wrapper .content .announce .company{
	font-size:4rem;
	font-weight: 900;
}

.wrapper .content .announce .copy{
	font-size:2rem;
	font-weight: 900;
	line-height:120%;
	padding-top: 48px;
}

.wrapper .content .announce2{
	font-size:3rem;
	font-weight: 600;
	color:#1B274E;
	padding-top:48px;
}

.ci{
	text-align:center;
}

.icon{ 
	width:360px;
	height:360px;
	background-image:url(/system/images/ci.svg);
	background-repeat:no-repeat;
	background-position: center center;
	background-size: cover;
	margin-left:auto;
	margin-right:auto;
}

@media only screen and (max-width: 480px) {
	/* 모바일 가로	*/
	body{
		font-size:	0.8125rem;
	}

	.wrapper .content .announce .copy{
		font-size:1.5rem;
		line-height:120%;
		padding-top: 48px;
	}


	.wrapper .content .announce2{
		font-size:2rem;
	}


	.icon{ 
		width:240px;
		height:240px;
	}	
}