/*나눔스퀘어 폰트설정*/
@font-face{
    font-family: 'NanumSquareB';
    src: url('../lib/font/NanumSquareB.ttf') format('truetype');,
font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: 'NanumSquareEB';
    src: url('../lib/font/NanumSquareEB.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'NanumSquareR';
    src: url("../lib/font/NanumSquareR.eot");
    src: url('../lib/font/NanumSquareR.ttf') format('truetype'),
    url('../lib/font/NanumSquareR.eot?#iefix') format('embedded-opentype'),
    url('../lib/font/NanumSquareR.woff') format('woff');,

font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'NanumSquareB_otf';
    src: url('../lib/font/NanumSquareB.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
body{
    font-family: NanumSquareR, NanumSquareB, NanumSquareE, NanumSquareB_otf;
    overflow-x: hidden;
}
@media screen and (max-width: 375px){
    body{
        /*width: 140%;*/
    }
}

/*-------button------*/
.btn-mint-30{
    height: 30px;
    border-radius: 4px;
    border: 1px solid #dde0e3;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.23);
    font-size: 13px;
    color: #131313;
    display: inline;
    padding: 7px;
}
