/*##############################
CONTACT PAGE
##############################*/
#contact-contents {
  padding: 30px 30px 0 30px; }
  #contact-contents .contact-inner {
    margin: 0 auto;
    max-width: 1400px; }
    #contact-contents .contact-inner .read {
      text-align: center;
      margin-bottom: 70px; }
      #contact-contents .contact-inner .read p {
        font-size: 16px;
        line-height: 1.8em; }
        #contact-contents .contact-inner .read p i {
          margin-right: 5px; }
    #contact-contents .contact-inner .formarea {
      width: 700px;
      margin: 0 auto; }
    #contact-contents .contact-inner .cp_iptxt {
      position: relative;
      width: 100%;
      margin: 40px 0; }
    #contact-contents .contact-inner .cp_iptxt input[type='text'], #contact-contents .contact-inner textarea {
      font: 15px/24px sans-serif;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 100%;
      padding: 0.3em;
      padding-left: 40px;
      letter-spacing: 1px;
      border: 0; }
    #contact-contents .contact-inner .cp_iptxt input[type='text']:focus {
      outline: none; }
    #contact-contents .contact-inner .cp_iptxt input[type='text']:focus::after {
      outline: none; }
    #contact-contents .contact-inner .cp_iptxt i {
      position: absolute;
      top: 0;
      left: 0;
      padding: 9px 5px;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      color: #aaaaaa; }
    #contact-contents .contact-inner .cp_iptxt::after {
      display: block;
      width: 100%;
      height: 4px;
      margin-top: -1px;
      content: '';
      border-width: 0 1px 1px 1px;
      border-style: solid;
      border-color: #000000; }
