@charset "UTF-8";

.gd {
  width: 1140px;
  margin: 0 auto;
}

.gd input[type="checkbox"] {
  vertical-align: text-top;
}

.gdWrap {
  background-color: #ececec;
  padding-bottom: 20px;
  border-bottom: 1px solid #1c1b1b;
}

.gdWrap h1 {
  height: 57px;
  padding-top: 12px;
  margin-bottom: 10px;
  box-sizing: border-box;
  background-color: #304c9f;
  font-size: 33px;
  color: #fff;
  text-align: center;
}

.gdWrap .desc {
  padding: 30px 180px 10px 180px;
  margin: 0 auto;
  border-top: 1px solid #1c1b1b;
  font-size: 18px;
  line-height: 32px;
  color: #222121;
}

.gdWrap .gdTextWrap {
  padding: 0 180px;
}

.gdTextWrap h2 {
  margin: 25px 0 20px 0;
  font-size: 18px;
  font-weight: bold;
}

.gdTextWrap dl {
  overflow: hidden;
  height: 40px;
  margin-bottom: 10px;
}

.gdTextWrap dt {
  float: left;
  width: 148px;
  height: 40px;
  margin-right: -148px;
  background-color: #304c9f;
  box-sizing: border-box;
  padding-top: 10px;
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.gdTextWrap dd {
  width: 620px;
  height: 40px;
  margin-left: 158px;
  background-color: #6c6d6f;
  box-sizing: border-box;
  padding-top: 10px;
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.gdTextWrap p {
  position: relative;
  font-size: 18px;
  line-height: 32px;
}

.gdTextWrap p span {
  position: absolute;
  right: 0;
  bottom: 0;
}

.buttonPrivacy {
  display: block;
  width: 510px;
  height: 35px;
  margin: 35px auto 0;
  background-color: #304c9f;
  font-size: 18px;
  color: #fff;
  border: none;
  border-radius: 10px;
}

.gdFormWrap {
  padding: 35px 180px 20px 180px;
}

.gdFormWrap .desc {
  text-align: center;
  font-size: 18px;
  line-height: 32px;
  margin-top: 0;
}

.gdFormWrap .desc.grayBox {
  background-color: #dfdfdf;
  margin-top: 4px;
  padding: 30px 0;
  text-align: left;
}

.gdFormWrap h2 {
  height: 40px;
  padding-top: 10px;
  box-sizing: border-box;
  background-color: #304c9f;
  margin-top: 20px;
  text-align: center;
  color: #fff;
  font-size: 18px;
}

.gdFormWrap h3 {
  margin: 25px 0;
  font-size: 18px;
  font-weight: bold;
}

.gdFormWrap dl {
  margin-top: 4px;
}

.gdFormWrap dl dt {
  background-color: #6c6d6f;
}

.gdFormWrap dl dd {
  background-color: #dfdfdf;
}

.gdCol4 {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.gdCol4 dt,
.gdCol4 dd {
  display: table-cell;
  height: 40px;
  font-size: 18px;
  text-align: center;
  vertical-align: middle;
}

.gdCol4 dt {
  width: 150px;
  color: #fff;
}

.gdCol4 dd input[type="text"],
.gdCol2 dd input[type="text"] {
  border: none;
  background: none;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding-left: 12px;
  font-size: 18px;
}

.gdCol2 {
  overflow: hidden;
}

.gdCol2 dt,
.gdCol2 dd {
  height: 40px;
  box-sizing: border-box;
  font-size: 18px;
}

.gdCol2 dt {
  float: left;
  width: 150px;
  margin-right: -150px;
  color: #fff;
  text-align: center;
  padding-top: 10px;
}

.gdCol2 dd {
  width: 630px;
  margin-left: 150px;
  text-align: center;
}

.gdCol2 .notInput {
  padding-top: 10px;
}

.gdCol2 dd input[type="text"] {
  border: none;
  background: none;
  width: 100%;
  height: 100%;
}

.gdFormWrap p {
  margin-top: 20px;
  text-align: center;
}

.gdFormWrap img {
  vertical-align: middle;
}

.gdFormWrap .kakaoText {
  width: 256px;
  height: 40px;
  text-align: center;
  font-size: 18px;
  color: #b7b8b8;
  background-color: #dfdfdf;
  border: none;
  margin: 0 10px;
}

.gdCompanyNumber,
.gdinstallation {
  overflow: hidden;
}

.gdCompanyNumber dt,
.gdCompanyNumber dd,
.gdInstallation dt,
.gdInstallation dd {
  height: 40px;
  box-sizing: border-box;
  padding-top: 10px;
  text-align: center;
}

.gdCompanyNumber dt {
  float: left;
  width: 314px;
  margin-right: -314px;
  color: #fff;
}

.gdCompanyNumber dd {
  width: 465px;
  padding-right: 10px;
  margin-left: 314px;
  text-align: right;
}

.gdCompanyNumber input[type="file"] {
  display: none;
}

.buttonFile {
  border: none;
  padding: 0;
}


.gdInstallation dt {
  float: left;
  width: 150px;
  margin-right: -150px;
  color: #fff;
}

.gdInstallation dd {
  width: 630px;
  margin-left: 150px;
}

.buttonApplication {
  display: block;
  width: 250px;
  height: 35px;
  background-color: #304c9f;
  margin: 35px auto 0;
  text-align: center;
  color: #fff;
  font-size: 18px;
  border-radius: 10px;
}


label {
    display: inline-block;
    width: 5em;
  }