@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');

@font-face {
    font-family: 'NanumSquareL';
    src: url(../font/NanumSquareL.woff);
}

@font-face {
    font-family: 'NanumSquareR';
    src: url(../font/NanumSquareR.woff);
}


@font-face {
    font-family: 'NanumSquareB';
    src: url(../font/NanumSquareB.woff);
}


@font-face {
    font-family: 'NanumSquareEB';
    src: url(../font/NanumSquareEB.woff);
}

@font-face {
    font-family: 'NEXON Lv2 Gothic Bold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@2.1/NEXON Lv2 Gothic Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

*{
    margin: 0;
    padding: 0;
}

ul{
    list-style: none;
}

a{
    text-decoration: none;
}

html,body{
    height:100%
}

body{
    color: #333;
    background-color: #fff;
    font-family: 'Noto Sans KR', sans-serif;
}

#wrap{
    width: 100%;
}

.inner{
    width: 1440px;
    margin: 0 auto;
}

.center{
    width: 1200px;
    margin: 0 auto;
}

select::-ms-expand{
    display:none;
}

select{
    width: 100%;
    height: 100%;
    position: absolute;
    border: 0;
    outline: 0;
    padding-left: 10px;
    box-sizing: border-box;
    appearance: none;
    background-color: transparent;
}

input,textarea{
    outline: 0;
    padding: 0 10px;
    box-sizing: border-box;
}

input[type='button']{
    cursor: pointer;
    padding: 0;
}

input[type='date']{
    padding: 0 0 0 10px;
}

::-webkit-calendar-picker-indicator{
    margin-left: 0px;
    font-size: 14px;
}

button{
    border: 0;
    outline: 0;
    cursor: pointer;
}

textarea{
    resize: none;
}



























/* mobile */
@media screen and (max-width: 767px){

    .inner{
        width: 90%;
    }

    .center{
        width: 90%;
    }

    select{
        padding-left: 5px;
    }

    input,textarea{
        outline: 0;
        padding: 5px;
        box-sizing: border-box;
    }

    input[type='date']{
        padding: 0 0 0 5px;
    }

    input[type='text'],input[type='password'],input[type='button'],input[type='date'], textarea, button {
      appearance: none;
      -moz-appearance: none;
      -webkit-appearance: none;
      border-radius: 0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
    }
}























/* tablet */
@media screen and (min-width: 768px) and (max-width: 1024px){

    .inner{
        width: 90%;
    }

    .center{
        width: 90%;
    }

    select{
        padding-left: 5px;
    }

    input,textarea{
        outline: 0;
        padding: 5px;
        box-sizing: border-box;
    }

    input[type='date']{
        padding: 0 0 0 5px;
    }

    input[type='text'],input[type='password'],input[type='button'],input[type='date'], textarea, button {
      appearance: none;
      -moz-appearance: none;
      -webkit-appearance: none;
      border-radius: 0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
    }

}








/* pc mini-size */
@media screen and (min-width: 1000px) and (max-width: 1680px){

  .inner{
      width: 1000px;
  }

  .center{
      width: 1000px;
  }
}
