/* 여기에 작업 또는 수정할 당신의 css style을 설정하세요. (customizations) */

#Main {
  width: 100%;
}

.main_img {
  width: 100%;
}

.main_img img {
  width: 100%;
}

.yellow {
  color: #ffea00;
}

.white {
  color: #ffffff;
}

.aqua {
  color: #00fff6;
}

.btn_color {
  background-color: #ff0037;
  border-radius: 5px;
}

.consul_bg {
  background: url("../image/consulting/year_part2.jpg") no-repeat;
  background-size: 100% 100%;
}

.consul_btn {
  display: inline-block;
  width: 50%;
  max-width: 350px;
  height: 80px;
  line-height: 2;
  padding: 5px;
  box-sizing: border-box;
  border-radius: 40px !important;
  font-size: 25pt;
  font-family: 나눔스퀘어, 'NanumSquare', sans-serif;
  font-weight: 800;
  letter-spacing: -3px;
  margin: 50px 0;
}

#consul_form a:hover {
  color: yellow !important;

}

#consul_form input:invalid {
  border: 3px solid red;
}

#consul_form {
  text-align: center;
  padding: 100px 0;
  font-family: 나눔스퀘어, 'NanumSquare', sans-serif;
}

.consul_text h1 {
  font-size: 50pt;
  font-family: 나눔스퀘어, 'NanumSquare', sans-serif;
  font-weight: 700;
  letter-spacing: -8px;
}

.consul_text h2 {
  font-size: 40pt;
  font-family: 나눔스퀘어, 'NanumSquare', sans-serif;
  font-weight: 700;
  letter-spacing: -2px;
}

.consul_text h3 {
  font-size: 30pt;
  font-family: 나눔스퀘어, 'NanumSquare', sans-serif;
  font-weight: 700;
  letter-spacing: -8px;
}

.consul_bg .text_form {
  width: 60%;
  margin: 50px auto 20px;
  background: #fff;
}

.consul_bg .text_form label {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 1px solid #000;
  box-sizing: border-box;
  font-size: 30pt;
}

.consul_bg #siren {
  margin: 100px 0 30px;
}

.consul_bg td.text {
  width: 40%;
  text-align: center;
  background-color: #f1f1f1;
  font-size: 30pt;
  font-family: 나눔스퀘어, 'NanumSquare', sans-serif;
}

.consul_bg .input_td {
  text-align: left;
}

.consul_bg .input_td input {
  height: 40px;
  width: 70%;
  max-width: 350px;
  font-size: 25pt;
  border: 2px solid #aaa;
}

.consul_bg .text_form>div {
  width: 100%;
  height: 55pt;
  line-height: 55pt;
  box-sizing: border-box;
  text-align: left;
}

.consul_bg .text_form input.phone {
  max-width: 80px;
}

#consul table {
  max-width: 1200px;
  width: 80%;
  margin: 50px auto 20px;
  background: #fff;
  border-collapse: collapse;
}

#consul table td {
  border: 1px solid #444;
  padding: 5px;
}

.consul_bg .ccheck input[type="checkbox"] {
  display: none;
}

.consul_bg .ccheck {
  width: 80%;
  max-width: 1200px;
  margin: 30px auto;
  text-align: left;
}

.consul_bg .ccheck label {
  width: 100%;
  height: 20px;
}

.consul_bg .chk_img span {
  font-size: 20pt;
}

.consul_bg .ccheck input[type="checkbox"]+label .chk_img {
  padding: 0 0 0 40px;
  height: 40px;
  background: url("../image/consulting/check-off.png")no-repeat;
  cursor: pointer;
  line-height: 1.5;
}

.consul_bg .ccheck input[type="checkbox"]:checked+label .chk_img {
  background: url("../image/consulting/check-on.png")no-repeat;
}

.consul_bg .h_pon {
  width: 106px !important;
}

@media (max-width: 1199px) {
  #siren {
    margin-top: 50px;
  }



  .consul_text h1 {
    font-size: 20pt;
    letter-spacing: -2px;
  }

  .consul_text h2 {
    font-size: 15pt;
  }

  .consul_text h3 {
    font-size: 10pt;
  }

  .consul_bg td.text {
    width: 30%;

    min-width: 95px;
    font-size: 15px;
  }

  .consul_bg .chk_img span {
    font-size: 15px;
  }

  .consul_bg .input_td input {
    width: 90%;
    height: 30px;
    font-size: 10pt;
    border: 1px solid #555;
  }

  .consul_bg .consul_btn {
    margin: 10px 0 30px;
    font-size: 13pt;
    line-height: 1.9;
    height: 40px;
    width: 40%;
    letter-spacing: -1px;
  }

  .consul_bg .ccheck input[type="checkbox"]+label .chk_img {
    padding: 0 0 0 30px;
    height: 30px;
    background: url("../image/consulting/check-off.png")no-repeat;
    background-size: 30px;
    cursor: pointer;
    line-height: 2;
  }

  .consul_bg .ccheck input[type="checkbox"]:checked+label .chk_img {
    background: url("../image/consulting/check-on.png")no-repeat;
    background-size: 30px;
  }

  .consul_bg .h_pon {
    width: 25% !important;
    max-width: 106px !important;
  }
}