html, body {
  height: 100%;
}

body {
  font-size: 12px;
  font-family:굴림, Gulim, sans-serif;
  letter-spacing: -1px;
  color: #007ED6;
  background-image:url("../images/loginbg.jpg");
  background-repeat:no-repeat;
  background-position:center center;
  background-size:cover;
  background-attachment: fixed;
}

div {
  display: block;
}

li {
  display: list-item;
  margin:0;
  padding:0;
}

a {
  color: #007ED6;
  text-decoration: none;
}

img {
  border: 0;
  vertical-align: middle;
}

.wrap {
  width:100%;
  height:100%;
  text-align: center;
}

.loginbox {
  position: fixed;
  left:50%;
  top:50%;
  margin-top:-122px;
  margin-left:-150px;
  width: 301px;
}


.loginbg {
  width: 100%;
  height: 138px;
  padding-top:17px;
  text-align: center;
  background:url("../images/login_inputbg.png") no-repeat center;
  background-size: 301px 138px;
}

.form-li {
  text-align: right;
  padding-right:7px;
  color: #FFFFFF;
}

.form-li span {
  padding-right:4px;
}

.login-input {
  margin: 0;
  padding: 0;
  border: 0;
  padding-left: 20px;
  padding-right: 20px;
  width: 220px;
  height: 34px;
  border: 1px solid #dddddd;
  border-radius: 17px;
  box-sizing: border-box;
  outline: 0;
  font-size: 12px;
  font-family: Gulim, 굴림;
  color: #808080;
  line-height: 1.4;
  text-align: left;
  background-color:#ffffff;
  filter:alpha(opacity=60);
  opacity:0.6;
  -moz-opacity:0.6;
  letter-spacing: -1px;
}

.mobile-input, .number-input, .form-input, .date-input {
  margin: 0;
  padding: 0;
  border: 0;
  padding-left: 20px;
  padding-right: 20px;
  width: 277px;
  height: 39px;
  border: 1px solid #dddddd;
  box-sizing: border-box;
  outline: 0;
  font-size: 12px;
  font-family: Gulim, 굴림;
  color: #808080;
  line-height: 1.4;
  text-align: left;
  background-color:#ffffff;
  filter:alpha(opacity=60);
  opacity:0.6;
  -moz-opacity:0.6;
  letter-spacing: -1px;
}

.number-input {
  width: 91px;
  font-size: 17px;
}

.form-input {
  width: 222px;
  padding-left: 6px;
  padding-right: 0px;
}

.date-input {
  color: #575757;
  width: 73px;
  padding-left: 6px;
  padding-right: 0px;
}

.inputed {
  font-size: 17px;
  font-family: Dotum, 돋움;
  color: #000000;
  letter-spacing: 0px;  
}

.login-inputing {
  box-shadow: 0 0 12px #007ED6;
}

.selete-change {
  box-shadow: 0 0 12px #007ED6;
  color: #000000;
  letter-spacing: 0px;
}

.loginbtn {
  padding-bottom: 20px;
}

@media only screen and (min-height: 641px) {
  .agreebgbox {
    position: relative;
    left:0;
    top:50%;
    margin-top:-257px;
    width: 313px;
    display: inline-block;
  }
}

@media only screen and (max-height: 640px) {
  .agreebgbox {
    position: relative;
    left:0;
    top:50%;
    margin-top:-217px;
    width: 313px;
    display: inline-block;
  }
}

@media only screen and (min-height: 641px) {
  .agreebg {
    height: 461px;
    margin-top: 17px;
    text-align: center;
    background: url('../images/join-bg1.png') repeat;
  }
}

@media only screen and (max-height: 640px) {
  .agreebg {
    height: 381px;
    margin-top: 17px;
    text-align: center;
    background: url('../images/join-bg1.png') repeat;
  }  
}

.agreebg ul li{
  padding-left:17px;
  text-align: left;
}

input {
  margin: 0;
  padding: 0;
  outline: 0;
}

.agreebg input[type="checkbox"] {
  width: 17px;
  height: 17px;
  vertical-align: -4px;
}

.agreetxt {
  padding-left:7px;
  color: #575757;
  font-size: 11px;
  font-family: 돋움, Dotum;
}

@media only screen and (min-height: 641px) {
  .agreescroll {
    width: 280px;
    height: 130px;
    overflow: hidden;
    position: relative;
    overflow-y: scroll;
    line-height: 130%;
    background: url("../images/join-bg2.png") repeat;
  }
}

@media only screen and (max-height: 640px) {
  .agreescroll {
    width: 280px;
    height: 90px;
    overflow: hidden;
    position: relative;
    overflow-y: scroll;
    line-height: 130%;
    background: url("../images/join-bg2.png") repeat;
  }
}

.agreearea {
  padding: 10px 10px 0 10px;
  color:#777777;
  font-size:11px;
  font-family: 돋움, Dotum;
}

.agreearea span.title{
   color:#575757;
   font-size:12px;
   font-family: 굴림, Gulim;
}

.confirmbox {
  position: relative;
  left:0;
  top:0;
  margin-top:34px;
  width: 313px;
  display: inline-block;
}

.confirmbg {
  height: 359px;
  text-align: center;
  background: url('../images/join-bg1.png') repeat;
}

.formbg {
  height: 460px;
  text-align: center;
  background: url('../images/join-bg3.png') repeat;
}


.completedbox {
  position: relative;
  left: 0;
  top: 50%;
  margin-top: -141px;
  width: 313px;
  display: inline-block;
}

.completedbg {
  height: 247px;
  margin-top: 17px;
  text-align: center;
  background: url('../images/join-completed.png') no-repeat;
  background-size: 313px 247px;
}

.resultbox {
  position: relative;
  left: 0;
  top: 50%;
  margin-top:-143px;
  width: 313px;
  display: inline-block;
}

.resultbg {
  height: 233px;
  margin-top: 17px;
  text-align: center;
  background: url('../images/join-result.png') no-repeat;
  background-size:313px 233px;
}

.result-list {
  font-size: 15px;
  font-family: 돋움, Dotum;
  text-align: left;
  padding-left:37px;
}

.result-list span {
  font-size: 19px;
}