@charset "utf-8";


/* html, body {
	width : 100%;
    height : 100%;
}
[class*="header"] {
	width : 100%;
	height : 60px;
	position: relative;
	background-color:#66A5F6;
	z-index : 10;
	border-radius: 0 0 15px 15px;

}
.header .click i{
    margin: 15px 0 0 15px;
    font-weight: bold;
    color: #fff;
}
.header  .logo img{
	margin: -68px 0 0 0px;
}
.logo{
    text-align: center;
}
.header2 .logo img{
    margin-top:9px;
} */
.M_logo{
  width: 100%;
  text-align: center;
  height: 200px;
  position: relative;
}
.M_logo .M_logoW{
  width: 100%; height: 300px;
  z-index: -1;
  background: linear-gradient(to top, #519cfe,#8da1fe);
  position: absolute;
}
.M_logo .M_logoW img{
  top: 30%;
  position: relative;
}
#loginF{
  padding: 0 2.5%;
  width : 85%;
  margin : 0 auto;
  height: 360px;
  background-color: #fff;
  border-radius: 10px 10px 0 0;
}
.id{
  padding-top: 15px;
}
.id .pw{
	width:100%;
	margin: 0 auto;
}
.id input[type="id"],
.pw input[type="password"]{
    width:95%;
    margin-left: 2.5%;
    height:43px;
    line-height: 43px;
    margin-top: 20px;
    border: none;
    box-sizing: border-box;
    padding: 0 10px;
    border-radius: 50px;
    box-shadow: 0px 3px 6px rgb(236, 236, 236);
    outline: none; 
}
.pw input[type="password"]{
  margin-bottom: 7px;
}
input::placeholder {
    color: #D4D4D4;
    font-size: 15px;
    font-family: "nanumLight";
    }
