/* S:개인정보처리방침 */
#Policy_visual {
    width: 100%;
    padding: 6rem 0 3rem;
    color: #fff;
    background: url(../img/about_visual.png) no-repeat;
    background-size: cover;
    background-position: center center;
    animation: 5s animate-plus forwards;
    overflow: hidden;
  }
  #Policy_visual h1 {
    width: 100%;
    text-align: center;
    font-size: 55px;
    font-weight: 500;
    padding-top: 6rem;
    animation: 1s animate-up forwards;
    opacity: 0;
  }
  #Policy_visual p {
    width: 100%; height: 80px; 
    text-align: center;
    font-size: 20px;
    padding-top: 20px;
    font-weight: 300;
    opacity: 0;
        animation: 1s animate-up forwards;
        animation-delay: .3s;
  }@keyframes animate-up { 
    from {transform: translateY(50px);
    opacity: 0;}
    to {transform: translateY(0px);
    opacity: 1;}
  }
  
  #container {
    overflow: hidden;
  }
  
  /*body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote, th, td, p, button {margin: 0; padding: 0; -webkit-text-size-adjust: none;}
  #container ol, ul {list-style: none;}
  #container body {word-break: break-all;}*/
  /* E:개인정보처리방침 */
