/* Basic Set-up */
@font-face {
  font-family: 'Pretendard-Regular';
  src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'S-CoreDream-5Medium';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-5Medium.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ChosunSm';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@1.1/ChosunSm.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ChosunKm';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@1.0/ChosunKm.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'S-CoreDream-6Bold';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-6Bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}


/* BODY */
.cont {
  display: flex;
  flex-wrap: wrap;
  width: 100vw;
  max-width: 1360px;
  height: 800px;
  margin: 100px auto 0px;

}
.cont .img {
  width: 100vw;
  max-width: 680px;
  height: 150px;
  background-size: cover;
  background-image: url(/images/PRO/ct.jpg);
  margin-bottom: 5%;
}
.form-elements {
  width: 100vw;
  max-width: 680px;
  height: 700px;
  /* border: 1px solid rgb(228, 228, 228); */
  font-weight: 100 !important;
  font-family: 'NanumBarunGothic';
}
.form-elements p {
  padding-top: 0px;
  text-align: center;
  font-size: 16px;
  padding-bottom: 0;
  margin-bottom: 0;
  font-family: "ChosunKm";
  color: rgb(29, 29, 29);
}
.form-elements h1 {
  text-align: center;
  font-size: 11px;
  margin-top: 30px;
  margin-bottom: 30px;
  color: rgb(29, 29, 29);
  font-weight: 100 !important;
  font-family: 'NanumBarunGothic';
}
.pure-group {
  margin-left: 5%;
  border: none;
}

.pure-group label {
  font-size: 12px;
}
#name {
  font-size: 12px;
  max-width: 600px;
  width: 90vw;
  border:none;
  border-bottom: 1px solid rgb(206, 206, 206);
}
#message {
  max-width: 600px;
  width: 90vw;
  border: 1px solid rgb(206,206,206);
}
#email {
  max-width: 600px;
  width: 90vw;
  border:none;
  border-bottom: 1px solid rgb(206, 206, 206);
}
#honeypot {
  margin-top: 10px;
  max-width: 600px;
  width: 90vw;
  border:none;
  border-bottom: 1px solid rgb(206, 206, 206);
}
button {
  margin-top: 20px;
  border: none;
  background-color: rgb(0, 50, 90);
  color: white;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  box-shadow: none;
  width: 120px;
  height: 40px;
  text-decoration: none;
  border-radius: 50px;
  cursor: pointer;
  margin-left: 5%;
}
button:hover {
  background-color: rgb(0, 97, 177);
  transition: ease-in-out 1s;
}
@media only screen and (min-width: 700px) {
  .cont .img {
    width: 100%;
    max-width: none;
    height: 150px;
    background-size: cover;
    background-image: url(/images/PRO/ct.jpg);
  }
  .pure-group {
    margin-left: 8%;
    border: none;
  }
  button {
    margin-left: 8%;
  }
}
@media only screen and (min-width: 750px) {
  /* BODY */
  .cont {
    display: flex;
    width: 100vw;
    max-width: 1360px;
    height: 700px;
    margin: 100px auto 0px;

  }
  .cont .img {
    width: 350px;
    height: 450px;
    background-size: cover;
    background-image: url(/images/PRO/ct.jpg);
  }
  .form-elements {
    margin-left: 2%;
    width: 400px;
    max-width: 680px;
    height: 700px;
    /* border: 1px solid rgb(228, 228, 228); */
    font-weight: 100 !important;
    font-family: 'NanumBarunGothic';
  }
  .form-elements p {
    padding-top: 0px;
    text-align: left;
    font-size: 16px;
    padding-bottom: 0;
    margin-bottom: 0;
    font-family: "ChosunKm";
    color: rgb(29, 29, 29);
  }
  .form-elements h1 {
    text-align: left;
    font-size: 11px;
    margin-top: 30px;
    margin-bottom: 30px;
    color: rgb(29, 29, 29);
    font-weight: 100 !important;
    font-family: 'NanumBarunGothic';
  }
  .pure-group {
    border: none;
    width: 400px;
    margin-left: 0%;
  }

  .pure-group label {
    font-size: 12px;
  }
  #name {
    font-size: 12px;
    max-width: 600px;
    width: 400px;
    border:none;
    border-bottom: 1px solid rgb(206, 206, 206);
  }
  #message {
    max-width: 600px;
    width: 400px;
  }
  #email {
    max-width: 600px;
    width: 400px;
  }
  #honeypot {
    width: 400px;
  }
  button {
    margin-left: 0;
  }
}

