/* html { height: 100%; margin: 0; padding: 0; } */

html {
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
	-moz-tab-size: 4;
	tab-size: 4;
	font-family: "Pretendard";
	height: 100%;
}

body {
	margin: 0;
	line-height: inherit;
	font-size: 12px;
	height: 100%;
	overflow: overlay; }

.login-background {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #24529B;
	position: relative;
	z-index: 3;
}

.login-wrapper {
	position: relative;
	width: 500px;
	z-index: 3;
}

.login-wrapper .title {
	text-align: center;
	color: #fff;
	font-size: 1.5em;
}

.login-wrapper .title b {
	font-size: 1.8em;
	font-weight: 500;
}
.login-wrapper .title {
	text-align: center;
	color: #fff;
	font-size: 1.5em;
}

.login-wrapper .title b {
	font-size: 1.8em;
	font-weight: 500;
}

.login-wrapper .login-box{
	background-color: #FFF;
	margin: 30px 50px 0 50px;
	padding: 30px;
	border-radius: 20px;
}

.login-wrapper .login-box label{
	font-weight: 600;
	font-size: 14px;
	color: #363738;
}

.login-wrapper .login-box input {
	margin-top: 6px;
	margin-bottom: 10px;
}

.login-wrapper .login-box p {
	line-height: 20px;
	font-weight: 500;
	font-size: 12px;
}

.login-wrapper .login-box .btn-blue {
	width: 100%;
	margin-top: 30px;
}

.login-content {
	width: 340px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

/*** button ***/
.button-wrap {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
}

button {
	white-space: nowrap;
	all: unset;
	cursor: pointer;
	box-sizing: border-box;
}

.btn-blue {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 44px;
	border-radius: 8px;
	color: #fff;
	background: #13ACEE;
	font-size: 16px;
	font-weight: 500;
	padding: 12px 14px;
}

.btn-blue:hover {
	background: #24529B;
}

.btn-blue:disabled {
	background: #EFF1F4;
	color: #C3C6C9;
	font-weight: 400;
}

button, input {
	font-family: inherit;
	font-size: 100%;
	line-height: inherit;
	color: inherit;
	margin: 0;
	padding: 0;
}

input[type="text"], input[type="password"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	outline: 0;
}

input[type="text"] {
	padding: 10px 16px;
	font-size: 14px;
	color: #363738;
	border-radius: 8px;
}

input[type="text"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder,
	input[type="text"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder,
	input[type="text"]::-ms-input-placeholder, input[type="password"]::-ms-input-placeholder
	{
	color: #C3C6C9;
}

input[type="password"] {
	padding: 10px 16px;
	font-size: 14px;
	color: #363738;
	border-radius: 8px;
}

ul li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #333;
}

.login-slider-wrap { position: fixed; z-index: 2; left: 0; top: 0; bottom: 0; right: 0; width: 100%; height: 100%; }

.login-slider-wrap p { margin: 0; padding: 0; opacity: 0 !important; visibility: hidden !important; width: 100%; height: 100%; }

.login-slider-wrap p img { width: 100%; height: 100%; }

.login-slider-wrap .img-1 { background: url(../images/login-image-1.png) no-repeat center center; background-size: cover; }

.login-slider-wrap .img-2 { background: url(../images/login-image-2.png) no-repeat center center; background-size: cover; }

.login-slider-wrap .img-3 { background: url(../images/login-image-3.png) no-repeat center center; background-size: cover; }

.login-slider-wrap .img-4 { background: url(../images/login-image-4.png) no-repeat center center; background-size: cover; }

.login-slider-wrap .slick-slide { opacity: 0 !important; visibility: hidden !important; }

.login-slider-wrap .slick-current.slick-active { opacity: 1 !important; visibility: visible !important; }

.login-slider-wrap .slick-list, .login-slider-wrap .slick-track { height: 100%; }

.login-slider-wrap .slick-dots { position: absolute; left: 50px; bottom: 50px; width: -webkit-max-content; width: -moz-max-content; width: max-content; }

.login-slider-wrap .slick-dots li { background: #000; border-radius: 10px; }

.login-slider-wrap .slick-dots li.slick-active { background: #ccc; }

.login-slider-wrap .slick-arrow { display: none !important; }


.modal-wrap { position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 5; opacity: 0; pointer-events: none; }

.modal-wrap .modal-custom { z-index: 10; position: absolute; background: #fff; padding: 40px; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); -webkit-transition: all 200ms ease-in-out; transition: all 200ms ease-in-out; visibility: hidden; -webkit-box-shadow: 0px 20px 80px 0px rgba(0, 0, 0, 0.25); box-shadow: 0px 20px 80px 0px rgba(0, 0, 0, 0.25); -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-overflow-scrolling: touch; }

.modal-wrap .modal-custom.alert-modal { width: 410px; }

.modal-wrap .modal-custom.confirm-modal { width: 410px; }

.modal-wrap .modal-custom.content-modal { width: 730px; }

.modal-wrap .back { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(0, 0, 0, 0); opacity: 0; z-index: 9; -webkit-transition: all 200ms ease-in-out; transition: all 200ms ease-in-out; visibility: hidden; }

.modal-wrap.active { opacity: 1; pointer-events: all; }

.modal-wrap.active > .alert-modal, .modal-wrap.active > .confirm-modal, .modal-wrap.active > .content-modal { visibility: visible; opacity: 1; }

.modal-wrap.active .back { visibility: visible; z-index: 1; opacity: 1; }

.modal-wrap .pop_tit { font-weight: 500; font-size: 20px; color: #26539C; padding-bottom: 20px; margin-bottom: 30px; border-bottom: 2px solid #26539C; }

.modal-wrap .pop_txts { font-weight: 500; font-size: 18px; padding: 0 0 30px; }

.btns { display: -webkit-box; display: -ms-flexbox; display: flex; gap: 15px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.btns.ptb { padding: 20px 0; }

.btns .button { width: 160px !important; }

.button { background: #26539C; color: #fff; font-weight: 500; font-size: 18px; padding: 10px 20px; height: 47px; border: none; outline: none; text-align: center; }

.button:active { background-color: #1B3D74 !important; }