@charset "UTF-8";
body {
  animation: fadein 1000ms ease-out;
  -moz-animation: fadein 1000ms ease-out;
  -webkit-animation: fadein 1000ms ease-out;
  -o-animation: fadein 1000ms ease-out;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
body {
  overflow-x: hidden;
}

.header_up {
  transform: translateY(-100%);
  transition: all 0.5s;
}

header {
  position: fixed;
  top: 0px;
  left: 0;
  z-index: 9998;
}
header .header_bg {
  height: 152px;
  width: 1920px;
  background-color: #fff;
  /* transform: translateY(-152px); */
  transition: all 0.3s;
}
header .header_bg .header_wrap {
  width: 1680px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 56px 0;
}
header .header_bg .header_wrap h1 a img {
  width: 106px;
  height: 31px;
}
header .header_bg .header_wrap .right ul {
  display: flex;
  justify-content: space-between;
  text-align: center;
}
header .header_bg .header_wrap .right ul li {
  margin-left: 32px;
}
header .header_bg .header_wrap .right ul li a {
  font-weight: 800;
  transition: all 0.3s;
}
header .header_bg .header_wrap .right ul li:first-child {
  margin-left: 0;
}
header .header_bg .header_wrap .right ul li:hover a {
  color: rgba(0, 0, 0, 0.5);
}

/* header:hover .header_bg {
    transform: translateY(0);
} */
main {
  background: #000;
  height: 1200px;
}
main .campaign_contact_01 {
  width: 1470px;
  position: relative;
  left: 53.5%;
  top: 46.3%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
main .campaign_contact_01 .left {
  /* transform: translateY(-900px); */
  transform: translateX(100px);
  animation: updown 2s 2.2s ease both;
  position: relative;
  /*             .line_wrap:hover {
                  transform: rotate(90deg);
              } */
}
main .campaign_contact_01 .left .line_wrap {
  margin: 0;
  position: absolute;
  left: -11%;
  top: -12.5%;
}
main .campaign_contact_01 .left .line_wrap .contact_img {
  transform: translate(-78px, -10px);
  width: 205.25px;
  height: 205.25px;
  border-radius: 100%;
  background: url(../images/contact/spike.png) no-repeat;
  background-size: auto;
  /*                     animation: rotate 10s 4s ease-in infinite alternate-reverse; */
  /* opacity: 0; */
}
main .campaign_contact_01 .left .line_wrap span {
  position: absolute;
  left: 0;
  top: 103px;
  display: inline-block;
  width: 205.25px;
  height: 1px;
  background: #fff;
  transform: all 0.25s;
  opacity: 0.57;
  /* opacity: 0; */
}
main .campaign_contact_01 .left .line_wrap img {
  /* opacity: 0; */
  position: absolute;
  left: -78px;
  top: -10px;
  /* transform: translate(-78px, -10px); */
  display: block;
  animation: opa_in 0.1s 6.95s linear both, rotate_0 14s 7.1s linear infinite alternate-reverse;
}
main .campaign_contact_01 .left .line_wrap span:nth-of-type(1) {
  opacity: 0;
  /*                     animation: 
                      opa_in 0.01s 2s linear both , */
  /*                     rotate_0 8s 2s linear infinite normal */
}
main .campaign_contact_01 .left .line_wrap span:nth-of-type(2) {
  opacity: 0;
  transform: rotate(15deg);
  animation: opa_inn 0.01s 5s linear both, fi 1s 5.01s linear both, opa_out 0.01s 6.95s linear both;
}
main .campaign_contact_01 .left .line_wrap span:nth-of-type(3) {
  opacity: 0;
  transform: rotate(30deg);
  animation: opa_inn 0.01s 5s linear both, th 1s 5.01s linear both, opa_out 0.01s 6.95s linear both;
}
main .campaign_contact_01 .left .line_wrap span:nth-of-type(4) {
  opacity: 0;
  transform: rotate(45deg);
  animation: opa_inn 0.01s 5s linear both, fo 1s 5.01s linear both, opa_out 0.01s 6.95s linear both;
}
main .campaign_contact_01 .left .line_wrap span:nth-of-type(5) {
  opacity: 0;
  transform: rotate(60deg);
  animation: opa_inn 0.01s 5s linear both, si 1s 5.01s linear both, opa_out 0.01s 6.95s linear both;
}
main .campaign_contact_01 .left .line_wrap span:nth-of-type(6) {
  opacity: 0;
  transform: rotate(75deg);
  animation: opa_inn 0.01s 5s linear both, se 1s 5.01s linear both, opa_out 0.01s 6.95s linear both;
}
main .campaign_contact_01 .left .line_wrap span:nth-of-type(7) {
  opacity: 0;
  transform: rotate(90deg);
  animation: opa_inn 0.01s 5s linear both, ni 1s 5.01s linear both, opa_out 0.01s 6.95s linear both;
}
main .campaign_contact_01 .left .line_wrap span:nth-of-type(8) {
  opacity: 0;
  transform: rotate(105deg);
  animation: opa_inn 0.01s 5s linear both, hu_fi 1s 5.01s linear both, opa_out 0.01s 6.95s linear both;
}
main .campaign_contact_01 .left .line_wrap span:nth-of-type(9) {
  opacity: 0;
  transform: rotate(120deg);
  animation: opa_inn 0.01s 5s linear both, hu_tw 1s 5.01s linear both, opa_out 0.01s 6.95s linear both;
}
main .campaign_contact_01 .left .line_wrap span:nth-of-type(10) {
  opacity: 0;
  transform: rotate(135deg);
  animation: opa_inn 0.01s 5s linear both, hu_th 1s 5.01s linear both, opa_out 0.01s 6.95s linear both;
}
main .campaign_contact_01 .left .line_wrap span:nth-of-type(11) {
  opacity: 0;
  transform: rotate(150deg);
  animation: opa_inn 0.01s 5s linear both, hu_fif 1s 5.01s linear both, opa_out 0.01s 6.95s linear both;
}
main .campaign_contact_01 .left .line_wrap span:nth-of-type(12) {
  opacity: 0;
  transform: rotate(165deg);
  animation: opa_inn 0.01s 5s linear both, hu_si 1s 5.01s linear both, opa_out 0.01s 6.95s linear both;
}
main .campaign_contact_01 .right {
  width: 42%;
  transform: translate(-60px, 10px);
  animation: opa_r 2s 5s linear both;
  /* form {width: 90%;
      fieldset {
          dl {
              margin-top: 50px;
              display: flex;
              justify-content: start;
              align-items: center;
              border-bottom: 1px solid rgba(255,255,255, 0.7);
              padding-bottom: 11px;
              dt {
                  color: #fff;
                  caret-color: #fff;
                  width: 120px;
                      font-size: 0.938rem;
                      font-weight: 200;
                      font-family: Noto+sans+KR;
              }
              dd {
                  input {
                      background: #000;
                      border: none;
                      outline: none;
                      width: 250px;
                      color: #fff;
                      caret-color: #fff;
                      font-size: 0.938rem;
                  }
                  textarea {
                      background-attachment: local;
                      background-image:
                      linear-gradient(to right, #000 0px, transparent 0px),
                      linear-gradient(to left, #000 0px, transparent 0px),
                      repeating-linear-gradient(#000, #000 30px, #ccc 30px, #fff 31px, #000 31px);
                      line-height: 32px;
                      outline: none;
                      width: 100%;
                      border: none;
                      caret-color: #fff;
                      color: #fff;
                      resize: none;

                  }
                  button {
                      display: flex;
                      align-items: center;
                      position: absolute;
                      right: 60px;
                      bottom:-20px;
                      z-index: 400;
                      opacity: 1;
                      span {
                          color: #fff;
                          font-size: 1rem;
                          font-weight: 500;
                          transition: all 0.3s;
                      }
                      img {
                          width:16px; height: 16px;
                          margin-left: 3px;
                          transition: all 0.3s;
                          filter: invert(97%) sepia(1%) saturate(6253%) hue-rotate(239deg) brightness(123%) contrast(93%);
                      }
                  }
                  a:hover span{ color :#000;
                  }
                  a:hover img {filter: invert(0%) sepia(0%) saturate(17%) hue-rotate(324deg) brightness(95%) contrast(105%);
                  }
              }
          }
          dl:last-child {
              display: block;
              border: none;
              dt {
                  width: 100%;
                  border-bottom: rgba(255,255,255, 1) 1px solid;
                  padding-bottom: 15px;
              }
              dd {
                  border: none;
              }
          }
      }
  } */
}

footer {
  animation: footer 0.8s 2s linear both;
  position: absolute;
  left: 50%;
  top: 75%;
  transform: translate(-50%, -50%);
  background: #000;
  height: 122px;
  width: 100%;
  display: flex;
  flex-flow: column wrap;
  align-content: center;
}
footer .footer_wrap {
  width: 1355px;
  line-height: 75px;
  margin: 0 auto;
  padding: 17px 0;
}
footer .footer_wrap .footer_up {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* border-bottom: 1px solid #fff; */
  /* padding-bottom: 15px; */
}
footer .footer_wrap .footer_up h1 a img {
  width: 106px;
  height: 31px;
}
footer .footer_wrap .footer_up .right ul {
  display: flex;
  justify-content: space-between;
}
footer .footer_wrap .footer_up .right ul li {
  margin-left: 32px;
  position: relative;
}
footer .footer_wrap .footer_up .right ul li span {
  color: #fff;
}
footer .footer_wrap .footer_up .right ul li:first-child {
  margin-left: 0;
}
footer .footer_wrap .footer_up .right ul li::after {
  content: "";
  display: inline-block;
  background-color: #fff;
  width: 1px;
  height: 16px;
  position: absolute;
  top: 0;
  right: -16px;
}
footer .footer_wrap .footer_up .right ul li:nth-child(2) {
  font-family: NotosansKR;
  font-weight: 300;
}
footer .footer_wrap .footer_up .right ul li:last-child::after {
  display: none;
}
footer .footer_wrap > p {
  width: 1355px;
  height: 1px;
  background: #fff;
  margin-top: 6px;
  animation: scaX 2s linear both;
  font-family: NotosansKR;
  font-weight: 300;
}
footer .footer_wrap .footer_down {
  display: flex;
  justify-content: space-between;
  padding-top: 15px;
}
footer .footer_wrap .footer_down p {
  color: #fff;
}
footer .footer_wrap .footer_down .right ul {
  display: flex;
  justify-content: space-between;
}
footer .footer_wrap .footer_down .right ul li {
  position: relative;
  margin-left: 32px;
  color: #fff;
}
footer .footer_wrap .footer_down .right ul li:first-child {
  margin-left: 0;
}
footer .footer_wrap .footer_down .right ul li::after {
  content: "";
  display: inline-block;
  background-color: #fff;
  width: 1px;
  height: 16px;
  position: absolute;
  top: 0;
  right: -16px;
}
footer .footer_wrap .footer_down .right ul li:nth-child(2) {
  font-family: NotosansKR;
  font-weight: 300;
}
footer .footer_wrap .footer_down .right ul li:last-child::after {
  display: none;
}

/* 
이전 거
footer {
    position: relative;
    left: 50%; top: 50%;
    transform: translate(-50%, -50%);
    height:122px; width: 100%; display: flex;
    flex-flow: column wrap;
    align-content: center;
    .footer_wrap {width:1355px; line-height: 75px; margin: 0 auto;
        padding: 17px 0;
        .footer_up {display: flex; justify-content: space-between;
            position: relative;
            align-items: end;
            margin-bottom: 15px;
            h1 {
                a {img {}}
            }
            .right {
                ul {display: flex; justify-content: space-between;
                    li {margin-left: 32px; position: relative;
                        a {color: #fff;}
                    }
                    li:first-child { margin-left: 0;}
                    li::after {
                        content: ''; display: inline-block; background-color: #fff; width: 1px; height: 16px;
                        position: absolute; top: 0; right: -16px;
                    }
                    li:last-child::after {
                        display: none;
                    }
                }
            }
        }
        .footer_up::after {
            content: '';
            display: block;
            background: #fff;
            height: 1px;
            width: 1355px;
            position: absolute;
            left:0;
            bottom: -14px;
            transition: all 1s;
        }
        .footer_down {display: flex; justify-content: space-between;
            padding-top: 15px;
            p {color:#fff;}
            .right {
                ul {display: flex; justify-content: space-between;
                    li {
                        position: relative;
                        margin-left: 32px;
                        a {color:#fff;}
                    }
                    li:first-child {margin-left: 0;}
                    li::after {
                        content: ''; display: inline-block; background-color: #fff; width: 1px; height: 16px;
                        position: absolute; top: 0; right: -16px;
                    }
                    li:last-child::after {
                        display: none;
                    }
                }
            }
        }
    }
    .footer_wrap:hover .footer_up::after {
        transform: scaleX(1.405);
    }
} */
/* 
@keyframes fi {
    0% {
        transform: rotate(0deg);
    }
    10% {
        transform: rotate(15deg);
    }
    100% {
        transform: rotate(0deg);
    }
}
@keyframes th {
    0% {
        transform: rotate(0deg);
    }
    10% {
        transform: rotate(30deg);
    }
    100% {
        transform: rotate(0deg);
    }
}
@keyframes fo {
    0% {
        transform: rotate(0deg);
    }
    10% {
        transform: rotate(45deg);
    }
    100% {
        transform: rotate(0deg);
    }
}
@keyframes si {
    0% {
        transform: rotate(0deg);
    }
    10% {
        transform: rotate(60deg);
    }
    100% {
        transform: rotate(0deg);
    }
}
@keyframes se {
    0% {
        transform: rotate(0deg);
    }
    10% {
        transform: rotate(75deg);
    }
    100% {
        transform: rotate(0deg);
    }
}
@keyframes ni {
    0% {
        transform: rotate(0deg);
    }
    10% {
        transform: rotate(90deg);
    }
    100% {
        transform: rotate(0deg);
    }
}
@keyframes hu_fi {
    0% {
        transform: rotate(0deg);
    }
    10% {
        transform: rotate(105deg);
    }
    100% {
        transform: rotate(0deg);
    }
}
@keyframes hu_tw {
    0% {
        transform: rotate(0deg);
    }
    10% {
        transform: rotate(120deg);
    }
    100% {
        transform: rotate(0deg);
    }
}
@keyframes hu_th {
    0% {
        transform: rotate(0deg);
    }
    10% {
        transform: rotate(135deg);
    }
    100% {
        transform: rotate(0deg);
    }
}
@keyframes hu_fif {
    0% {
        transform: rotate(0deg);
    }
    10% {
        transform: rotate(150deg);
    }
    100% {
        transform: rotate(0deg);
    }
}
@keyframes hu_si {
    0% {
        transform: rotate(0deg);
    }
    10% {
        transform: rotate(165deg);
    }
    100% {
        transform: rotate(0deg);
    }
}
@keyframes hu_ei {
    0% {
        transform: rotate(0deg);
    }
    10% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(0deg);
    }
} */
@keyframes fi {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(15deg);
  }
}
@keyframes th {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(30deg);
  }
}
@keyframes fo {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(45deg);
  }
}
@keyframes si {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(60deg);
  }
}
@keyframes se {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(75deg);
  }
}
@keyframes ni {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(90deg);
  }
}
@keyframes hu_fi {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(105deg);
  }
}
@keyframes hu_tw {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(120deg);
  }
}
@keyframes hu_th {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(135deg);
  }
}
@keyframes hu_fif {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(150deg);
  }
}
@keyframes hu_si {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(165deg);
  }
}
@keyframes hu_ei {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
@keyframes rotate_0 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate_15 {
  /*     0% {
          transform: rotate(15deg);
      } */
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate_30 {
  /*     0% {
          transform: rotate(30deg);
      } */
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate_45 {
  /*     0% {
          transform: rotate(45deg);
      } */
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate_60 {
  /*     0% {
          transform: rotate(60deg);
      } */
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate_75 {
  /*     0% {
          transform: rotate(75deg);
      } */
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate_90 {
  /*     0% {
          transform: rotate(90deg);
      } */
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate_105 {
  /*     0% {
          transform: rotate(105deg);
      } */
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate_120 {
  /*     0% {
          transform: rotate(120deg);
      } */
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate_135 {
  /*     0% {
          transform: rotate(135deg);
      } */
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate_150 {
  /*     0% {
          transform: rotate(150deg);
      } */
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate_165 {
  /*     0% {
          transform: rotate(165deg);
      } */
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate_180 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dnone {
  100% {
    display: none;
  }
}
@keyframes opa_in {
  0% {
    opacity: 0;
  }
  99% {
    opacity: 1;
  }
}
@keyframes opa_inn {
  100% {
    opacity: 1;
  }
}
@keyframes opa_out {
  100% {
    opacity: 0;
  }
}
@keyframes tran {
  100% {
    transform: translate(-78px, -10px);
  }
}
@keyframes opa_r {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes footer {
  0% {
    left: 50%;
    top: 75%;
    transform: translate(-50%, -50%);
  }
  100% {
    left: 50%;
    top: 112%;
    transform: translate(-50%, -50%);
  }
}
@keyframes scaX {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(1.5);
  }
}
@keyframes updown {
  0% {
    transform: translateY(-900px);
  }
  100% {
    transform: translateY(0px);
  }
}/*# sourceMappingURL=contact.css.map */