@charset "UTF-8";
@font-face {
  font-family: 'NanumGothicBold';
  font-style: normal;
  font-weight: 700;
  src: local('NanumGothicBold');
  src: url('fonts/NanumGothicBold.eot'),
       url('fonts/NanumGothicBold.eot?#iefix') format('embedded-opentype'),
       url('fonts/NanumGothicBold.woff') format('woff'),
       url('fonts/NanumGothicBold.woff2') format('woff2'),
       url('fonts/NanumGothicBold.ttf') format('truetype');
  }

@font-face {
  font-family: 'NanumSquareRegular';
  font-style: normal;
  font-weight: 400;
  src: local('NanumSquareRegular');
  src: url('fonts/NanumGothicBold.eot'),
       url('fonts/NanumSquareR.eot?#iefix') format('embedded-opentype'),
       url('fonts/NanumSquareR.woff2') format('woff2'),
       url('fonts/NanumSquareR.woff') format('woff'),
       url('fonts/NanumSquareR.ttf') format('truetype');
 }

.sub_title {
  font-family: 'NanumSquareRegular';
  text-align: center;
  height: 125px;
  line-height: 125px;
  color: #303030;
  margin-bottom: 60px;
  }

.sub_title::after {
  content: '';
  background-color: #053370;
  display: block;
  margin: auto;
  width: 36px;
  height: 2px;
  }

.wrapper {
  font-family: 'NanumSquareRegular';
  text-align: center;
  max-width: 600px;
  width: 100%;
  height: 520px;
  margin: auto;
  border-top-width: 2px;
  border-top-style: solid;
  border-top-color: rgb(177,2,19);
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: rgb(220, 220, 220);
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: rgb(220, 220, 220);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgb(220, 220, 220);
  }

.id{
  font-family: 'NanumSquareRegular';
  font-size: 16px;
  height: 60px;
  width: 335px;
  border: solid;
  border-color: #c8c8c8;
  border-radius: 0px;
  border-width: thin;
  display: inline-block;
  box-sizing: border-box;
  line-height: 43px;
  padding-left: 50px;
  background-image: url(../images/login_id.png);
  background-position: 5% 50%;
  background-repeat: no-repeat;
  background-size: auto;
  }

.pwd{
  font-size: 16px;
  height: 60px;
  width: 335px;
  border: solid;
  border-color: #c8c8c8;
  border-radius: 0px;
  border-width: thin;
  display: inline-block;
  box-sizing: border-box;
  line-height: 43px;
  padding-left: 50px;
  background-image: url(../images/login_pwd.png);
  background-position: 5% 50%;
  background-repeat: no-repeat;
  background-size: auto;
  }

.send{
  font-family: 'NanumSquareRegular';
  font-size: 18px;
  color: white;
  height: 134px;
  width: 134px;
  background-color: #053370;
  border-width: 0px;
  border-radius: 0px;
  }

.section_in{
  width: 512px;
  margin: 0 auto;
  text-align: center;
}

.id_finding{
  width: 256px;
  height: 40px;
  float: left;
  background: #f8f8f8;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #c8c8c8;
}

.pwd_finding{
  width: 256px;
  height: 40px;
  float: left;
  background: #f8f8f8;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
  color: #c8c8c8;
}

.join{
  width: 512px;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  color: #053370;
}
