@charset "UTF-8";
/*
modal
------------------------------------------------*/
.lock {
	overflow:hidden;
}
.modal-overlay {
	width:100%;
	height:120%;
	background-color:rgba(254,246,228,0.95);
	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;
}
.closeBtn{
	width: 36px;
	height: 36px;
	border-radius: 5px;
	position: absolute;
	top: 0;
	right: 30px;
	cursor: pointer;
}
.closeBtn::before ,
.closeBtn::after{
	content: '';
	width: 44px;
	height: 8px;
	background: #000;
	border-radius: 4px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) rotate(45deg);
}
.closeBtn::after{
	transform: translate(-50%,-50%) rotate(-45deg);
}
@media screen and (max-width: 640px){
	.closeBtn{
		right: 0;
	}
	.closeBtn::before ,
	.closeBtn::after{
		content: '';
		width: 32px;
		height: 6px;
	}
}

.appliModal {
	display: none;
	width:1000px;
	margin: 60px auto;
	padding: 60px 30px 0;
	position:relative;
	overflow: scroll;
}
@media screen and (max-width: 640px){
	.appliModal {
		width:calc(100% - 40px);
		margin: 20px auto;
		padding: 45px 0 0;
	}
}

.nomWork__modal{
	display: none;
	width:880px;
	margin: 60px auto;
	padding: 60px 30px 0;
	position:relative;
	z-index: 1000;
}
.nomWork__modalArea{
	padding: 60px;
	text-align: center;
	background-color: #88d8e5;
	border-radius: 15px;
}
.nomWork__ph_modal{
	margin: 0 0 20px;
	border: 14px solid #fff;
	box-shadow: none;
}
.nomWork__ph_modal::before{
	display: none;
}
.nomWork__tit_modal {
    margin: 10px 0 0;
}
.nomWork__notes{
	margin: 25px 0 0;
	padding: 25px 0 0;
	font-size: 1.5rem;
	font-weight: bold;
	color: #1f2e5a;
	text-align: center;
	border-top: 2px dotted #1f2e5a;
}
.nomWork_btnBase{
	width: 300px;
}
@media screen and (max-width:640px){
	.nomWork__modal{
		width:calc(100% - 40px);
		margin: 20px auto;
		padding: 45px 0 0;
	}
	.nomWork__modalArea{
		padding: 20px;
	}
	.nomWork__ph_modal{
		margin: 0 0 15px;
		border: 8px solid #fff;
	}
	.nomWork__tit_modal {
		margin: 5px 0 0;
	}
	.nomWork__notes{
		margin: 15px 0 10px;
		padding: 15px 0 0;
		font-size: 1.4rem;
	}
	.nomWork_btnBase{
		width: 100%;
		font-size: 1.6rem;
	}
}