@charset "UTF-8";

#apiModal{
	display: none;
}

#apiModal.modal-overlay {
	z-index: 999;
	width: 100%;
	height: 105%;
	position: absolute;
	left: 0;
	top: 0;
	/* display: flex; */	
	flex-direction: column;
	align-items: center;
	justify-content: center;
	
	background: rgba(0, 0, 0, 0.25);
	box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
	backdrop-filter: blur(1.5px);
	-webkit-backdrop-filter: blur(1.5px);
	border-radius: 5px;
	border: 1px solid rgba(255, 255, 255, 0.18);
}

#apiModal .modal-window {
	/* background: rgba(68, 139, 197, 0.70); */
	/* background: rgba(3, 40, 32, 0.85); */
	box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
	backdrop-filter: blur(13.5px);
	-webkit-backdrop-filter: blur(13.5px);
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	
	width: auto;
	height: auto;
	position: relative;
	padding-left: 10px;
    padding-right: 10px;
}

#apiModal .title {
	padding-left: 10px;
	display: inline;
	text-shadow: 1px 1px 2px gray;
	color: black;	
}

#apiModal .title h2 {display: inline;}

#apiModal .close-area {
	display: inline;
	float: right;
	padding-right: 16px;
	cursor: pointer;
	text-shadow: 1px 1px 2px gray;
	color: white;
	top: 22px;
    position: relative;
    font-size: 20px;
}

#apiModal .close-area_white {
	display: inline;
	float: right;
	padding-right: 16px;
	cursor: pointer;
	text-shadow: 1px 1px 2px gray;
	color: white;
	top: 32px;
    position: relative;
    font-size: 20px;
}

#apiModal .content {
	margin-top: 20px;
	/* margin-bottom: 20px; */
	text-shadow: 1px 1px 2px gray;
	color: black;
}

#apiModal .modal-check-box {
	position: relative;
    padding-left: 420px; /* 교통사고 통계용 맞춤 설정 */
    bottom: 12px; /* 교통사고 통계용 맞춤 설정 */
    display: inline;
    color: white;
}

#apiModal .modal-check-box_white {
	position: relative;
    padding-left: 16px; /* 교통사고 통계용 맞춤 설정 */
    bottom: 32px; /* 교통사고 통계용 맞춤 설정 */
    display: inline;
    color: white;
}
#apiPwdChgModal{
	display: none;
}

#apiPwdChgModal.modal-overlay {
	z-index: 1000;
	position: fixed;
	inset:0;
	align-items: center;
	justify-content: center;
	
	background: rgba(0, 0, 0, 0.45);
	border: 1px solid rgba(255, 255, 255, 0.18);
}

#apiPwdChgModal .modal-window {
	width: 600px;
	max-width:calc(100% - 40px);
	background : #ffffff;
	border-radius :4px;
	box-shadow: 0 8px 24px rgba(0,0,0,0.2);
	overflow:hidden;
}

#apiPwdChgModal .modal-header {
	max-width:calc(100% - 40px);
	background : #123F7D;
	color : #fff;
	padding: 16px 20px;
	font-family:"koroadBold";
	font-size : 18px;
	font-weight : 700;
	display : flex;
	border-radius :4px;
	align-items: center;
	justify-content: space-between;
}

#apiPwdChgModal .modal-header .title {
	margin :0;
}

#apiPwdChgModal .modal-header .btn-close {
	background: transparent;
	border: none;
	color: #fff;
	font-size: 20px;
	cursor: pointer;
	line-height: 1;
}

#apiPwdChgModal .modal-body {
	padding : 32px 44px;
	color: #333;
	line-height: 1.8;
}

#apiPwdChgModal .modal-body p.title-string {
	font-weight: 700;
	font-size: 16px;
	font-family:"koroadBold";
	margin: 0 0 8px 0;
}
#apiPwdChgModal .modal-body p.sub {
	color: #6b6b6b;
	margin: 6px 0 18px 0;
	font-family:"koroadBold";
	font-size: 16px;
}

#apiPwdChgModal .modal-footer {
	padding: 20px 0 32px 0;
	text-align: center;
}

#apiPwdChgModal .btn-confirm {
	display: inline-block;
	min-width: 120px;
	padding: 10px 22px;
	background: #2f67b6;
	color: #fff;
	border-radius: 4px;
	border: none;
	font-size: 15px;
	font-weight: 600;
	cursor: pointer;
	box-shadow: 0 2px 0 rgba(0,0,0,0.06) inset;
	
}

#apiEmailAuthModal{
	display: none;
}

#apiEmailAuthModal.modal-overlay {
	z-index: 1000;
	position: fixed;
	inset:0;
	align-items: center;
	justify-content: center;
	
	background: rgba(0, 0, 0, 0.45);
	border: 1px solid rgba(255, 255, 255, 0.18);
}

#apiEmailAuthModal .modal-window {
	width: 600px;
	max-width:calc(100% - 40px);
	background : #ffffff;
	border-radius :4px;
	box-shadow: 0 8px 24px rgba(0,0,0,0.2);
	overflow:hidden;
}

#apiEmailAuthModal .modal-header {
	max-width:calc(100% - 40px);
	background : #123F7D;
	color : #fff;
	padding: 16px 20px;
	font-family:"koroadBold";
	font-size : 18px;
	font-weight : 700;
	display : flex;
	border-radius :4px;
	align-items: center;
	justify-content: space-between;
}

#apiEmailAuthModal .modal-header .title {
	margin :0;
}

#apiEmailAuthModal .modal-header .btn-close {
	background: transparent;
	border: none;
	color: #fff;
	font-size: 20px;
	cursor: pointer;
	line-height: 1;
}

#apiEmailAuthModal .modal-body {
	padding : 32px 44px;
	color: #333;
	line-height: 1.8;
}

#apiEmailAuthModal .modal-body p.title-string {
	font-weight: 700;
	font-size: 16px;
	font-family:"koroadBold";
	margin: 0 0 8px 0;
}
#apiEmailAuthModal .modal-body p.sub {
	color: #6b6b6b;
	margin: 6px 0 18px 0;
	font-family:"koroadBold";
	font-size: 16px;
}

#apiEmailAuthModal .modal-footer {
	padding: 20px 0 32px 0;
	text-align: center;
}

#apiEmailAuthModal .btn-confirm {
	display: inline-block;
	min-width: 120px;
	padding: 10px 22px;
	background: #2f67b6;
	color: #fff;
	border-radius: 4px;
	border: none;
	font-size: 15px;
	font-weight: 600;
	cursor: pointer;
	box-shadow: 0 2px 0 rgba(0,0,0,0.06) inset;
	
}

@media screen and (max-width: 640px) {
	#apiModal .modal-window {
		width: 90%;
	}
	
	#apiModal .content img {
		width: 100%;
		height: auto;
	}
	
	#apiModal .modal-window {
		width: 90%;
	}
	#apiPwdChgModal .modal-body {
		padding: 20px;
	}
	#apiPwdChgModal .modal-header {
		padding: 12px 14px;
		font-size: 16px;
	}
	#apiEmailAuthModal .modal-body {
		padding: 20px;
	}
	#apiEmailAuthModal .modal-header {
		padding: 12px 14px;
		font-size: 16px;
	}
	
}