@charset 'utf-8';
body {  
	-ms-overflow-style: none;  
	overflow: auto;  
}

::-webkit-scrollbar {  
	display: none;  
}

.comm1_wrap {
	position: relative;
  width: 100%; height:440px;
  overflow: hidden;
}
.comm1_wrap .loader {
	position:relative;
}
.comm1_wrap .loader:after {
	content:'';
	position:absolute;
	width:100%; height:100%;
	top:0; right:0; bottom:0; left:0;
	background-color:rgba(0, 0, 0, 0.3);
}
.comm1_wrap .comm1_slogan {
	position: absolute;
  top: 49%;
  right: 0;
  left: 0;
  margin: auto;
  transform: translateY(-50%);
  text-align: center;
}
.comm1_wrap .comm1_slogan h5 {
	font-family:"Open Sans",sans-serif;
font-size:49px;
font-weight:normal;
font-style:normal;
line-height:normal;
letter-spacing:9.8px;
color:rgba(255,255,255,1);
text-shadow:rgba(0,0,0,0.4) 0px 2px 2px;
padding:0px;
margin:0;
}

.comm2_wrap {
	position:relative;
	margin-top:20px;
	width:100%;
	text-align:center;
	border-bottom:1px solid #d8d8d8;
}
.comm2_wrap a {
	position: relative;
	display: inline-block;
	min-width:80px;
	height: 60px;
	margin: 0 45px;
	padding: 0 20px;
	color: #777;
	font-size: 18px;
	line-height: 60px;
	border-bottom:0;
	transform:border-bottom 0.5s;
}

.comm2_wrap a:hover,.comm2_wrap a.active {
color:rgba(34,34,34,1) !important;
font-weight:bold !important;
border-bottom:3px solid rgba(34,34,34,1) !important;
}


.comm3_title {
	position:relative;
	padding:70px 0 35px;
	text-align:center;
}
.comm3_title h3 {
	margin-bottom:25px;
	color:#222;
	font-family:'Noto Sans KR', sans-serif;
	font-size:43px;
}
.comm3_title h5 {
	margin-bottom:20px;
	color:#888;
	font-family:'Noto Sans KR', sans-serif;
	font-size:20px;
}
.comm3_wrap {
	width:100%;
	max-width:1200px;
	min-height:600px;
	margin:auto;
}


@media (max-width:1400px) {

}

@media (max-width:820px) {
	.comm1 {
		padding-top:50px;
	}
	.comm1_wrap {
		height:40vw;
		/*height:200px;*/
	}

	.comm1_wrap .comm1_slogan h5 {
font-size:24px;
letter-spacing:4.9px;
}

	.comm2_wrap a {
		min-width: 50px;
		height: 50px;
		margin: 0 15px;
		padding: 0;
		font-size: 16px;
		line-height: 50px;
	}

	
	.comm3_title {
		display:none;
	}

}