@charset "UTF-8";

  * {
    box-sizing: border-box;
  }
  
  html {
    height: 100%; }
  
  body {
    height: 100%;
    background: #fff;
    color: #4a4a4a;
    font-size: 13px;
    -webkit-text-size-adjust: none;
    font-family: "Noto Sans KR", "Roboto", "Droid Sans", "Malgun Gothic", "Helvetica", "Apple-Gothic", "애플고딕", "Tahoma", dotum, "돋움", gulim, "굴림", sans-serif; 
    letter-spacing:-0.1px;
    font-weight:500; }
  
  body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, select, textarea, p, blockquote, th, td, legend, button {
    margin: 0;
    padding: 0; }
  
  h1, h2, h3, h4, h5, h6 { margin:0; padding:0; font-weight:bold; }
  
  article, section, nav, header, footer {
    display: block; }
  
  table {
    width: 100%;
    border-spacing: 0; }
  
  form, fieldset, img {
    border: 0 none; }
  
  ul, ol, li {
    list-style: none outside; }
  
  a {
    text-decoration: none;
    color: #4a4a4a; }
  
  i, em, address {
    font-style: normal; }
  
  li, p, dt, dd, div, span {
    word-break: break-all; }
  
  #skipNav a {
    position: absolute;
    left: -3000%; }
  #skipNav :focus {
    display: block;
    left: 0;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: #fff;
    color: #4a4a4a;
    text-align: center; }
  @media (max-width: 768px) {
    #skipNav {
      display: none; } }
      
  .screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute!important;
    width: 1px;
    word-wrap: normal!important
  }
  
  .screen-reader-text:focus {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip: auto!important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #333;
    display: block;
    font-size: 1rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
  }