@charset "utf-8";
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');
@import url("reset.css");

body {
    margin: 0;
    padding: 0;
    font-size: 13px;
    line-height: 1.6;
    color: #444;
    background: #fff;
    font-family: -apple-system, BlinkMacSystemFont, 'Apple SD Gothic Neo', Pretendard, Roboto, 'Noto Sans KR', 'Segoe UI', 'Malgun Gothic', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif;
}

body.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* 인라인 - 레이아웃
 ********************/
.show {
    display: block !important;
    opacity: 1 !important;
}

.hide {
    display: none !important;
    opacity: 0 !important;
}

.clear {
    display: block;
}

.clear:after {
    content: ".";
    height: 0;
    font-size: 0;
    visibility: hidden;
    display: block;
    clear: both;
}

.clear-both {
    clear: both;
}

.w100 {
    width: 100% !important
}

.mt10 {
    margin-top: 10px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.ml10 {
    margin-left: 10px !important
}

.pt15 {
    padding-top: 15px !important;
}

/* 인라인 - 반응형
 ********************/
.desktop_only {
    display: block;
}

.mobile_only {
    display: none;
}

@media (max-width: 750px) {
    .mobile_only {
        display: block;
    }

    .desktop_only {
        display: none;
    }
}

/* 인라인 - 스타일
 ********************/
.red {
    color: #e63740;
}

.blue {
    color: #1635ff
}

.color-primary {
    color: #64A4FE
}