@media only screen and (min-width: 1000px) {
  /* BODY */
  .cont {
    display: flex;
    width: 88vw;
    max-width: 1360px;
    height: 700px;
    margin: 100px auto 0px;
  }
  .cont .img {
    width: 450px;
    height: 450px;
    background-size: cover;
    background-image: url(/images/PRO/ct.jpg);
  }
  .form-elements {
    margin-left: 2%;
    width: 450px;
    max-width: 680px;
    height: 700px;
    /* border: 1px solid rgb(228, 228, 228); */
    font-weight: 100 !important;
    font-family: 'NanumBarunGothic';
  }
  .form-elements p {
    padding-top: 0px;
    text-align: left;
    font-size: 16px;
    padding-bottom: 0;
    margin-bottom: 0;
    font-family: "ChosunKm";
    color: rgb(29, 29, 29);
  }
  .form-elements h1 {
    text-align: left;
    font-size: 11px;
    margin-top: 30px;
    margin-bottom: 30px;
    color: rgb(29, 29, 29);
    font-weight: 100 !important;
    font-family: 'NanumBarunGothic';
  }
  .pure-group {
    border: none;
    width: 450px;
    margin-left: 0%;
  }

  .pure-group label {
    font-size: 12px;
  }
  #name {
    font-size: 12px;
    max-width: 600px;
    width: 400px;
    border:none;
    border-bottom: 1px solid rgb(206, 206, 206);
  }
  #message {
    max-width: 600px;
    width: 400px;
  }
  #email {
    max-width: 600px;
    width: 400px;
  }
  #honeypot {
    width: 400px;
  }
  button {
    margin-left: 0;
  }
}

@media only screen and (min-width: 1365px) {
  /* BODY */
  .cont {
    display: flex;
    width: 85vw;
    max-width: 1360px;
    height: 450px;
    margin: 100px auto 0px;
  }
  .cont .img {
    width: 550px;
    height: 450px;
    background-size: cover;
    background-image: url(/images/PRO/ct.jpg);
  }
  .form-elements {
    margin-left: 2%;
    width: 610px;
    max-width: 680px;
    height: 450px;
    /* border: 1px solid rgb(228, 228, 228); */
    font-weight: 100 !important;
    font-family: 'NanumBarunGothic';
  }
  .form-elements p {
    padding-top: 0px;
    text-align: left;
    font-size: 16px;
    padding-bottom: 0;
    margin-bottom: 0;
    font-family: "ChosunKm";
    color: rgb(29, 29, 29);
  }
  .form-elements h1 {
    text-align: left;
    font-size: 11px;
    margin-top: 30px;
    margin-bottom: 30px;
    color: rgb(29, 29, 29);
    font-weight: 100 !important;
    font-family: 'NanumBarunGothic';
  }
  .pure-group {
    border: none;
    width: 500px;
    margin-left: 0%;
  }

  .pure-group label {
    font-size: 12px;
  }
  #name {
    font-size: 12px;
    width: 600px;
    border:none;
    border-bottom: 1px solid rgb(206, 206, 206);
  }
  #message {
    width: 600px;
  }
  #email {
    width: 600px;
  }
  #honeypot {
    width: 600px;
  }
  button {
    margin-left: 480px;
  }
}