/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: 400;
    vertical-align: inherit;
    box-sizing: border-box;
    font-family: 'SpoqaHanSansNeo', "sans-serif";
    word-break: break-all;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {display: block;}

ol, ul {list-style: none;}
table {border-collapse: separate; border-spacing: 0;}
img {width: 100%;}
button {
    text-transform: none;
    outline: none;
    padding: 0;
    border: none;
    cursor: pointer;
}
input, option {appearance: none; -moz-appearance: none; -webkit-appearance: none; border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; color: rgb(34, 37, 42); font-family: "SpoqaHanSansNeo", sans-serif !important;}
select {appearance: none; -moz-appearance: none; -webkit-appearance: none; border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; color: rgb(34, 37, 42); font-family: "SpoqaHanSansNeo", sans-serif !important; background: url("../img/arrowDown.svg") right 8px center no-repeat;}

input, select {width: 100%; height: 48px; margin-top: 4px; font-size: 14px; padding: 0 16px; border: 1px solid rgb(222, 226, 229); background-color: #fff; box-sizing: border-box;}
input:focus, select:focus {outline: 0 !important; box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;}
input::placeholder {color: rgb(173, 181, 188);}
input:disabled {color: rgb(173, 181, 188); border: 1px solid rgb(222, 226, 229); background-color: rgb(240, 243, 245); opacity: 1; -webkit-text-fill-color: inherit !important;}

input:read-only {color: rgb(173, 181, 188); border: 0.1rem solid rgb(222, 226, 229); background-color: rgb(240, 243, 245); opacity: 1; -webkit-text-fill-color: inherit !important;}
input:-moz-read-only {color: rgb(173, 181, 188); border: 0.1rem solid rgb(222, 226, 229); background-color: rgb(240, 243, 245); opacity: 1; -webkit-text-fill-color: inherit !important;}
/* 20230407 read-only 수정 */

input[type='date']::-webkit-date-and-time-value {text-align: left;}
input[type='date']:focus::after,
input[type='date']:valid::after {content: ''; display: block; width: 24px; height: 24px; background: url("/pc/img/icCalendar.svg") center no-repeat; background-size: 24px;}
input[type="date"] {text-align: left !important; font-size: 14px; position: relative; padding-right: 8px;}
input[type='date']::-webkit-clear-button,
input[type='date']::-webkit-inner-spin-button {display: none;}
input[type="date"]::-webkit-calendar-picker-indicator {background: transparent !important; position: absolute; top: 0; left: 0; z-index: 1; height: 48px; width: 100%;}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {-webkit-appearance: none; margin: 0;}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
    outline: none;
}

a {text-decoration: none;}
a:link,
a:visited,
a:hover,
a:active{text-decoration: none !important; color: #515961 !important;}

h3{font-size: 18px; font-weight: 700;}
h4{font-size: 16px; font-weight: 700;}
h5{font-size: 14px; font-weight: 700;}
h6{font-size: 13px; color: rgb(74, 80, 86);}

address {font-style: normal;}
caption {display: none}
strong {font-weight: 700;}

