@charset "UTF-8";
/*
modal
------------------------------------------------*/
.lock {
	overflow:hidden;
}
.modal-overlay {
	width:100%;
	height:120%;
	background-color:rgba(0,0,0,0.70);
	position:fixed;
	top:0;
	left:0;
	display:none;
	z-index: 999;
}
.modal-wrap {
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	overflow:auto;
	display:none;
	z-index:1000;
}
.modalBtn {
	cursor: pointer;
}
.closeBtn{
	width: 30px;
	height: 30px;
	border-radius: 5px;
	position: absolute;
	top: -40px;
	right: 0;
	cursor: pointer;
}
.closeBtn::before ,
.closeBtn::after{
	content: '';
	width: 40px;
	height: 4px;
	background: #fff;
	border-radius: 4px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) rotate(45deg);
}
.closeBtn::after{
	transform: translate(-50%,-50%) rotate(-45deg);
}
.appliModal {
	display: none;
	width:1000px;
	margin: 60px auto;
	padding: 60px 30px 0;
	position:relative;
	overflow: scroll;
}
.modalArea{
	display: none;
	max-width:1020px;
	margin: 110px auto;
	position:relative;
	z-index: 1000;
	background: #fff;
	background-size: cover;
	padding: 50px 50px 50px 50px;
}
.mdTitBox{
	margin: 0 0 18px 0;
	text-align: center;
}
.mdTitBox .mdTit{
	font-size: 1.6rem;
	color: #004097;
	font-weight: 900;
}
.mdTitBox .mdTitSub{
	font-size: 1.2rem;
}
.modalInfoArea {
	display: flex;
	font-size: 0.75rem;
    line-height: 1.1rem;
	justify-content: space-between;
}
.modalInfoArea .mdTxt{
	color: #000;
}
.modalInfoArea .mdExp{
	margin: 30px 0;
}
.modalInfoArea .mdExp li, .mdDtl ul li{
	font-size: 0.8rem;
    line-height: 1.4rem;
	margin: 0 0 5px 0;
}
 .mdTest{
		margin: 0 0 5px 0;
		font-size: 0.8rem;
	}
.modalInfoArea .mdDtl{
	font-size: 1.2rem;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 10px 0 10px 0;
	margin: 0 0 20px 0;
}
.modalInfoArea .mdlData{
	margin: 0 0 0 35px;
}
.mdlData .specNote{
	display: none;
}
table{
	font-size: 1.1rem;
	border-collapse: collapse;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	margin: 5px 0;
	width: 490px;
}
table tr{
	border-bottom: 1px solid #969696;
}
table th{
	text-align: center;
	vertical-align:middle;
	border-right: 1px solid #969696;
}
table td{
	padding: 3px 8px;
	border-right: 1px solid #969696;
	
}
table .noLine{
	border-right: none;
}
.mdlData .blue{
	background: #eaf8fe;
}
.figureBox{
	text-align: center;
}
.mdFigure{
	width: 100%;
	text-align: center;
}
.mdNote{
	font-size: 1.2rem;
	text-align: left;
}
@media screen and (max-width: 640px) {
	.modalArea{
		width: 90%;
		max-width:100%;
		padding: 30px;
	}
	.mdTitBox .mdTit{
		font-size: 2.0rem;
		margin: 0 0 5px 0;
	}
	.mdTitBox .mdTitSub{
		font-size: 1.4rem;
	}
	.modalInfoArea {
		display:block;
	}
	.modalInfoArea .mdlPhArea {
		width: 70%;
		margin: 0 auto 15px auto;
		padding: 20px 0 0 0;
	}
	.modalInfoArea .mdTit{
		font-size: 3rem;
		text-align: center;
		margin: 0 0 10px 0;
	}
	.modalInfoArea .mdExp{
		margin: 0 0 18px 0;
		font-size: 1.2rem;
		text-align: justify;
	}
	.modalInfoArea .mdExp li{
		text-indent: -0.6rem;
	}
	.modalInfoArea .mdDtl{
		font-size: 1.2rem;
		text-indent: -1rem;
	}
	.modalInfoArea .mdlData{
		margin: 0;
		display: block;
		overflow-x: scroll;
	}
	.mdlData .specNote{
		display: block;
		font-size: 1.2rem;
	}
	table{
		width: 380px;
		margin: 5px 0 0 0;
		white-space: nowrap;
		letter-spacing: 0;
	}
}