body{
	margin: 0;
	box-sizing: border-box;
	padding:0;
	list-style: none;
}

.wrap {
	height:100vh;
 	background-image: url(/images/login/backImg01.jpg);
	background-size: cover;
	display: grid;
	grid-template-columns: repeat(18, 1fr);
	grid-template-rows: repeat(14, 1fr)
}

.wrap_item {
	display: grid;
	grid-template-columns: repeat(10, minmax(50px,auto));
	grid-template-rows: repeat(8, 1fr);
	
	grid-column: 2 / 18;
	grid-row: 2 / 14;
	border:3px solid #0491a3;
	box-shadow: 5px 5px 5px 5px #305055;

}
.wrap_item_title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-bottom: solid;
    border-color: #f0f2f3;
	text-align: center;
    background-color: rgba( 255, 255, 255, 0.5 );
	grid-column: 1 / 11;
	grid-row: 1 / 2;
	/* box-shadow: 5px 5px 5px 5px rgba( 255, 255, 255, 0.5 ); */
}

.wrap_item_title .mainTitle {
	
	font-size: 40px;
	font-family: 'Nanum Gothic', sans-serif;
}
.wrap_item_title2 {
	grid-column: 1 / 11;
	grid-row: 2 / 3;
	background-color: rgba( 255, 255, 255, 0.5 );
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.wrap_item_title3 {
	grid-column: 1 / 11;
	grid-row: 3 / 8;
	border: none;
	height: 100%;
	display: flex;
	justify-content: space-around;
	padding-top: 20px;
}
.wrap_item_title4 {
	grid-column: 1 / 11;
	grid-row: 8 / 9;
	border: none;
	text-align: center; 
	font-size: 1em;
	font-family: 'Nanum Gothic', sans-serif;
	background-color: rgba( 255, 255, 255, 0.5 );
}
.wrap_item_title4 p{
	font-size: 17px;
	font-weight: bold;
}

.wrap_item_title2 .subTitle01 {
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	font-family: 'Nanum Gothic', sans-serif;
	padding: 0;
    margin: 0;
}

.wrap_item_title2 .subTitle02 {
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	color: #0491a3;
	padding: 0;
    margin: 0;
	font-family: 'Nanum Gothic', sans-serif;
}




.input_loginId{
font-size: 25px; 
width:100%; 
height: 50px; 
margin-top: 0px; 
padding-left:60px; 
-webkit-appearance: none;  
 border:none;
 font-family: 'Nanum Gothic', sans-serif;
}
.input_password{
font-size: 25px; 
width:100%; 
height: 50px; 
margin-top: 25px; 
padding-left:60px; 
-webkit-appearance: none;   
border:none;
font-family: 'Nanum Gothic', sans-serif;
}

.container-1{
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
}

.container-1 .icon{
  position: absolute;
  top: -10px;
  margin-left: 15px;
  margin-top: 17px;
  z-index: 1;
  color: black;
}

.container-2{
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
}
.container-2 .icon{
  position: absolute;
  top: 20%;
  margin-left: 15px;
  margin-top: 17px;
  z-index: 1;
  color: black;
}


.login_form1 {
	display:flex;
	flex-direction:column;
	align-content:center;
    width: 40%;
    height: 85%;
    border-color: #0491a3;
    background-color: rgba( 255, 255, 255, 0.5 );
    box-shadow: 10px 10px #333;
    
}

.section-login{
	display: flex;
    flex-direction: column;
    margin-block-end: 0!important;
    padding: 20px;
}
.section-savepassword{
	padding-left: 20px;
}
.section-login-button{
	display: flex;
	align-items: center;
	justify-content: center;
	padding-left:20px;
	padding-right:20px;
}
.customLeft01{
	grid-column: 2 / 10;
	grid-row: 9 / 11;	
}

.customLeft01{
	display:flex; 
	justify-content: space-around;
	margin-top:5px;
	padding-left:20px;
	padding-right:20px;
}
.customLeft01_button{
	font-weight:bold;
	 margin-top:10px; 
	 font-size:15px; 
	 border-radius:20px; 
	 width:100%; 
	 height:50px; 
	 color:black; 
	 background-color: #fff !important; 
	 background-image: none;
	 border:none;
	 font-family: 'Nanum Gothic', sans-serif;
}

.customLeft01_a{
	font-weight:bold; 
	font-size: 15px; 
	width:100%; 
	padding-left:25px;
	padding-top:25px; 
	color:#0491a3;
	font-family: 'Nanum Gothic', sans-serif;
}

.login_button{
 
 margin-top:10px; 
 font-size:25px; 
 border-radius:5px;
 width:100%;
 height:50px;
 color:white;
 background-color: #0491a3 !important; 
 background-image: none;
 border:none;
 font-family: 'Nanum Gothic', sans-serif;
}

.login_form2 {
	
	width: 40%;
	height: 85%;
	text-align: left;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	align-items: center;
	justify-content: center;
	
}
.login_form3 {
	width:30px;
}
.customRight{
height: 100%; 
width:100%;

background-color: rgba( 255, 255, 255, 0.5 );
    box-shadow: 10px 10px #333;
}
.customRight01_title{
padding-left:20px;
font-family: 'Nanum Gothic', sans-serif;
}
.customRight01_space{
display: flex;
}
.customRight01_space.bottom{
	border-bottom: 2px solid #333;
}
.customRight01_content01{
padding-left:20px; 
margin-top:-10px;
color:#0491a3;
font-family: 'Nanum Gothic', sans-serif;
}
.customRight01_content02{
padding-left:20px; 
margin-top:-10px;
font-family: 'Nanum Gothic', sans-serif;
}
.customRight01_content03{
padding-left:20px; 
margin-top:-5px;
font-family: 'Nanum Gothic', sans-serif;
}

.customRight01 h1{
	font-size: 28px;
}
.customRight01 h3{
	font-size: 16px;
}

.customRight02 h1{
	font-size: 28px;
}
.customRight02 h3{
	font-size: 16px;
}

@media (max-height: 950px) {
 .customRight01 h1{
	font-size: 20px;
	}
	.customRight01 h3{
		font-size: 14px;
	}
	.customRight02 h1{
		font-size: 20px;
	}
	.customRight02 h3{
		font-size: 14px;
	}
	.login_button{
	 	height:30px;
	 	font-size:20px;
	}
	.customLeft01_button{
		font-weight:bold;
		 font-size:13px; 
		 border-radius:20px; 
		 width:100%; 
		 height:30px; 
		 color:black; 
		 background-color: #fff !important; 
		 background-image: none;
		 border:none;
		 font-family: 'Nanum Gothic', sans-serif;
	}
	
	.customLeft01_a{
		font-weight:bold; 
		font-size: 13px; 
		width:100%; 
		padding-left:25px;
		padding-top:15px; 
		color:#0491a3;
		font-family: 'Nanum Gothic', sans-serif;
	}
}

@media (max-width: 950px) {
 .customRight01 h1{
	font-size: 20px;
	}
	.customRight01 h3{
		font-size: 14px;
	}
	.customRight02 h1{
		font-size: 20px;
	}
	.customRight02 h3{
		font-size: 14px;
	}

	.login_button{
	 	height:30px;
	 	font-size:20px;
	}

	.customLeft01_button{
		font-weight:bold;
		 font-size:13px; 
		 border-radius:20px; 
		 width:100%; 
		 height:30px; 
		 color:black; 
		 background-color: #fff !important; 
		 background-image: none;
		 border:none;
		 font-family: 'Nanum Gothic', sans-serif;
	}
	
	.customLeft01_a{
		font-weight:bold; 
		font-size: 13px; 
		width:100%; 
		padding-left:25px;
		padding-top:15px; 
		color:#0491a3;
		font-family: 'Nanum Gothic', sans-serif;
	}
	.section-savepassword label{
		font-size: 13px;
	}
}

