/* @font-face {
  font-family: Pretendard-Thin;
  src: url(./fonts/Pretendard-Thin.otf);
  font-weight: 100;
}

@font-face {
  font-family: Pretendard-ExtraLight;
  src: url(./fonts/Pretendard-ExtraLight.otf);
  font-weight: 200;
}

@font-face {
  font-family: Pretendard-Light;
  src: url(./fonts/Pretendard-Light.otf);
  font-weight:300;
}

@font-face {
  font-family: Pretendard-Regular;
  src: url(./fonts/Pretendard-Regular.otf);
  font-weight:400;
}

@font-face {
  font-family: Pretendard-Medium;
  src: url(./fonts/Pretendard-Medium.otf);
  font-weight:500;
}

@font-face {
  font-family: Pretendard-SemiBold;
  src: url(./fonts/Pretendard-SemiBold.otf);
  font-weight:600;
}

@font-face {
  font-family: Pretendard-Bold;
  src: url(./fonts/Pretendard-Bold.otf);
  font-weight:700;
}

@font-face {
  font-family: Pretendard-ExtraBold;
  src: url(./fonts/Pretendard-ExtraBold.otf);
  font-weight:800;
}

@font-face {
  font-family: Pretendard-Black;
  src: url(./fonts/Pretendard-Black.otf);
  font-weight:900;
}

body {font-family: Pretendard-Regular;} */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;600;700;800;900&display=swap');
body {font-family: 'Noto Sans KR', sans-serif;}


.worksDetails > div:nth-child(3) .wdIcon {top: -170%!important;}