@charset "utf-8";

@import url('https://fastly.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

@font-face {
	font-family: 'Pretendard', sans-serif;
	unicode-range: U+AC00-D7A3;
}
@font-face {
	font-family: 'Lato', sans-serif;
	unicode-range: U+0041-005A, U+0061-007A, U+0030-0039;
}

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  image-rendering: smooth;
  image-rendering: auto;
}


html {
  width: 100%;
  min-width: 320px;
  margin: 0;
  padding: 0;
  font-size: 10px;
}

body {
  position: relative;
  min-width: 320px;
  margin: 0;
  padding: 0;
  color: #232628;
  font-family: Lato, Pretendard, -apple-system,
    BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI",
    "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.02em;
  word-wrap: break-word;
  word-break: keep-all;
  -webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
  text-size-adjust: 100%;
}

html.js-site-map,
html.js-site-map body,
html.js-site-map #wrap>.scroller {
	transform: none !important;
  overflow: hidden;
}


button {
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
}

a {
	color: inherit;
	outline: none;
	text-decoration: none;
}

/* 마진과 패딩의 초기화 */
div,
pre,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
address,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
input,
select,
textarea {
	margin: 0;
	padding: 0;
}

/* 헤더 폰트 사이즈 초기화 */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

/* 리스트의 스타일 제거 */
ul,
ol,
li {
	list-style: none;
}

em,
address {
	font-style: normal;
}

/*safari input*/
input[type='button'],
input[type='submit'] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

/* input 기본 스타일 초기화 */
input {
	-webkit-border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
  font-size: 12px;
  vertical-align: middle;
  color: #666666;
}

/* IE10 이상에서 input box 에 추가된 지우기 버튼 제거 */
input::-ms-clear {
	display: none;
}


/* input type number 에서 화살표 제거 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

/* Select box 스타일 초기화  */
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

/* IE 에서 Select box 화살표 제거 */
select::-ms-expand {
	display: none;
}

/* 테이블 스타일 초기화 */
table {
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
	width: 100%;
	border: 0;
}

table th {
	word-wrap: break-word;
}

table td {
	word-wrap: break-word;
}

img {
	max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
  border: 0;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
  border: none;
  outline: none;
}

button {
  text-transform: none;
  border-radius: 0px;
  overflow: visible;
  cursor: pointer;
  outline: 0;
  background-color: transparent;
}

select {
  text-transform: none;
  border: 1px solid rgb(var(--rgb-border));
  border-radius: 0px;
  background-color: rgb(var(--rgb-white));
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

label,
summary {
  border-radius: var(--border-radius-s);
  cursor: pointer;
  list-style-type: none;
}

summary::-webkit-details-marker,
summary::marker {
  display: none;
}

ul,
ul>li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}

table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

td,
th {
  padding: 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* 스킵네비게이션 */
#sknavi {
	position: absolute;
}

#sknavi li a {
	position: absolute;
	top: -200px;
}

#sknavi li a:focus,
#sknavi li a:active {
	top: 1px;
	left: 0;
	display: block;
	width: 150px;
	color: #fff;
	height: 18px;
	padding: 5px 3px 0 3px;
	margin-left: 5px;
	text-align: center;
	font-size: 100%;
	font-weight: bold;
	background: #115aa3;
	text-decoration: none;
}