input.wrong::placeholder {
    color: #E7504D;
    font-size: 15px;
    font-family: "nanumLight";
}
.login {
	width:100%;
	overflow: hidden;
    margin:10px 0 0px;
}
.login button{
	  border: none;
	  outline: none;
    width:95%;
    height:50px;
    line-height: 50px;
    text-align: center;
    background: linear-gradient(to left, #519cfe,#8da1fe);
    color:#fff;
    border-radius: 50px;
    box-sizing: border-box;
    font-size: 18px;
    letter-spacing: 2px;
    box-shadow: 0px 3px 7px rgb(219, 219, 219);
    margin: 6px 0 17px 2.5%;
    font-family: "nanumBold";
    margin-top: 20px;
}

.join{
	margin-left: 2.5%
}
.join,
.join2 {
    width: 45%;
    height:45px;
    border-radius: 50px;
    text-align: center;
    border: none;
    overflow: hidden;
    background-color: #fff;
    -webkit-background-clip: padding-box, border-box;
    -moz-background-clip: padding-box, border-box;
    background-clip: padding-box, border-box;
    -webkit-background-origin: border-box;
    background-origin: border-box;
    -webkit-background-size: 50% 50%;
    background-size: 50% 50%;
    margin-right:5.5%;
    box-shadow: 0px 3px 7px rgb(219, 219, 219);
    border: 1px solid #519cfe;
    box-sizing: border-box;
}
.join a {
	text-align: center;
	line-height: 47px;
    width: 50%;
    color:  #519cfe;
    text-align: center;
    font-family: "nanumRegular";
    text-decoration: none;
    font-size: 15px;
}
.join2 a{
    color: #519cfe;
    text-align: center;
    font-size: 15px;
    width: 50%;
    font-family: "nanumRegular";text-decoration: none;
}
.join2 a ul{
    margin-top: 7px;
    line-height:16px;
}
.join{
    float: left;
}
.input_ch{
    margin: 20px 3px 0 10px;
    border: none;
    outline:none;
}
.label_ch{
    color:#5A5A5A;
    font-family: "nanumRegular";
    font-size: 14px;
}

@-moz-keyframes borderscale {
  50% {
    box-shadow: 0 0 0 2px #999;
  }
}
@-webkit-keyframes borderscale {
  50% {
    box-shadow: 0 0 0 2px #999;
  }
}
@keyframes borderscale {
  50% {
    box-shadow: 0 0 0 2px #999;
  }
}
input[type="checkbox"]{
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
input[type="checkbox"]:hover + label:before{
  border-color: #999;
}
input[type="checkbox"]:active + label:before{
  transition-duration: 0;
  filter: brightness(0.2);
}
input[type="checkbox"] + label{
  position: relative;
  padding-left: 40px;
  font-weight: normal;
  margin-top: 10px;
}
input[type="checkbox"] + label:before, input[type="checkbox"] + label:after{
  box-sizing: content-box;
  position: absolute;
  content: '';
  display: block;
  left: 0;
}
input[type="checkbox"] + label:before{
  top: 58%;
  width: 14px;
  height: 14px;
  margin-top: -12px;
  margin-left: 13px;
  border: 2px solid #d9d9d9;
  text-align: center;
  border-radius: 4px;
}
input[type="checkbox"] + label:after{
  background-color: #00bad2;
  top: 50%;
  left: 5px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  transform: scale(0);
  margin-left: 12px;
  transform-origin: 50%;
  transition: transform 200ms ease-out;
}

input[type="checkbox"] + label:after {
  background-color: transparent;
  top: 66%;
  left: 5px;
  width: 7px;
  height: 4px;
  margin-top: -10px;
  border-style: solid;
  border-color:#519cfe;
  border-width: 0 0 3px 3px;
  -moz-transform: rotate(-45deg) scale(0);
  -ms-transform: rotate(-45deg) scale(0);
  -webkit-transform: rotate(-45deg) scale(0);
  transform: rotate(-45deg) scale(0);
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}
input[type="checkbox"]:checked + label:before {
  -moz-animation: borderscale 200ms ease-in;
  -webkit-animation: borderscale 200ms ease-in;
  animation: borderscale 200ms ease-in;
}
input[type="checkbox"]:checked + label:after {
  content: '';
  -moz-transform: rotate(-45deg) scale(1);
  -ms-transform: rotate(-45deg) scale(1);
  -webkit-transform: rotate(-45deg) scale(1);
  transform: rotate(-45deg) scale(1);
  -moz-transition: -moz-transform 200ms ease-out;
  -o-transition: -o-transform 200ms ease-out;
  -webkit-transition: -webkit-transform 200ms ease-out;
  transition: transform 200ms ease-out;
}

input[type="text"] {
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  padding: 5px 10px;
  background-color: #fff;
  border: 2px solid #d9d9d9;
}
input[type="text"]:focus {
  outline: none;
}
input[type="text"]:focus, input[type="text"]:hover {
  border-color: #999;
}

.loadingBox{
	width:100%;
    height:100%;
    position:fixed;
    left:0px;
    top:0px;
    background:#fff;
    z-index:99999;
}
.loadingBox .circle {
    position: fixed;
    left: 50%;
    top : 50%;
    transform: translateX(-50%);
    width:40px;
    height:40px;
    border:8px solid #D9DAEE;
    border-top:8px solid #519cfe; border-radius:50em;
    animation: spinCircle 1.3s linear infinite;
    z-index: 99999;
    display: block;
}
@keyframes spinCircle {
    from {
        transform:translate(-50%, -50%) rotate(0);
    }
    to {
        transform:translate(-50%, -50%) rotate(360deg);
    }
}



/* login2 */
h3{
    font-family: "nanumExtraBold";
    text-align: center;
    font-size: 25px;
    color:#67A6F6;
    margin-bottom: -30px;
}
p{
    text-align: right;
    margin-top: -33px;
    margin-right: 10px;
  }
  p a{
    font-size: 13px;
    text-decoration: none;
    font-family: "nanumLight";
    color: #5A5A5A;
}



@media screen and (min-width:320px) and (max-width:370px){
  .login{
    margin-top: -18px;
  }
  .login button{
    font-size: 17px;
    margin-bottom: 10px;
  }
}
/* 태블릿 */
@media screen and (min-width:641px) and (max-width:1023px){

/* 01_login.html */
.header2 .logo img{
    margin-top:19px;
}
.header .click i{
    margin-top: 23px;
}
.M_logo {
  height: 280px;
}
.M_logo .M_logoW{
  height: 440px;
}
.M_logo .M_logoW img{
  width: 350px;
}
.id input[type="id"],
.pw input[type="password"]{
    height: 60px;
    line-height: 60px;
    border-radius: 60px;
    font-size: 20px;
    margin-top: 35px;
}
.id input[type="id"]{
    margin-top: 70px;
}
.id{
  padding-top: 0;
}
input::placeholder{
    color: #D4D4D4;
    font-size: 22px;
}
input[type="checkbox"] + label{
  padding-left: 50px;
  margin-top: 18px;
}
input[type="checkbox"] + label:after{
    left: 7px;
    width: 12px;
    height: 7px;
    top: 54%;
}
	input[type="checkbox"] + label:before{
		width:20px;
    height:20px;
    margin-top: -16px;
    margin-left: 14px;
	}
.input_ch{
    margin-left: 20px;
}
.label_ch{
    margin-top: 20px;
    font-size: 20px;
}	
.login button,
p{
    height: 65px;
    line-height: 65px;
    font-size: 25px;
}
.login button{
  margin-top: 40px;
  margin-bottom: 10px;
}
p{
  margin-bottom: 0;
  height: 50px;
  margin-top: -58px;
}
p a{
  font-size: 18px;
}
.join,
.join2{
    height: 60px;
    margin-top: 15px;
}
.join a,
.join2 a{
    font-size: 21px;
    line-height: 64px;
}
.join2 a ul{
    line-height: 24px;
}

/* 02_login.html */
h3{
    font-size: 35px;
    margin-top: 30px;
}

input[id="log"]{
		width: 23px; height: 23px;	
    }

label[for="log"]{
		position: relative;
		top: -5px;
    }
        
}


/* 태블릿/pc */
@media screen and (min-width:1024px) and (max-width:1500px){

  /* 01_login.html */
  .header2 .logo img{
      margin-top:19px;
  }
  .header .click i{
      margin-top: 23px;
  }
  .M_logo {
    height: 280px;
  }
  .M_logo .M_logoW{
    height: 440px;
  }
  .M_logo .M_logoW img{
    width: 350px;
  }
  .id input[type="id"],
  .pw input[type="password"]{
      height: 60px;
      line-height: 60px;
      border-radius: 60px;
      font-size: 20px;
      margin-top: 35px;
  }
  .id input[type="id"]{
      margin-top: 70px;
  }
  .id{
    padding-top: 0;
  }
  input::placeholder{
      color: #D4D4D4;
      font-size: 21px;
  }
  input[type="checkbox"] + label{
    padding-left: 55px;
    margin-top: 18px;
  }
  input[type="checkbox"] + label:after{
      left: 7px;
      width: 12px;
      height: 7px;
      top: 54%;
  }
    input[type="checkbox"] + label:before{
      width:20px;
      height:20px;
      margin-top: -16px;
      margin-left: 25px;
    }
  .input_ch{
      margin-left: 20px;
  }
  .label_ch{
      margin-top: 20px;
      font-size: 20px;
  }	
  .login button,
  p{
      height: 65px;
      line-height: 65px;
      font-size: 25px;
  }
  .login button{
    margin-top: 40px;
    margin-bottom: 10px;
  }
  p{
    margin-bottom: 0;
    height: 50px;
    margin-top: -58px;
  }
  p a{
    font-size: 18px;
  }
  .join,
  .join2{
      height: 60px;
      margin-top: 15px;
  }
  .join a,
  .join2 a{
      font-size: 21px;
      line-height: 64px;
  }
  .join2 a ul{
      line-height: 24px;
  }
  
  /* 02_login.html */
  h3{
      font-size: 35px;
      margin-top: 30px;
  }
  
  input[id="log"]{
      width: 23px; height: 23px;	
      }
  
  label[for="log"]{
      position: relative;
      top: -5px;
      }
          
  }