@charset "UTF-8";

/*@font-face {*/
/*    font-family: 'Spoqa Han Sans Neo';*/
/*    font-weight: 700;*/
/*    src: local('Spoqa Han Sans Neo Bold'),*/
/*	    url('/font/SpoqaHanSansNeo-Bold.woff2') format('woff2'),*/
/*	    url('/font/SpoqaHanSansNeo-Bold.woff') format('woff'),*/
/*	    url('/font/SpoqaHanSansNeo-Bold.ttf') format('truetype');*/
/*}*/


/*@font-face {*/
/*    font-family: 'Spoqa Han Sans Neo';*/
/*    font-weight: 500;*/
/*    src: local('Spoqa Han Sans Neo Medium'),*/
/*	    url('/font/SpoqaHanSansNeo-Medium.woff2') format('woff2'),*/
/*	    url('/font/SpoqaHanSansNeo-Medium.woff') format('woff'),*/
/*	    url('/font/SpoqaHanSansNeo-Medium.ttf') format('truetype');*/
/*}*/

/*@font-face {*/
/*    font-family: 'Spoqa Han Sans Neo';*/
/*    font-weight: 400;*/
/*    src: local('Spoqa Han Sans Neo Regular'),*/
/*	    url('/font/SpoqaHanSansNeo-Regular.woff2') format('woff2'),*/
/*	    url('/font/SpoqaHanSansNeo-Regular.woff') format('woff'),*/
/*	    url('/font/SpoqaHanSansNeo-Regular.ttf') format('truetype');*/
/*}*/

/*@font-face {*/
/*    font-family: 'Spoqa Han Sans Neo';*/
/*    font-weight: 300;*/
/*    src: local('Spoqa Han Sans Neo Light'),*/
/*	    url('/font/SpoqaHanSansNeo-Light.woff2') format('woff2'),*/
/*	    url('/font/SpoqaHanSansNeo-Light.woff') format('woff'),*/
/*	    url('/font/SpoqaHanSansNeo-Light.ttf') format('truetype');*/
/*}*/

/*@font-face {*/
/*    font-family: 'Spoqa Han Sans Neo';*/
/*    font-weight: 100;*/
/*    src: local('Spoqa Han Sans Neo Thin'),*/
/*	    url('/font/SpoqaHanSansNeo-Thin.woff2') format('woff2'),*/
/*	    url('/font/SpoqaHanSansNeo-Thin.woff') format('woff'),*/
/*	    url('/font/SpoqaHanSansNeo-Thin.ttf') format('truetype');*/
/*}*/

/** { font-family: 'Spoqa Han Sans Neo', 'sans-serif'; }*/

html, body { margin: 0; padding: 0; width: 100%; height: 100%;  }
* {
	box-sizing: border-box;
}

span.warning {
	margin-top: 6px;
	padding-left: 16px;
	color: #ff1a1a;
	font-size: 12px;
}

.xe-text-44 {
    color: #444;
}

.xe-modal-shadow {
	display: none;
}

.certificate-tip {
	width: calc(100vw - 52px);
	display: none;
	position: absolute;
	border-radius: 8px;
	background: #fff;
}

.toast-wrap {
	width: 100vw;
	display: flex;
	align-items: flex-end;
    justify-content: center;
	position: fixed;
	top: 88vh;
	left: 0;
	padding: 16px;
	z-index: 2000;
}

.toast-wrap > .toast {
	width: calc(100vw - 40px);
	height: 48px;
	display: flex;
    align-items: center;
    justify-content: center;
	border-radius: 8px;
	background: #999;
	color: #fff;
	font-size: 14px;
	transition: 0.6s all;
	opacity: 0;
}

.toast-wrap > .toast.show {
	opacity: 0.9;
}

.btn-activated {
	background-color: #F37321;
	color: #FFFFFF;
}

.btn-inactivated {
	background-color: #EEEEEE;
	color: #BBBBBB;
}

#completion-rate-modal input[type=checkbox]~.xe-check-path svg.checkbox-plus,
#completion-rate-modal input[type=checkbox]:checked~.xe-check-path svg.checkbox-check {
	display: block;
}

#completion-rate-modal input[type=checkbox]~.xe-check-path svg.checkbox-check,
#completion-rate-modal input[type=checkbox]:checked~.xe-check-path svg.checkbox-plus {
	display:none;
}

.btn-inactivated {
	background-color: #EEEEEE;
	color: #BBBBBB;
}

input[type=checkbox]~.xe-check-path svg.checkbox-inactivated,
input[type=checkbox]:checked~.xe-check-path svg.checkbox-activated {
	display: block;
}

input[type=checkbox]~.xe-check-path svg.checkbox-activated,
input[type=checkbox]:checked~.xe-check-path svg.checkbox-inactivated {
	display: none;
}

body * {
	font-family: Pretendard !important;
}
input {
	position: relative;
	caret-color: #F37321;
}
input:hover {
	outline: none;
	box-shadow: var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);
	border: 1px solid #666;
}

input:focus {
	outline: none;
	border: 1px solid #666;
}

input::placeholder {
	color: #BBBBBB;
}

.input-wrapper {
	position: relative;
}

.btn-remove-content:hover {
	display: flex
}

body,
body * {
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none
}
