@charset "utf-8";


@font-face {
   font-family: 'Pretendard';
   font-style: normal;
   font-weight: 100;
   src: url(../css/fonts/Pretendard/Pretendard-Thin.woff2) format('woff2'),
      url(../css/fonts/Pretendard/Pretendard-Thin.woff) format('woff'),
      url(../css/fonts/Pretendard/Pretendard-Thin.otf) format('opentype');
}

@font-face {
   font-family: 'Pretendard';
   font-style: normal;
   font-weight: 300;
   src: url(../css/fonts/Pretendard/Pretendard-Light.woff2) format('woff2'),
      url(../css/fonts/Pretendard/Pretendard-Light.woff) format('woff'),
      url(../css/fonts/Pretendard/Pretendard-Light.otf) format('opentype');
}

@font-face {
   font-family: 'Pretendard';
   font-style: normal;
   font-weight: 400;
   src: url(../css/fonts/Pretendard/Pretendard-Regular.woff2) format('woff2'),
      url(../css/fonts/Pretendard/Pretendard-Regular.woff) format('woff'),
      url(../css/fonts/Pretendard/Pretendard-Regular.otf) format('opentype');
}

@font-face {
   font-family: 'Pretendard';
   font-style: normal;
   font-weight: 500;
   src: url(../css/fonts/Pretendard/Pretendard-Medium.woff2) format('woff2'),
      url(../css/fonts/Pretendard/Pretendard-Medium.woff) format('woff'),
      url(../css/fonts/Pretendard/Pretendard-Medium.otf) format('opentype');
}

@font-face {
   font-family: 'Pretendard';
   font-style: normal;
   font-weight: 600;
   src: url(../css/fonts/Pretendard/Pretendard-SemiBold.woff2) format('woff2'),
      url(../css/fonts/Pretendard/Pretendard-SemiBold.woff) format('woff'),
      url(../css/fonts/Pretendard/Pretendard-SemiBold.otf) format('opentype');
}


@font-face {
   font-family: 'Pretendard';
   font-style: normal;
   font-weight: 700;
   src: url(../css/fonts/Pretendard/Pretendard-Bold.woff2) format('woff2'),
      url(../css/fonts/Pretendard/Pretendard-Bold.woff) format('woff'),
      url(../css/fonts/Pretendard/Pretendard-Bold.otf) format('opentype');
}

@font-face {
   font-family: 'Pretendard';
   font-style: normal;
   font-weight: 900;
   src: url(../css/fonts/Pretendard/Pretendard-Black.woff2) format('woff2'),
      url(../css/fonts/Pretendard/Pretendard-Black.woff) format('woff'),
      url(../css/fonts/Pretendard/Pretendard-Black.otf) format('opentype');
}


@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 100;
   src: url(../css/fonts/notokr/NotoSansKR-Thin.woff2) format('woff2'),
      url(../css/fonts/notokr/NotoSansKR-Thin.woff) format('woff'),
      url(../css/fonts/notokr/NotoSansKR-Thin.otf) format('opentype');
}
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 300;
   src: url(../css/fonts/notokr/NotoSansKR-Light.woff2) format('woff2'),
      url(../css/fonts/notokr/NotoSansKR-Light.woff) format('woff'),
      url(../css/fonts/notokr/NotoSansKR-Light.otf) format('opentype');
}
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 400;
   src: url(../css/fonts/notokr/NotoSansKR-Regular.woff2) format('woff2'),
      url(../css/fonts/notokr/NotoSansKR-Regular.woff) format('woff'),
      url(../css/fonts/notokr/NotoSansKR-Regular.otf) format('opentype');
}
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 500;
   src: url(../css/fonts/notokr/NotoSansKR-Medium.woff2) format('woff2'),
      url(../css/fonts/notokr/NotoSansKR-Medium.woff) format('woff'),
      url(../css/fonts/notokr/NotoSansKR-Medium.otf) format('opentype');
}
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 700;
   src: url(../css/fonts/notokr/NotoSansKR-Bold.woff2) format('woff2'),
      url(../css/fonts/notokr/NotoSansKR-Bold.woff) format('woff'),
      url(../css/fonts/notokr/NotoSansKR-Bold.otf) format('opentype');
}
@font-face {
   font-family: 'Noto Sans KR';
   font-style: normal;
   font-weight: 900;
   src: url(../css/fonts/notokr/NotoSansKR-Black.woff2) format('woff2'),
      url(../css/fonts/notokr/NotoSansKR-Black.woff) format('woff'),
      url(../css/fonts/notokr/NotoSansKR-Black.otf) format('opentype');
}

/* reset */
*{line-height: 1.3;margin: 0;padding: 0;text-decoration: none;list-style: none;box-sizing: border-box;}
a{text-decoration: none;color: inherit;}
body{font-size: 0.75rem;font-family: 'Pretendard';font-weight: 400; color: #223A4A;position: relative;text-align: left;}
table{border-collapse: collapse;}
textarea{resize: none}
button{cursor: pointer;}
table {width: 100%;border-collapse: collapse;}
img{display: block;}
