﻿html {
    position: relative;
    min-height: 100%;
    -webkit-text-size-adjust: none; /* 크롬, 사파리, 오페라 신버전 */
    -ms-text-size-adjust: none; /* IE */
    -moz-text-size-adjust: none; /* 파이어폭스 */
    -o-text-size-adjust: none; /* 오페라 구버전 */
    text-size-adjust:none;
}

body, h1, h2, h3, h4, div, ul, li, fieldset, legend, select, option, a, span, p, img, hr, table, thead, tbody, tr, th, td, input, colgroup, strong {
    padding: 0;
    margin: 0;
}

body {
    font-size: 14px;
    color: rgb(51, 51, 51);
    font-family: "Malgun Gothic", "맑은 고딕", "Spoqa Han Sans Neo", "Noto Sans KR", sans-serif;
    line-height: 1.4em;
    background-color: #EEEDED
}

ul {
    list-style-type: none;
}

a:link, a:visited {
    text-decoration: none;
    color: #000;
}

a:hover, a:active {
    text-decoration: none;
    color: #000;
}

table {
    border-spacing: 0;
    border-collapse: collapse
}

    table th {
        font-weight: 100
    }


    table caption, legend {
        text-indent: -9999px;
        font-size: 0;
        line-height: 0;
        width: 0;
        height: 0;
        overflow: hidden;
    }

img, fieldset {
    border: 0 none;
}

input {
    font-size: .9rem;
    color: #747474;
    /*font-family: "나눔고딕",Nanum Gothic;*/
    line-height: 120%;
    outline:none;
    padding:2px
}

select {
    height: 24px;
    border: 1px solid #d7d7d7;
    font-size: 12px;
    color: #747474;
    /*font-family: "나눔고딕",Nanum Gothic;*/
    line-height: 24px;
}

textarea {
    font-size: 1rem;
    border: 1px solid #d7d7d7;
    color: #747474;
    /*font-family: "나눔고딕",Nanum Gothic;*/
    line-height: 130%;
    outline:none
}

div {
    outline: none;
}

button {
    background-color:transparent;
    border: none;
    color:rgb(51,51,51);
    outline: none;
    cursor: pointer;
    padding: 0;
    margin: 0;
}

select {
    outline: none;
}

.b-color-eee {border-color:#eee !important}
.bg-color-ddd {background-color: var(--color-ddd)}
.bg-color-f8f8f8 {background-color: #f8f8f8 !important}
.color-f43600 {color: var(--color-f43600)}
