body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "맑은 고딕", "Noto Sans KR", sans-serif;
  }
  
  a {
    text-decoration: none;
    color: black;

  }
  
  li {
    list-style: none;
  }
  
  .wrap {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.1);
  }
  @media(max-height: 500px){
	  .wrap{
		  height: 130vh;
	  }
  }
		.logo{
			font-size: 6vw;
			max-font-size: 40px;
			font-weight: 600;
			color: transparent;
			background: linear-gradient(to right, #000000, #8041D9);
			-webkit-background-clip: text;
			-webkit-text-fill-color: transparent;
			padding-top: 30px;
			padding-bottom: 20px;
			padding-right: 15px;
			padding-left: 15px;			}
		.logo .text-primary{
			color: coral
		}
		.logo:hover{
			text-decoration: none;
			color: none;
		}
  
  .login {
    min-width: 400px;
	max-width: 1200px;
    max-height: 2000px;
    background: white;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
 

  h2 {
    color: #5D5D5D;
    font-size: 3vw;
	max-font-size: 25px;
	font-weight: 600;
  }
		h2:hover{
			cursor: default;
		}
  .login_sns {
    padding: 20px;
    display: flex;
  }
  
  .login_sns li {
    padding: 0px 15px;
  }
  
  .login_sns a {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 50px;
    background: white;
    font-size: 20px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4), -3px -3px 5px rgba(0, 0, 0, 0.1);
  }
  
  .login_id {
    margin-top: 20px;
    width: 80%;
	outline: none;
	font-size: 2vw;
	max-font-size: 20px;
  }  
  
  .login_id input {
    width: 100%;
    height: 50px;
    border-radius: 10px;
    margin-top: 10px;
    padding: 0px 10px;
    border: 1px solid lightgray;
  }
  
		.login_id input:focus{
			border-color: #D941C5;
			outline: none;
		}

  .login_pw {
    margin-top:1px;
    width: 80%;
	font-size: 2vw;
	max-font-size: 20px;
  }
  
  .login_pw input {
    width: 100%;
    height: 50px;
    border-radius: 10px;
    margin: 0;
    padding: 0px 10px;
    border: 1px solid lightgray;
  }
  
		.login_pw input:focus{
			border-color: #D941C5;
			outline: none;
		}

.hoverNot{
	cursor: default;
	font-size: 14pt;
	font-weight: 600;
	margin: 0;
}

.forgot_pw{
	display: flex;
}

.forgot_pw a{
	color:black;
	padding: 2vw 3vw;
}


  .login_etc {
    padding: 2vw;
    font-size: 2vw;
	max-font-size: 20px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-weight: bold;
  }
/*  */
		.checkbox{
			line-height: 15px;
			padding: 10px;
			width: 80%;
			font-size: 2vw;
			max-font-size: 20px;
			text-align: center;
			font-weight: bold;
		}

		.checkbox input{
			vertical-align: -4px;
		}

		.loginMaintain{
			font-size: 2vw;
			max-font-size: 20px;
			margin: 0;
			padding: 0;
		}
		

  .submit {
    width: 80%;
	padding-bottom: 20px;
  }
  .submit input {
    width: 100%;
    height: 50px;
    border: 0;
    outline: none;
    border-radius: 40px;
    background: linear-gradient(to left, rgb(128, 65, 217), rgb(0, 0, 0));
    color: white;
    font-size: 1.2em;
    letter-spacing: 2px;
  }
