html[lang="ko-KR"], html[lang="ko"] { font-family: "AppleSDGothicNeo", sans-serif; } 
html[lang="ko-KR"] body, html[lang="ko"] body { font-size: 14px; font-weight: 400; line-height: 1.2; color: #333; } 

html[lang="en"], html *[lang="en"] { font-family: "AppleSDGothicNeo", sans-serif; } 
html[lang="en"] body, html *[lang="en"] body { font-size: 16px; } 

/* reset */
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-tap-highlight-color: transparent; }
html { -ms-text-size-adjust: none; -webkit-text-size-adjust: none; } 
body { -ms-text-size-adjust: none; -webkit-text-size-adjust: none; }
html, body, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, 
abbr, address, big, cite, code, del, dfn, em, font, img, ins, q, s, samp, small, 
strike, strong, sub, sup, tt, var, b, u, i, ul, ol, li, dl, dt, dd, table, caption,
tbody, tfoot, thead, tr, th, td, fieldset, form, label, legend, input, button, textarea, select {margin:0; padding: 0; }
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; } 
audio, canvas, progress, video { display: inline-block; vertical-align: baseline; } 
svg:not(:root) { overflow: hidden; } 
abbr[title] { border-bottom: 1px dotted; } 
b, strong { font-weight: 700; } 
mark { background: #ff0; color: #000; -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } 
legend { border: 0; padding: 0; } 
ul, ol, li { list-style: none; } 
hr { -webkit-box-sizing: content-box; box-sizing: content-box; height: 0; } 
small { font-size: 80%; } 
img { vertical-align: top; border: 0; } 

a { background-color: transparent; color: currentColor; cursor: pointer; } 
a:link { text-decoration: none; } 
a:hover, a:focus, a:active, a:visited { text-decoration: none; } 
a:active, a:hover { outline: 0; } 


/*select { position: relative;  -webkit-appearance: none; -moz-appearance: none; appearance: none; } */
/*select::-ms-expand { display: none; } 
select::-ms-clear { display: none; } */

input { line-height: normal; border: 1px solid #888; } 
input[type="checkbox"], input[type="radio"] { -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0; outline: none; } 
/*input[type="number"]::-webkit-inner-spin-button, 
input[type="number"]::-webkit-outer-spin-button { height: auto; -webkit-appearance: none; appearance: none; margin: 0; } */
input[type="search"] { -webkit-appearance: textfield; } 
input[type="search"]::-webkit-search-cancel-button, 
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } 
/* search clear btn */

input[type="date"]::-webkit-clear-button { display: none; } 
input[type="date"]::-webkit-inner-spin-button { display: none; } 
input[type="date"]::-webkit-calendar-picker-indicator { color: #343434; background: transparent; } 
input[type="date"] { -moz-appearance: none; appearance: none; -webkit-appearance: none; } 
/*input[type="date"], input:focus { box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; } */

textarea { overflow: auto; resize: none; } 

/* placeholder */
input::-webkit-input-placeholder {color: #999; } 
input:-ms-input-placeholder {color:#999; } 
input::placeholder,
textarea::placeholder {color:#999; } 

button { overflow: visible; outline: none; -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } 
button, select { text-transform: none; cursor: pointer; } 
button, select, a, div { outline: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } 
button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; } 
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } 
input:not([type="checkbox"]):focus, select:focus, textarea:focus,button:focus { outline: none; }
progress[value] { appearance: none; -moz-appearance: none; -webkit-appearance: none; border: none; background-size: auto; } 
progress[value][role][aria-valuenow] { appearance: none; -moz-appearance: none; -webkit-appearance: none; border: none; background-size: auto; } 
progress[value][role][aria-valuenow]:after { background-image: none; } 
progress[value][role][aria-valuenow]:before { display: table; } 
progress[value][role][aria-valuenow] strong { display: none; } 
progress[value][role][aria-valuenow]::-webkit-progress-value, 
progress[value][role][aria-valuenow]::-webkit-progress-inner-element { display: table; } 
progress[value][role][aria-valuenow]::-webkit-progress-bar { display: table-cell; } 
progress[value][role][aria-valuenow]::-moz-progress-bar, 
progress[value][role][aria-valuenow]::-webkit-progress-value { display: table; } 
