body {
	margin: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	height: 100%;
}

.bgImg-001 {
	background: url(../../images/bg/login_background.png);
	width: 100vw;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 0px;
	height: 100vh;
}

.login-img-001 {
	background: rgba(255, 255, 255, 1);
}

/* 로그인 */
.login-ktng {
	justify-content: flex-end;
	align-items: stretch;
	height: 100%;
}

.login-form-wrap {
	box-sizing: border-box;
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 39px;
}
.Google-Button{
margin-top: 16px;
	border-radius: 5.833px;
border: 0.5px solid #C9C9C9;
background: var(--surface-surface-primary, #FFF);
    gap: 8px;
}
.Google-Button p{
		color: #222;
font-family: Pretendard;
margin:0px;
font-style: normal;
font-weight: 400;
 /* 14px */
}
.form-bg {
	width: 564px;
	border-radius: 8px;
	display: flex;
	align-items: center;
	z-index: 999;
	padding: 32px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 16px;
	flex-shrink: 0;
}

.form-horizontal {
	padding: 16px;
	text-align: center;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	width: 100%;
	height: 100%;
}

.form-horizontal .contents {
	
}

.form-horizontal .heading {
	font-family: 'Pretendard';
	font-style: normal;
	font-weight: 800;
	font-size: 48px;
	line-height: 0px;
	color: #069FDB;
}

.form-horizontal .heading-sub {
	display: block;
	font-family: 'Pretendard';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 29px;
	color: rgba(76, 76, 78, 1);
}

.form-horizontal .btn-area {
	display: block;
	font-size: 35px;
	font-weight: 700;
}

.form-horizontal .form-group {
	width: 100%;
	padding: 0 0px;
	margin: 20px 0 16px 0;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

.form-horizontal .form-control {
	background: #ffffff;
	border: none;
	border-radius: 4px;
	box-shadow: none;
	padding: 0 20px 0 16px;
	transition: all 0.3s ease 0s;
}

.form-horizontal .form-control input {
	width: 522px;
	height: 60px;
	left: 0px;
	top: 0px;
	background: #FFFFFF;
	border: 2px solid #EEEEEE;
	border-radius: 8px;
}

.form-horizontal .form-control input:focus {
	background: #000000;
}

.form-horizontal .form-group i {
	position: absolute;
	top: 24px;
	left: 20px;
	font-size: 17px;
	color: #c8c8c8;
	transition: all 0.5s ease 0s;
	display: none;
}

.form-horizontal .form-control:focus+i {
	color: #FF5432;
}

.form-horizontal .fa-question-circle {
	display: inline-block;
	position: absolute;
	top: 12px;
	right: 60px;
	font-size: 20px;
	color: #808080;
	transition: all 0.5s ease 0s;
}

.form-horizontal .fa-question-circle:hover {
	color: #000;
}

.form-horizontal .main-checkbox {
	float: left;
	width: 20px;
	height: 20px;
	background: #fff;
	border-radius: 20%;
	position: relative;
	margin: 5px 0 0 5px;
	border: 1px solid #0578C9;
}

.form-horizontal .main-checkbox label {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}

.form-horizontal .main-checkbox label:after {
	content: "";
	width: 13px;
	height: 8px;
	position: absolute;
	top: 3px;
	left: 3px;
	border: 3px solid #0578C9;
	border-top: none;
	border-right: none;
	background: transparent;
	opacity: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.form-horizontal .main-checkbox input[type=checkbox] {
	visibility: hidden;
}

.form-horizontal .main-checkbox input[type=checkbox]:checked+label:after
	{
	opacity: 1;
}

.form-horizontal .text {
	text-align: center;
	border: 1px solid #D9D9D9;
	background: #FFF;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 316px;
	align-self: stretch;
	text-align: center;
	font-size: 14px;
	line-height: 54px;
}

.form-horizontal .text:focus {
	border: 1px solid #0578C9;
}

.form-horizontal .subText {
	margin-left: 7px;
	line-height: 20px;
	padding-top: 5px;
	text-transform: capitalize;
}

.form-horizontal .btn {
	border-radius: 4px;
	background: #0578C9;
	color: #FFFFFF;
	line-height: 56px;
	font-family: 'Pretendard';
	font-style: normal;
	font-weight: 500;
	font-size: 22px;
	text-align: center;
	padding: 0px;
	width: 100%;
}
#btnSsoGoogle{
	border-radius: 5.833px;
border: 0.5px solid #C9C9C9;
background: #FFF;
}
/* login-pw */
.login-pw {
	display: none;
	width: 600px;
	z-index: 100;
	position: absolute !important;
	padding: 1rem;
	top: 50%;
	left: 50%;
	transform: translate(-40%, -50%);
	box-shadow: 0px 2px 4px rgba(0, 2, 61, 0.04), 0px 8px 16px
		rgba(96, 97, 112, 0.16);
}

.login-pw span {
	display: inline-block;
}

.login-pw .popup-input {
	width: calc(100% - 160px);
}

.login-pw .popup-input input {
	width: 100%;
}

.login-pw  .btn-inner-area {
	text-align: right;
}

.login-pw  .ems-btn-002 {
	min-width: 75px;
	height: 36px;
	background: #069FDB;
	border-radius: 4px;
	color: #fff;
}

.login-pw  .ems-btn-003 {
	border: 1px solid #069FDB;
	color: #069FDB;
}

.blur {
	filter: blur(5px);
}

.login_logoimg img {
	width: 100%;
}

.login_logoimg {
	width: 300px;
	z-index: 9999;
}

.tablete_tit1e h1 {
	display: none;
	color: #0578C9;
	text-align: center;
	font-family: Pretendard;
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

/* -------------------------------반응형---------------------------------------------- */

/* 태블릿 가로 */
@media screen and (min-width: 799px) and (max-width: 1279px) {
	.bg-white {
		width: 100%;
		max-width: 800px; /* 너비를 800px로 제한 */
		height: 100vh; /* 뷰포트 높이를 100%로 맞춤 */
		background: #ffb0d8 !important;
		border: #ff0000 1px solid;
	}
	.bgImg-001 {
		width: 100vw;
		background-repeat: no-repeat;
		position: absolute;
		top: 0px;
		height: 100vh;
		background: url(../../images/bg/login_background.png) no-repeat center
			center;
		background-size: 105% 100%;
	}
	.tablete_tit1e h1 {
		display: block;
		color: #0578C9;
		text-align: center;
		font-family: Pretendard;
		font-size: 48px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
	}
	.form-bg {
		width: 52.875%; /* 부모 요소의 너비에 대한 백분율 */
		height: 41.875%;
	}
	form-horizontal {
		width: 100%;
		height: 100%;
		gap: 35px;
	}

	/* --------------------------------------------태블릿탑메뉴-------------------------------------------------------------------- */
	.tablet_body {
		position: relative;
		width: 800px;
		height: 1279px;
		border: 1px solid red;
	}
	.topnav {
		padding-left: 0;
		border: 1px solid green;
		z-index: 1039;
		font-size: .9rem;
		width: 100%;
		height: 100%;
		position: absolute;
		background: beige;
	}
}

/* --------------------------모바일시작------------------------------- */

/* 모바일 사이즈 */
/* @media screen and (min-width: 411px) and
	(min-height: 891px) {

	.bg-white {
		width: 411px;
	
		height: 892px;
		
	}
	.bgImg-001 {
		width: 100vw;
		background-repeat: no-repeat;
		position: absolute;
		top: 0;
		height: 100vh;
		background: url(../../images/bg/login_background.png) no-repeat center
			center;
		background-size: cover; 화면에 맞게 이미지를 확장
	}
	
	.login_logoimg{
	
	width:246px;
	}
	.tablete_tit1e  {
		display: none;
		
	}
    .form-bg {
        width:332px;
          padding: 24px;
          height: auto;}

	.form-horizontal {
	padding:0px;
	}
	
} */

@media screen and (max-width: 412px) and (max-height: 892px) {
    body {
        width: 412px !important;
        height: 892px !important;
    }

    .mobile_body {
        width: 412px !important;
        height: 892px !important;
    }

    .navbar {
        position: absolute;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        padding: 40px 21px;
        gap: 36px;
    }
}

/* 태블릿 버전 - width: 800px; height: 1280px; */
@media screen and (min-width: 413px) and (max-width: 800px) and (max-height: 1280px) {
    .tablet_body {
        position: relative;
        width: 800px;
        height: 1280px;
        border: 1px solid red;
    }
}

/* 데스크톱 버전 - 나머지 해상도 */
@media screen and (min-width: 801px) {
    .desktop_body {
        border: 1px solid #0000FF;
        background: #F0F4C3;
    }
}