

*{
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
}
@keyframes debug_mode{
	0% { color: #00000085; }
	50% { color: #ff0000; }
	100% { color: #00000085; }
}
[loading="lazy"]{
	background-color:#EDEDED !important;
	background-image:none !important;
}
html{
	touch-action: pan-y;
	width:100%;
	min-height:100%;
	font-family:-apple-system,"Apple SD Gothic Neo","Noto Sans KR","Noto Sans KR","Roboto",BlinkMacSystemFont,"Malgun Gothic","맑은 고딕",helvetica,sans-serif;
}
body{
	width:100%;
	min-height:100%;
	margin:0;
	padding:0;
	color:#333;
	-webkit-text-size-adjust : none;
	//padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);
}
header{
	display:none;
}
section > article > input{
	position: relative;
}
footer{
	display:none;
}
.clear{
	clear:both;	
}
ul{
	margin:0;
	padding:0;
	list-style: none;
}
input{
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button{
	-webkit-appearance: none;
	margin: 0;
}
select{
	-webkit-appearance: none;
	-webkit-border-radius: 0;

}

button{
	-webkit-appearance:none;
	-webkit-border-radius: 0;
}
button[disabled]:hover{
	cursor:not-allowed;
}

button:hover{
	cursor:pointer;
}
loading{
	width:65px;
	height:65px;
	border-radius: 10px;
	background-color:#000;
	color:#fff;
	position:fixed;
	margin:auto; 
	top:0; 
	right:0; 
	bottom:0; 
	left:0; 
	text-align: center;
	line-height:65px;
	opacity: 0.7;
	display:none;
	z-index:10002;
}
.loading_block{
	width:100vw;
	height:100vh;
	position:fixed;
	top:0;
	z-index:10000;
	overflow:hidden;
	touch-action:none;
	display:none;
}
.loading_block:hover{
	cursor: wait;
}
loading > i{
	-webkit-animation: xi-spin 1s infinite linear;
	animation: xi-spin 1s infinite linear;
}
toast{
	opacity: 0.7;
	position: fixed;
	z-index:10003;
	display:none;
	word-break:keep-all;
}
toast > div{
	position: fixed;
	width: fit-content;
	top:46%;
	left: 50%;
	transform: translate(-50%, -46%);
	background:#000;
	color:#fff;
	font-size:13px;
	border-radius: 3px;
	padding:10px 20px;
	text-align: center;
}

alertbg{
	display:none;
	position:fixed;
	width:100%;
	height:100%;
	top: 0;
	left: 0;
	background-color:rgba(0,0,0,0.4);
	z-index: 10002;
	overflow: hidden;
	touch-action: none;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none
}
alert{
	display:none;
	text-align: center;
	width:320px;
	min-height:55px;
	max-height:80vh;
	position:fixed;
	z-index:10003;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%) scale(1, 1);
	background-color:#fff;
	color:#000;
	padding:20px 20px 70px 20px;
	font-size:16px;
	border-radius:10px;
	word-break: keep-all;
	overflow-wrap: break-word;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none
}
alert[class="close"]{
	animation:alert-zoom-out 0.2s forwards;
}
@keyframes alert-zoom-out{
	0%{
		transform:translate(-50%, -50%) scale(1, 1);
		opacity:1;
	}
	100%{
		transform:translate(-50%, -50%) scale(0.1, 0.1);
		opacity:0;
	}
}
alert > .alert_title{
	display:inline-block !important;
	width:100% !important;
	padding-bottom:20px !important;
	font-size:20px !important;
	font-weight:bold !important;
	text-align: left !important;
}
@media screen and (min-width:280px) and (max-width:360px){
	alert{
		width:210px !important;
	}
}
alert > .alert_btn{
	display:block;
	width:100% !important;
	height:50px !important;
	padding:15px 0 20px !important;
	font-size:17px !important;
	text-align:center !important;
	font-weight:bold !important;
	border:0 !important;
	border-top:1px solid #f1f1f1 !important;
	outline:0 !important;
	background-color:#fff !important;
	color:#000 !important;
	position:absolute !important;
	bottom:0 !important;
	right:0 !important;
	margin:0 !important;
	border-radius:0 0 10px 10px !important;
	letter-spacing: 1px !important;
	text-indent: 1px !important;
	line-height:20px !important;
}
alert > .half{
	width:50% !important;
}
alert > .cancel{
	display:none;
	width:50% !important;
	border-right:1px solid #f1f1f1 !important;
	border-radius:0 0 0 10px !important;
	left:0 !important;
	z-index:1 !important;
}
@media screen and (min-width:280px) and (max-width:820px){
	alert{
		padding:20px 20px 50px 20px !important;
	}
	alert > .alert_btn{
		text-align:right !important;
		padding-right:20px !important;
		border:0 !important;
	}
	alert > .cancel{
		width:50% !important;
		border-right:0 !important;
		text-align:left !important;
		padding-left:20px !important;
	}
}

popup{
	border: 1px solid #ddd;
	display:none;
	opacity: 0;
	transition: 0.4s all;
	background-color:#fff;
	position: fixed;
	z-index:10004;
	border-radius: 5px;
	overflow: hidden;
	box-shadow:
	  0.2px 0.4px 1.2px rgba(0, 0, 0, 0.015),
	  0.5px 0.9px 2.7px rgba(0, 0, 0, 0.022),
	  0.9px 1.5px 4.6px rgba(0, 0, 0, 0.027),
	  1.4px 2.3px 6.9px rgba(0, 0, 0, 0.031),
	  2px 3.3px 10px rgba(0, 0, 0, 0.035),
	  2.8px 4.6px 14.2px rgba(0, 0, 0, 0.039),
	  4px 6.5px 20.1px rgba(0, 0, 0, 0.043),
	  5.8px 9.5px 29.2px rgba(0, 0, 0, 0.048),
	  9px 14.6px 45px rgba(0, 0, 0, 0.055),
	  16px 26px 80px rgba(0, 0, 0, 0.07)
	;
}
popup[class="ql-editor"]{
	padding:0 !important;
	white-space:unset !important;
	overflow:hidden !important;
	min-height:0 !important;
}
popup p{
	margin:0;
	padding:0;
}
popup #popup_close_btn{
	border:0 !important;
	outline:0 !important;
	position: absolute !important;
	top:5px !important;
	right:5px !important;
	min-width: unset !important;
	height: unset !important;
	width: unset !important;
	background-color: unset !important;
	margin:unset !important;
}
popup #popup_disabled_btn{
	border:0 !important;
	outline:0 !important;
	position: absolute !important;
	color: #222 !important;
	bottom: 0px !important;
	left: 0px !important;
	width:unset !important;
	min-width: unset !important;
	height: unset !important;
	background-color: #a1a1a1 !important;
	color: #fff !important;
	font-weight: 400 !important;
	font-size: 12px !important;
	padding: 2px 7px !important;
	border-radius: 3px !important;
	margin:unset !important;
}
popup .xi-close{
	font-size: 25px;
	color:#222;
	position:absolute;
	top: 5px;
	right:5px;
}
popup .xi-close:hover{
	cursor: pointer;
}
popup[active=true],popup[active="temp"]{
	display:block;
	opacity: 1;
}
.popup_active{
	width:100vw;
	height:100vh;
	background-color:#000;
	position:fixed;
	top:0;
	z-index:10000;
	overflow:hidden;
	touch-action:none;
	display:none;
	opacity: 0.4;
}

.modal_here{
	min-width:800px;
	padding:30px;
	max-height:70%;
	position: fixed;
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
	border-radius:5px;
	border:1px solid #e5e5e5;
	background-color:#fff;
	z-index:10001;
	display:none;
	overflow-x:hidden;
}
.modal_here::-webkit-scrollbar-track{
	border-radius:4px;
	background-color:#e5e5e5;
}
.modal_here::-webkit-scrollbar{
	width:5px;
	height:4px;
}
.modal_here::-webkit-scrollbar-thumb{
	border-radius:5px;
	background-color:#333;
}
.modal_active{
	width:100vw;
	height:100vh;
	background-color:#000;
	position:fixed;
	top:0;
	z-index:10000;
	overflow:hidden;
	touch-action:none;
	display:none;
	opacity: 0.4;
}
.modal_active_open{
	animation:modal_open 0.5s;
}
.modal_active_close{
	animation:modal_close 0.5s;
}
.render_show{
	display:none;
	width:100%;
	overscroll-behavior-y: contain;
}
.render_show:last-child{
	display:block;
}
.cocoBottomSheet{
	z-index:10000;
}
.cocoBottomSheet_overlayer{
	z-index:10000;
}

.underline_none{
	border-bottom:2px solid #999;
}
.underline_black{
	border-bottom:2px solid #000;
}
.ui-autocomplete {
	max-height: 150px;
	overflow-y: auto;
	overflow-x: hidden;
}
.ui-autocomplete::-webkit-scrollbar-track{
	border-radius:4px;
	background-color:#e5e5e5;
}
.ui-autocomplete::-webkit-scrollbar{
	width:5px;
	height:4px;
}
.ui-autocomplete::-webkit-scrollbar-thumb{
	border-radius:5px;
	background-color:#333;
}
.ql-snow.ql-toolbar button, .ql-snow .ql-toolbar button{
	min-width:unset;
	margin-top:unset;
	height:unset;
	background-color: unset;
}
@media screen and (min-width:280px) and (max-width:820px){
	toast > div{
		font-size:13px;
		border-radius: 10px;
		top:80%;
		transform: translate(-50%, -80%);
	}
	button{
		border-radius: 3px;
	}

	.modal_here{
		min-width:76% !important;
		width:76% !important;
		transform: unset;
		left:unset;
		top:unset;
		margin-left:7%;
		margin-top:40px;
		max-height:460px;
		padding:5% !important;
	}
	/* popup{
		position: relative;
		top: 1px;
		left: 1px;
		transform: scale(calc(80%),calc(60%));
	} */
}
@keyframes modal_open {
	0% {
		opacity: 0;
	}

	to {
		opacity: 0.4;
	}
}
@keyframes modal_close {
	0% {
		opacity: 0.4;
	}

	to {
		opacity: 0;
	}
}