.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 1071;
    opacity: .5;
}

.alert-modal {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 300px;
    min-height: 150px;
    margin-left: -180px;
    margin-top: -130px;
    background: #fff;
    padding: 30px;
	box-shadow: 0 2px 15px 0 rgb(0 0 0 / 16%);
	border: solid 1px #dedede;
	border-radius: 30px;
}
.url-text{
	min-height: 110px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.alert-modal .message {
    text-align: center;
    font-size: 16px;
	margin-bottom: 20px;
	max-height: 400px;
	overflow-x: hidden;
	overflow-y: scroll;
}

.alert-modal .btn-wrap {
    position: relative;
/*    position: absolute;
    bottom: 25px;
    left: 50%;
    margin-left: -68px;*/
}

.layer-modal {
	position: fixed;
    width: 500px;
    height: 544px;
    margin-left: -270px;
    margin-top: -262px;
    border-radius: 0;
    padding: 20px;
    background: #fff;
    left: 50%;
    top: 50%;
    z-index: 9999;
    box-sizing: border-box;
}

.layer-modal .modal-top {
	margin-bottom: 10px;
    position: relative;
}

.layer-modal .btnClose {
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
	height: 30px;
	background: url(../_Img/Sub/pop-close.png) no-repeat center center;
	cursor: pointer;
}

.layer-modal .title {
	font-size: 18px;
    letter-spacing: -0.03em;
    color: #222;
    font-weight: 500;
    line-height: 130%;
    margin-bottom: 6px;
}

.layer-modal .modal-body {
	padding: 10px;
    border: 1px solid #edf4fa;
    max-height: 430px;
}

.layer-modal .modal-body.scrolling {
	overflow-y: auto;
}

.layer-modal .modal-check {
	display: inline-block;
    vertical-align: top;
}

.layer-modal .modal-button .btn {
	width: auto;
    text-align: center;
    display: block;
    background: #053262;
    border-radius: 0;
    height: 60px;
    line-height: 58px;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.04em;
    color: #fff;
    position: Relative;
}

.layer-modal.xs {
	width: 300px;
    height: 544px;
    margin-left: -150px;
    margin-top: -262px;
}

.layer-modal.sm {
	width: 400px;
    height: 544px;
    margin-left: -200px;
    margin-top: -262px;
}

.layer-modal.lg {
	width: 800px;
    height: 544px;
    margin-left: -400px;
    margin-top: -262px;
}

.btnClose {
    color: #fff;
    background: #418ccc;
    min-width: 135px;
    height: 40px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    font-size: 17px;
    font-weight: 500;
    text-align: center;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.btnClose span {
    display: inline-block;
    vertical-align: top;
    line-height: 38px;
}
