@charset "utf-8";

/* 내용관리 */
#ctt {margin:0;padding:0px;background:#fff}
.ctt_admin {text-align:right}
#ctt header h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#ctt_con {padding:0px 0;line-height:1.6em}
#ctt_con img{max-width:100%;height:auto}
.ctt_img {text-align:center}







.ctt_admin{
	position: fixed;
	right: 20px;
	top: 0;
	z-index: 9999;
}
.ctt_himg_wrap{
	width: 100%;
	height: 998px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	display: inline-block;
	position: relative;
}

.ctt_himg_sub{
	width: 1227px;
	height: 847px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	display: inline-block;
	position: absolute;
	bottom: 0;
	right: 0;
}

.ctt_htitle{
	max-width: 1500px;
	width: 100%;
	margin: 0 auto;
	padding: 310px 0 0 24px;
	position: relative;
	z-index: 9;
	
}


.ctt_htitle p{
	font-size: 1.8em;
	font-weight: 600;
	letter-spacing: 4px;
	color: #2ba1ff;
	padding: 0 0 15px;
}
.ctt_htitle h2{
	font-size: 3.6em;
	font-weight: 500;
	letter-spacing: 4px;
	color: #FFF;
	line-height: normal;
}

#ctt_con{
	padding: 0px 30px;
}


@media screen and (max-width: 1227px){
	
	
	.ctt_htitle{
		padding: 150px 24px 0;
	}
	
	.ctt_himg_wrap{
		height: 665px;
	}
	
	.ctt_himg_sub{
		width: 96%;
		height: 335px;
		background-size: cover;
		right: 50%;
		transform: translateX(50%);
	}
}

@media screen and (max-width: 720px){

.ctt_htitle h2{
	font-size: 2em;


}