.mt10 {
    margin-top: 10px !important;
}

.mt15 {
    margin-top: 15px !important;
}

body, h1, h2, h3, h4, th, td, input, select, textarea, button {
    line-height: 1.5em;
    font-family: 'Pretendard', sans-serif;
    font-weight: 400;
    /*letter-spacing: 1px;*/
}

input[type='text'], input[type='password'], input[type='file'], textarea, select {
    display: inline-block;
    padding: 0 5px;
    height: 35px;
    line-height: 35px;
    box-sizing: border-box;
    border: 1px solid #bbbbbb;
    background: transparent;
    width: 100%;
    border-radius: 5px;
}

.mt05 {
    margin-top: 5px !important;
}

.hide {
    display: none !important;
}

.skip {
    position: absolute;
    top: -3000%;
    left: -3000%;
}