@font-face {
	font-family: 'PRETENDARD_BLACK';
	src: url('/font/PRETENDARD/PRETENDARD_BLACK.TTF');
}
@font-face {
	font-family: 'PRETENDARD_L';
	src: url('/font/PRETENDARD/PRETENDARD_L.TTF');
}

@font-face {
	font-family: 'KOPUBDOTUM_LIGHT';
	src: url('/font/KOPUBDOTUM/KOPUBDOTUM_LIGHT.TTF');
}
@font-face {
	font-family: 'KOPUBDOTUM_MEDIUM';
	src: url('/font/KOPUBDOTUM/KOPUBDOTUM_MEDIUM.TTF');
}
@font-face {
	font-family: 'KOPUBDOTUM_BOLD';
	src: url('/font/KOPUBDOTUM/KOPUBDOTUM_BOLD.TTF');
}

*{
	font-family: 'PRETENDARD_BLACK';
}

.feedback_red{
	color:red;
}

.header-section.transp{
	background-color: #333;
}

.main_logo a{
	color:#fff;
	font-size:40px;
	font-weight: bold;
	/* border:1px solid; */
	text-decoration: none;
}

.header-section .main-nav.rightnav{
	margin-right: 3%;
}

.header-section ul li{
	font-size:20px;
}




@media screen and (max-width: 600px) {
	.ms-layer.hps-title4{
		font-size: 15px !important;
		top:30px !important;
	}

	.main_txt1{
		font-size: 22px !important;
		line-height:160% !important;
		top:50px !important;
	}

	.main_logo img{
		height:30px;
	}

}
	