@charset "utf-8";
html{
  height:100%
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  height:100%;
  line-height: 1;
  position: relative;
}
body::after{
  content: '';
  display:block;
  clear: both;
  width:100%;
  height:100%;
  position:absolute;
  bottom:20em;
  left:0;
  background-image:url(../_img/main_bg.png);
  background-repeat:no-repeat;
  background-size:cover;
  background-position:left bottom;
  z-index:1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a{
  text-decoration:none;
}
/* 글자 숨기기 */
.hide{
  display:block;
  text-indent:-9999em;
  white-space:nowrap;
  overflow:hidden;
}
.content{
  height:100%;
  margin:0 24px;
}
.edms_logo{
  width:100px;
  position:absolute;
  top:20px;
  right:20px;
  z-index:2;
}
.edms_logo img{
  width:100%;
}
.content-article {
  max-width:880px;
  width:100%;
  position:absolute;
  left:50%;
  bottom:20%;
  transform:translateX(-50%);
  font-size: 12px;
  box-sizing: border-box;
  z-index:2;
  padding:0 24px;
}
.content-article>[class^=cont_] {
  width:100%;
  padding: 55px 50px 50px 400px;
  box-sizing: border-box;
  box-shadow: 5px 5px 14px 8px #88888842;
  border: 1px solid rgba(0,0,0,.12);
  background-image:url(../_img/sub_bg.png);
  background-repeat:no-repeat;
  background-size:294px;
  background-position:10% center;
  background-color:#fff;
}
.login_tit {
  text-align:center;
  font-size:28px;
  color:#3258be;
  text-shadow:2px 3px 0px #9595954f;
}
.login_tit span {
  display:block;
  margin-bottom:8px;
  font-size:38px;
}
.box_tf {
  position: relative;
  margin-bottom: 3px;
  border: solid #ccc;
  border-width: 0 0 2px;
}
.box_tf:first-of-type, .desc_g+.box_tf, .tit_g+.box_tf {
  margin-top: 47px;
}
.login_inner .box_tf.fst {
  margin-top: 4px;
}
.box_tf .tf_g {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 45px;
  padding: 10px 10px 8px;
  border: 0;
  font-size: 16px;
  line-height: 25px;
  color: #191919;
  background-color: transparent;
  letter-spacing: 0;
  box-sizing: border-box;
  outline: 0 none;
  caret-color: #191919;
  opacity: 1;
}
.login_sel_box select{
  width:100%;
  height:45px;
  margin-top:24px;
  padding:0 10px;
  border-color:#ccc;
  font-size:16px;
}
.set_login {
  margin-top: 25px;
}
.item_choice {
  display: block;
  position: relative;
  vertical-align: top;
}
.set_login .item_choice {
  float: left;
  padding-right: 0;
}
.set_login .item_choice:after{
  content:'';
  display:block;
  clear:both;
}
.item_choice .lab_choice {
  display: block;
  position: relative;
  font-size: 16px;
  line-height: 22px;
  color: #191919;
  cursor: pointer;
}
.set_login .lab_choice {
  font-size: 14px;
  line-height: 20px;
  color: rgba(0,0,0,.7);
}
.set_login .item_choice .lab_choice {
  float: right;
}
.confirm_btn {
  padding-top: 40px;
  text-align: center;
}
.btn{
  display: block;
  width: 100%;
  height: 50px;
  border-radius: 4px;
  color: #191919;
  background-color: #557de8;
}
.btn span {
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 51px;
  color:#fff;
}

@media screen and (max-width:768px){
  .content-article {
    max-width:500px;
  }
  .content-article>[class^=cont_]{
    padding:55px 24px 50px 200px;
    background-size:160px;
    background-position:6% 100px;
  }
}


@media screen and (max-width:458px){
  body:after{
    bottom:13em;
  }
  .content-article>[class^=cont_]{
    padding:55px 24px 50px;
    background:#fff;
  }
  .login_tit{
    text-align:left;
  }
  .login_tit:before{
    content:'';
    display:block;
    clear:both;
    width:40px;
    height:75px;
    margin-right:10px;
    background-image:url(../_img/sub_bg.png);
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
    float:left;
  }
  .content-article{
    bottom:13%;
  }
}



@media screen and (max-height:680px){
  .login_tit span {	
    font-size: 34px;
  }

  .login_tit:before {
    width: 15px;
    height: 31px;
  }
  .content-article{
    position: relative;
    left:0;
    Bottom:0;
    transform: initial;
    padding:90px 14px 24px;
  }
}