/*/*****************************************************************************
****************************** 전체속성 ***********************************
*****************************************************************************/

@charset "utf-8";




@import url(https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.css);

@import url(//cdn.jsdelivr.net/nanumsquare/1.0/nanumsquare.css);

@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);

/*@import url(//spoqa.github.io/spoqa-han-sans/css/SpoqaHanSans-kr.css);*/

/*@import url(https://cdn.rawgit.com/openhiun/hangul/14c0f6faa2941116bb53001d6a7dcd5e82300c3f/nanumbarungothic.css);*/

/*@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);*/

/*@import url(http://fonts.googleapis.com/earlyaccess/nanumpenscript.css);*/

/*@import url(http://fonts.googleapis.com/earlyaccess/nanummyeongjo.css);*/

@import url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/2.7.0/css/flag-icon.css);

@import url(https://fonts.googleapis.com/css?family=Titillium+Web:400,400i,600,600i,700);

/*@import url('https://fonts.googleapis.com/css?family=Abel');*/


/* @font-face {
  font-family: 'dinlight';
  font-style: normal;
  src: url('../../kor/css/fonts/DINProLight/DINProLight.eot');
  src: url('../../kor/css/fonts/DINProLight/DINProLight.eot?#iefix') format('embedded-opentype'),

       url('../../kor/css/fonts/DINProLight/DINProLight.woff') format('woff'),
       url('../../kor/css/fonts/DINProLight/DINProLight.ttf') format('truetype');
}

@font-face {
  font-family: 'dinregular';
  font-style: normal;
  src: url('../../kor/css/fonts/DINRegular/DINRegular.eot');
  src: url('../../kor/css/fonts/DINRegular/DINRegular.eot?#iefix') format('embedded-opentype'),

       url('../../kor/css/fonts/DINRegular/DINRegular.woff') format('woff'),
       url('../../kor/css/fonts/DINRegular/DINRegular.ttf') format('truetype');
}

@font-face {
  font-family: 'dinmedium';
  font-style: normal;
  src: url('../../kor/css/fonts/DINMedium/DINMedium.eot');
  src: url('../../kor/css/fonts/DINMedium/DINMedium.eot?#iefix') format('embedded-opentype'),

       url('../../kor/css/fonts/DINMedium/DINMedium.woff') format('woff'),
       url('../../kor/css/fonts/DINMedium/DINMedium.ttf') format('truetype');
}  */

html, body {
    position: relative;
    /*height: 100%;*/
    max-width: 100%;
    /*overflow: hidden;*/
}

*
{
     -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
           box-sizing: border-box; 
            /*zoom: 1;*/
            /*border: 1px solid #000;*/
}

/* default */
body {
  font-family   :'Noto Sans KR','Nanum Barun Gothic', 'Nanum Gothic','NanumSquare','나눔스퀘어','Nanum Barun Gothic','나눔바른고딕','Nanum Gothic','나눔고딕', '맑은 고딕', 'Malgun Gothic', 'Dotum' , '돋움',  '굴림', sans-serif;
  /*font-family   : 'Nanum Gothic','나눔고딕', '맑은 고딕', 'Malgun Gothic', 'Dotum' , '돋움',  '굴림', sans-serif;*/
  /*color         : #575757;*/
  /*font-size     : small;*/
  /*font-weight   : 400;*/
  /*padding       : 0px;*/
  /*margin        : 0px;*/
  /*letter-spacing: -1px;*/
   font-size:0.75em;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space:   -o-pre-wrap;
  white-space:  -ms-pre-wrap;
  word-wrap: break-word;
  word-break: keep-all;
}

html {
  /*overflow-y: scroll;*/
}

html, body {
  width: 100%;
  min-width: 990px;
}

div, p, ul, li,ol, table, th, td, textarea, input, span, form, h1, h2, h3, h4, h5, h6, dt, dl, dd, em, sup {
  padding: 0px;
  margin: 0px;
  /*vertical-align: top;*/
/*   word-break:keep-all;
     word-wrap:break-word; IE 줄바꿈 적용
     white-space:-moz-pre-wrap; Mozilla
     white-space:-pre-wrap; opera 4-6
     white-space:-o-pre-wrap; opera 7
     white-space:-ms-pre-wrap; IE10    */     
   }

   ul, ol, dl, dd, dt, li {
    list-style-type: none;
  }

  form, fieldset {
    margin: 0;
    padding: 0;
    border: 0;
  }

  table, tbody, tfoot, thead, tr, th, td {
    border-collapse: collapse;
    border-spacing: 0;
    } /*border:none; separate*/
    /* 6 */* html table, tbody, tfoot, thead, tr, th, td {
      border-collapse: collapse;
    }
    caption {
      visibility: hidden;
      width: 0px;
      height: 0px;
      overflow: hidden;
      font-size: 0px;
      margin: 0px;
      padding: 0px;
      line-height: 0px;
    }

    input:not([type="file"]):not([type="radio"]) {
      font-weight: 500;

      height: 30px;
      padding-left: 15px;
      background-color: #fff;
      color: #939393;
      border: 1px solid #c5c5c5;
    }


    /* 7 *+ html table, tbody, tfoot, thead, tr, th, td {
      border-collapse: collapse;
    }
    
    legend {
      display: none;
      position: absolute;
      visibility: hidden;
    }
    
    
    img {
      border: 0;
      vertical-align: middle;
      outline: none;
    }
    
    optgroup {
      font-style: normal;
      font-size: 0px;
      height: 0px;
      line-height: 0px;
    }
    


   /*  input[type="button"] {
     padding:2px;
     margin: 0;
     vertical-align: middle;
     font-family: 'Nanum Gothic',sans-serif;
     margin-left: 5px;
   } */

   /*  input[type="text"] {
     
   }
   
   input[type="password"] {
     border: 1px solid #ddd;
     padding: 6px 4px;
   }
    */
    /* select {
      border: 1px solid #ddd;
      margin: 0;
      padding: 5px 4px;
      font-size: 1.1em;
      vertical-align: middle;
      font-family: 'Nanum Gothic',sans-serif;
    }
    
    textarea {
      font-family: 'Nanum Gothic',sans-serif;
      font-size: 14px;
      font-weight: 400;
      background-color: #fff;
      border: 1px solid #ddd;
    }
    
    label {
      cursor: pointer;
    }
    
    img, fieldset {
      border: 0 none transparent;
      'transparent' for Opera7;
    }
    
    i, em {
      font-style: normal;
    } */


    /* html5 ie9 else */
    /* article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
      display: block;
      padding: 0;
      margin: 0;
    } */



    /* 링크 */
    a {
      text-decoration: none;
    }

    a:link, a:visited, a:hover, a:focus, a:active {
      text-decoration: none;
    }

