@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:400,700,900');
@font-face {
    font-family: 'Godo';
    font-style: normal;
    font-weight: 400;
    src: url('//cdn.jsdelivr.net/korean-webfonts/1/corps/godo/Godo/GodoM.woff2') format('woff2'),
    url('//cdn.jsdelivr.net/korean-webfonts/1/corps/godo/Godo/GodoM.woff') format('woff');
}

* {padding: 0; margin: 0; box-sizing: border-box;}
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
    padding: 0;
    margin: 0;
    font-family: 'Noto Sans KR', sans-serif;
}

body {
  margin: 0; padding: 0;font-family: 'Noto Sans KR', sans-serif;}


h1 {
  font-size: 2em;
  margin: 0.67em 0; }


hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

strong {
  font-weight: bolder; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

button,
input,
optgroup,
select,
textarea {

  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

button,
input {
  /* 1 */
  overflow: visible; font-family: 'Noto Sans KR', sans-serif;}

button,
select {
  /* 1 */
  text-transform: none; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

  /* --------------------------------------------------
  * base styles
  * -------------------------------------------------- */
  html { /*font-size: 10px, 기본값 16px의 62.5%*/
    font-size: 62.5%; }

  html,
  body {
    width: 1920px;
    height: 1080px;
}

  body {
    font-size: 1em;  /*font-size: 10px*/
    line-height: 1.5;
    letter-spacing: -0.05em;
    -webkit-overflow-scrolling: touch; }

  a {
    color: #272727;
    text-decoration: none; }

  ul, ol, dl,
  dt, dd {
    margin: 0;
    padding: 0; }

  ul, ol, li {
    list-style: none; }

  label {
    cursor: pointer; }

  button,
  input,
  select,
  textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline; }
    *:focus {
        outline: none !important;
    }

  button {
    -webkit-appearance: none;
    cursor: pointer; }

  input[type="checkbox"],
  input[type="radio"] {
    vertical-align: middle; }

  textarea {
    vertical-align: top;
    resize: vertical; }

  input:invalid,
  textarea:invalid {
    background-color: #f0dddd; }

  table {
    width: 100%;
    empty-cells: show;
    border-spacing: 0;
    table-layout: fixed;
    border-collapse: collapse;
}

  td {
    vertical-align: middle; }

  select {
    vertical-align: middle; }

  pre,
  body,
  input,
  textarea,
  select,
  button {

    color: #272727; }

  html {
    background-color: #fff; }

  /* body {
    min-width: 320px; } */

  h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-weight: normal; }

  img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
    -ms-interpolation-mode: bicubic; }

  svg {
    max-width: 100%;
    height: auto;
    vertical-align: top; }


    [type="text"],
    [type="number"],
    [type="tel"],
    [type="date"],
    [type="password"],
    [type="email"],
    [type="search"],
    [type="number"],
    [type="url"],
    textarea {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      vertical-align: middle;
      -webkit-appearance: none;
  }


    textarea {
      width: 100%;
      padding: 12px 1em; }

    input::-webkit-input-placeholder,
    textarea::-webkit-input-placeholder {
      /* Chrome */
      color: #767676; }

    input:-ms-input-placeholder,
    textarea:-ms-input-placeholder {
      /* IE 10+ */
      color: #767676; }

    input::-moz-placeholder,
    textarea::-moz-placeholder {
      /* Firefox 19+ */
      color: #767676;
      opacity: 1; }

    input:-moz-placeholder,
    textarea:-moz-placeholder {
      /* Firefox 4 - 18 */
      color: #767676; }


    select {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;}

      input[type=range] {
        -webkit-appearance: none; /* 기본슬라이드 숨기기*/
        background: transparent; /* Chrome에서 투명하게 출력 */
      }

      input[type=range]::-webkit-slider-thumb {
        -webkit-appearance: none;
      }

      input[type=range]:focus {
        outline: none; /* input range에 포커스 되었을 경우 기본 블러처리 제거 */
      }

      input[type=range]::-ms-track {
        cursor: pointer;
        /* IE에서 기본슬라이드 숨기기  */
        background: transparent;
        border-color: transparent;
        color: transparent;
      }
