﻿@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR|Roboto+Condensed&display=swap');

* {
    margin: 0;
    padding: 0;
    color: #232323;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: inherit;
    display: block;
}

img {
    vertical-align: middle;
    border: 0;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

body {
    line-height: 1;
}

ul,
ol,
li {
    list-style: none;
}

table,
tr,
td {
    border-collapse: collapse;
}

input,
select {
    vertical-align: middle;
}

.body-wrap {
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: auto;
}

.kor-font {
    font-family: 'Noto Sans KR', sans-serif;
}

.eng-font {
    font-family: 'Roboto Condensed', sans-serif;
}


/*잡로드app 다운 유도 버튼*/
a.fix-app {
    position: fixed;
    bottom: 100px;
    right: 170px;
}

a.fix-app > button{
    border: 0;
    padding: 10px 26px;
    font-weight: bold;
    border-radius: 30px;
    background-color: #fff;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.3);
}

a.fix-app > button > span{
    font-size: 18px;
    vertical-align: middle;
}

a.fix-app > button > img{
    vertical-align: middle;
    width: 24px;
    margin-left: 6px;
}
