@charset "UTF-8";
._popup body {
	overflow-y: auto;
	min-width: 960px;
}
/* popup head*/
.popup .head {
	height: 80px;
	margin-bottom: 0;
	line-height: 78px;
	background-color: #003964;
}
.popup .head h1 {
	padding-left: 40px;
	color: #fff;
	font-size: 26px;
	font-weight: 500;
}
/* popup body */
.popup .body {
	padding: 0px;
}
.popup .body > .heading:first-child {
	margin-top: 0;
}
.popup .body .btnWrap + .heading,
.popup .body .desc + .heading {
	margin-top: 30px;
}
.popup .body > .desc {
	margin-bottom: 25px;
	text-align: justify;
	line-height: 28px;
}
.popup .body .desc.alignC {
	text-align: center;
}
/* history */
.popup .lnb {
	float: left;
	width: 20%;
	margin-right: 5%;
	border-top: 3px solid #666;
}
.popup .lnb .depth2 > li {
	border-bottom: 1px solid #ccc;
}
.popup .lnb .depth2 > li > a {
	display: block;
	padding: 22px 30px 22px 0;
	color: #444;
	font-weight: 400;
	line-height: 1.4;
}
.popup .lnb .depth2 > .current > a {
	color: #003964;
	font-weight: 500;
}
/* lnb depth3 */
.popup .lnb .depth3 {
	display: none;
	overflow: hidden;
	margin: 3px 0 18px;
}
.popup .lnb .depth3 li {
	margin-top: 7px;
}
.popup .lnb .depth3 a {
	display: block;
	padding: 4px 24px 6px 20px;
	color: #444;
	line-height: 1.4;
}
.popup .lnb .depth3 > .current a {
	color: #003964;
	font-weight: 500;
	background-color: #f6f6f6;
}
/* cont */
.popup .cont {
	float: left;
	width: 75%;
}
.popup .cont .scroll {
	overflow-x: hidden;
	overflow-y: auto;
	height: 640px;
}
/* history nav*/
.history-breadcrumb {
	height: 56px;
	margin-bottom: 10px;
	border: 1px solid #ddd;
}
.history-breadcrumb .item {
	float: left;
	position: relative;
	border-right: 1px solid #ddd;
}
.history-breadcrumb .item > em {
	display: block;
	position: relative;
	margin-right: 20px;
	padding: 15px 30px 15px 20px;
}
.history-breadcrumb .item > em:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 7px;
	height: 11px;
	margin-top: -5.5px;
	background: url(../../img/common/spr_button.png) -55px -66px no-repeat;
}
.history-breadcrumb .item > ul {
	display: none;
	position: absolute;
	left: 0;
	z-index: 10;
	width: 100%;
	border-top: 1px solid #ddd;
	background-color: #fff;
}
.history-breadcrumb .item > ul a {
	display: block;
	padding: 10px  20px;
	border: 1px solid #ddd;
	border-width: 0 1px 1px 1px;
	border-top: 0;
	color: #666;
	transition: .3s color;
}
.history-breadcrumb .item > ul li.current a {
	color: #222;
	font-weight: 500;
}
.history-breadcrumb .layer-button {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
	background: transparent;
}
/* history top */
.history-top {
	margin-top: 40px;
}
.history-top .heading-depth01 {
	margin-bottom: 30px;
}
.history-top .heading-depth02 .title {
	width: 100%;
}
.history-top .heading-depth02 .title span {
	vertical-align: top;
	width: 80%;
	font-weight: 300;
}
.history-top .heading-depth02 .title .depth3 {
	display: inline-block;
	position: relative;
	width: auto;
	margin-left: 20px;
	padding-left: 20px;
}
.history-top .heading-depth02 .depth3:after {
	content: '';
	position: absolute;
	top: 20px;
	left: 0;
	width: 1px;
	height: 20px;
	margin-top: -10px;
	background-color: #ddd;
}
/* history body */
.history-body {
	margin: 40px 0;
}
.history-body strong.desc {
	display: inline-block;
	margin-top: 20px;
}
.history-body .box {
	padding: 20px 30px;
}
.history-body .box > p {
	margin-top: 0;
}
.history-body .box em {
	color: #003964;
}
.history-body .box > h5 {
	margin-top: 20px;
	margin-bottom: 10px;
}
.history-body .heading-depth03 h4.title {
	margin-bottom: 20px;
	padding-left: 0;
	font-size: 20px;
}
.history-body .heading-depth03 .title:before {
	display: none;
}
.history-body .heading-depth03 + .desc {
	padding-left: 0;
}
.history-body .list strong {
	display: inline-block;
	vertical-align: top;
	width: 10%;
}
.history-body .list > li > span {
	width: 88%;
}
.history-body .box em + .list,
.history-body .desc + .desc,
.history-body .desc + .box,
.history-body .desc + .orderList,
.history-body .table + .desc,
.history-body .table + .orderList,
.history-body .orderList + .heading {
	margin-top: 20px;
}
/* menu */
.history-body .menu li {
	display: inline-block;
	position: relative;
}
.history-body .menu li + li {
	margin-left: 15px;
	padding-top: 0;
	padding-left: 15px;
}
.history-body .menu li + li:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 1px;
	height: 15px;
	margin-top: -7.5px;
	background-color: #ddd;
}
.history-body .menu .current a {
	color: #3e9bae;
	font-weight: 400;
}
/* old font */
.oldhan_list_wrap {
	overflow-y: auto;
	width: 100%;
	height: 400px;
	border: 1px solid #ddd;
}
.oldhan_list {
	margin: 15px 30px;
}
.oldhan_list li {
	float: left;
	padding: 7px;
}
.oldhan_list li.bigchar {
	width: 60px;
	height: 60px;
	margin-top: 10px;
	padding: 0;
	border: 2px solid #003964;
	color: #003964;
	font-size: 28px;
	font-weight: 600;
	text-align: center;
	line-height: 60px;
}
.oldhan_search input[type=text] {
	width: 80%;
	font-size: 20px;
}
/* caption */
strong.caption {
	display: block;
	padding-top: 30px;
	text-align: center;
}