.top_gu_box {
	width: 100%;
	max-width: 1260px;
	margin: 0 auto;
	height: 46px;
}

.top_gu_box_mo {
	display: none;
}

.top_gu_left {
	float: left;
	width: 45%;
	vertical-align: middle;
	line-height: 46px;
}

.top_gu_right {
	float: right;
	/* width: 45%; */
	line-height: 46px;
	text-align: right;
	vertical-align: middle;
}

.gu_title {
	font-family: 'Noto Sans KR', 'Montserrat', sans-serif;
	font-size: 11pt;
	color: #fff;
}

.gu_titley {
	font-family: 'Noto Sans KR', 'Montserrat', sans-serif;
	font-size: 10pt;
	color: #cffb02;
}

.gu_titleBy {
	font-family: 'Noto Sans KR', 'Montserrat', sans-serif;
	font-size: 11pt;
	color: white;
	margin: 0 3px;
}

.gu_titleBy img {
	vertical-align: middle;
	margin-right: 1px;
}

.top_logo_box {
	width: 100%;
	max-width: 1260px;
	margin: 0 auto;
}

.top_gu_box_pc {
	display: inline-block;
	font-family: "Jua", sans-serif;
}

.top_logo_box_mo {
	display: none;
}

.top_realtime_box_mo {
	display: none;
}

.top_menu_bigbox {
	width: 100%;
	border-top: 1px solid #e0e0e0;
	border-bottom: 2px solid #e93d4b;
	padding: 5px 0;
}

.top_menu_box {
	width: 100%;
	max-width: 1260px;
	margin: 0 auto;
}

.top_menu_list {
	font-family: 'Noto Sans KR', 'Montserrat', sans-serif;
	font-size: 13pt;
	font-weight: 700;
	color: #ff0000;
}



.navbar {
	display: flex;
	justify-content: space-between;
	align-items: center;
}


.navbar__menu {
	display: flex;
	list-style: none;
	padding-left: 0;
}

.navbar__menu li {
	padding: 0px 12px;
	font-family: 'Noto Sans KR', 'Montserrat', sans-serif;
	font-size: 13pt;
	font-weight: 600;
}

.navbar__menu li:hover {}

.navbar__links {
	list-style: none;
	padding-left: 0;
	color: teal;
	display: flex;
}

.navbar__links li {
	padding: 8px 12px;
}

.navbar__toggleBtn {
	display: none;
	width: 50px;
	height: 50px;
}



@media all and (min-width:769px) and (max-width:1260px) {
	
	
	.top_gu_box {
		width: 95%;
		margin: 0 auto;
		height: 46px;
	}

	.top_logo_box {
		width: 95%;
		margin: 0 auto;
	}

	.top_gu_box_pc {
		display: inline-block;
	}

	.top_logo_box_mo {
		display: none;
	}

	.top_realtime_box_mo {
		display: none;
	}
}

@media screen and (max-width: 769px) {
	
	
	.divBnr {
		display: none;
	}

	.top_logo_box {
		width: 100%;
		margin: 0 auto;
		background: #e93d4b;
	}

	.top_gu_box_pc {
		display: none;
	}

	.top_logo_box_mo {
		display: block;
		padding-top:10px;
	}

	.top_realtime_box_mo {
		display: block;
		padding-top:10px;
	}

	.top_gu_box {
		display: none;
	}

	.top_gu_box_mo {
		display: block;
		width: 100%;
		height: 46px;
		line-height: 46px;
		background: #e93d4b;
		color: #fff;
		font-family: 'Noto Sans KR', 'Montserrat', sans-serif;
		font-size: 15pt;
		padding: 2px 0 0 10px;
	}

	.top_menu_bigbox {
		width: 100%;
		border-top: none;
		border-bottom: none;
		padding: 0;
	}

	.navbar {
		flex-direction: column;
		align-items: flex-start;
		padding: 8px 24px;
	}

	.navbar__menu {
		display: none;
		flex-direction: column;
		align-items: center;
		width: 100%;
	}

	.navbar__menu li {
		width: 100%;
		text-align: center;
	}

	.navbar__links {
		display: none;
		justify-content: center;
		width: 100%;
	}

	.navbar__toggleBtn {
		display: block;
		width: 50px;
		height: 50px;
	}

	.navbar__menu.active,
	.navbar__links.active {
		display: flex;
	}
}