@charset "UTF-8";
/* CSS Document */


/* PC용 스타일 */
.pop-maintenance__wrap{
	position: relative;
	line-height: 1.625em;
	width: 100%;
	box-sizing: border-box;
}

.pop-maintenance__wrap .modal2{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	z-index: 9;
	background-color: rgba(0, 0, 0, .6);
}

.pop-maintenance{
	position: absolute;
	left: 50%;
	top: 50%;
	border-radius: 8px;
	padding: 30px 20px 20px;
	box-sizing: border-box;
	width: 520px;
	background: #ffffff;
	z-index: 10;
	transform: translate(-50%, -50%);
}

/* 헤더 */
.pop-maintenance .pop-header{
	padding: 0 8px;
}
.pop-maintenance .pop-header .pop-header__logo{
	margin: 0 0 30px;
	padding: 0;
	text-align: center;
}

.pop-maintenance .pop-header .pop-header__ttl{
	font-size: 16px;
	color: #191919;
	font-weight: bold;
}

.pop-maintenance .pop-header .pop-header__txt{
	margin-top: 12px;
	font-size: 16px;
	color: #545454;
}

.pop-maintenance .pop-header .pop-header__txt p{
	margin: 0;
	padding: 0;
}

.pop-maintenance .pop-header .pop-header__txt span{
	margin: 0;
	padding: 0;
	display: inline;
}


/* 안내박스 */
.pop-maintenance .pop-body{
	border-radius: 8px;
	padding: 16px;
	margin-top: 30px;
	background: #F1F1F5;
}

.pop-maintenance .pop-body .pop-body__info{
	padding: 0;
	margin: 0;
}

.pop-maintenance .pop-body .pop-body__info .pop-body__info-dt{
	padding: 16px 0 0 16px;
	margin: 0;
	background-image: url('../images/ic_dot.svg');
	background-position: left top 22px;
	background-repeat: no-repeat;
	font-size: 14px;
	color: #545454;
	font-weight: bold;
}

.pop-maintenance .pop-body .pop-body__info .pop-body__info-dd{
	padding: 0 0 0 16px;
	margin: 0;
	font-size: 14px;
	color: #545454;
}

.pop-maintenance .pop-body .pop-body__info .pop-body__info-dd .time{
	margin-top: 8px;
	font-size: 16px;
	font-weight: bold;
	color: #C23F13;
}

.pop-maintenance .pop-body .pop-body__info .pop-body__info-dd p{
	margin: 4px 0 0 0;
	padding: 0;
	font-size: 14px;
	color: #545454;
}

.pop-maintenance .pop-body__guide{
	margin-top: 12px;
	font-size: 14px;
	color: #545454;
}


/* 하단 버튼 */
.pop-footer{
	padding: 0;
	margin: 40px 0 0 0;
	width: 100%;
}
.pop-footer button.pop-footer__btn{
	border: 0;
	width: 100%;
	height: 40px;
	border-radius: 3px;
	background: #4389FE;
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}