/* Noto Sans KR */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR&display=swap');

/* Mada */
@import url('https://fonts.googleapis.com/css2?family=Mada&display=swap');

/* Custom CSS */
html, body{
	background: #111;
	position: relative;
	height: 100%;
}
body{
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 14px;
	color: #fff;
	margin: 0;
	padding: 0;
}
a{
	text-decoration:none;
}
ul{
    list-style: none;
    margin:0;
    padding:0;
}

/* gnb */
#gnb{
	background: #000;
	width: 100%;
	height: 80px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
}
#gnb img{
	margin-top: 30px;
	margin-left: 100px;
	float: left;
}
#gnb .blank{
	width: 305px;
	height: 24px;
	margin-top: 30px;
	float: left;
}
#gnb li{
	display:inline-block;
	margin-top: 30px;
	margin-left: 30px;
	float: left;
}
#gnb li a{
	font-family: 'Mada', sans-serif;
	font-size: 16px;
	color: #fff;
	display: block;
	width: 100px;
	height: 24px;
	text-align: center;
}
#gnb li a:hover{
	text-decoration : underline;
}
/* intro */
#intro{
	background: url(../images/star.gif) no-repeat center bottom;	
	width: 100%;
	height: 580px;
	background-size: cover;
}
#intro .title{
	padding-top: 200px;
	padding-left: 100px;
	font-size: 42px;
}
#intro .subtitle{
	font-size: 14px;
}

/* self */
#self{
	background: url(../images/star.gif) no-repeat center bottom;
	width: 100%;
	height: 540px;
	float: left;
	background-size: cover;
}
#self img{
	margin-left: 100px;
	float: left;
}
#self .title{
	margin-top: 120px;
	margin-left: 170px;
	font-size: 14px;
	color: #666;
	display: block;
	width: 100px;
	float: left;
}
#self .subtitle{
	font-size: 14px;
	color: #fff;
}
#self .content{
	margin-top: 120px;
	margin-left: 30px;
	font-size: 14px;
	color: #666;
	display: block;
	width: 360px;
	float: left;
}

/* maintain */
#maintain{
	background: url(../images/star.gif) no-repeat center bottom;
	width: 100%;
	height: 540px;
	float: left;
	background-size: cover;
}
#maintain .title{
	padding-top: 200px;
	padding-left: 100px;
	font-size: 36px;
	float: left;
}
#maintain .subtitle{
	font-size: 14px;
}
#maintain .box_1{
	width: 200px;
	height: 293px;
	margin-top: 150px;
	margin-left: 90px;
	float: left;
}
#maintain .box_2{
	width: 200px;
	height: 293px;
	margin-top: 150px;
	margin-left: 30px;
	float: left;
}
#maintain .box_3{
	width: 200px;
	height: 293px;
	margin-top: 150px;
	margin-left: 30px;
	float: left;
}
#maintain a{
	display: block;
	position: relative;
	top: 0;
	left: 0;
}
.view_1{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}
.view_1 img{
	position: absolute;
	top: 36%;
	left: 30%;
}
#maintain a:hover .view_1{
	display: block;
	background: rgba(0,0,0,0.8);
	width: 200px;
	height: 293px;
}

