.tooltipped {
	position: relative;  display: inline-none; list-style-type:none; 
}

.tooltipped::after {
	font-size:12px;
	line-height:150%;
	font-family:돋움;
	letter-spacing:-1px;
	word-spacing:-1px;
	
	background: rgba(0, 0, 0, 0.8);
	padding: 5px 8px;
	border-radius: 3px;
	text-align: center;
	color: rgb(255, 255, 255);
	text-transform: none;
	letter-spacing: normal;
	text-decoration: none;
	display: none;
	white-space: pre;
	position: absolute;
	z-index: 1000000;
	-ms-word-wrap: break-word;
	content: attr(aria-label);
	font-size-adjust: none;
	font-stretch: normal;
	pointer-events: none;
	text-shadow: none;
	-webkit-font-smoothing: subpixel-antialiased;
}

.tooltipped::before {
	border: 5px solid transparent; border-image: none; width: 0px; height: 0px; color: rgba(0, 0, 0, 0.8); display: none; position: absolute; z-index: 1000001; content: ""; pointer-events: none;
}

.tooltipped:hover::before {
	text-decoration: none; display: inline-block;
}

.tooltipped:hover::after {
	text-decoration: none; display: inline-block;
}

.tooltipped-s::after {
	top: 100%; right: 50%; margin-top: 5px;
}

.tooltipped-s::before {
	top: auto; right: 50%; bottom: -5px; margin-right: -5px; border-bottom-color: rgba(0, 0, 0, 0.8);
}

.tooltipped-s::after {
	transform: translateX(50%); -webkit-transform: translateX(50%);
}










.dropdown {
	position: relative; list-style-type:none;
}
.dropdown-caret {
	border-width: 4px; border-style: solid; border-color: currentColor transparent transparent; border-image: none; width: 0px; height: 0px; vertical-align: -2px; display: inline-block; content: "";
}



.dropdown-menu {
	list-style: none;
	border-radius: 4px;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-image: none;
	left: 50%;
	top: 100%;
	width: 140px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 8px;
	margin-left: -82px;
	position: absolute;
	z-index: 100;
	box-shadow: 0px 3px 12px rgba(0,0,0,0.15);
	background-clip: padding-box;
	background-color: rgb(255, 255, 255);
}



.dropdown-menu::before {
	border-width: 8px; border-style: solid; border-color: transparent transparent rgba(0, 0, 0, 0.15); border-image: none; left: 72px; top: -16px; display: inline-block; position: absolute; content: "";
}
.dropdown-menu::after {
	border-width: 7px; border-style: solid; border-color: transparent transparent rgb(255, 255, 255); border-image: none; left: 73px; top: -14px; display: inline-block; position: absolute; content: "";
}
.dropdown-menu > li > a {
	padding: 4px 10px 4px 10px; color: rgb(51, 51, 51); overflow: hidden; display: block; white-space: nowrap; -ms-text-overflow: ellipsis;
}
.dropdown-menu > li > a > .octicon {
	margin-top: 1px; margin-left: -23px; float: left; opacity: 0.5;
}
.dropdown-menu > li > a:hover {
	color: rgb(255, 255, 255); text-decoration: none; background-color: rgb(65, 131, 196);
}
.dropdown-menu > li > a.zeroclipboard-is-hover {
	color: rgb(255, 255, 255); text-decoration: none; background-color: rgb(65, 131, 196);
}
.dropdown-menu > li > a:hover > .octicon {
	color: inherit; opacity: 1;
}
.dropdown-menu > li > a.zeroclipboard-is-hover > .octicon {
	color: inherit; opacity: 1;
}
.dropdown-divider {
	margin: 8px 1px; height: 1px; background-color: rgb(229, 229, 229);
}
.dropdown-header {
	padding: 4px 15px; color: rgb(153, 153, 153); font-size: 12px;
}
.dropdown-menu-content {
	display: none;
}
.dropdown-menu-w {
	left: auto; top: 0px; width: auto; right: 100%; margin-top: 0px; margin-right: 10px; margin-left: 0px;
}
.dropdown-menu-w::before {
	border-color: transparent transparent transparent rgba(0, 0, 0, 0.15); left: auto; top: 10px; right: -16px;
}
.dropdown-menu-w::after {
	border-color: transparent transparent transparent rgb(255, 255, 255); left: auto; top: 11px; right: -14px;
}
.dropdown-menu-e {
	left: 100%; top: 0px; width: auto; margin-top: 0px; margin-left: 10px;
}
.dropdown-menu-e::before {
	border-color: transparent rgba(0, 0, 0, 0.15) transparent transparent; left: -16px; top: 10px;
}
.dropdown-menu-e::after {
	border-color: transparent rgb(255, 255, 255) transparent transparent; left: -14px; top: 11px;
}
.active.header-nav-item .dropdown-menu-content {
	display: block;
}

.active.header-nav-item .tooltipped::before {
	display: none;
}
.active.header-nav-item .tooltipped::after {
	display: none;
}