/* 초기화 */
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css");
html {overflow-y:scroll; overflow-x:hidden;}
body {margin:0;padding:0;font-size:0.75em;font-family: "Pretendard Variable", Pretendard, sans-serif; background:#fff; font-size:14px;}
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0}
h1, h2, h3, h4, h5, h6 {font-size:1em;font-family:"Pretendard Variable", Pretendard, sans-serif;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}
ul {margin:0;padding:0;list-style:none}
dl,dt,dd {margin:0;padding:0} 
legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
label, input, button, select, img {vertical-align:middle}
input, button {margin:0;padding:0;font-family: "Pretendard Variable", Pretendard, sans-serif;font-size:1em}
button {cursor:pointer;padding:0;margin:0;border:0}
textarea, select {font-family: "Pretendard Variable", Pretendard, sans-serif;font-size:1em}
select {margin:0}
p {margin:0;padding:0;word-break:break-all}
/* hr {display:none} */
pre {overflow-x:scroll;font-size:1.1em}
a {color:#000;text-decoration:none !important}

/* ios date, time align */
input::-webkit-date-and-time-value {
	text-align: left;
}

.view_image img {
    max-width: 100%;
    height: auto;
}

input[type="checkbox"] {
	border:1px solid #e1e1e1;
}
input[type="radio"] {
	border:1px solid #e1e1e1;
}

*, :after, :before {
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
-webkit-tap-highlight-color: rgba(0,0,0,0) !important;
}

*,*:focus,*:hover{
    outline:none;
}

#footer { 
	position:fixed; 
	bottom:0; 
	text-align:center; 
	background-color:#fff; 
	margin: 0 auto;
	left: 0;
	right: 0;
	z-index:0;
	box-shadow: rgba(12, 12, 12, 0.3) 0px 0px 5px;
}

#footer { width:110%; }
#footer ul.footer_wrap { width:120%; overflow:hidden; padding:7px 0; margin-left:-14%; }
#footer ul.footer_wrap li { display:inline-block; margin:0 5%; }
#footer ul.footer_wrap li .ico { ; }
#footer ul.footer_wrap li .subject { color:#424242; font-weight:500; font-size:16px; margin-top:-5px; }

/* 안내 레이어 팝업 스타일 */
.alert_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	z-index: 9999;
	display: none;
	align-items: center;
	justify-content: center;
}

.alert_popup {
	background: #fff;
	width: 90%;
	max-width: 400px;
	border-radius: 12px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
	overflow: hidden;
	transform: scale(0.7);
	opacity: 0;
	transition: all 0.3s ease;
}

.alert_overlay.show {
	display: flex;
}

.alert_overlay.show .alert_popup {
	transform: scale(1);
	opacity: 1;
}

.alert_header {
	padding: 20px 20px 10px 20px;
	text-align: center;
	border-bottom: 1px solid #f0f0f0;
}

.alert_icon {
	width: 50px;
	height: 50px;
	margin: 0 auto 10px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	color: #fff;
}

.alert_icon.info {
	background: #4472c4;
}

.alert_icon.success {
	background: #28a745;
}

.alert_icon.warning {
	background: #ffc107;
	color: #333;
}

.alert_icon.error {
	background: #dc3545;
}

.alert_title {
	font-size: 18px;
	font-weight: 700;
	color: #333;
	margin-bottom: 5px;
}

.alert_content {
	padding: 20px;
	text-align: center;
}

.alert_message {
	font-size: 16px;
	color: #666;
	line-height: 1.5;
	margin-bottom: 20px;
}

.alert_buttons {
	display: flex;
	gap: 10px;
	justify-content: center;
}

.alert_btn {
	padding: 12px 24px;
	border: none;
	border-radius: 6px;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	min-width: 80px;
	transition: all 0.2s ease;
}

.alert_btn.primary {
	background: #4472c4;
	color: #fff;
}

.alert_btn.primary:hover {
	background: #365a96;
}

.alert_btn.secondary {
	background: #f8f9fa;
	color: #6c757d;
	border: 1px solid #dee2e6;
}

.alert_btn.secondary:hover {
	background: #e9ecef;
}

.alert_btn.success {
	background: #28a745;
	color: #fff;
}

.alert_btn.success:hover {
	background: #218838;
}

.alert_btn.danger {
	background: #dc3545;
	color: #fff;
}

.alert_btn.danger:hover {
	background: #c82333;
}