/* build */
#build{
	background: url(../images/star.gif) no-repeat center bottom;
	width: 100%;
	height: 780px;
	float: left;
	background-size: cover;
}
#build .title{
	padding-top: 100px;
	padding-left: 100px;
	font-size: 36px;
}
#build .subtitle{
	font-size: 14px;
}
#build .pc{
	width: 930px;
	height: 500px;
	float: left;
}
#build .box_1{
	width: 400px;
	height: 175px;
	margin-top: 50px;
	margin-left: 100px;
	float: left;
}
#build .box_2{
	width: 400px;
	height: 175px;
	margin-top: 50px;
	margin-left: 30px;
	float: left;
}
#build .box_3{
	width: 400px;
	height: 175px;
	margin-top: 30px;
	margin-left: 100px;
	float: left;
}
#build .box_4{
	width: 400px;
	height: 175px;
	margin-top: 30px;
	margin-left: 30px;
	float: left;
}
#build .box_5{
	width: 200px;
	height: 380px;
	margin-top: 50px;
	margin-left: 30px;
	float: left;
}
#build a{
	display: block;
	position: relative;
	top: 0;
	left: 0;
}
.view_2{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}
.view_2 img{
	position: absolute;
	top: 30%;
	left: 40%;
}
#build a:hover .view_2{
	display: block;
	background: rgba(0,0,0,0.8);
	width: 400px;
	height: 175px;
}
.view_3{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}
.view_3 img{
	position: absolute;
	top: 38%;
	left: 30%;
}
#build a:hover .view_3{
	display: block;
	background: rgba(0,0,0,0.8);
	width: 200px;
	height: 380px;
}
/* renewal */
#renewal{
	background: url(../images/star.gif) no-repeat center bottom;
	width: 100%;
	height: 780px;
	float: left;
	background-size: cover;
}
#renewal .title{
	padding-top: 100px;
	padding-left: 100px;
	font-size: 36px;
}
#renewal .subtitle{
	font-size: 14px;
}
#renewal .pc{
	width: 930px;
	height: 500px;
	float: left;
}
#renewal .box_1{
	width: 400px;
	height: 175px;
	margin-top: 50px;
	margin-left: 100px;
	float: left;
}
#renewal .box_2{
	width: 400px;
	height: 175px;
	margin-top: 50px;
	margin-left: 30px;
	float: left;
}
#renewal .box_3{
	width: 400px;
	height: 175px;
	margin-top: 30px;
	margin-left: 100px;
	float: left;
}
#renewal .box_4{
	width: 400px;
	height: 175px;
	margin-top: 30px;
	margin-left: 30px;
	float: left;
}
#renewal .box_5{
	width: 200px;
	height: 243px;
	margin-top: 186px;
	margin-left: 30px;
	float: left;
	position: relative;
	top: 0;
	left: 0;
}
#renewal .go_title{
	font-size: 16px;
	color: #000;
	position: absolute;
	top: 55%;
	left: 25%;
}
#renewal .box_5 a{
	display: block;
}
#renewal .box_5 a:hover .go_title{
	text-decoration : underline;
	font-weight: bold;
}
#renewal a{
	display: block;
	position: relative;
	top: 0;
	left: 0;
}
#renewal a:hover .view_2{
	display: block;
	background: rgba(0,0,0,0.8);
	width: 400px;
	height: 175px;
}
/* output */
#output{
	background: url(../images/star.gif) no-repeat center bottom;
	width: 100%;
	height: 780px;
	float: left;
	background-size: cover;
}
#output .title{
	padding-top: 100px;
	padding-left: 100px;
	font-size: 36px;
}
#output .subtitle{
	font-size: 14px;
}
#output .pc{
	width: 1200px;
	height: 500px;
	float: left;
}
#output .box_1{
	width: 340px;
	height: 190px;
	margin-top: 50px;
	margin-left: 100px;
	float: left;
}
#output .box_2{
	width: 340px;
	height: 190px;
	margin-top: 50px;
	margin-left: 30px;
	float: left;
}
#output .box_3{
	width: 340px;
	height: 190px;
	margin-top: 50px;
	margin-left: 30px;
	float: left;
}
#output .box_4{
	width: 340px;
	height: 190px;
	margin-top: 30px;
	margin-left: 100px;
	float: left;
}
#output .box_5{
	width: 340px;
	height: 190px;
	margin-top: 30px;
	margin-left: 30px;
	float: left;
}
#output .box_6{
	width: 340px;
	height: 190px;
	margin-top: 30px;
	margin-left: 30px;
	float: left;
}
#output a{
	display: block;
	position: relative;
	top: 0;
	left: 0;
}
.view_4{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}
.view_4 img{
	position: absolute;
	top: 30%;
	left: 40%;
}
#output a:hover .view_4{
	display: block;
	background: rgba(0,0,0,0.8);
	width: 340px;
	height: 190px;
}
/* footer */
#footer{
	background: #000;
	width: 100%;
	height: 40px;
	float: left;
}
#footer .f_title{
	padding-top: 10px;
	padding-left: 500px;
	font-size: 12px;
}
















