@charset UTF-8;
@import url("https://cdn.jsdelivr.net/font-nanum/1.0/nanumbarungothic/nanumbarungothic.css");
/*html {font-family: 'Nanum Barun Gothic'}*/

/*메인비주얼*/

.main_v{
	width:100%;
	height:545px;
	margin-bottom:80px;
}

.main_v>div{
	width:100%;
	height:545px;
	margin-bottom:80px;
}

.mainv_1{
	background-image:url('../../img/main/mainv_img1.png');
	background-size: cover;
	background-repeat:no-repeat;
	text-align:center;
}

.mainv_1>img{
	width:33px;
	height:61px;
	margin:0 auto;
	margin-top:98px; 
}

.mainv_1>h2{
	font-size:52px;
	color:#000;
	margin:35px 0 30px 0;
	letter-spacing: -6px;
}

.mainv_1>h3{
	font-size:28px;
	color:#000;
	font-weight:100;
}

.mainv_1>h3:last-child{
	margin-top:16px;
}

.mainv_2{
	background-image:url('../../img/main/mainv_img2.png');
	background-size: cover;
	background-repeat:no-repeat;
}

.mainv_3{
	background-image:url('../../img/main/mainv_img3.png');
	background-size: cover;
	background-repeat:no-repeat;
}