/* 240408 잇올 대입 실적 2024  */

@import url('/img/css/suneung/glory_honor/2024_GH_Count.css');
@import url('/img/css/suneung/glory_honor/2024_GH_Sub2.css');

/* 2023_GH_Sub1.asp CSS 분리 및 bak */
.submenu_subtitle {
	display: inline-block;
	width: 100%;
	height: 40px;
}
.dropdownsub {
	width: 100%;
	height: 40px;
	position: relative;
	display: inline-block;
}
.dropdown-toggle {
	width: 100%;
	height: 40px;
	background-color: #fff;
	color: #333;
	font-size: .875rem;
	border: none;
	cursor: pointer;
	border-bottom: 1px solid #ddd;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 400;
}
.dropdown {
	display: none;
	position: absolute;
	z-index: 10;
	width: 100%;
	padding: 4px 0px;
	background-color: #fff;
}
.dropdown li {
	list-style-type: none;
	display: flex;
	justify-content: center;
	font-size: .875rem;
	padding: 4px 0px;
	font-weight: 500;
}

.dropdown li a {
	text-decoration: none;
	padding: 0.5em 1em;
	display: block;
}

.dropdown li a span {
	color: #b8292f;
	font-weight: 700;
}

.submenu_subtitle{
	display: flex;
}
.submenu_subtitle .dropdownsub {
	display: flex;
	width: 100%;
	border-right: 1px solid #ebebeb;
}
.submenu_subtitle .dropdownsub:last-child {
	border: none;
}
.dropdownsub .dropdown {
	top: 40px;
}
.dropdown-toggle {
	background-color: #fff0d3;
}