@charset "UTF-8";

* { margin: 0; padding: 0; border:0; box-sizing:border-box; letter-spacing:-.5px; font-weight:400; vertical-align:middle; font-family:'Pretendard',  'Malgun Gothic', 'Apple SD Gothic Neo', sans-serif; word-break:keep-all;}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html, body {width:100%; height:100%;}
body {font-size:100%; font-family: var(--font-kr);}
h2 { margin-top:1.5em; }
h3 { margin-top:1.5em;}
caption {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
  font-size:0; text-indent:-9999px;
}

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;
	line-height:1.2;
	border: 0;
	font-size:1em;
    font-style:normal;
	font-family: var(--font-kr);
	vertical-align: baseline;
	letter-spacing:-.5px;
	color:#333;
}
ul, ol {list-style:none; margin:0; padding:0;}
li {margin:0; padding:0;}
i {font-style:normal;}
input,
textarea,
select,
button {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  outline: none;
  font-family: var(--font-kr);
  color: inherit;
}
em, i {font-style:normal;}
a,img,input {outline:none;}
table { position:relative; border-collapse:collapse; border-spacing:0; font-family: var(--font-kr);}
body,form,th,td,p { -webkit-text-size-adjust:none;-webkit-tap-highlight-color:  rgba(0, 0, 0, 0); }
body { margin:0; padding:0; color: #333; font-size:0.9em; line-height: 16px; letter-spacing:0;text-align:center;}
td { font-size:12px; line-height:18px; color:#333; font-family:'Pretendard', "Malgun Gothic","Verdana", "Arial", sans-serif; }
img { position:relative; margin:0; padding:0; border:none; display:inline-block;}
a {font-weight:600;}
a:link {text-decoration: none; }
a:visited { color:inherit; text-decoration: none; }
a:active { text-decoration: none; }
a:hover { text-decoration: none; }
[onclick] { cursor:pointer }
.tc_stress {color:#ea002c; }

input {padding:0 1rem; height:50px; font-size:1rem; color:#000; border:#CCC 1px solid; border-radius:15px; background-color:#FFF;}
input::placeholder {color:#5f5f60;}
select {padding:0 2rem 0 1rem; height:50px; font-size:1rem; color:#000; border:1px solid #d9d9d9; border-radius:10px;  background:#fff url("../img/common/free-icon-font-caret-down-3916943.svg") no-repeat 95% center; background-size:1.2rem;}
select {
  -webkit-appearance: none;
  -moz-appearance: none; 
  appearance: none;         
}
select::-ms-expand {
  display: none;
}

textarea {padding:1rem; width:100%; height:50px; font-size:1rem; color:#333; border:1px solid #d9d9d9; border-radius:10px; background-color:#FFF; resize:none;}
em {font-style:normal;}

/* number 화살표 제거 */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}