@charset "utf-8";
@font-face {
  font-family: 'pretendard';
  src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

body, table, input, textarea, select, button {
  font-family: 'pretendard',sans-serif;
  font-size: 12px;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}
*{
  box-sizing: border-box;
  font-family: 'pretendard',sans-serif;
}
body{
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
h1,h2,h3,h4,h5,p{
  margin: 0;
}

.log-bg{
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 0;
}
.log-box{
  padding: 50px;
  width: 500px;
  border: 1px solid #d6dae1;
  background-color: #fff;
  border-radius: 30px;
  margin: 0 auto;
}
.log-tit{
  margin-bottom: 70px;
  text-align: left;
}
.log-tit > h2{
  color: #000;
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1;
}
.log-tit > p{
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 400;
}
.log-tit > h5{
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  padding: 15px;
  border-radius: 7px;
  background-color: #D8151B;
  margin-top: 20px;
}
.log-wrap{
  margin-bottom: 20px;
}
.log-txt{
  margin-bottom: 40px;
}
.log-txt:last-child{
  margin-bottom: 0;
}
.log-txt > h5{
  font-size: 14px;
  color: #1B1E26;
  font-weight: 500;
  margin-bottom: 15px;
}
.log-txt > h5 > span{
  display: inline-block;
  margin-right: 5px;
}
.log-txt > h5 > span.et{
  color: #f00;
  margin-right: 0;
}
.lf-txt{
  padding-bottom: 10px;
  border: 0;
  border-bottom: 1px solid #D6DAE1;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 300;
  transition: .3s;
  width: 100%;
}
input:focus-visible{
  outline: 0;
}
.log-txt:hover .lf-txt{
  border-color: #000;
}
.log-txt.click .lf-txt{
  border-color: #000;
}
.log-txt.wrong .lf-txt{
  border-color: #D8151B;
}
.log-btn{
  display: block;
  width: 100%;
  padding: 25px 10px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.9);
  transition: .3s;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  border: 0;
  cursor: pointer;
}
.log-btn:hover{
  background-color: rgba(0, 0, 0, 0.8);
}
.log-btn-wrap{
  width: 100%;
  padding-top: 10px;
  display: flex;
  justify-content: space-between;
}
.log-btn-wrap > p{
  font-size: 14px;
  font-weight: 300;
  color: #1B1E26;
}
.log-btn-wrap > a{
  font-size: 14px;
  font-weight: 400;
  color: #000;
  display: inline-block;
  text-decoration: none;
  border-bottom: 1px solid #000;
  transition: .3s;
}
.log-hold{
  width: 100%;
  padding-bottom: 10px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.log-hold > h5{
  font-size: 14px;
  color: #1B1E26;
  font-weight: 400;
}
.log-hold > .checkbox{
  width: 15px;
  height: 15px;
  border-radius: 3px;
  border: 1px solid #dbdbdb;
  margin-left: 5px;
  transition: .3s;
}
.log-hold:hover > .checkbox{
  border-color: #000;
}

.pl-wrap{
  width: 100%;
  padding: 20px;
  border: 1px solid #d6dae1;
  margin-bottom: 20px;
}
.pl-wrap > ul{
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.pl-wrap > ul > li{
  font-size: 13px;
  color: rgba(0, 0, 0, 0.5);
  padding-left: 17px;
  position: relative;
  margin-bottom: 10px;
}
.pl-wrap > ul > li:last-child{
  margin-bottom: 0;
}
.pl-wrap > ul.all{
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #D6DAE1;
}
.pl-wrap > ul > li > .checkbox{
  width: 12px;
  height: 12px;
  border-radius: 3px;
  border: 1px solid #dbdbdb;
  position: absolute;
  left: 0;
  top: 1px;
}
.pl-wrap > ul > li > span{
  color: #f00;
}

.log-file{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.log-file > p{
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 300;
}
.log-file > .file-btn{
  font-size: 12px;
  font-weight: 300;
  color: #000;
  display: inline-block;
  padding: 6px 9px;
  border: 1px solid #f7f7f9;
  border-radius: 8px;
  background-color: #f7f7f9;
  cursor: pointer;
  transition: .3s;
}
.log-file > .file-btn:hover{
  border-color: #dbdbdb;
}
.dp-txt{
  font-size: 12px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.5);
  padding-top: 8px;
}
.dp-txt > span{
  display: inline-block;
  margin-right: 2px;
}
.log-textarea{
  padding: 15px;
  min-height: 120px;
  border: 1px solid #dbdbdb;
  border-radius: 10px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 300;
  transition: .3s;
}
.log-textarea:hover{
  border-color: #000;
}
.log-select{
  width: 100%;
  padding: 15px;
  border: 1px solid #dbdbdb;
  border-radius: 5px;
  color: rgba(0, 0, 0, 0.5);
  position: relative;
  font-size: 14px;
  cursor: pointer;
  transition: .3s;
}
.log-select > span{
  display: inline-block;
  color: #1B1E26;
  line-height: 1;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.log-select:hover{
  border-color: #000;
}
.log-select > ul{
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: calc(100% + 3px);
  border: 1px solid #dbdbdb;
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.38);
  list-style: none;
  display: block;
  width: 100%;
}
.log-select > ul > li{
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
  transition: .3s;
  background-color: #fff;
}
.log-select > ul > li:hover{
  background-color: #f5f5f5;
}
.log-txt.select{
  margin-bottom: 186px;
}

.log-check{
  width: 100%;
  display: flex;
}
.r-check{
  margin-right: 15px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.r-check > .checkbox{
  width: 15px;
  height: 15px;
  border: 1px solid #dbdbdb;
  border-radius: 50%;
  margin-right: 5px;
  transition: .3s;
}
.r-check > p{
  font-size: 14px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.5);
  transition: .3s;
}
.r-check:hover > .checkbox{
  border-color: #000;
}
.r-check:hover > p{
  color: #000;
}
.c-check{
  margin-right: 15px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.c-check > .checkbox{
  width: 15px;
  height: 15px;
  border: 1px solid #dbdbdb;
  border-radius: 3px;
  margin-right: 5px;
  transition: .3s;
}
.c-check > p{
  font-size: 14px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.5);
  transition: .3s;
}
.c-check:hover > .checkbox{
  border-color: #000;
}
.c-check:hover > p{
  color: #000;
}

.num-wrap{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.num-box{
  font-size: 14px;
  font-size: 300;
  color: rgba(0, 0, 0, 0.5);
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #dbdbdb;
  transition: .3s;
}
.num-box:hover{
  border-color: #000;
}
.num-wrap.phone3 > .num-box{
  width: 32.33333%;
}
.num-wrap.phone1 > .num-box{
  width: 100%;
}
.num-wrap.phone4 > .num-box{
  width: 15.66666%;
}
.num-wrap.phone4 > .num-box:first-child{
  width: 49%;
}
.num-wrap.phone2 > .num-box{
  width: 49%;
}

/* media-query */

@media(min-width:601px){
  .log-con{
    width: 100%;
    height: 100%;
    overflow-y: scroll;
  }
}

@media(max-width:991px){

  
}
@media(max-width:600px){
  .log-bg{
    position: relative;
    padding: 30px 15px;
    height: auto;
  }
  .log-box{
    padding: 30px 20px;
    border-radius: 20px;
    width: 100%;
  }
  .log-tit{
    margin-bottom: 40px;
  }
  .log-tit > h2{
    font-size: 26px;
  }
  .log-tit > p{
    line-height: 1.4;
    word-break: keep-all;
  }
  .log-txt{
    margin-bottom: 30px;
  }
  .log-wrap{
    margin-bottom: 35px;
  }
  .log-btn{
    padding: 15px 10px;
    border-radius: 5px;
  }
  .log-btn-wrap{
    align-items: center;
  }
  .log-btn-wrap > p{
    font-size: 12px;
  }
  .pl-wrap{
    padding: 15px;
  }
  .pl-wrap > ul.all{
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .pl-wrap > ul > li{
    word-break: keep-all;
  }
}