.fade-enter,
.fade-leave-active {
	opacity: 0;
}

.fade-enter-active,
.fade-leave-active {
	transition: opacity 0.5s;
}

.showLoad {
	position: fixed;
	top: 30%;
	left: 20%;
	z-index: 1000;
}

.loading {
	width: 50px;
	height: 50px;
	float: left;
}

.loadfont {
	font-size: 14px;
	margin-left: 10px;
	margin-top: 24px;
	width: 100px;
	height: 48px;
	float: left;
}

/* #site_map .footer_nav .sub_nav {
    flex-direction: row;
    writing-mode: vertical-lr;
}

#site_map .footer_nav .sub_nav_item {
    writing-mode: horizontal-tb;
} */

#site_map .footer_nav ul{
	width: unset;
}

.header_with_pic a.ind_keyword{
	cursor: pointer;
}

header.list_page .sup_nav_item>a.has_link:hover::before, header.list_page .sup_nav_item>a.has_link:focus::before {
    margin-left: unset;
}

#type_nav a.active{
	margin-top: unset;
}

.header_with_pic .ind_info.open{
	min-height: 140px;
}

#site_map .footer_nav .sub_nav{
	max-height: 21em;
}

header.list_page .chosen a {
	position: absolute;
	top: 0;
	width: auto;
	background: #808080;
	color: #fff;
	text-indent: 0;
	font-size: 1em;
}

header.list_page .chosen a::after {
	content: "▼";
}

header.list_page .open .chosen a {
	background: #808080;
}

header.list_page #sequence ul {
	position: relative;
	top: -1.0125em;
	float: right;
	width: 6em;
	height: auto;
	background: #e5e5e5;
}
header.list_page #sequence a {
	width: 5em;
}

header.list_page .chosen a:hover,
header.list_page .chosen a:focus,
header.list_page #options_sequence a:hover,
header.list_page #options_sequence a:focus{
	background: #a0dcf0;
	color: #fff;
}

#video_modal .modal_content{
	width: 60em;
	height: 40em;
}

.simple_list{
	min-height: 84px;
}

#type_tabs {
	min-height: 43em;
}

#type_tabs dl dd {
	min-height: 38em;
}

#ind_nav ul li .lock {
	vertical-align: middle;
	display: inline-block;
	margin-left: 10px;
	width: 14px;
	height: 14px;
	background-image: url(../imgs/icons_lock.gif);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

#login_modal,
#notice_modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	overflow: auto;
	padding-top: 100px;
	width: 100%;
	height: 100%;
	background-color: #666;
	background-color: rgba(0, 0, 0, 0.6);
}

#notice_modal .modal_header p:first-child {
	padding: 1.5em 3.5em 0 3.5em;
}

#notice_modal .modal_header p:last-child {
	padding: 0.2em 3.5em 1.3em 3.5em;
}

#notice_modal .modal_header p small {
	font-size: 0.75em;
}