@font-face {
    font-family: 'S-CoreDream-3Light';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-3Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);
@import url('https://hangeul.pstatic.net/hangeul_static/css/nanum-square.css');

.notosanskr * { 
    font-family: 'Noto Sans KR', sans-serif;
}
* {
    font-family: "notosanskr" !important;
    font-size: 10pt;
    
}

.fs-7 {
    font-size: .675rem!important;
}

#search-category {
    max-width: 100px;
}

.dropzone {
    border: none !important;
}

.dropzone .dz-message {
    border: 2px solid rgba(0, 0, 0, .3);    
}

.dropzone .dropzone-previews {
    border: 2px solid rgba(0, 0, 0, .3);    
}

#image-list img {
    max-width: 100px;
}

.dropzone .tagin-wrapper {
    min-height: 66px;
}

/* 크롬에서 자동입력되어서 불편하게 하는 걸 방지하기 위함 */
.hidden-text {
    width: 0px;
    height: 0px;
    border: 0px;
}