@charset "utf-8";

/* 초기화 */
/* html {overflow-y:scroll} */
/* body {margin:0;padding:0;font-size:0.75em;  */
/* font-family:"Apple SD Gothic Neo",WebNotoSans,dotum,applegothic,sans-serif;   */
/* } */
/* html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0} */
/* h1, h2, h3, h4, h5, h6 {font-size:1em;  */
/* font-family:"Apple SD Gothic Neo",WebNotoSans,dotum,applegothic,sans-serif;   */
/* } */
/* article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block} */

/* #hd ul, nav ul, #ft ul {margin:0;padding:0;list-style:none} */
/* legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden} */
/* label, input, button, select, img {vertical-align:middle} */
/* input, button {margin:0;padding:0;font-family:dotum;font-size:1em} */
/* button {cursor:pointer} */

/* textarea, select {font-family:dotum;font-size:1em} */
/* select {margin:0} */
/* p {margin:0;padding:0;word-break:break-all;} */
/* hr {display:none} */
/* pre {overflow-x:scroll;font-size:1.1em} */
/* a:link, a:visited {color:#000;text-decoration:none} */
/* a:hover, a:focus, a:active {color:#000;text-decoration:underline} */
/* figure{margin:0;padding:0;} */


/* body {font-size:16px;} */
/* body,hr,img,fieldset,form,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,q,blockquote,caption,legend,address,input,select,textarea,button{margin:0;padding:0} */
/* hr{display:none} */
/* img,input,button,textarea,fieldset,form,legend,hr{border:0 none} */
/* dl,ul,ol,li{list-style:none} */
/* body,h1,h2,h3,h4,h5,h6,big,small,input,select,textarea,button{font-size:1em;line-height:1.4em;font-family: "Apple SD Gothic Neo",WebNotoSans,'Noto Sans', sans-serif,'Gothic A1',applegothic,sans-serif;} */
/* q,blockquote{quotes:none} */
/* q:before,q:after{content:''} */
/* caption,legend{height:1px;overflow:hidden;margin:-1px 0 0 0;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0;font:0/0 serif} */
/* a{text-decoration:none} */
/* dfn,em,cite,address,sup,sub{font-style:normal;font-variant:normal;text-transform:none} */
/* button{outline:none;background-color:transparent;cursor:pointer} */
/* table,tr,td{margin:0;padding:0;border-width:0;border-collapse:collapse} */
/* img,input,select,textarea,button{vertical-align:top} */
/* body,input,select,textarea,button{font-family:"Apple SD Gothic Neo",WebNotoSans,'Gothic A1',applegothic,sans-serif} */
/* body,a{letter-spacing:-1px} */
/* body{-webkit-font-smoothing:antialiased;-webkit-text-size-adjust:none;word-wrap:break-word;word-break:keep-all} */
/* a,input,button,select{outline:none} */
/* input[type="radio"],input[type="checkbox"],label{cursor:pointer} */
/* .trans{position:absolute !important;left:-9999px !important;top:-9999px !important;width:0px !important;height:0px !important;overflow:hidden} */
/* p {margin:0;} */
/* a:hover, a:focus, a:active {text-decoration:none;} */



/* 한글 작성될 경우 한글이 깨지는 것을 방지 */
@charset 'UTF-8';

@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css");

/* 모바일 다크모드 강제 막기 (지원 안될 가능성 다분함)*/
:root {
  color-scheme: light only;
}

/* 여백 초기화 */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
li,
dl,
dt,
dd,
table,
tr,
td,
th,
form,
fieldset,
legend,
input,
select,
textarea,
button,
label,
address,
img,
a,
header,
main,
section,
nav,
article,
footer,
div,
figure,
blockquote,
span {
  margin: 0;
  padding: 0;
}

/* 리스트 타입 초기화 */
ol,
ul,
li,
dl,
dd,
dt {
  /* list-style: none; */
}

/* 이미지, 필드셋 테두리 제거 */
/* iE 10에서 링크가 걸렸을 때 테두리 제거*/
img,
fieldset {
  border: 0 none;
}

/* 아이폰 css 적용*/
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  html,
  body {
    font-size: 6.25%;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
  }
}
html,
body {
  font-size: 6.25%;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

/* 스크롤 부드럽게 */
html {
  scroll-behavior: smooth;
}

/* 타이포 설정 */
body,
h1,
h2,
h3,
h4,
h5,
h6,
th,
td {
  font-family: "Pretendard";
  font-size: 16px;
  color: #111;
  line-height: normal;
  font-weight: 400;
  font-style: normal;
  /* letter-spacing: -0.03em; */
  -webkit-text-size-adjust: 100%; /* ios 방향 변경시 글꼴 크기 조정 방지 */
}

/* 폰트 스타일 강제 상속 */
button,
input,
optgroup,
select,
option,
textarea {
  color: inherit;
  font-family: inherit;
  font-size: 100%;
  line-height: normal;
}

/* a요소 장식 제거, 글자색상 변경 */
a,
a:active,
a:hover {
  text-decoration: none;
  color: inherit;
  background: transparent; /* IE10에서 배경색 그레이 방지 */
}

/* float clear설정 */
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/* 컨텐츠 화면에서 숨기기 */
.blind {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip-path: polygon(0 0, 0 0, 0 0);
}

/* 박스 계산법 변경 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* 인라인요소 수직정렬 */
img {
  /* vertical-align: top; */
}
input,
button,
select,
option,
optgroup,
textarea {
  vertical-align: middle;
}

/* iE에서 block 처리 */
main {
  display: block;
}

/* Firefox, Edge, iE 에서 스타일 매칭*/
hr {
  height: 0;
  overflow: visible;
}

/* Chrome ,Edge, Safari에서 스타일 매칭*/
b,
strong {
  font-weight: bolder;
}

/* 윗첨자, 아래첨자 */
/* 상위, 하위 요소의 line hight에 영향을 주지 않기 위해*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -1em; /* 디자인에 따라 값 변경하기*/
}

sup {
  top: -1em; /* 디자인에 따라 값 변경하기*/
}

/*--------------------------------------------------*/
img {
	max-width:100%;
  /* width: 100%; */
  height: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  border: 0 none;
  background: transparent;
  cursor: pointer;
}
