@charset "UTF-8";

/* 초기화 */

ul,
dl,
dt,
dd {
    margin: 0;
    padding: 0;
    list-style: none;
}
ol {
    margin: 0;
    padding: 0;
    line-height: 150%;
}
label,
input,
button,
select,
img {
    vertical-align: middle;
    font-size: 1.4rem;
}
input,
button {
    margin: 0;
    padding: 0;
    font-family: "GmarketSans", dotum, sans-serif !important;
    font-size: 1.4rem;
}
input[type="submit"] {
    cursor: pointer;
}
button {
    cursor: pointer;
    outline: 0;
    border: 0;
    background-color: transparent;
}

table {
    width: 100%;
    border-collapse: collapse;
}
td {
    padding: 0;
    word-break: keep-all;
}

textarea,
select {
    font-family: "GmarketSans", dotum, sans-serif !important;
    font-size: 1.4rem;
}
textarea {
    resize: none;
}
select {
    margin: 0;
}
p {
    margin: 0;
    padding: 0;
    word-break: keep-all;
    line-height: 150%;
}
hr {
    display: none;
}
pre {
    overflow-x: scroll;
    font-size: 1.4rem;
}
a {
    color: #000;
    text-decoration: none;
}


*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="text"],
input[type="password"],
textarea,
select {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    outline: none;
}

body {
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    scrollbar-color: #fff;
    scrollbar-width: thin;
}
body::-webkit-scrollbar {
    width: 5px;
    border-radius: 5px;
}
body::-webkit-scrollbar-track {
    background: #555;
}
body::-webkit-scrollbar-thumb {
    background: #fff;
    border-radius: 100px;
}
body::-webkit-scrollbar-thumb:hover {
    background: #ccc;
    -webkit-text-size-adjust: none;
}
