#login_section{
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #eee;
}

.log_box{
    width: 500px;
}

.log_box p{
    text-align: center;
    font-family: 'Pretendard-Regular', sans-serif;
    font-size: 20px;
}

.log_box p strong{
    font-weight: normal;
    font-family: 'Pretendard-ExtraBold', sans-serif;
}

.join_btn{
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
}

.join_btn>a{
  font-size: 16px;
  font-family: 'Pretendard-Medium', sans-serif;
  color: #111;
  padding: 0 10px;
}

.login{
    width: 100%;
    background-color: #fff;
    margin-top: 20px;
    padding: 50px;
    box-sizing: border-box;
    border: 2px solid #003d98;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.input_box{
    width: 75%;
}

.input_box input{
    width: 100%;
    height: 40px;
    border: 1px solid #ccc;
}

.input_box input[type='text']{
    margin-bottom: 10px;
}

.input_box input::placeholder{
    font-size: 16px;
    font-family: 'Pretendard-Regular', sans-serif;
    color: #ccc;
}

.input_box input:-ms-input-placeholder{
    font-size: 16px;
    font-family: 'Pretendard-Regular', sans-serif;
    color: #ccc;
}

.login>input[type='button']{
    width: 90px;
    height: 90px;
    background-color: #003d98;
    border: 0;
    color: #fff;
    font-family: 'Pretendard-Medium', sans-serif;
    font-size: 18px;
}


/* join */
.join_section{
  height: auto !important;
  display: block !important;
  padding: 150px 0;
}

.join_section .log_box{
  margin: 0 auto;
}

.join{
    width: 100%;
    background-color: #fff;
    margin-top: 20px;
    padding: 30px 50px 50px;
    box-sizing: border-box;
    border: 2px solid #003d98;
    border-radius: 10px;
}

.join>p{
  font-size: 20px;
  font-family: 'Pretendard-Bold', sans-serif;
  margin-bottom: 30px;
}

.join ul{
  width: 100%;
}

.join ul li{
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.join ul li>p{
  width: 30%;
  text-align: left;
  font-size: 16px;
  font-family: 'Pretendard-Regular', sans-serif;
}

.li_input{
  width: 70%;
  display: flex;
  justify-content: space-between;
}

.li_input input[type='text']{
  width: 73%;
  height: 35px;
  border: 1px solid #ccc;
}

.li_input input[type='button']{
  width: 25%;
  height: 35px;
  border: 0;
  background-color: #003d98;
  font-size: 14px;
  color: #fff;
  font-family: 'Pretendard-Regular', sans-serif;
}

.li_input2{
  width: 70%;
  display: flex;
  align-items: center;
}

.li_input2 input[type='text'],
.li_input2 input[type='password']{
  width: 100%;
  height: 35px;
  border: 1px solid #ccc;
}

.li_input2 label{
  display: flex;
  align-items: center;
  margin-right: 30px;
  cursor: pointer;
}

.li_input2 label p{
  font-size: 14px;
  margin-left: 10px;
  font-family: 'Pretendard-Regular', sans-serif;
}

.li_input3{
  width: 70%;
}

.address_input{
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.address_input input[type='text']{
  width: 73%;
  height: 35px;
  border: 1px solid #ccc;
}

.address_input input[type='button']{
  width: 25%;
  height: 35px;
  border: 0;
  background-color: #003d98;
  font-size: 14px;
  color: #fff;
  font-family: 'Pretendard-Regular', sans-serif;
}

.li_input3>input{
  width: 100%;
  height: 35px;
  border: 1px solid #ccc;
  margin-top: 5px;
}

.li_input3 textarea{
  width: 100%;
  height: 200px;
  border: 1px solid #ccc;
}

.agree_box{
  width: 100%;
  height: 100px;
  overflow: auto;
  border: 1px solid #ccc;
  box-sizing: border-box;
  padding: 10px;
}

.agree_box pre{
  white-space: pre-line;
  font-size: 14px;
  line-height: 23px;
  font-family: 'Pretendard-Regular', sans-serif;
}

.join>input[type='button']{
  width: 100%;
  height: 55px;
  background-color: #003d98;
  border: 0;
  font-size: 18px;
  color: #fff;
  font-family: 'Pretendard-Regular', sans-serif;
  margin-top: 40px;
}
