@media screen and (max-width: 1024px) {
  .btn__area .menu__line {
    background-color: #909090;
  }
}
.contact__se1 {
  position: relative;
  height: 0;
  width: 100%;
  overflow: hidden;
  padding-bottom: 58.33vw;
  overflow: hidden;
}
@media screen and (max-width: 1400px) {
  .contact__se1 {
    padding-bottom: 65.33vw;
  }
}
@media screen and (max-width: 1024px) {
  .contact__se1 {
    padding-bottom: 200vw;
  }
}
@media screen and (max-width: 767px) {
  .contact__se1 {
    padding-bottom: 400vw;
  }
}
.contact__se1bgc {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  background: url("../img/layout/grid-b.png");
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(0 0, 60% 0, 28% 100%, 0% 100%);
  clip-path: polygon(0 0, 60% 0, 28% 100%, 0% 100%);
}
@media screen and (max-width: 1024px) {
  .contact__se1bgc {
    -webkit-clip-path: polygon(0 100%, 0 0, 100% 0, 100% 100%);
    clip-path: polygon(0 100%, 0 0, 100% 0, 100% 100%);
  }
}
@-webkit-keyframes circle {
  0% {
    opacity: 0;
    -webkit-clip-path: polygon(0% 0, 60% 0, 60% 0, 0% 0);
    clip-path: polygon(0% 0, 60% 0, 60% 0, 0% 0);
  }
  to {
    opacity: 1;
    -webkit-clip-path: polygon(0 0, 60% 0, 28% 100%, 0% 100%);
    clip-path: polygon(0 0, 60% 0, 28% 100%, 0% 100%);
  }
}
@keyframes circle {
  0% {
    opacity: 0;
    -webkit-clip-path: polygon(0% 0, 60% 0, 60% 0, 0% 0);
    clip-path: polygon(0% 0, 60% 0, 60% 0, 0% 0);
  }
  to {
    opacity: 1;
    -webkit-clip-path: polygon(0 0, 60% 0, 28% 100%, 0% 100%);
    clip-path: polygon(0 0, 60% 0, 28% 100%, 0% 100%);
  }
}
.line__box {
  position: absolute;
  top: 0;
  left: 18.5%;
  width: 70%;
  height: 70%;
  background-color: #66bf97;
  -webkit-clip-path: polygon(0 0, 60% 0, 28% 100%, 0% 100%);
  clip-path: polygon(0 0, 60% 0, 28% 100%, 0% 100%);
  -webkit-animation: circle 3s;
  animation: circle 3s;
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}
.contact__se1txt {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30vw;
  left: 9vw;
}
@media screen and (max-width: 1024px) {
  .contact__se1txt {
    top: 18%;
    width: 85%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) skew(0deg);
    -ms-transform: translateX(-50%) translateY(-50%) skew(0deg);
    transform: translateX(-50%) translateY(-50%) skew(0deg);
  }
}
.contact__se1txt .product__title {
  font-size: 4.58333vw;
  opacity: 0.87;
  line-height: 1;
  font-family: "Arial Bold";
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .contact__se1txt .product__title {
    font-size: 6.875vw;
  }
}
@media screen and (max-width: 767px) {
  .contact__se1txt .product__title {
    font-size: 13.75vw;
  }
}
.contact__se1txt .product__title > span {
  display: block;
}
.contact__se1txt .title {
  color: #66bf97;
  font-size: 1.5625vw;
  letter-spacing: 1.5px;
  margin-top: 2.34375vw;
  margin-bottom: 1.82292vw;
  font-weight: 700;
  font-family: "Noto Sans CJ Ktc";
}
@media screen and (max-width: 1024px) {
  .contact__se1txt .title {
    font-size: 2.8125vw;
    margin-top: 4.21875vw;
    margin-bottom: 3.90625vw;
  }
}
@media screen and (max-width: 767px) {
  .contact__se1txt .title {
    font-size: 5.625vw;
    margin-top: 8.4375vw;
    margin-bottom: 7.8125vw;
  }
}
.contact__se1txt .info {
  width: 70%;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 300;
  line-height: 30px;
  letter-spacing: 0.8px;
  font-family: "Noto Sans CJ Ktc";
  font-size: 0.9375vw;
}
@media screen and (max-width: 1024px) {
  .contact__se1txt .info {
    width: 100%;
    font-size: 2.1875vw;
  }
}
@media screen and (max-width: 767px) {
  .contact__se1txt .info {
    font-size: 4.375vw;
  }
}
.contact__se1txt .info > p {
  line-height: 1.85;
  margin-bottom: 2.08333vw;
}
@media screen and (max-width: 1024px) {
  .contact__se1txt .info > p {
    margin-bottom: 6.25vw;
  }
}
@media screen and (max-width: 767px) {
  .contact__se1txt .info > p {
    margin-bottom: 12.5vw;
  }
}
.contact__title {
  color: #66bf97;
  font-size: 88px;
  text-transform: uppercase;
  margin-bottom: 1.82292vw;
}
@media screen and (max-width: 1024px) {
  .contact__title {
    font-size: 40px;
    margin-bottom: 10.9375vw;
  }
}
.contact__from {
  position: absolute;
  top: 55%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 28vw;
  right: 10vw;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .contact__from {
    width: 100vw;
    top: 60vh;
    right: 50%;
    padding-right: 7.5vw;
    padding-left: 7.5vw;
    padding-top: 10vw;
    -webkit-transform: translateX(50%) translateY(0%);
    -ms-transform: translateX(50%) translateY(0%);
    transform: translateX(50%) translateY(0%);
  }
}
@media screen and (max-width: 767px) {
  .contact__from {
    top: 95vh;
  }
}
.form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 2.60417vw;
  padding-bottom: 1.04167vw;
  border-bottom: 1px solid #afafaf;
}
@media screen and (max-width: 1024px) {
  .form-group {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.form-group > label {
  font-family: "Noto Sans CJ Ktc";
  color: #4b4b4b;
  width: 27%;
  font-size: 18px;
  letter-spacing: 0.9px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .form-group > label {
    width: 100%;
    font-size: 14px;
    margin-top: 3.125vw;
  }
}
@media screen and (max-width: 767px) {
  .form-group > label {
    margin-top: 6.25vw;
    margin-bottom: 0.5vw;
  }
}
.form-group > input {
  width: 73%;
  height: 30px;
  border: none;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .form-group > input {
    display: inline-block;
  }
}
.form-group:last-of-type {
  border: none;
}
.list-unstyled {
  color: #d14956;
  font-size: 12px;
  padding-top: 15px;
}
.submit__btn {
  border: none;
  width: 11.4583vw;
  /* 220px */
  height: 3.6458vw;
  /* 70px */
  border: 1px solid #66bf97;
  color: #66bf97;
  font-size: 0.9375vw;
  letter-spacing: 0.9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  background-color: transparent;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 1199px) {
  .submit__btn:hover {
    background-color: #66bf97;
    color: #fff;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
  }
}
@media screen and (max-width: 1024px) {
  .submit__btn {
    width: 220px;
    height: 70px;
    font-size: 2.1875vw;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .submit__btn {
    width: 220px;
    font-size: 4.375vw;
    margin-top: 30px;
  }
}
.error__show {
  position: absolute;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  bottom: -5px;
  height: 14px;
  right: 0;
}
#inputContent {
  margin-top: 10px;
  border: 1px solid #afafaf;
  width: 100%;
  height: 14.0625vw;
}
@media screen and (max-width: 1024px) {
  #inputContent {
    margin-top: 20px;
    height: 315px;
  }
}
.contact__mblbgc {
  background-color: #000;
}
.contact__mblbgc .real__txt {
  width: 80%;
  margin: 0 auto;
}
.contact__mblbgc .real__txt > .contact__title {
  color: #66bf97;
  font-size: 40px;
}
.contact__mblbgc .real__txt > .title {
  color: #fff;
  margin-top: 30px;
  margin-bottom: 30px;
}
.contact__mblbgc .real__txt > .info {
  color: #fff;
  line-height: 1.8;
  letter-spacing: 0.7px;
  font-weight: 300;
}
.contact__mblbgc .real__txt > .info > p {
  margin-bottom: 30px;
}
.contact__se1bgc2 {
  position: absolute;
  width: 100%;
  top: 0;
  background-color: #000;
  height: 0;
  padding-bottom: 120vw;
}
@media screen and (max-width: 767px) {
  .contact__se1bgc2 {
    padding-bottom: 170vw;
  }
}
.contact__se1bgc2 .contact__se1txt {
  position: absolute;
  top: 35%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1024px) {
  .contact__se1bgc2 .contact__se1txt {
    top: 38.5%;
  }
}
@media screen and (max-width: 767px) {
  .contact__se1bgc2 .contact__se1txt {
    top: 58.5%;
  }
}
.line {
  opacity: 0;
}
.email {
  display: none;
}
.common-footer {
  margin-top: 180px;
}
@media screen and (max-width: 1024px) {
  .common-footer {
    margin-top: 50px;
  }
}
/*# sourceMappingURL=contact.css.map */
