/*
Theme Name:Child Theme for Divi
Theme URI: https://wp-ninja.net
Description: Child Theme For Divi
Author: Eduard Ungureanu
Author URI: https://wp-ninja.net
Template: Divi
*/

/* Start your custom CSS bellow this comment
============================================ */


/*모바일 메뉴 고정*/
@media (max-width: 980px){
.et_fixed_nav #main-header {
	position:relative !important;
	top:0 !important;
	padding-top:0 !important;
	margin-top:0 !important;
}
	#page-container{
	padding-top:0 !important;
	margin-top:0 !important;
	top:0 !important;
}
}


/*나눔고딕 전체 폰트*/
h1, h2, h3, h4, h5, h6, body, input, textarea, select{
font-family: 'Nanum Gothic' !important;
}

@media all and (max-width: 480px){
	#page-container{
		padding-top:0px !important;
	}
	body.admin-bar.et_fixed_nav #top-header,
	.et_fixed_nav.et_secondary_nav_only_menu.admin-bar #main-header{
		top:0 !important;
	}
    .et_fixed_nav #main-header{
		position:relative !important;
		top:0 !important;
	}
	.et_pb_text_inner h3{
		font-size: 18px;
		line-height: 30px;
	}
	.et_mobile_menu>li{
		width:10%;
	}
}

#top-header{
    background-color: #f3f3f3;
}