@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');

@font-face {
    font-family: 'GmarketSansLight';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GmarketSansMedium';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@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: 'AppleSDGothic';
    src: url(../font/AppleSDGothicNeoM.ttf)
}

@font-face {
    font-family: 'Spoqa Han SansB';
    src: url(../font/SpoqaHanSansNeo-Bold.otf);
}

@font-face {
    font-family: 'Spoqa Han SansR';
    src: url(../font/SpoqaHanSansNeo-Regular.otf);
}

*{
    margin: 0;
    padding: 0;
}

ul{
    list-style: none;
}

a{
    text-decoration: none;
}

html,body{
    height:100%
}

#wrap{
    width: 100%;
}

.all_center{
    width: 1200px;
    margin: 0 auto;
}

.content_center{
    width: 1000px;
    margin: 0 auto;
    position: relative;
}

body{
    font-family: 'Noto Sans KR', sans-serif;
    color: #333;
}

strong{
  font-weight: bold;
}

select::-ms-expand{
    display:none;
}

select{
    width: 100%;
    height: 100%;
    position: absolute;
    border: 0;
    outline: 0;
    padding-left: 10px;
    box-sizing: border-box;
    color: #111;
    font-family: 'NanumSquareR';
    appearance: none;
    background-color: transparent;
    font-size: 14px;
}

input,textarea{
    border: 0;
    outline: 0;
    font-size: 14px;
    font-family: 'Noto Sans KR', sans-serif;
}

input[type='button']{
    font-family: 'Noto Sans KR', sans-serif;
    cursor: pointer;
}

input[type='text'],input[type='password'],textarea{
    padding: 0 10px;
    box-sizing: border-box;
}

input[type='text']::placeholder{
    color: #999;
}

button{
    border: 0;
    outline: 0;
}

textarea{
    resize: none;
}

::-webkit-scrollbar {
    display: none;
}


.error_img{
    width: 100%;
    height: 100%;
}

.error_img img{
   width: 100%;
   height: 100%;
   object-fit: cover;
}
























/* mobile */
@media screen and (max-width: 767px){
    #wrap{
        flex-direction:column;
        height:100%;
        background-color: #e6e7e9;
    }

    .all_center{
        width: 100%;
    }

    .content_center{
        width: 100%;
    }

    select{
        padding-left: 5px;
        font-size: 12px;
    }

    input[type='text'],input[type='password'],textarea{
        padding: 0 5px;
    }

    input[type='text']::placeholder{
        font-size: 12px;
    }

    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){
    #wrap{
        flex-direction:column;
        height:100%;
        background-color: #e6e7e9;
    }

    .all_center{
        width: 100%;
    }

    .content_center{
        width: 100%;
    }

    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;
    }
}
